Skip to content

Commit 385db4b

Browse files
committed
minor #15701 [SecurityBundle] allow more versions of the ACL package (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [SecurityBundle] allow more versions of the ACL package | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This actually is the version that is required when using the Symfony SE (`symfony/symfony` requires `symfony/security-acl` in version `~2.7`). Commits ------- 3a15921 allow more versions of the ACL package
2 parents a5082aa + 6b3692f commit 385db4b

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)