From 95b09130fd492637f3e0f19e85097e38983e6c21 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 28 May 2018 13:05:29 +0300 Subject: [PATCH] fix symfony/http-foundation versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a9b2500..9a078a8 100755 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "minimum-stability": "stable", "require": { "php": ">=7", - "symfony/http-foundation": "^3.1", + "symfony/http-foundation": "^3.1|^4.0", "doctrine/orm": "~2.5.4" }, "require-dev": {