Releases: akeneo/php-coupling-detector
Releases · akeneo/php-coupling-detector
Fix Symfony 7 compatibility
What's Changed
- Fix symfony 7 compatibility by @MathChevalier in #74
- Prepare PHP 8.2 compatibility by @jmleroux in #73
New Contributors
- @MathChevalier made their first contribution in #74
Full Changelog: v0.8.2...v0.8.3
v0.8.2 : Support Symfony7
Add support for Symfony 7
v0.8.1: Merge pull request #69 from akeneo/fix-unused-required-command
Fix unused requirement command
v0.8.0
- Add support for PHP 8.1 and Symfony 6
v0.7.0
- Update to PHP CS Fixer 3
v0.6.0
Improvement
- Support PHP 8
v0.5.0
v0.4.0
Minor improvements & bug fixes
- Use PSR-4
- Strict PHP7
- Fix a bunch of PhpStan errors
- Fix exception for unprocessable PHP files (like empty or procedural PHP files)
Minor improvements
- Add support for Symfony 4
- Minimum requirement is now PHP 7.1
- Introduce a rule builder
- Minor improvements and fixed in the documentation