Skip to content

v3.7.0: PHP 8.0

Choose a tag to compare

@tarampampam tarampampam released this 02 Dec 12:09
· 202 commits to master since this release
5a2910d

Added

  • Support PHP 8.x

Changed

  • Composer 2.x is supported now
  • Minimal required PHP version now is 7.3 (7.2 security support ended January 1st, 2021)
  • Dev-dependency mockery/mockery minimal required version changed from ^1.3.1 to ^1.3.2
  • Dev-dependency phpstan/phpstan minimal required version changed from ~0.12 to ~0.12.34

Removed

  • Code-style checking and fixing for local development (packages spiral/code-style and friendsofphp/php-cs-fixer does not supports PHP 8.x), but using GitHub this actions still running