Skip to content

Commit a6ebf75

Browse files
author
Alexandre Guidet
committed
add flexibility on symfony dependencies
1 parent e89a3da commit a6ebf75

2 files changed

Lines changed: 169 additions & 60 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"symfony/console": "~2",
17-
"symfony/process": "~2.6",
18-
"symfony/config": "~2.6",
16+
"symfony/console": "~2.6|~3.0",
17+
"symfony/process": "~2.6|~3.0",
18+
"symfony/config": "~2.6|~3.0",
1919
"cocur/slugify": "~1.0",
20-
"symfony/yaml": "~3.1"
20+
"symfony/yaml": "~2.6|~3.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)