Releases: smartbooster/standard-bundle
Releases · smartbooster/standard-bundle
v1.4.2
Added
- recipe 1.4.2 (@lfortunier)
Fixed
- recipe 1.4 & 1.4.1 : remove copy
.php-cs-fixer.dist.php(@lfortunier)
v1.4.1
Added
- Allow
doctrine/orm^v3.0 (@lfortunier)
Changed
- Moved
phpmetrics/phpmetricsas suggested vendor package becasue it's not on the qualimetry calls command and also because it requires use to do a downgrade ofnikic/php-parserfrom 5.0 to 4.18 on default symfony-docker install which is needed by thesymfony/maker-bundle(@lfortunier)
v1.4.0
Added
- Allow Symfony 7.4 (@mathieu-ducrot)
v1.3.1
Added
qualimetry.mksymfony-checkstyle-fix qa command, alias sfcs-fix (@mathieu-ducrot)
Fixed
qualimetry.mkfix the code-beautifier to return 0 on success even it's fixing some files (@mathieu-ducrot)
Removed
.php-cs-fixer.dist.phpconfig moved in the platform-core-bundle stubs install (@mathieu-ducrot)
v1.3.0
Fixed
- Forced minor version to generate a new recipe to ensure proper copy for the files
tests/bootstrap.php,phpstan.neonand.php-cs-fixer.dist.php(@mathieu-ducrot)
v1.2.4
Fixed
tests/bootstrap.php: fix phpstan false positive detection on CI (@mathieu-ducrot)
v1.2.3
Added
- recipe
smartbooster.standard-bundle.1.2.json: add tests/bootstrap.php (@mathieu-ducrot) .php-cs-fixer.dist.phpadd class_definition and concat_space rule config (@mathieu-ducrot)
v1.2.2
Changed
qualimetry.mk: composer audit --abandoned flag set to report instead of fail (the fail behavior must be handled by the scheduled audit job) (@mathieu-ducrot)
v1.2.1
Fixed
- Fix recipes .php-cs-fixer.dist.php missing .php extension (@mathieu-ducrot)
v1.2.0
Added
composer.jsonadd more qualimetry requirements : (@mathieu-ducrot)- pheromone/phpcs-security-audit and dealerdirect/phpcodesniffer-composer-installer for security sniff
- friendsofphp/php-cs-fixer to enhance complience with the symfony coding standards
- yamadashy/phpstan-friendly-formatter and spaze/phpstan-disallowed-calls to improve phpstan output and disallowed-calls
qualimetry.mkadd symfony-checkstyle command based on php-cs-fixer + qa.md docs (@mathieu-ducrot).php-cs-fixer.distdefault PHPCSFixer config (@mathieu-ducrot)phpcs.xmladd Security sniff from pheromone/phpcs-security-audit (@mathieu-ducrot)phpstan.neonadd disallowed-calls rule + friendly-formatter and cache config (@mathieu-ducrot)
Removed
sebastian/phpcpdrequirement as it is flag has abandoned and no longer maintained. (@mathieu-ducrot)