Skip to content

Commit dfa2e23

Browse files
committed
Composer: Consolidated configuration file
1 parent 35350d1 commit dfa2e23

File tree

2 files changed

+28
-38
lines changed

2 files changed

+28
-38
lines changed

composer.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,24 @@
44
"url": "https://github.com/Jefferson49/webtrees-common.git",
55
"type": "git"
66
},
7-
{
8-
"url": "https://github.com/bahuma20/oauth2-nextcloud.git",
9-
"type": "git"
10-
},
11-
{
12-
"url": "https://github.com/stevenmaguire/oauth2-keycloak.git",
13-
"type": "git"
14-
},
157
{
168
"url": "https://github.com/jefferson49/oauth2-kanidm.git",
179
"type": "git"
1810
}
1911
],
2012
"require": {
2113
"bahuma/oauth2-nextcloud": "=2.0.0",
14+
"jefferson49/oauth2-kanidm": ">=1.1.0",
2215
"jefferson49/webtrees-common": ">=1.2.8",
2316
"league/oauth2-client": "=2.8.1",
2417
"league/oauth2-github": "=3.1.1",
2518
"league/oauth2-google": "=4.0.1",
2619
"stevenmaguire/oauth2-dropbox": "=3.1.0",
27-
"stevenmaguire/oauth2-keycloak": "=5.1.0",
28-
"jefferson49/oauth2-kanidm": ">=1.1.0"
20+
"stevenmaguire/oauth2-keycloak": "=5.1.0"
2921
},
3022
"replace": {
23+
"firebase/php-jwt": "*",
3124
"guzzlehttp/guzzle": "*",
32-
"paragonie/random_compat": "*",
33-
"firebase/php-jwt": "*"
25+
"paragonie/random_compat": "*"
3426
}
3527
}

composer.lock

Lines changed: 24 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)