From 2bbf99f9377a8781740a193b27c2aaa73703d84a Mon Sep 17 00:00:00 2001 From: Ben Dubuisson Date: Thu, 13 Jul 2017 17:15:11 +1200 Subject: [PATCH] removed php7 requirements (it is compatible wit hit but does not need it) --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 86f9f70..d1004e7 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ } }, "require": { - "php": "^7.0", "composer/installers": "~1.0", "knplabs/knp-snappy": "~0.2.0", "symfony/process": "~2.2",