Unallow symfony/http-kernel ^5.0

This commit is contained in:
Thomas Calvet 2019-11-07 18:22:59 +01:00
parent 6779c338a4
commit da454db947
7 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/http-kernel": "^4.3.7|^5.0",
"symfony/http-kernel": "^4.3.7",
"symfony/messenger": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",

View File

@ -27,7 +27,7 @@
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0",
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "^3.4|^4.0|^5.0",

View File

@ -32,7 +32,7 @@
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^4.3|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/http-kernel": "^4.3",
"symfony/security-csrf": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/var-dumper": "^4.3|^5.0"

View File

@ -31,7 +31,7 @@
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/http-kernel": "^4.3|^5.0",
"symfony/http-kernel": "^4.3",
"symfony/process": "^4.2|^5.0",
"symfony/service-contracts": "^1.0|^2",
"symfony/var-dumper": "^4.3|^5.0"

View File

@ -27,7 +27,7 @@
"symfony/dependency-injection": "^3.4.19|^4.1.8|^5.0",
"symfony/error-renderer": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.3|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/serializer": "^3.4|^4.0|^5.0",

View File

@ -24,7 +24,7 @@
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/var-dumper": "^3.4|^4.0|^5.0",

View File

@ -24,7 +24,7 @@
"require-dev": {
"symfony/http-client": "^4.3|^5.0",
"symfony/http-foundation": "^4.1|^5.0",
"symfony/http-kernel": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^3.4|^4.0",
"symfony/var-dumper": "^3.4|^4.0|^5.0",
"symfony/intl": "^4.3|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0",