Skip to content

Commit 6b3692f

Browse files
committed
allow more versions of the ACL package
This actually is the version that is required when using the Symfony SE (`symfony/symfony` requires `symfony/security-acl` in version `~2.7`).
1 parent 947c5a4 commit 6b3692f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.9",
2020
"symfony/security": "~2.8|~3.0.0",
21-
"symfony/security-acl": "~2.8|~3.0.0",
21+
"symfony/security-acl": "~2.7|~3.0.0",
2222
"symfony/http-kernel": "~2.2|~3.0.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)