From e90bb19edacb3b57f342ef9bbc1e97a1c8f9085e Mon Sep 17 00:00:00 2001 From: Tamara Dietz Date: Thu, 30 Apr 2020 13:42:27 -0400 Subject: [PATCH] build: update symfony/security-core requirement --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 485c1e6..1b5c49e 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ "symfony/form": "^2.8 || ^3.0 || ^4.0 || ^5.0", "symfony/routing": "^2.8 || ^3.0 || ^4.0 || ^5.0", "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0 || ^5.0", - "symfony/security": "^3.2 || ^4.0 || ^5.0", "symfony/templating": "^3.2 || ^5.0", - "twig/twig": "^2.0 || ^3.0" + "twig/twig": "^2.0 || ^3.0", + "symfony/security-core": "^2.8 || ^3.0 || ^4.0 || ^5.0" }, "require-dev": { "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",