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

Commit

Permalink
Add minimum php version to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Oct 16, 2014
1 parent 7957cae commit 9e05914
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,6 +8,7 @@
}
],
"require": {
"php": ">=5.4",
"rwoverdijk/assetmanager": "~1.4",
"zendframework/zend-modulemanager": "~2.3",
"zendframework/zend-stdlib": "~2.3",
Expand All @@ -16,7 +17,6 @@
"require-dev": {
"phpspec/phpspec": "~2.0",
"fabpot/PHP-CS-Fixer": "~0.5"

},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 9e05914

Please sign in to comment.