8000 minor #16441 [Security][2.7] Clean deps (nicolas-grekas) · symfony/symfony@399b1d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 399b1d5

Browse files
minor #16441 [Security][2.7] Clean deps (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [Security][2.7] Clean deps | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- d51ab88 [Security][2.7] Clean deps
2 parents 5d8ce71 + d51ab88 commit 399b1d5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"symfony/event-dispatcher": "~2.1",
2323
"symfony/expression-language": "~2.6",
2424
"symfony/http-foundation": "~2.4",
25-
"symfony/translation": "~2.0,>=2.0.5",
26-
"symfony/validator": "~2.5,>=2.5.5",
25+
"symfony/validator": "~2.5,>=2.5.9",
2726
"psr/log": "~1.0",
2827
"ircmaxell/password-compat": "1.0.*"
2928
},

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"symfony/finder": "~2.3",
3232
"symfony/intl": "~2.3",
3333
"symfony/routing": "~2.2",
34-
"symfony/translation": "~2.0,>=2.0.5",
35-
"symfony/validator": "~2.5,>=2.5.5",
34+
"symfony/validator": "~2.5,>=2.5.9",
3635
"doctrine/common": "~2.2",
3736
"doctrine/dbal": "~2.2",
3837
"psr/log": "~1.0",

0 commit comments

Comments
 (0)
0