Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 4a48bdc

Browse files
Update packages and update oidc config (#46)
* Update packages and update oidc config * Update startup script to export signing key content to file
1 parent 8f8fb8a commit 4a48bdc

File tree

4 files changed

+604
-511
lines changed

4 files changed

+604
-511
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"keywords": ["framework", "laravel"],
66
"license": "MIT",
77
"require": {
8-
"php": "^8.0",
8+
"php": "^8.1",
99
"fruitcake/laravel-cors": "^2.0",
1010
"guzzlehttp/guzzle": "^7.8",
1111
"laravel/framework": "^8.54",
1212
"laravel/sanctum": "^2.11",
1313
"laravel/tinker": "^2.5",
14-
"minvws/openid-connect-php-laravel": "^0.1.0"
14+
"minvws/openid-connect-php-laravel": "^0.3.0"
1515
},
1616
"require-dev": {
1717
"facade/ignition": "^2.5",

0 commit comments

Comments
 (0)