From a8b119d2688207270128266cacb163ddb4cc982e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 12 Oct 2015 12:18:26 +0200 Subject: [PATCH] removed wrong dep --- src/Symfony/Bundle/SecurityBundle/composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index c77efbe157..256652dafa 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -17,7 +17,6 @@ ], "require": { "php": ">=5.3.9", - "symfony/event-dispatcher": "~2.8|~3.0.0", "symfony/security": "~2.8|~3.0.0", "symfony/security-acl": "~2.7|~3.0.0", "symfony/http-kernel": "~2.2|~3.0.0"