1.6.12
Fixed
- Anonymous classes can now be mocked correctly
- PHPStan no longer reports unresolvable types when mocking final classes
- PHP Doc Comments formatting
Security
- Bump Jinja2 from 3.1.3 to 3.1.4 (CVE-2024-34064)
- Bump idna from 3.6 to 3.7 (CVE-2024-3651)
Improvements
- CI workflows now test on PHP 8.4
- Upgraded phar tools and phive.xml configuration
- Updated psalm-baseline.xml and e2e test scripts
What's Changed
- 1420: Update
psalm-baseline.xml - 1419: Update e2e-test.sh
- 1417: Bump
Jinja2from3.1.3to3.1.4fix CVE-2024-34064 thanks to @corazzi - 1415: Fix mocking anonymous classes thanks to @lew-tfli and @ghostwriter
- 1413: Upgrade
phartools andphive.xmlconfiguration - 1412: Bump
idnafrom3.6to3.7fix CVE-2024-3651 - 1411: Mocking final classes reports unresolvable type by PHPStan thanks to @Ilyes512
- 1410: Fix PHP Doc Comments thanks to @rolandsusans
Full Changelog: https://github.com/mockery/mockery/compare/1.6.11...1.6.12