diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 12:42:49 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-11-03 12:42:49 +0100 |
commit | 205a52798b9b97bd9226e54c47697fca4b5d7078 (patch) | |
tree | ffc23e6a1e65357e59d4ca4238814a5089109043 | |
parent | 6844219adbbdbbfaf159e816fa988a6de6ed6478 (diff) | |
parent | a3d8e66c3a883beddf5797fcb946faf188fd8b59 (diff) | |
download | symfony-security-205a52798b9b97bd9226e54c47697fca4b5d7078.zip symfony-security-205a52798b9b97bd9226e54c47697fca4b5d7078.tar.gz symfony-security-205a52798b9b97bd9226e54c47697fca4b5d7078.tar.bz2 |
Merge branch '2.7' into 2.8
* 2.7:
[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 3ad9e14..55157ba 100644 --- a/composer.json +++ b/composer.json @@ -45,11 +45,6 @@ "symfony/expression-language": "~2.6|~3.0.0", "symfony/ldap": "~2.8|~3.0.0" }, - "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", |