forked from pierre-dargham/wp-cli-multisite-clone-duplicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·39 lines (39 loc) · 1.43 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
{
"name": "pierre-dargham/wp-cli-multisite-clone-duplicator",
"type": "command",
"description": "Add a `wp site duplicate` command to multisite networks",
"version": "1.4.0",
"keywords": ["wp-cli", "multisite", "duplication", "duplicate", "clone", "cloning"],
"homepage": "https://github.com/pierre-dargham/wp-cli-multisite-clone-duplicator",
"license": "GPL-2.0",
"require": {
"php": ">=5.2.0"
},
"authors": [
{
"name": "Pierre Dargham",
"homepage": "https://github.com/pierre-dargham",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Julien Oger",
"homepage": "https://github.com/julienOG",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "GLOBALIS media systems",
"homepage": "http://www.globalis-ms.com/"
}
],
"support": {
"issues": "https://github.com/pierre-dargham/wp-cli-multisite-clone-duplicator/issues",
"source": "https://github.com/pierre-dargham/wp-cli-multisite-clone-duplicator",
"forum": "https://wordpress.org/support/plugin/multisite-clone-duplicator",
"docs": "https://wordpress.org/plugins/multisite-clone-duplicator/other_notes/"
},
"autoload": {
"files": [ "command.php" ]
}
}