Skip to content

Commit

Permalink
Changes PHPUnit version to 4.8 to support PHP v5.3 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan O'Brien committed Feb 16, 2017
1 parent aee8486 commit a8bf3a7
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 @@ -17,7 +17,7 @@
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"phpunit/phpunit": "~4.8",
"squizlabs/php_codesniffer": "~2.8"
},
"autoload": {
Expand Down

0 comments on commit a8bf3a7

Please sign in to comment.