Skip to content

Commit 74027da

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 bab4758 commit 74027da

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
@@ -24,7 +24,7 @@
2424
"php": "^8.3",
2525
"ext-json": "*",
2626
"ext-pdo": "*",
27-
"doctrine/dbal": "^3.3.3",
27+
"doctrine/dbal": "^3.8.5",
2828
"doctrine/doctrine-bundle": "^2.5.7",
2929
"doctrine/orm": "^2.11.2",
3030
"doctrine/persistence": "^2.4",

0 commit comments

Comments
 (0)