Skip to content

Commit 6d4875c

Browse files
committed
do not allow version 7 of the HttpKernel component
1 parent dc23c8e commit 6d4875c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/error-handler": "^6.1|^7.0",
2727
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2828
"symfony/http-foundation": "^6.4|^7.0",
29-
"symfony/http-kernel": "^6.4|^7.0",
29+
"symfony/http-kernel": "^6.4",
3030
"symfony/polyfill-mbstring": "~1.0",
3131
"symfony/filesystem": "^5.4|^6.0|^7.0",
3232
"symfony/finder": "^5.4|^6.0|^7.0",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/dependency-injection": "^6.2|^7.0",
2525
"symfony/deprecation-contracts": "^2.5|^3",
2626
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
27-
"symfony/http-kernel": "^6.2|^7.0",
27+
"symfony/http-kernel": "^6.2",
2828
"symfony/http-foundation": "^6.2|^7.0",
2929
"symfony/password-hasher": "^5.4|^6.0|^7.0",
3030
"symfony/security-core": "^6.2|^7.0",

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/dependency-injection": "^6.1|^7.0",
2323
"symfony/twig-bridge": "^6.4|^7.0",
2424
"symfony/http-foundation": "^5.4|^6.0|^7.0",
25-
"symfony/http-kernel": "^6.2|^7.0",
25+
"symfony/http-kernel": "^6.2",
2626
"twig/twig": "^2.13|^3.0.4"
2727
},
2828
"require-dev": {

src/Symfony/Component/Translation/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/console": "^5.4|^6.0|^7.0",
2828
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
2929
"symfony/http-client-contracts": "^2.5|^3.0",
30-
"symfony/http-kernel": "^5.4|^6.0|^7.0",
30+
"symfony/http-kernel": "^5.4|^6.0",
3131
"symfony/intl": "^5.4|^6.0|^7.0",
3232
"symfony/polyfill-intl-icu": "^1.21",
3333
"symfony/routing": "^5.4|^6.0|^7.0",
@@ -40,7 +40,7 @@
4040
"symfony/config": "<5.4",
4141
"symfony/dependency-injection": "<5.4",
4242
"symfony/http-client-contracts": "<2.5",
43-
"symfony/http-kernel": "<5.4",
43+
"symfony/http-kernel": "<5.4|>=7.0",
4444
"symfony/service-contracts": "<2.5",
4545
"symfony/twig-bundle": "<5.4",
4646
"symfony/yaml": "<5.4",

0 commit comments

Comments
 (0)