Skip to content

Commit 2d7a861

Browse files
committed
Increasing minimum version for DBAL
1 parent c4ca547 commit 2d7a861

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.4"
1415
},
1516
"require-dev": {
1617
"phpunit/phpunit": "^7.5.6",

0 commit comments

Comments
 (0)