Skip to content

Commit 680f594

Browse files
authored
Support Laravel 12 (#41)
1 parent db2bbd2 commit 680f594

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
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"laravel/framework": "^9.0|^10.0|^11.0",
11+
"laravel/framework": "^9.0|^10.0|^11.0|^12.0",
1212
"ext-json": "*"
1313
},
1414
"autoload": {

0 commit comments

Comments
 (0)