Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 8949057

Browse files
scaytraseTobion
authored andcommitted
Require security-acl 2.7 for BC
1 parent fe5a113 commit 8949057

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20+
"symfony/security-acl": "~2.7",
2021
"symfony/event-dispatcher": "~2.2|~3.0.0",
2122
"symfony/http-foundation": "~2.1|~3.0.0",
2223
"symfony/http-kernel": "~2.4|~3.0.0"
@@ -39,11 +40,8 @@
3940
"symfony/expression-language": "~2.6|~3.0.0"
4041
},
4142
"suggest": {
42-
"symfony/class-loader": "For using the ACL generateSql script",
43-
"symfony/finder": "For using the ACL generateSql script",
4443
"symfony/validator": "For using the user password constraint",
4544
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
46-
"doctrine/dbal": "For using the built-in ACL implementation",
4745
"symfony/expression-language": "For using the expression voter",
4846
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
4947
},

0 commit comments

Comments
 (0)