From 7481db6570ab8e0f6d2e38460208ce94f3f5e5cf Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Thu, 30 May 2019 23:24:03 +0200 Subject: [PATCH] [Security][Http] Forbid security-core 5.x --- 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 ec928c7c65..a9e24ed56e 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1.3", - "symfony/security-core": "^4.3|^5.0", + "symfony/security-core": "^4.3", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/http-kernel": "^4.3|^5.0", "symfony/property-access": "^3.4|^4.0|^5.0"