Skip to content

Commit

Permalink
Merge pull request #18 from masicek/patch-1
Browse files Browse the repository at this point in the history
Support PHPUnit 10
  • Loading branch information
Naktibalda authored Feb 10, 2023
2 parents 60f6a5a + c89cba4 commit d8e96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d8e96a5

Please sign in to comment.