Skip to content

Commit 4c0bd9f

Browse files
committed
Allow symfony/console ^4.0
1 parent 5fe0e1e commit 4c0bd9f

File tree

2 files changed

+223
-215
lines changed

2 files changed

+223
-215
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|^3.0",
16+
"symfony/console": "^2.4|^3.0|^4.0",
1717
"doctrine/dbal": "~2.5",
1818
"linkorb/connector": "~1.0"
1919
},

0 commit comments

Comments
 (0)