From 6973394d43c33cc724e79f8b3c1201615bfa1bec Mon Sep 17 00:00:00 2001 From: Jordi Date: Tue, 1 Sep 2020 19:10:34 +0200 Subject: [PATCH] Allow symfony security csrf and core 5.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 86bdef044c3..449039658c5 100644 --- a/composer.json +++ b/composer.json @@ -51,8 +51,8 @@ "symfony/routing": "^4.4", "symfony/security-acl": "^3.1", "symfony/security-bundle": "^4.4", - "symfony/security-core": "^4.4", - "symfony/security-csrf": "^4.4", + "symfony/security-core": "^4.4 || ^5.1", + "symfony/security-csrf": "^4.4 || ^5.1", "symfony/string": "^5.1", "symfony/translation": "^4.4", "symfony/twig-bridge": "^4.4",