From c649ab111c8993013ce7bc37e364660b3ca915eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Mon, 5 Feb 2018 10:31:08 +0100 Subject: [PATCH] Composer: allow Symfony 4 (#14) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0da84f..7b4910d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { "php": "^5.5 | ^7.0", - "symfony/process": "^2.8 | ^3.2", + "symfony/process": "^2.8 | ^3.2 | ^4.0", "graze/data-structure": "^2.0", "graze/console-diff-renderer": "^0.6.1" },