-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.27 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "nystudio107/craft-vanillaforums",
"description": "Single Sign On plugin for Vanilla Forums/jsConnect and CraftCMS",
"type": "craft-plugin",
"version": "3.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"vanilla",
"forums",
"vanillaforums"
],
"support": {
"docs": "https://nystudio107.com/plugins/vanillaforums/documentation",
"issues": "https://nystudio107.com/plugins/vanillaforums/support"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"vanilla/js-connect-php": "^3.0.0"
},
"autoload": {
"psr-4": {
"nystudio107\\vanillaforums\\": "src/"
}
},
"extra": {
"name": "Vanilla Forums",
"handle": "vanillaforums",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-vanillaforums/v3/CHANGELOG.md",
"components": {
"sso": "nystudio107\\vanillaforums\\services\\Sso"
},
"class": "nystudio107\\vanillaforums\\Vanillaforums"
}
}