Skip to content

Commit cb27207

Browse files
committed
Support symfony/console ^2.4|^3.0
1 parent f1d7b56 commit cb27207

File tree

2 files changed

+408
-533
lines changed

2 files changed

+408
-533
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bin": ["bin/dbtk-schema-loader"],
1414
"minimum-stability": "stable",
1515
"require": {
16-
"symfony/console": "~2.4",
16+
"symfony/console": "^2.4|^3.0",
1717
"doctrine/dbal": "~2.5",
1818
"linkorb/connector": "~1.0"
1919
},

0 commit comments

Comments
 (0)