Skip to content

Commit 887f12e

Browse files
authored
Drop DBAL 2 support (#63)
DBAL 2 is no longer maintained since around October 2022.
1 parent 445a7c2 commit 887f12e

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
@@ -16,7 +16,7 @@
1616

1717
"require": {
1818
"php": ">= 8.1",
19-
"doctrine/dbal": "^2.13|^3.0",
19+
"doctrine/dbal": "^3.0",
2020
"doctrine/orm": "^2.8|^3.0",
2121
"doctrine/persistence": "^2.1|^3.0",
2222
"psr/container": "^1.0",

0 commit comments

Comments
 (0)