Skip to content

Commit 6c4162e

Browse files
minor symfony#19245 Fix some lowest deps (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- Fix some lowest deps | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - A 2.8-only issue Commits ------- aa0e8bd Fix some lowest deps
2 parents 949b6a4 + aa0e8bd commit 6c4162e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/event-dispatcher": "~2.8|~3.0.0",
2525
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
2626
"symfony/http-foundation": "~2.7",
27-
"symfony/http-kernel": "~2.7.15|~2.8.8",
27+
"symfony/http-kernel": "~2.8.8",
2828
"symfony/polyfill-mbstring": "~1.0",
2929
"symfony/filesystem": "~2.3|~3.0.0",
3030
"symfony/routing": "~2.8|~3.0.0",

src/Symfony/Component/HttpKernel/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/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
21-
"symfony/http-foundation": "~2.8.8|~3.0.8",
21+
"symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8",
2222
"symfony/debug": "~2.6,>=2.6.2",
2323
"psr/log": "~1.0"
2424
},

0 commit comments

Comments
 (0)