From 4979bab75427fff176a42a9e465fe5d7683e3fe7 Mon Sep 17 00:00:00 2001 From: Jan Sorgalla Date: Fri, 30 Dec 2016 14:51:23 +0100 Subject: [PATCH] Lower required PHP version to compatible with async-interop/promise --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4884133..55c44ea 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "keywords": ["promise", "async", "interop", "test"], "license": "MIT", "require": { - "php": ">=5.5.0", + "php": ">=5.4.0", "async-interop/promise": "^0.3|dev-master", "phpunit/phpunit": "^4|^5" },