Skip to content

Commit

Permalink
chore(composer) add PHP version requirement
Browse files Browse the repository at this point in the history
Define minimal supported version of PHP needed into composer.json

Address hoaproject/Central#70.
  • Loading branch information
vonglasow committed Aug 3, 2017
1 parent 15b58f9 commit 2b1c300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -23,6 +23,7 @@
"source": "https://central.hoa-project.net/Resource/Library/Dispatcher"
},
"require": {
"php" : ">=5.5.0",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/zformat" : "~1.0"
Expand Down

0 comments on commit 2b1c300

Please sign in to comment.