Skip to content

v5.0.0

Compare
Choose a tag to compare
@lcobucci lcobucci released this 05 Jan 00:48
· 1298 commits to 8.1.x since this release

This release basically requires PHP 7.1 and does some small design improvements:

  • Classes are now final
  • ContainerAwarePass removed for good

Also:

  • Humbug added to ensure we don't have mutation issues
  • PHPUnit updated to 5.7
  • Compatibility with symfony/dependency-injection v3.2 verified