-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
composer.json
40 lines (40 loc) · 964 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
36
37
38
39
40
{
"name": "afragen/wp-dependency-installer",
"description": "Library that helps WordPress plugin dependency management.",
"version": "4.3.13",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Andy Fragen",
"email": "[email protected]",
"homepage": "https://thefragens.com",
"role": "Developer"
},
{
"name": "Matt Gibbs",
"homepage": "https://facetwp.com",
"role": "Developer"
},
{
"name": "Raruto",
"homepage": "https://raruto.github.io",
"role": "Developer"
}
],
"prefer-stable": true,
"require": {
"php": ">=5.6",
"afragen/wp-dismiss-notice": "*"
},
"support": {
"issues": "https://github.com/afragen/wp-dependency-installer/issues",
"source": "https://github.com/afragen/wp-dependency-installer"
},
"autoload": {
"classmap": [
"wp-dependency-installer.php",
"wp-dependency-installer-skin.php"
]
}
}