Skip to content

Commit 91beee6

Browse files
authored
Merge pull request #39 from eideasy/support-laravel-12
Add support for Laravel 12
2 parents 2983435 + 4efd452 commit 91beee6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"require": {
3939
"laravel/legacy-factories": "^1.3",
4040
"nl.idaas/openid-server": "^0.4.2",
41-
"illuminate/http": "^10.0|^11.0",
42-
"illuminate/contracts": "^10.0|^11.0",
43-
"illuminate/support": "^10.0|^11.0",
44-
"illuminate/auth": "^10.0|^11.0",
45-
"illuminate/database": "^10.0|^11.0",
46-
"laravel/passport": "^10.0|^11.0|^12"
41+
"illuminate/http": "^10.0|^11.0|^12.0",
42+
"illuminate/contracts": "^10.0|^11.0|^12.0",
43+
"illuminate/support": "^10.0|^11.0|^12.0",
44+
"illuminate/auth": "^10.0|^11.0|^12.0",
45+
"illuminate/database": "^10.0|^11.0|^12.0",
46+
"laravel/passport": "^10.0|^11.0|^12.0"
4747
},
4848
"require-dev": {
4949
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)