Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Allow either PHP 5.5+ or PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 16, 2016
1 parent 409acdd commit f3b233f
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 @@ -13,7 +13,7 @@
}
},
"require": {
"php": ">=5.5",
"php": "^5.5 || ^7.0",
"zendframework/zend-stdlib": "~2.5"
},
"require-dev": {
Expand Down

0 comments on commit f3b233f

Please sign in to comment.