From 84d90b35a17ab63fdabc90d917ab62c494a98a9c Mon Sep 17 00:00:00 2001 From: Alex Farcas Date: Fri, 16 Mar 2018 01:13:05 +0200 Subject: [PATCH] Loosened symfony/http--kernel version restriction (#4) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9628cd..e735663 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "doctrine/orm": "^2.6", "hashids/hashids": "^2.0", "sensio/framework-extra-bundle": "^3.0", - "symfony/http-kernel": "^3.3" + "symfony/http-kernel": "~3.3|~4.0" }, "require-dev": { "bossa/phpspec2-expect": "^3.0",