From 903fd336401e0e2c74b0531ee90d44eb8943c66d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 3 Aug 2018 10:34:59 +0200 Subject: [PATCH] [SecurityBundle] reference individual security-* packages --- src/Symfony/Bundle/SecurityBundle/composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index ed648eb400..11ad513bc5 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -19,9 +19,12 @@ "php": "^7.1.3", "ext-xml": "*", "symfony/config": "^4.2", - "symfony/security": "~4.2", "symfony/dependency-injection": "^4.2", - "symfony/http-kernel": "^4.1" + "symfony/http-kernel": "^4.1", + "symfony/security-core": "~4.2", + "symfony/security-csrf": "~4.2", + "symfony/security-guard": "~4.2", + "symfony/security-http": "~4.2" }, "require-dev": { "symfony/asset": "~3.4|~4.0",