Skip to content

Commit

Permalink
Install phpunit on php8 test env
Browse files Browse the repository at this point in the history
  • Loading branch information
Edd Turtle committed Nov 29, 2020
1 parent ef7ed02 commit 1babd4f
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 @@ -23,7 +23,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^8.0||^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1babd4f

Please sign in to comment.