File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ 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+ ### Added
8+ - Allowed support for ` php 8.4 ` by allowing version ` 3.x-dev ` and future version ` 3.0.0 ` 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
12+
13+ ### Changed
14+ - Changed minimal stability to allow installing ` 3.x-dev ` .
615
716## 3.6.1
817### 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 },
18- "minimum-stability" : " stable " ,
18+ "minimum-stability" : " dev " ,
1919 "prefer-stable" : true ,
2020 "autoload" : {
2121 "psr-4" : {
You can’t perform that action at this time.
0 commit comments