Skip to content

3.0.0

Compare
Choose a tag to compare
@AydinHassan AydinHassan released this 01 Nov 15:28
· 313 commits to master since this release

[3.0.0]

Added

  • Add support for PHP 8.0 (#176)
  • Add support for PHP 7.4 (#164)
  • Docblock cleanup (#166)
  • Added phpstan on maximum level and improved type coverage (#167)
  • declared strict_types in all files (#180)

Changed

  • Use symfony/phpunit-bridge to test on more versions of PHP then phpunit allows (#164)
  • Coding standards checks updated to use PSR-12 (#165)
  • Updated php-school/cli-menu (#169)
  • Swapped zendframework/zend-diactoros for guzzlehttp/guzzle (#172)
  • Updated internal composer to 2.0 (#173)
  • Switch to PSR-11 (#177)
  • Updated symfony components (#178)

Removed

  • Removed support for PHP < 7.2 (#164)
  • Dropped beberlei/assert (#171)
  • All usages of prophecy (#174)