diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 12:34:55 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 12:34:55 +0100 |
commit | a3d8e66c3a883beddf5797fcb946faf188fd8b59 (patch) | |
tree | d2ed4311adf59838ac6df17fec194329b7e64bf7 | |
parent | fd9038ed4bf4a8c749d59bac7909e7d9af405893 (diff) | |
download | symfony-security-a3d8e66c3a883beddf5797fcb946faf188fd8b59.zip symfony-security-a3d8e66c3a883beddf5797fcb946faf188fd8b59.tar.gz symfony-security-a3d8e66c3a883beddf5797fcb946faf188fd8b59.tar.bz2 |
[Security] Fix composer.json
-rw-r--r-- | composer.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 0a90f98..be42c2a 100644 --- a/composer.json +++ b/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", |