Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3bfc19

Browse files
committed
minor #15592 Fix BC break after split of ACL from core (WouterJ)
This PR was merged into the 2.8 branch. Discussion ---------- Fix BC break after split of ACL from core Rebased version of #15520 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 7e9991e Fix BC break after split of ACL from core
2 parents e777272 + 7e9991e commit f3bfc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"php": ">=5.3.9",
2020
"doctrine/common": "~2.3",
2121
"twig/twig": "~1.20|~2.0",
22-
"psr/log": "~1.0"
22+
"psr/log": "~1.0",
23+
"symfony/security-acl": "~2.8"
2324
},
2425
"replace": {
2526
"symfony/asset": "self.version",
@@ -75,8 +76,7 @@
7576
"monolog/monolog": "~1.11",
7677
"ircmaxell/password-compat": "~1.0",
7778
"ocramius/proxy-manager": "~0.4|~1.0",
78-
"egulias/email-validator": "~1.2",
79-
"symfony/security-acl": "~2.8"
79+
"egulias/email-validator": "~1.2"
8080
},
8181
"autoload": {
8282
"psr-4": {

0 commit comments

Comments
 (0)