From 20fbada85374799ee230065a71feaa92f69b7bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Poirier=20Th=C3=A9or=C3=AAt?= Date: Wed, 20 Dec 2023 13:41:41 -0500 Subject: [PATCH] [UserBundle] Remove deprecatated symfony/security-guard --- packages/user-bundle/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/user-bundle/composer.json b/packages/user-bundle/composer.json index dce678ad..e687d20e 100644 --- a/packages/user-bundle/composer.json +++ b/packages/user-bundle/composer.json @@ -16,7 +16,6 @@ "ramsey/uuid": "^4.2", "symfony/framework-bundle": "^6.4.0", "symfony/security-core": "^6.4.0", - "symfony/security-guard": "^6.4.0", "symfony/security-http": "^6.4.0", "symfony/yaml": "^6.4.0" },