Skip to content

Commit 4641d2b

Browse files
Added missing constraint for magento 2.4.8 which requires 3.x-dev
1 parent 02bf6fc commit 4641d2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
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",

0 commit comments

Comments
 (0)