From e6b94ca6fb7870af14df78b413944864818babc4 Mon Sep 17 00:00:00 2001 From: Christian Spoo Date: Thu, 30 Nov 2017 22:43:24 +0100 Subject: [PATCH] Allow symfony/framework-bundle ~4.0 which comes with SF4 to be used --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bf1c0a..4928a96 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }], "require": { "php": ">=5.3.0", - "symfony/framework-bundle" : "~3.0|~2.0" + "symfony/framework-bundle" : "~4.0|~3.0|~2.0" }, "require-dev": { "twig/extensions": "1.0.*",