Releases: landingi/php-coding-standards
Releases · landingi/php-coding-standards
Update vendors
- Upgrading phpstan/phpstan (1.9.18 => 1.10.13)
- Upgrading phpstan/phpstan-doctrine (1.3.32 => 1.3.37)
- Upgrading phpstan/phpstan-phpunit (1.2.2 => 1.3.11)
- Upgrading phpstan/phpstan-symfony (1.2.25 => 1.3.1)
- Upgrading povils/phpmnd (v3.0.1 => v3.1.0)
- Upgrading symplify/easy-coding-standard (11.1.35.72 => 11.3.2)
v1.0.13 - Update most dependencies (including major versions)
What's Changed
Note: This replaces release v1.0.12 as it didn't contain all the necessary changes.
The (potential) breaking changes are highlighted in bold:
- phpstan/phpstan:
1.4.2
->~1.9.2
- phpstan/phpstan-doctrine:
1.1.0
->~1.3.23
- phpstan/phpstan-phpunit:
1.0.0
->~1.2.2
- phpstan/phpstan-symfony:
1.1.2
->~1.2.16
- symplify/easy-coding-standard:
9.4.22
->~11.1.17
- symfony/polyfill-php80:
^1.23
->^1.27
- povils/phpmnd:
^2.4
->~3.0.1
Full Changelog: v1.0.11...v1.0.13
v1.0.11
What's Changed
- Ignore CreatorInterface for suffix rule by @Sadowskyyyyy in #27
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Installed PHPStan/extension-installer. by @Sadowskyyyyy in #26
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Update Phpstan version by @Sadowskyyyyy in #24
- Added PHP 8.1 to CI by @Sadowskyyyyy in #25
v1.0.8
What's Changed
- [PHP-250]Refactor fixer that changes Service and Entity suffix by @Ferror in #21
- [PLAT-71] Added phpmnd libary. by @Sadowskyyyyy in #23
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Update Phpstan minor version by @Sadowskyyyyy in #15
- Get ridd of FileNameSameAsClassName fixer. by @Sadowskyyyyy in #20
- Install phpstan/phpstan-doctrine extension by @Ferror in #16
Full Changelog: v1.0.6...v1.0.7
Add FileNameSameAsClassName fixer
What's Changed
- Add FileNameSameAsClassName fixer by @Sadowskyyyyy in #14
Full Changelog: v1.0.5...v1.0.6
Remove Service, Entity and Interface suffix from class/interface name
What's Changed
- Remove duplicated Fixer. by @Sadowskyyyyy in #13
- [PHP-250] Delete suffix like Entity, Service, Interface. by @Sadowskyyyyy in #12
New Contributors
- @Sadowskyyyyy made their first contribution in #13
Full Changelog: v1.0.4...v1.0.5
Redefine Landingi coding standard as fixers instead of predefined styles
v1.0.4 Define Landingi Coding standard on fixers instead of predefined impor…