From 39420e1eb987dc45fa5c4074d97a16bf33f99cf2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 3 Nov 2015 12:34:55 +0100 Subject: [PATCH] [Security] Fix composer.json --- src/Symfony/Component/Security/composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 0a90f988e7..be42c2a8ac 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -39,11 +39,6 @@ "ircmaxell/password-compat": "~1.0", "symfony/expression-language": "~2.6" }, - "replace": { - "symfony/security-acl": "self.version", - "symfony/security-core": "self.version", - "symfony/security-http": "self.version" - }, "suggest": { "symfony/class-loader": "For using the ACL generateSql script", "symfony/finder": "For using the ACL generateSql script",