forked from doublesecretagency/craft-siteswitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.28 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "doublesecretagency/craft-siteswitcher",
"description": "Easily switch between sites on any page of your website.",
"type": "craft-plugin",
"version": "2.2.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"language-link",
"languages",
"language-switcher",
"sites",
"switcher",
"multisite",
"multi-site",
"locales"
],
"support": {
"docs": "https://github.com/doublesecretagency/craft-siteswitcher/blob/v2/README.md",
"issues": "https://github.com/doublesecretagency/craft-siteswitcher/issues"
},
"license": "MIT",
"authors": [
{
"name": "Double Secret Agency",
"homepage": "https://www.doublesecretagency.com/plugins"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"doublesecretagency\\siteswitcher\\": "src/"
}
},
"extra": {
"name": "Site Switcher",
"handle": "site-switcher",
"schemaVersion": "0.0.0",
"changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-siteswitcher/v2/CHANGELOG.md",
"class": "doublesecretagency\\siteswitcher\\SiteSwitcher"
}
}