Release Notes
- Support for PHP 7.4 and 8.0 has been removed.
- Removed support for PHPUnit 9 and added support for PHPUnit 11.
- Required PHPStan 2, Rector 2, and Psalm 6.
If your project still relies on older packages, you may require a "fixed" version number of 1.2.3
in the composer.json
file.
What's Changed
- Update rector.php by @kenjis in #131
- chore: fix invalid symbol '"' by @paulbalandan in #132
- Update dependencies - PHP 8.1 - 8.4 by @michalsn in #134
New Contributors
Full Changelog: v1.2.3...v1.3.0