Skip to content

Commit 059f3e9

Browse files
authored
Merge pull request #10 from moufmouf/output_id_ref
Increasing minimum version for DBAL
2 parents 1ec5b0a + e95ff54 commit 059f3e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"require": {
1212
"php": ">=7.1",
13-
"thecodingmachine/dbal-fluid-schema-builder": "^1.4"
13+
"thecodingmachine/dbal-fluid-schema-builder": "^1.4",
14+
"doctrine/dbal": "^2.5"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "^7.5.6",

0 commit comments

Comments
 (0)