Skip to content

Commit 9841861

Browse files
authored
Allow laravel 11
1 parent fbb317d commit 9841861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^8.0",
2121
"ext-json": "*",
22-
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0",
22+
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
2323
"guzzlehttp/guzzle": "^6.4 || ^7.0",
2424
"psr/log": "^1.1 || ^2.0 || ^3.0",
2525
"nesbot/carbon": "^1.2 || ^2.26",

0 commit comments

Comments
 (0)