We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b42d6 commit f4266d1Copy full SHA for f4266d1
composer.json
@@ -24,11 +24,8 @@
24
"symfony/http-kernel": ""
25
},
26
"require-dev": {
27
- "symfony/http-foundation": "^3.4|^4.0|^5.0",
28
- "symfony/http-kernel": "^4.3|^5.0"
29
- },
30
- "conflict": {
31
- "symfony/http-kernel": "<4.3"
+ "symfony/http-foundation": "^4.4|^5.0",
+ "symfony/http-kernel": "^4.4|^5.0"
32
33
"autoload": {
34
"psr-4": { "Symfony\\Component\\WebLink\\": "" },
0 commit comments