-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
35 lines (35 loc) · 930 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
28
29
30
31
32
33
34
35
{
"name": "wcm/wcm-lang-switch",
"description": "Adds a button to the admin toolbar. This buttons allows users to seamlessly switch between available languages..",
"keywords": [
"wordpress",
"l18n",
"l10n",
"language",
"translation"
],
"type": "wordpress-plugin",
"homepage": "https://github.com/wecodemore/wcm_lang_switch",
"license": "MIT",
"authors": [
{
"name": "Franz Josef Kaiser",
"email": "[email protected]",
"homepage": "http://www.unserkaiser.com/"
},
{
"name": "Stephen Harris",
"email": "[email protected]",
"homepage": "http://www.stephenharris.info/"
}
],
"support": {
"issues": "https://github.com/wecodemore/wcm_lang_switch/issues",
"source": "https://github.com/wecodemore/wcm_lang_switch/"
},
"require": {
"php": ">=5.2.7",
"composer/installers": "~1.0",
"ext-json": "*"
}
}