-
Notifications
You must be signed in to change notification settings - Fork 55
/
composer.json
35 lines (35 loc) · 999 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": "humanmade/network-media-library",
"type": "wordpress-muplugin",
"description": "Network Media Library provides a central media library that's shared across all sites on the Multisite network.",
"keywords": ["wordpress", "plugin", "multisite"],
"homepage": "https://github.com/humanmade/network-media-library",
"license": "MIT",
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/",
"role": "Developer"
},
{
"name": "Dominik Schilling",
"homepage": "https://dominikschilling.de/",
"role": "Developer"
},
{
"name": "Frank Bültge",
"homepage": "https://bueltge.de",
"role": "Developer"
}
],
"require": {
"php": ">=7",
"composer/installers": "^1.2"
},
"require-dev": {
"automattic/phpcs-neutron-standard": "^1.5",
"phpcompatibility/php-compatibility": "~8.2",
"squizlabs/php_codesniffer": "^3.2",
"wp-coding-standards/wpcs": "^1"
}
}