Skip to content

Commit

Permalink
Merge pull request #29 from jakzal/phpunit-9-on-1.4
Browse files Browse the repository at this point in the history
Allow PHPUnit 9 on 1.4 branch
  • Loading branch information
jakzal authored Mar 2, 2020
2 parents 4160c0e + d4587db commit 0f2eda7
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 @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.2,<8.0",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"psr/container": "^1.0",
"zalas/injector": "^1.3"
},
Expand Down

0 comments on commit 0f2eda7

Please sign in to comment.