-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
27 lines (27 loc) · 1000 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "winter/wn-sso-plugin",
"type": "winter-plugin",
"description": "Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.",
"homepage": "https://github.com/wintercms/wn-sso-plugin",
"keywords": ["winter", "wintercms", "laravel", "socialite", "sso", "oauth", "facebook", "twitter", "google", "linkedin", "github", "gitlab", "bitbucket"],
"license": "MIT",
"authors": [
{
"name": "Luke Towers",
"email": "wintercms@luketowers.ca"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-sso-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-sso-plugin"
},
"require": {
"laravel/socialite": "~5.3"
}
}