Skip to content

Commit

Permalink
Fixed phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Dec 15, 2020
1 parent f3fa405 commit d0d4a0f
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 @@ -25,7 +25,7 @@
"require-dev": {
"mockery/mockery": "^0.9|^1.0",
"orchestra/testbench": "^3.4|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^5.7|^6.0|^7.0|8.0|^9.0"
"phpunit/phpunit": "^5.7|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0d4a0f

Please sign in to comment.