Skip to content

Commit

Permalink
Merge pull request #20 from APMU/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to Doctrine Dbal ^4.0
  • Loading branch information
BSN4 authored Nov 2, 2024
2 parents 642d86d + 2468cd2 commit cb3c333
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 @@ -24,7 +24,7 @@
"php": "^8.1",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"spatie/regex": "^3.1.1",
"doctrine/dbal": "^3.4"
"doctrine/dbal": "^3.4 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cb3c333

Please sign in to comment.