8000 allow Doctrine DBAL 3 · dunglas/symfony@967331e · GitHub
[go: up one dir, main page]

Skip to content

Commit 967331e

Browse files
committed
allow Doctrine DBAL 3
1 parent 8f64d70 commit 967331e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"doctrine/cache": "~1.6",
106106
"doctrine/collections": "~1.0",
107107
"doctrine/data-fixtures": "^1.1",
108-
"doctrine/dbal": "~2.4",
108+
"doctrine/dbal": "~2.4|^3.0",
109109
"doctrine/orm": "~2.4,>=2.4.5",
110110
"doctrine/reflection": "~1.0",
111111
"doctrine/doctrine-bundle": "^1.5|^2.0",

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"doctrine/cache": "~1.6",
4444
"doctrine/collections": "~1.0",
4545
"doctrine/data-fixtures": "^1.1",
46-
"doctrine/dbal": "~2.4",
46+
"doctrine/dbal": "~2.4|^3.0",
4747
"doctrine/orm": "^2.6.3",
4848
"doctrine/reflection": "~1.0"
4949
},

0 commit comments

Comments
 (0)
0