Skip to content

Commit 86fb9b2

Browse files
Add compatibility for PHP 8.4 which is now only supported in a dev branch.
1 parent 5c0b56b commit 86fb9b2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

composer.json

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

0 commit comments

Comments
 (0)