forked from bueltge/wordpress-multisite-enhancements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 811 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
{
"name": "bueltge/wordpress-multisite-enhancements",
"description": "Enhance Multisite for Network Admins with different topics",
"keywords" : ["wordpress", "multisite", "plugin"],
"license": "GPL-2.0+",
"version": "1.4.0",
"type": "wordpress-plugin",
"homepage": "https://github.com/bueltge/wordpress-multisite-enhancements/",
"authors": [
{
"name": "Frank Bültge",
"homepage": "https://bueltge.de",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/bueltge/wordpress-multisite-enhancements/issues"
},
"require": {
"php": ">=5.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpmd/phpmd": "2.1.3",
"phpunit/phpunit": "4.3.*",
"inpsyde/monkery-test-case": "^2.0"
}
}