Skip to content

Commit 591e889

Browse files
authored
Only PHPUnit 9.5-9.6 is supported
1 parent 7b560e7 commit 591e889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"homepage": "https://medium.com/@ganieves"
1313
}
1414
],
15-
"minimum-stability": "dev",
15+
"minimum-stability": "RC",
1616
"require": {
1717
"php": "^7.4 || ^8.0",
1818
"ext-dom": "*",
19-
"phpunit/phpunit": "dev-master as 9.5.99"
19+
"phpunit/phpunit": "^9.5"
2020
},
2121
"autoload": {
2222
"files": [

0 commit comments

Comments
 (0)