From 69a572dc5dc57465c5bb72c60a53d2acdaad0255 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 4 Mar 2017 12:34:09 +0100 Subject: [PATCH] [Security] fix Composer constraint --- src/Symfony/Component/Security/Http/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 1b36428ff6..6e28903192 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=5.3.9", - "symfony/security-core": "~2.6", + "symfony/security-core": "^2.7.13|^2.8.6", "symfony/event-dispatcher": "~2.1", "symfony/http-foundation": "~2.4", "symfony/http-kernel": "~2.4"