File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ ## 3.6.2
7+ ### Changed
8+ - Allowed support for ` php 8.4 ` by allowing version ` 3.x-dev ` as a requirement. This is a dev version, since
9+ support for ` PHP 8.4 ` is not yet supported in ` phpmd ` .
10+ https://github.com/phpmd/phpmd/issues/1219
11+ https://github.com/magento/magento2/issues/39796
612
713## 3.6.1
814### Changed
Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^7.0 || ^8.0" ,
1414 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.2 || ^1.0" ,
15- "phpmd/phpmd" : " ^2.0" ,
15+ "phpmd/phpmd" : " ^2.0 || ^3.0 || 3.x-dev " ,
1616 "squizlabs/php_codesniffer" : " ^3.9.0"
1717 },
1818 "minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments