From 777727829d865da8aa8357ccf26766b541298496 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 24 May 2018 20:20:58 +0200 Subject: [PATCH] added missing constraint --- 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 8e216cb6cb..74c0e77e76 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "symfony/routing": "~2.8|~3.0|~4.0", - "symfony/security-csrf": "^2.8.41|^3.3.17|^4.0.11", + "symfony/security-csrf": "^2.8.41|^3.3.17|^3.4.11|^4.0.11", "psr/log": "~1.0" }, "conflict": {