Skip to content

Commit f460bb4

Browse files
authored
Merge pull request #1 from devSviat/patch-1
feat: support Laravel 12
2 parents e0715d6 + 678f159 commit f460bb4

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
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/contracts": "^10.0|^11.0",
25+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2626
"laravel/octane": "^2.1",
2727
"spatie/laravel-health": "^1.23",
2828
"spatie/laravel-package-tools": "^1.14.0"

0 commit comments

Comments
 (0)