ibexa/code-style
Ibexa coding standards bundle: PHP-CS-Fixer internal config factory, rulesets, CI/IDE helpers, hooks and contribution templates. Install as a dev dependency and add a .php-cs-fixer.php to apply Ibexa style, with optional parallel runs.
Full Changelog: https://github.com/ibexa/code-style/compare/v2.2.1...v2.3.0
Full Changelog: https://github.com/ibexa/code-style/compare/v2.2.0...v2.2.1
Full Changelog: https://github.com/ibexa/code-style/compare/v2.1.0...v2.2.0
phpdoc_no_alias_tag rule to not replace the [@link](https://github.com/link) tag by @alongosz in https://github.com/ibexa/code-style/pull/9types_spaces code style rule by @Steveb-p in https://github.com/ibexa/code-style/pull/10Full Changelog: https://github.com/ibexa/code-style/compare/v2.0.0...v2.1.0
Full Changelog: https://github.com/ibexa/code-style/compare/v1.2.1...v1.3.0
phpdoc_no_alias_tag rule to not replace the [@link](https://github.com/link) tag by @alongosz in https://github.com/ibexa/code-style/pull/9Full Changelog: https://github.com/ibexa/code-style/compare/v1.2.0...v1.2.1
This is a new major release of Ibexa Code Style. It locks PHP Coding Standards Fixer version at v3.54.0.
This major version brings a breaking change to SemVer Backward Compatibility approach. Since v.2.0.0 backward compatibility is guaranteed within a single minor release, instead of a major one. Therefore, it's recommend installing it using tilde (~) composer constraint followed by X.Y.Z version number format, e.g.:
composer req --dev ibexa/code-style:~2.0.0
This release locks PHP Coding Standards Fixer version at 3.9.5.
The reason for the hard lock is the maintenance cost. Some packages are able to install newest version of PHP CS Fixer, which uses new config, while the others are not and would require custom config override.
How can I help you explore Laravel packages today?