v1.62.1 : Revert PHP-CS-Fixer change
v1.62.0 contained a change that added php-cs-fixer as a required dependency. This caused a lot of problems downstream. We've reverted this change.
What's Changed
- fix: PHP 8.4 deprecations by @Chris53897 in https://github.com/symfony/maker-bundle/pull/1650
- ci: fix github action deprecations by @Chris53897 in https://github.com/symfony/maker-bundle/pull/1647
- Custom root namespace make:twig-component by @marcriemer in https://github.com/symfony/maker-bundle/pull/1642
- Revert #1575 (Use a PHP-CS-Fixer shim rather than an external PHAR) by @kbond in https://github.com/symfony/maker-bundle/pull/1654
New Contributors
- @marcriemer made their first contribution in https://github.com/symfony/maker-bundle/pull/1642
Full Changelog: https://github.com/symfony/maker-bundle/compare/v1.62.0...v1.62.1