We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96be76c + a1dd029 commit a3f0e2aCopy full SHA for a3f0e2a
1 file changed
composer.json
@@ -21,10 +21,10 @@
21
}
22
},
23
"require": {
24
- "symfony/console": "~2.5",
+ "symfony/console": "~2.5|~3.0",
25
"guzzlehttp/guzzle": "^5.0",
26
- "symfony/dependency-injection": "^2.7",
27
- "symfony/process": "^2.7"
+ "symfony/dependency-injection": "^2.7|^3.0",
+ "symfony/process": "^2.7|^3.0"
28
29
"require-dev": {
30
"phpunit/phpunit": "~4.5"
0 commit comments