Skip to content

Commit

Permalink
Try to add phpunit 7 back to support php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Mar 27, 2019
1 parent 9841b87 commit 4cd29bf
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 @@ -21,7 +21,7 @@
"php": ">=7.2"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "~7.0|~8.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.8",
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit 4cd29bf

Please sign in to comment.