Skip to content

Commit

Permalink
Degrade PHPUnit to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Aug 13, 2020
1 parent 94d8078 commit 45503e8
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 @@ -16,7 +16,7 @@
"doctrine/dbal": "^2.9"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^4.0|^5.0"
},
Expand Down

0 comments on commit 45503e8

Please sign in to comment.