From facda65a2fa8c6f76701421dff947b7ffe1ee4ec Mon Sep 17 00:00:00 2001 From: mnv Date: Tue, 24 Jan 2017 01:21:18 +0300 Subject: [PATCH] php 5.5 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f0abcea..65deff4 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ } }, "require": { - "php": ">=7.0.0", + "php": ">=5.5", "symfony/process": "^3.1", "psr/log": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^4.0" } }