Skip to content

Commit a5f0897

Browse files
add support for Laravel 11 (#339)
1 parent 6682a01 commit a5f0897

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"require": {
2121
"php": "~7.2 || ~8.0",
2222
"firebase/php-jwt": "^5.2|~6.0",
23-
"illuminate/cache": "~6.0|~7.0|~8.0|~9.0|~10.0",
24-
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.0",
25-
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0",
26-
"illuminate/http": "~6.0|~7.0|~8.0|~9.0|~10.0",
27-
"illuminate/routing": "~6.0|~7.0|~8.0|~9.0|~10.0",
23+
"illuminate/cache": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
24+
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
25+
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
26+
"illuminate/http": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
27+
"illuminate/routing": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
2828
"nesbot/carbon": "^2.0",
2929
"guzzlehttp/guzzle": "~6.0|~7.0"
3030
},

0 commit comments

Comments
 (0)