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

Commit c86ccfb

Browse files
committed
chore(composer) add PHP version requirement
Define minimal supported version of PHP needed into composer.json Address hoaproject/Central#70.
1 parent aa09caf commit c86ccfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"source": "https://central.hoa-project.net/Resource/Library/Compiler"
2828
},
2929
"require": {
30+
"php" : ">=5.5.0",
3031
"hoa/consistency": "~1.0",
3132
"hoa/exception" : "~1.0",
3233
"hoa/file" : "~1.0",

0 commit comments

Comments
 (0)