Skip to content

Commit bed0744

Browse files
authored
Laravel 12 Support
Signed-off-by: Danil Shutsky <[email protected]>
1 parent 890ef8c commit bed0744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"php": "^8.2",
3939
"ext-json": "*",
4040
"auth0/auth0-php": "^8.10",
41-
"illuminate/contracts": "^11",
42-
"illuminate/http": "^11",
43-
"illuminate/support": "^11",
41+
"illuminate/contracts": "^11|^12",
42+
"illuminate/http": "^11|^12",
43+
"illuminate/support": "^11|^12",
4444
"psr-discovery/all": "^1",
4545
"psr/cache": "^2 || ^3"
4646
},

0 commit comments

Comments
 (0)