Skip to content

1.2.1 Release

Compare
Choose a tag to compare
@gogowitsch gogowitsch released this 25 Apr 17:24
· 40 commits to master since this release

Breaking changes: none
New features: none
Bug fixes: none

Code quality / developer experience:

  • We switched from PHPUnit 4 to 6 to get rid of our TestCase
    wrapper. This will reduce friction for PhpStorm users,
    because it gets rid of the "Multiple definitions" error
    See issue #188. Thanks to @SharkMachine for the hint.
    Because of this change, we had to drop Travis coverage for PHP <7.0. For you as a library user, PHP 5.6 and 5.6 remain supported.