Skip to content

Commit

Permalink
Only PHPUnit 9.5-9.6 is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 9, 2023
1 parent 7b560e7 commit 591e889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"homepage": "https://medium.com/@ganieves"
}
],
"minimum-stability": "dev",
"minimum-stability": "RC",
"require": {
"php": "^7.4 || ^8.0",
"ext-dom": "*",
"phpunit/phpunit": "dev-master as 9.5.99"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 591e889

Please sign in to comment.