Skip to content

Commit f69d322

Browse files
rectrict "doctrine/dbal" package to "^3.8.5" version
- this is the version where indexes detection has changed - see doctrine/dbal#6413
1 parent 401988f commit f69d322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"doctrine/collections": "^1.5",
4848
"doctrine/common": "^3.2.2",
4949
"doctrine/data-fixtures": "^1.3",
50-
"doctrine/dbal": "^3.3.3",
50+
"doctrine/dbal": "^3.8.5",
5151
"doctrine/doctrine-bundle": "^2.5.7",
5252
"doctrine/doctrine-fixtures-bundle": "^3.0.2",
5353
"doctrine/orm": "^2.11.2",

0 commit comments

Comments
 (0)