Skip to content

Commit

Permalink
Fix phpunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed May 22, 2017
1 parent 3ded60c commit 0dac0ae
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 @@ -8,7 +8,7 @@
"illuminate/routing": "5.1.*|5.2.*|5.3.*|5.4.*"
},
"require-dev": {
"phpunit/phpunit": "5.5.*",
"phpunit/phpunit": "^4.7|^5.0",
"orchestra/testbench": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit 0dac0ae

Please sign in to comment.