From 618a2d33e9e0f3601a471817962b316f071abf01 Mon Sep 17 00:00:00 2001 From: Walter Dolce Date: Wed, 9 Oct 2019 18:59:33 +0100 Subject: [PATCH] Allow Symfony packages up to ~4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 254b136..53ee633 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require" : { "php" : "^5.4||~7.0", "behat/behat" : "~3.0", - "symfony/process" : "~2.3||~3.0" + "symfony/process" : "~2.3||~4.0" }, "require-dev": { "ciaranmcnulty/phpspec-typehintedmethods" : "~1.0",