Skip to content

Commit 9122fb4

Browse files
committed
support Laravel 12
1 parent 4858f9b commit 9122fb4

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
],
2020
"require": {
21-
"php": "^8.1",
22-
"illuminate/contracts": "^10.0|^11.0",
21+
"php": "^8.3",
22+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2323
"spatie/laravel-package-tools": "^1.14.1"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)