Skip to content

Commit 7589569

Browse files
authored
Merge pull request #600 from TomHAnderson/feature/DBAL-3
3.0 Allow dbal 3 || 4
2 parents a713a52 + 252e60a commit 7589569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.1",
24-
"doctrine/dbal": "^4.1",
24+
"doctrine/dbal": "^3.0 || ^4.0",
2525
"doctrine/orm": "^3.1",
2626
"doctrine/persistence": "^3.3",
2727
"illuminate/auth": "^10.0|^11.0",

0 commit comments

Comments
 (0)