forked from devaloka/network-wp-query
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.47 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
47
48
{
"name" : "devaloka/network-wp-query",
"description" : "A WordPress plugin that provides Network-wide WP Query for Multisite environment",
"keywords" : [
"wordpress",
"plugin",
"network",
"multisite",
"wp_query"
],
"homepage" : "https://github.com/devaloka/network-wp-query",
"license" : [
"GPL-2.0",
"GPL-3.0"
],
"authors" : [
{
"name" : "Eric Lewis",
"email" : "eric.andrew.lewis@gmail.com",
"homepage": "http://www.ericandrewlewis.com"
},
{
"name" : "Miguel Peixe",
"email" : "miguel@cardume.art.br",
"homepage": "http://codigourbano.org"
},
{
"name" : "Whizark",
"email" : "devaloka@whizark.com",
"homepage": "http://whizark.com",
"role" : "Developer"
}
],
"support" : {
"email" : "devaloka@whizark.com",
"issues": "https://github.com/devaloka/network-wp-query/issues",
"wiki" : "https://github.com/devaloka/network-wp-query/wiki",
"source": "https://github.com/devaloka/network-wp-query"
},
"require" : {
"php" : ">=8.0"
},
"autoload": {
"files": [
"network-wp-query.php"
]
}
}