Skip to content

Commit ad68a47

Browse files
Add Laravel 12 support
1 parent ff188c4 commit ad68a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php": "^8.0",
21-
"illuminate/database": "^10.0||^11.0",
22-
"illuminate/support": "^10.0||^11.0"
21+
"illuminate/database": "^11.0||^12.0",
22+
"illuminate/support": "^11.0||^12.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)