From 79c78a90f45ddeef840d398765247219db996eeb Mon Sep 17 00:00:00 2001 From: AaronLiu Date: Sun, 4 Feb 2018 14:05:47 +0800 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 067361d5..1cf4e02e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": ">=5.6.0", + "php": ">=5.6.0 || >=7.0.0", "ext-curl":"*", "ext-fileinfo":"*", "ext-gd":"*",