forked from Wirelab-archive/language_switcher-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 723 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 723 Bytes
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
{
"name": "wirelab/language_switcher-plugin",
"type": "streams-addon",
"description": "A plugin providing users with numerous ways of switching language.",
"keywords": [
"wirelab",
"language",
"pyrocms",
"pyrocms 3",
"language switcher"
],
"homepage": "http://wirelab.nl/",
"license": "MIT",
"authors": [
{
"name": "Wirelab",
"email": "info@wirelab.nl",
"homepage": "http://www.wirelab.nl/",
"role": "Owner"
}
],
"support": {
"email": "info@wirelab.nl"
},
"autoload": {
"psr-4": {
"Wirelab\\LanguageSwitcherPlugin\\": "src/"
}
}
}