From 1b2b22a5d098255503c42d43bc6135afe7bc0cbf Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 21 Nov 2021 10:19:49 +0100 Subject: [PATCH] [SecurityBundle] Remove Guard --- src/Symfony/Bundle/SecurityBundle/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index f4e7877a26e0c..9f928c2c4fb57 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -27,7 +27,6 @@ "symfony/password-hasher": "^5.4|^6.0", "symfony/security-core": "^5.4|^6.0", "symfony/security-csrf": "^5.4|^6.0", - "symfony/security-guard": "^5.4|^6.0", "symfony/security-http": "^5.4|^6.0" }, "require-dev": {