Skip to content

Commit f71ad73

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 376de6a commit f71ad73

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
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": "^8.3",
25-
"doctrine/dbal": "^3.3.3",
25+
"doctrine/dbal": "^3.8.5",
2626
"doctrine/doctrine-migrations-bundle": "^3.2.2",
2727
"doctrine/migrations": "^3.4.1",
2828
"doctrine/orm": "^2.5",

0 commit comments

Comments
 (0)