Skip to content

Commit

Permalink
Merge pull request #43 from codemasher/add-phpunit-9
Browse files Browse the repository at this point in the history
allow PHPUnit 9
  • Loading branch information
shadowhand authored Feb 10, 2020
2 parents 92d8b91 + c7ebb86 commit 98e93ef
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 @@ -18,7 +18,7 @@
"require": {
"php": "^7.1",
"psr/http-factory": "^1.0",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 98e93ef

Please sign in to comment.