Skip to content

Commit 57df12e

Browse files
authored
Laravel 12 Support (#470)
Rebase with sign
1 parent 891e229 commit 57df12e

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)