Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@chadicus chadicus released this 02 Jun 18:27
· 18 commits to master since this release

Backwards Compatibility Breakers

  • Change ownership to SubjectivePHP [PR #28]
  • Remove support for PHP < 7.0 [PR #20]
  • Remove support for hhvm [PR #19]

Minor Features

  • Add TimeoutException

Developer Changes

  • Update README
  • Update Travis-CI config [PR #27]
  • Add Coveralls integration [PR #26]
  • Add PHPUnit integration [PR #25]
  • Switch to PSR2 coding standard [PR #24]
  • Add sort-packages to composer config [PR #23]
  • Remove authors from composer config [PR #22]
  • Remove composer.lock from version control [PR #21]
  • Add .github folder