Skip to content

Commit e28c9db

Browse files
authored
Laravel 12 support
Just putting this out there to get ahead of the curve on supporting Laravel 12 when it's released on 24th Feb 2025.
1 parent b9a62e2 commit e28c9db

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|~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",
23+
"illuminate/cache": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
24+
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
25+
"illuminate/config": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
26+
"illuminate/http": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
27+
"illuminate/routing": "~6.0|~7.0|~8.0|~9.0|~10.0|~11.0|~12.0",
2828
"nesbot/carbon": "^2.0|^3.0",
2929
"guzzlehttp/guzzle": "~6.0|~7.0"
3030
},

0 commit comments

Comments
 (0)