8000 [Security] Clean deps · symfony/symfony@620c1e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 620c1e9

Browse files
[Security] Clean deps
1 parent 2c1bb06 commit 620c1e9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/Symfony/Component/Security/Core/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"symfony/expression-language": "~2.6|~3.0.0",
2828
"symfony/http-foundation": "~2.4|~3.0.0",
2929
"symfony/ldap": "~2.8|~3.0.0",
30-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
3130
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
3231
"psr/log": "~1.0"
3332
},

src/Symfony/Component/Security/composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,12 @@
3737
"symfony/finder": "~2.3|~3.0.0",
3838
"symfony/polyfill-intl-icu": "~1.0",
3939
"symfony/routing": "~2.2|~3.0.0",
40-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
4140
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
42-
"doctrine/common": "~2.2",
43-
"doctrine/dbal": "~2.2",
44-
"psr/log": "~1.0",
4541
"symfony/expression-language": "~2.6|~3.0.0",
46-
"symfony/ldap": "~2.8|~3.0.0"
42+
"symfony/ldap": "~2.8|~3.0.0",
43+
"psr/log": "~1.0"
4744
},
4845
"suggest": {
49-
"symfony/class-loader": "For using the ACL generateSql script",
50-
"symfony/finder": "For using the ACL generateSql script",
5146
"symfony/form": "",
5247
"symfony/validator": "For using the user password constraint",
5348
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",

0 commit comments

Comments
 (0)
0