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 4730c41 commit 5f90733Copy full SHA for 5f90733
composer.json
@@ -19,7 +19,7 @@
19
"php": "^5.5.9|>=7.0.8"
20
},
21
"require-dev": {
22
- "symfony/config": "~2.8|~3.0|~4.0",
+ "symfony/config": "^3.3.1|~4.0",
23
"symfony/http-foundation": "~2.8|~3.0|~4.0",
24
"symfony/yaml": "~3.4|~4.0",
25
"symfony/expression-language": "~2.8|~3.0|~4.0",
@@ -29,7 +29,7 @@
29
"psr/log": "~1.0"
30
31
"conflict": {
32
- "symfony/config": "<2.8",
+ "symfony/config": "<3.3.1",
33
"symfony/dependency-injection": "<3.3",
34
"symfony/yaml": "<3.4"
35
0 commit comments