Skip to content

Commit 0e25e4e

Browse files
committed
Laravel 12 support
1 parent d870cd0 commit 0e25e4e

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
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.1",
2121
"spatie/laravel-package-tools": "^1.13.0",
22-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0"
22+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)