-
Notifications
You must be signed in to change notification settings - Fork 429
/
composer.json
39 lines (39 loc) · 1.15 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": "tgmpa/tgm-plugin-activation",
"description": "TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).",
"homepage": "http://tgmpluginactivation.com",
"keywords": ["wordpress","plugins", "theme", "library", "activation"],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Thomas Griffin",
"homepage": "http://thomasgriffinmedia.com",
"role": "Developer"
},
{
"name": "Gary Jones",
"homepage": "https://github.com/GaryJones",
"role": "Developer"
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/TGMPA/TGM-Plugin-Activation/issues",
"source": "https://github.com/TGMPA/TGM-Plugin-Activation"
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"wp-coding-standards/wpcs": "^2.0"
},
"autoload": {
"files": ["class-tgm-plugin-activation.php"]
}
}