From 94dc78ef3d7ff7b83512c10561eb42eda6317592 Mon Sep 17 00:00:00 2001 From: Andrew Coulton Date: Tue, 13 Feb 2018 11:42:46 +0000 Subject: [PATCH] Fix composer PHP version specification --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69cb409..1326a1f 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^5.5" + "php": "^5.5||^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8"