File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
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 ) .
66## 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
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
99 support for ` PHP 8.4 ` is not yet supported in ` phpmd ` .
1010 https://github.com/phpmd/phpmd/issues/1219
1111 https://github.com/magento/magento2/issues/39796
1212
13+ ### Changed
14+ - Changed minimal stability to allow installing ` 3.x-dev ` .
15+
1316## 3.6.1
1417### Changed
1518- Allow use of stable version of ` dealerdirect/phpcodesniffer-composer-installer `
Original file line number Diff line number Diff line change 1515 "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