From 567a0dccd0e4694c83f4f6087d15f74c19cdcab4 Mon Sep 17 00:00:00 2001 From: VolCh Date: Sat, 21 Oct 2017 22:52:03 +0300 Subject: [PATCH] Support Symfony 4 and PHPUnit 5&6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 35b75ab..e00799e 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ ], "require": { "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0" + "symfony/console": "~2.3 || ~3.0 || ~4.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "~4.4 || ~5.7 || ~6.4" }, "autoload": { "psr-4": {