File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020- Added support for an Allow List within the Security Checker.
2121- Pimcore PHPStan default config.
2222- Pimcore PHP Mess Detector default config.
23+ - Added constraint for ` PHPMD ` , since Magento 2.4.8 requires version ` 3.x-dev ` .
2324
2425### Changed
2526- [ BREAKING] The composer.json configurations ` config.youwe-testing-suite.type ` and ` config.mediact-testing-suite.type `
Original file line number Diff line number Diff line change 3131 "kint-php/kint" : " @stable" ,
3232 "php-cs-fixer/shim" : " @stable" ,
3333 "php-parallel-lint/php-parallel-lint" : " ^1.4" ,
34- "phpmd/phpmd" : " ^2.15" ,
34+ "phpmd/phpmd" : " ^2.15 || 3.x-dev " ,
3535 "phpro/grumphp-shim" : " ^2.15" ,
3636 "phpstan/phpstan" : " @stable" ,
3737 "squizlabs/php_codesniffer" : " ^3.12.0" ,
You can’t perform that action at this time.
0 commit comments