-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 860 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 860 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
31
32
33
34
35
{
"name": "superhuit-ch/wp-cli-polylang",
"type": "wp-cli-package",
"description": "Add a `wp polylang` command to support the Polylang plug-in",
"keywords": [
"wp-cli",
"polylang",
"i18n"
],
"homepage": "https://github.com/dereckson/wp-cli-polylang",
"license": "GPLv2",
"authors": [
{
"name": "Sébastien Santoro aka Dereckson",
"email": "dereckson@espace-win.org",
"homepage": "http://www.dereckson.be",
"role": "Developer"
},
{
"name": "Superhuit",
"email": "tech@superhuit.ch",
"homepage": "https://superhuit.ch",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files": [
"PolylangHelperFunctions.php",
"Polylang_Command.php"
]
}
}