Skip to content

Commit dcdc354

Browse files
authored
Merge pull request #1 from tgabi333/patch-1
Laravel 12 support
2 parents 7d1d67d + 21e1c03 commit dcdc354

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
@@ -25,7 +25,7 @@
2525
"prefer-stable": true,
2626
"require": {
2727
"php": "^8.0",
28-
"illuminate/support": "^10.0 || ^11.0",
28+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
2929
"spatie/laravel-webhook-client": "^3.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)