Skip to content

Commit

Permalink
fix phpunit version for php5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jan 13, 2017
1 parent dd18bdd commit ac69a5c
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 @@ -22,7 +22,7 @@
},
"require-dev": {
"laravel/framework": "~5.0",
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "~4.0|~5.0",
"laracasts/testdummy": "~2.0",
"orchestra/testbench": "~3.0",
"codeclimate/php-test-reporter": "^0.3.2",
Expand Down

0 comments on commit ac69a5c

Please sign in to comment.