Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

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 4, 2017
1 parent fb66a8b commit a6c8188
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/Registry"
},
"require": {
"php" : ">=5.5.0",
"hoa/consistency": "~1.0",
"hoa/exception" : "~1.0",
"hoa/protocol" : "~1.0"
Expand Down

0 comments on commit a6c8188

Please sign in to comment.