Releases: phootwork/php-cs-fixer-config
Releases · phootwork/php-cs-fixer-config
Version 1.0
- Remove support for PHP < 8.0 (It could break backward compatibility)
- Remove deprecations
- Remove obsolete no more supported rules
Version 0.4
- Bump
php-cs-fixer
to version 3 - Remove deprecations
- Update README
- Add a Github Actions workflow to test the installation and prevent deprecations in our configuration
Version 0.3
- Introduce a workaround to avoid spaces between union types. See PR #4 .
Version 0.2.2
Fix indentation character.
Version 0.2.1
Fix incorrect spaces by @peter279k via #2.
Version 0.2
- New rules via #1 by @cristianoc72
Version 0.1.1
- Fix: Namespace
Version 0.1
Initial release