Skip to content

Commit cb3c333

Browse files
authored
Merge pull request #20 from APMU/patch-1
Update composer.json to Doctrine Dbal ^4.0
2 parents 642d86d + 2468cd2 commit cb3c333

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
@@ -24,7 +24,7 @@
2424
"php": "^8.1",
2525
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
2626
"spatie/regex": "^3.1.1",
27-
"doctrine/dbal": "^3.4"
27+
"doctrine/dbal": "^3.4 || ^4.0"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)