We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d563799 + a6ebf75 commit 5c3dea2Copy full SHA for 5c3dea2
2 files changed
composer.json
@@ -13,11 +13,11 @@
13
],
14
"require": {
15
"php": ">=5.3.0",
16
- "symfony/console": "~2",
17
- "symfony/process": "~2.6",
18
- "symfony/config": "~2.6",
+ "symfony/console": "~2.6|~3.0",
+ "symfony/process": "~2.6|~3.0",
+ "symfony/config": "~2.6|~3.0",
19
"cocur/slugify": "~1.0",
20
- "symfony/yaml": "~3.1"
+ "symfony/yaml": "~2.6|~3.0"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "*"
0 commit comments