Skip to content

Commit

Permalink
rectrict "doctrine/dbal" package to "^3.8.5" version
Browse files Browse the repository at this point in the history
- this is the version where indexes detection has changed
- see doctrine/dbal#6413
  • Loading branch information
vitek-rostislav committed Jun 14, 2024
1 parent 005f94c commit 774e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": "^8.3",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.3.3",
"doctrine/dbal": "^3.8.5",
"doctrine/doctrine-bundle": "^2.5.7",
"doctrine/orm": "^2.11.2",
"doctrine/persistence": "^2.4",
Expand Down

0 comments on commit 774e95a

Please sign in to comment.