Updated doctrine/dbal to 3.5.1

The bug which prevented the use of 3.5.0 should now be fixed.
This commit is contained in:
Jan Böhmer 2022-11-27 23:18:44 +01:00
parent fc507668ad
commit 74d345acfe
2 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@
"doctrine/doctrine-bundle": "^2.0",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.9",
"doctrine/dbal": "3.4.*",
"doctrine/dbal": "^3.4.6",
"dompdf/dompdf": "^2.0.0",
"erusev/parsedown": "^1.7",
"florianv/swap": "^4.0",