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 2b9c1e1 commit b35eb77Copy full SHA for b35eb77
composer.json
@@ -17,14 +17,14 @@
17
],
18
"require": {
19
"php": "^7.1.3",
20
- "symfony/filesystem": "~2.8|~3.0|~4.0"
+ "symfony/filesystem": "~3.4|~4.0"
21
},
22
"require-dev": {
23
- "symfony/yaml": "~3.0|~4.0",
24
- "symfony/dependency-injection": "~3.3|~4.0"
+ "symfony/yaml": "~3.4|~4.0",
+ "symfony/dependency-injection": "~3.4|~4.0"
25
26
"conflict": {
27
- "symfony/dependency-injection": "<3.3"
+ "symfony/dependency-injection": "<3.4"
28
29
"suggest": {
30
"symfony/yaml": "To use the yaml reference dumper"
0 commit comments