Skip to content

Commit

Permalink
Merge pull request #64 from duncan3dc/composer-minimum-version
Browse files Browse the repository at this point in the history
Update composer to match the minimum supported version
  • Loading branch information
tedivm authored May 30, 2017
2 parents 9401e3a + 1105440 commit 667e997
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 @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^5.3|^7.0"
"php": "^5.6|^7.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
Expand Down

0 comments on commit 667e997

Please sign in to comment.