Skip to content

Commit

Permalink
Merge pull request #600 from TomHAnderson/feature/DBAL-3
Browse files Browse the repository at this point in the history
3.0 Allow dbal 3 || 4
  • Loading branch information
TomHAnderson authored Oct 13, 2024
2 parents a713a52 + 252e60a commit 7589569
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 @@
],
"require": {
"php": "^8.1",
"doctrine/dbal": "^4.1",
"doctrine/dbal": "^3.0 || ^4.0",
"doctrine/orm": "^3.1",
"doctrine/persistence": "^3.3",
"illuminate/auth": "^10.0|^11.0",
Expand Down

0 comments on commit 7589569

Please sign in to comment.