From 356f7da8eb525b74a0afd4d3bc52a73f8f959681 Mon Sep 17 00:00:00 2001 From: Eugene Leonovich Date: Tue, 29 Dec 2015 11:57:08 +0100 Subject: [PATCH] Fix PHP version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a079c3..f9d4d6a 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=5.4.0" + "php": "^5.4|^7.0" }, "require-dev": { "pda/pheanstalk": "~3.0"