Skip to content

Commit 847096f

Browse files
authored
Merge pull request #127 from robaskam/master
Add support for Laravel 11
2 parents d5c571d + f6d3406 commit 847096f

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
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"illuminate/database": "^8.0|^9.0|^10.0|^11.0"
26+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "*",

0 commit comments

Comments
 (0)