diff options
-rw-r--r-- | composer.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json index f2c4e13..3796529 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,11 @@ "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", |