Skip to content

Commit

Permalink
fix: add support for dbal 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Apr 2, 2024
1 parent 0cd7f01 commit ca25eae
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 @@ -21,7 +21,7 @@
"illuminate/routing": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"illuminate/mail": "^9.0|^10.0|^11.0",
"doctrine/dbal": "^3.5"
"doctrine/dbal": "^3.5 | ^4.0 | ^5.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0"
Expand Down

0 comments on commit ca25eae

Please sign in to comment.