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 7355f24 commit c31ab61Copy full SHA for c31ab61
composer.json
@@ -24,9 +24,9 @@
24
"symfony/http-kernel": ""
25
},
26
"require-dev": {
27
- "symfony/event-dispatcher": "^2.8|^3.0",
28
- "symfony/http-foundation": "^2.8|^3.0",
29
- "symfony/http-kernel": "^2.8|^3.0"
+ "symfony/event-dispatcher": "^2.8|^3.0|~4.0.0",
+ "symfony/http-foundation": "^2.8|^3.0|~4.0.0",
+ "symfony/http-kernel": "^2.8|^3.0|~4.0.0"
30
31
"autoload": {
32
"psr-4": { "Symfony\\Component\\WebLink\\": "" },
0 commit comments