From f75879c558c1b1f60cb807b587ebca041b8f5b40 Mon Sep 17 00:00:00 2001 From: tarlepp Date: Thu, 30 Nov 2017 20:32:55 +0200 Subject: [PATCH] Added support for Symfony 4 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7071928..c353bee 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ ], "require": { "php": ">=5.6", - "symfony/console": "~2.7|~3.0", - "symfony/stopwatch": "~2.7|~3.0", - "symfony/process": "~2.7|~3.0", + "symfony/console": "~2.7|~3.0|~4.0", + "symfony/stopwatch": "~2.7|~3.0|~4.0", + "symfony/process": "~2.7|~3.0|~4.0", "doctrine/collections" : "~1.2", "phpunit/phpunit": "^5.7|^6.1" },