v2.0.0
Changes between ibexa/code-style v1.2.0...v2.0.0
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.0Changelog:
- 02d31dc [Composer] Bumped friendsofphp/php-cs-fixer to v3.54.0
- 08e5b82 Updated CI
- a954b1c [GitHub] Removed Pull Request template in favor of organization-wide one
- b92319e [CS] Improved code quality of InternalConfigFactory
- f6798ac Dropped deprecated InternalConfigFactory::EZPLATFORM_PHP_HEADER
- 43daae1 [CS] Configured new rules used in the new Ibexa DXP packages
- cb04175 [Doc] Documented the way package should be installed due to BC
- 00f96cb [CS] Updated deprecated PHP CS Fixer configuration
- 5017304 [Composer] Updated PHP CS Fixer and PHPStan to use the latest versions
- a6f857a [Composer] Bumped the package major version to 2.0
- 40371e9 Removed repository-wide pull request template
- 4280230 Updated PHPStan (#5)
- a226a0f Updated php-cs-fixer