Skip to content

Commit da454db

Browse files
committed
Unallow symfony/http-kernel ^5.0
1 parent 6779c33 commit da454db

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/Symfony/Bridge/Doctrine/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/config": "^4.2|^5.0",
2929
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
3030
"symfony/form": "^4.4|^5.0",
31-
"symfony/http-kernel": "^4.3.7|^5.0",
31+
"symfony/http-kernel": "^4.3.7",
3232
"symfony/messenger": "^4.4|^5.0",
3333
"symfony/property-access": "^3.4|^4.0|^5.0",
3434
"symfony/property-info": "^3.4|^4.0|^5.0",

src/Symfony/Bridge/Twig/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/finder": "^3.4|^4.0|^5.0",
2828
"symfony/form": "^4.4|^5.0",
2929
"symfony/http-foundation": "^4.3|^5.0",
30-
"symfony/http-kernel": "^3.4|^4.0|^5.0",
30+
"symfony/http-kernel": "^3.4|^4.0",
3131
"symfony/mime": "^4.3|^5.0",
3232
"symfony/polyfill-intl-icu": "~1.0",
3333
"symfony/routing": "^3.4|^4.0|^5.0",

src/Symfony/Component/Form/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/config": "^3.4|^4.0|^5.0",
3333
"symfony/console": "^4.3|^5.0",
3434
"symfony/http-foundation": "^3.4|^4.0|^5.0",
35-
"symfony/http-kernel": "^4.3|^5.0",
35+
"symfony/http-kernel": "^4.3",
3636
"symfony/security-csrf": "^3.4|^4.0|^5.0",
3737
"symfony/translation": "^4.2|^5.0",
3838
"symfony/var-dumper": "^4.3|^5.0"

src/Symfony/Component/HttpClient/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"php-http/httplug": "^1.0|^2.0",
3232
"psr/http-client": "^1.0",
3333
"symfony/dependency-injection": "^4.3|^5.0",
34-
"symfony/http-kernel": "^4.3|^5.0",
34+
"symfony/http-kernel": "^4.3",
3535
"symfony/process": "^4.2|^5.0",
3636
"symfony/service-contracts": "^1.0|^2",
3737
"symfony/var-dumper": "^4.3|^5.0"

src/Symfony/Component/Messenger/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",
2828
"symfony/error-renderer": "^4.4|^5.0",
2929
"symfony/event-dispatcher": "^4.3|^5.0",
30-
"symfony/http-kernel": "^4.4|^5.0",
30+
"symfony/http-kernel": "^4.4",
3131
"symfony/process": "^3.4|^4.0|^5.0",
3232
"symfony/property-access": "^3.4|^4.0|^5.0",
3333
"symfony/serializer": "^3.4|^4.0|^5.0",

src/Symfony/Component/Translation/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/config": "^3.4|^4.0|^5.0",
2525
"symfony/console": "^3.4|^4.0|^5.0",
2626
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
27-
"symfony/http-kernel": "^3.4|^4.0|^5.0",
27+
"symfony/http-kernel": "^3.4|^4.0",
2828
"symfony/intl": "^3.4|^4.0|^5.0",
2929
"symfony/service-contracts": "^1.1.2|^2",
3030
"symfony/var-dumper": "^3.4|^4.0|^5.0",

src/Symfony/Component/Validator/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require-dev": {
2525
"symfony/http-client": "^4.3|^5.0",
2626
"symfony/http-foundation": "^4.1|^5.0",
27-
"symfony/http-kernel": "^3.4|^4.0|^5.0",
27+
"symfony/http-kernel": "^3.4|^4.0",
2828
"symfony/var-dumper": "^3.4|^4.0|^5.0",
2929
"symfony/intl": "^4.3|^5.0",
3030
"symfony/yaml": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)