From 45a0cd93fcde1fc2346a3dc0219e6bec59f7f2ae Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Nov 2017 18:31:29 +0200 Subject: [PATCH] fix deps=low (bis) --- src/Symfony/Bundle/SecurityBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index c503d8cf59..5fe5c11b71 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^5.5.9|>=7.0.8", "ext-xml": "*", - "symfony/security": "^3.3.13|~3.4-beta5", + "symfony/security": "~3.3.13|~3.4-beta5", "symfony/dependency-injection": "~3.3", "symfony/http-kernel": "~3.3", "symfony/polyfill-php70": "~1.0"