forked from DGNum/infrastructure
101 lines
3.3 KiB
Diff
101 lines
3.3 KiB
Diff
diff --git a/composer.json b/composer.json
|
|
index 13571c07c..dbe810a57 100644
|
|
--- a/composer.json
|
|
+++ b/composer.json
|
|
@@ -11,6 +11,12 @@
|
|
"snmp",
|
|
"distributed"
|
|
],
|
|
+ "repositories": [
|
|
+ {
|
|
+ "type": "vcs",
|
|
+ "url": "https://github.com/Tom-Hubrecht/Kanidm"
|
|
+ }
|
|
+ ],
|
|
"homepage": "https://www.librenms.org/",
|
|
"license": "GPL-3.0-or-later",
|
|
"require": {
|
|
@@ -49,6 +55,7 @@
|
|
"phpmailer/phpmailer": "~6.0",
|
|
"predis/predis": "^2.0",
|
|
"silber/bouncer": "^1.0",
|
|
+ "socialiteproviders/kanidm": "^0.1.4",
|
|
"socialiteproviders/manager": "^4.3",
|
|
"spatie/laravel-ignition": "^2.0",
|
|
"symfony/yaml": "^6.2",
|
|
diff --git a/composer.lock b/composer.lock
|
|
index b26090101..aa1fd3cef 100644
|
|
--- a/composer.lock
|
|
+++ b/composer.lock
|
|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
- "content-hash": "21dbcfec63eafb1ae9172473314a57f8",
|
|
+ "content-hash": "16c250180b65a1f71acd5653914d7037",
|
|
"packages": [
|
|
{
|
|
"name": "amenadiel/jpgraph",
|
|
@@ -5244,6 +5244,55 @@
|
|
},
|
|
"time": "2023-02-10T16:47:25+00:00"
|
|
},
|
|
+ {
|
|
+ "name": "socialiteproviders/kanidm",
|
|
+ "version": "v0.1.4",
|
|
+ "source": {
|
|
+ "type": "git",
|
|
+ "url": "https://github.com/Tom-Hubrecht/Kanidm.git",
|
|
+ "reference": "b87d75b8342e00c46ef1c29c42e92b629bb206b1"
|
|
+ },
|
|
+ "dist": {
|
|
+ "type": "zip",
|
|
+ "url": "https://api.github.com/repos/Tom-Hubrecht/Kanidm/zipball/b87d75b8342e00c46ef1c29c42e92b629bb206b1",
|
|
+ "reference": "b87d75b8342e00c46ef1c29c42e92b629bb206b1",
|
|
+ "shasum": ""
|
|
+ },
|
|
+ "require": {
|
|
+ "ext-json": "*",
|
|
+ "php": "^8.0",
|
|
+ "socialiteproviders/manager": "^4.3"
|
|
+ },
|
|
+ "type": "library",
|
|
+ "autoload": {
|
|
+ "psr-4": {
|
|
+ "SocialiteProviders\\Kanidm\\": ""
|
|
+ }
|
|
+ },
|
|
+ "license": [
|
|
+ "MIT"
|
|
+ ],
|
|
+ "authors": [
|
|
+ {
|
|
+ "name": "Tom Hubrecht",
|
|
+ "email": "tom@hubrecht.ovh"
|
|
+ }
|
|
+ ],
|
|
+ "description": "Kanidm OAuth2 Provider for Laravel Socialite",
|
|
+ "keywords": [
|
|
+ "kanidm",
|
|
+ "laravel",
|
|
+ "oauth",
|
|
+ "provider",
|
|
+ "socialite"
|
|
+ ],
|
|
+ "support": {
|
|
+ "issues": "https://github.com/socialiteproviders/providers/issues",
|
|
+ "source": "https://github.com/socialiteproviders/providers",
|
|
+ "docs": "https://socialiteproviders.com/kanidm"
|
|
+ },
|
|
+ "time": "2024-02-18T14:12:08+00:00"
|
|
+ },
|
|
{
|
|
"name": "socialiteproviders/manager",
|
|
"version": "v4.3.0",
|
|
@@ -13357,5 +13406,5 @@
|
|
"ext-zlib": "*"
|
|
},
|
|
"platform-dev": [],
|
|
- "plugin-api-version": "2.3.0"
|
|
+ "plugin-api-version": "2.6.0"
|
|
}
|