forked from TGMPA/TGM-Plugin-Activation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 1.18 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
40
{
"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.4.3",
"squizlabs/php_codesniffer": "^3.2",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "~0.14.0"
},
"autoload": {
"files": ["class-tgm-plugin-activation.php"]
}
}