[DoctrineBridge] fix min version of http-kernel

This commit is contained in:
Nicolas Grekas 2019-11-06 15:26:48 +01:00
parent 62bf1f5002
commit 69ba86ba66

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": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.3.7|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
@ -50,6 +50,7 @@
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/form": "<4.4",
"symfony/http-kernel": "<4.3.7",
"symfony/messenger": "<4.3",
"symfony/security-core": "<4.4"
},