From 74c8cfe7e5886014cf9ae6785d303cd4609e1712 Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Thu, 1 Feb 2018 09:32:14 +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 dde87e7..400fd29 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "require": { "php": ">=5.4.0", "dflydev/stack-authentication": "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" }, "require-dev": { "phpunit/phpunit": "3.7.21",