Skip to content

Commit eb4b0dd

Browse files
Changed minimal stability to allow installing 3.x-dev.
1 parent 86fb9b2 commit eb4b0dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
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).
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`

composer.json

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

0 commit comments

Comments
 (0)