From 897c37cd8fbfca5693f0ab871ee7a216e0409687 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Thu, 1 Feb 2018 09:28:21 +0100 Subject: [PATCH] Add compatibility with symfony 3.* and 4.* --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 12935c4..41314c4 100644 --- a/composer.json +++ b/composer.json @@ -24,8 +24,8 @@ "php": ">=5.4.0", "dflydev/stack-authentication": "1.0.*@dev", "dflydev/stack-firewall": "1.0.*@dev", - "symfony/http-foundation": "~2.1", - "symfony/http-kernel": "~2.1", + "symfony/http-foundation": "~2.1|~3.0|~4.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0", "pimple/pimple": " 1.*" }, "require-dev": {