Fix PHP version detection of composer

This commit is contained in:
gplane 2017-04-20 23:01:16 +08:00
parent 5db84529de
commit 1d09b41dd6

View File

@ -3,7 +3,7 @@
"description": "A web application brings your custom skins back in offline Minecraft servers.",
"license": "GPL-3.0",
"require": {
"php": "^5.5.9",
"php": ">=5.5.9",
"filp/whoops": "^2.1",
"predis/predis": "~1.0",
"gregwar/captcha": "^1.1",