From c690256966933c9818374da62e34cf971d6a5b10 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 15 May 2017 15:11:23 +0200 Subject: [PATCH] remove Security deps from the require section These requirements have been moved in #20075 before and are still present in the `require-dev` section. --- src/Symfony/Bundle/FrameworkBundle/composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 8c5c52c2e70c6..6360ff6dbce17 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -29,8 +29,6 @@ "symfony/filesystem": "~2.8|~3.0", "symfony/finder": "~2.8|~3.0", "symfony/routing": "~3.1.10|^3.2.3", - "symfony/security-core": "~2.8|~3.0", - "symfony/security-csrf": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0", "doctrine/cache": "~1.0" },