Skip to content

Commit 947d297

Browse files
committed
Allow DBAL 4.x to be used
1 parent 08275d9 commit 947d297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">= 8.1",
2424
"doctrine/collections": "^1.6|^2.0",
25-
"doctrine/dbal": "^2.13|^3.0",
25+
"doctrine/dbal": "^3.0|^4.0",
2626
"doctrine/event-manager": "^1.1|^2.0",
2727
"doctrine/orm": "^2.13|^3.0",
2828
"doctrine/persistence": "^2.4|^3.1|^4.0",

0 commit comments

Comments
 (0)