All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- PHP 8 support
- GitHub Actions replaced Travis CI
- Drop PHP 7 support
- Remove Prophecy
phpspec/prophecy
usage for testing - Remove PSR-7 implementation (
slim/psr7
) for testing (test only with Mock)
1.0.5 - 2020-04-25
- Tests now use Slim PSR-7 implementation
1.0.4 - 2020-04-11
- PHP 7.2 support (PHPUnit 9 support only PHP ^7.3)
phpspec/prophecy
added as dependency withphpspec/prophecy-phpunit
to respect PHPUnit deprecations
1.0.3 - 2020-01-07
- CHANGELOG ignored in .gitattributes file
1.0.2 - 2020-01-07
- This CHANGELOG file
- Coveralls coverage in parallel
- Copyright with new year 2020
- PHPStan tests
- PHP 7.4 Travis test
- Refactor Travis config file
- Refactor Composer config file
- README file
1.0.1 - 2019-10-03
- PHP 7.4 Travis test (snapshot versions)
Generic.Arrays.DisallowLongArraySyntax
rule to PHP_CodeSniffer
- PHP-CS-Fixer
1.0.0 - 2019-09-13
- First version