File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
11
11
12
12
- [ Mega-Linter] ( https://github.com/nvuillam/mega-linter ) support as QA tool to avoid technical debt
13
13
14
+ ### Changed
15
+
16
+ - As PHPUnit 9 is not supported due to issue PHPUnit #4754 , we removed composer constraint accordingly
17
+
14
18
## [ 2.1.0] - 2021-08-12
15
19
16
20
** CAUTION** : PHPUnit 9 is not supported due to issue PHPUnit [ #4754 ] ( https://github.com/sebastianbergmann/phpunit/issues/4754 )
Original file line number Diff line number Diff line change 11
11
"require" : {
12
12
"php" : " ^7.2|^8.0" ,
13
13
"psr/log" : " ^1.0|^2.0|^3.0" ,
14
- "phpunit/phpunit" : " ^7.5|^8.0|^9.0 "
14
+ "phpunit/phpunit" : " ^7.5|^8.0"
15
15
},
16
16
"require-dev" : {
17
17
"monolog/monolog" : " ^2.0" ,
You can’t perform that action at this time.
0 commit comments