From 08013f8ebd573b7d43236599c43a8be492310b50 Mon Sep 17 00:00:00 2001 From: jbfewo Date: Thu, 13 Jun 2019 09:40:29 +0200 Subject: [PATCH] Add 4.0 to symfony/framework-bundle --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b70c022..cddf286 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=5.3.9", - "symfony/framework-bundle": "~2.8|~3.0" + "symfony/framework-bundle": "~2.8|~3.0|~4.0" }, "require-dev": { "atoum/atoum": "dev-master" @@ -25,4 +25,4 @@ "psr-4": { "Swm\\Bundle\\MailHookBundle\\": "" }, "exclude-from-classmap": ["/tests/"] } -} \ No newline at end of file +}