Skip to content

Commit 8c73b90

Browse files
committed
Several components are incompatible with HttpKernel 5.0
1 parent d305581 commit 8c73b90

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/config": "^4.2|^5.0",
2323
"symfony/dependency-injection": "^4.3|^5.0",
2424
"symfony/http-foundation": "^4.3|^5.0",
25-
"symfony/http-kernel": "^4.3|^5.0",
25+
"symfony/http-kernel": "^4.3",
2626
"symfony/polyfill-mbstring": "~1.0",
2727
"symfony/filesystem": "^3.4|^4.0|^5.0",
2828
"symfony/finder": "^3.4|^4.0|^5.0",

src/Symfony/Bundle/SecurityBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-xml": "*",
2121
"symfony/config": "^4.2|^5.0",
2222
"symfony/dependency-injection": "^4.2|^5.0",
23-
"symfony/http-kernel": "^4.3|^5.0",
23+
"symfony/http-kernel": "^4.3",
2424
"symfony/security-core": "^4.3",
2525
"symfony/security-csrf": "^4.2|^5.0",
2626
"symfony/security-guard": "^4.2|^5.0",

src/Symfony/Bundle/TwigBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/config": "^4.2|^5.0",
2121
"symfony/twig-bridge": "^4.4|^5.0",
2222
"symfony/http-foundation": "^4.3|^5.0",
23-
"symfony/http-kernel": "^4.1|^5.0",
23+
"symfony/http-kernel": "^4.1",
2424
"symfony/polyfill-ctype": "~1.8",
2525
"twig/twig": "~1.41|~2.10"
2626
},

src/Symfony/Bundle/WebProfilerBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.1.3",
2020
"symfony/config": "^4.2|^5.0",
21-
"symfony/http-kernel": "^4.3|^5.0",
21+
"symfony/http-kernel": "^4.3",
2222
"symfony/routing": "^3.4|^4.0|^5.0",
2323
"symfony/twig-bundle": "^4.2|^5.0",
2424
"symfony/var-dumper": "^3.4|^4.0|^5.0",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1.3",
2020
"symfony/security-core": "^4.3",
2121
"symfony/http-foundation": "^3.4|^4.0|^5.0",
22-
"symfony/http-kernel": "^4.3|^5.0",
22+
"symfony/http-kernel": "^4.3",
2323
"symfony/property-access": "^3.4|^4.0|^5.0"
2424
},
2525
"require-dev": {

src/Symfony/Component/Security/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1.3",
2020
"symfony/event-dispatcher-contracts": "^1.1",
2121
"symfony/http-foundation": "^3.4|^4.0|^5.0",
22-
"symfony/http-kernel": "^4.3|^5.0",
22+
"symfony/http-kernel": "^4.3",
2323
"symfony/property-access": "^3.4|^4.0|^5.0",
2424
"symfony/service-contracts": "^1.1"
2525
},

0 commit comments

Comments
 (0)