Skip to content

Commit 5998d6a

Browse files
committed
remove PHPUnit 9 constraint
1 parent 4a5b42d commit 5998d6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
1111

1212
- [Mega-Linter](https://github.com/nvuillam/mega-linter) support as QA tool to avoid technical debt
1313

14+
### Changed
15+
16+
- As PHPUnit 9 is not supported due to issue PHPUnit #4754, we removed composer constraint accordingly
17+
1418
## [2.1.0] - 2021-08-12
1519

1620
**CAUTION** : PHPUnit 9 is not supported due to issue PHPUnit [#4754](https://github.com/sebastianbergmann/phpunit/issues/4754)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.2|^8.0",
1313
"psr/log": "^1.0|^2.0|^3.0",
14-
"phpunit/phpunit": "^7.5|^8.0|^9.0"
14+
"phpunit/phpunit": "^7.5|^8.0"
1515
},
1616
"require-dev": {
1717
"monolog/monolog": "^2.0",

0 commit comments

Comments
 (0)