Skip to content

Commit e08c595

Browse files
committed
minor symfony#37908 allow Doctrine DBAL 3 (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- allow Doctrine DBAL 3 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 967331e allow Doctrine DBAL 3
2 parents 8f64d70 + 967331e commit e08c595

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)