forked from TGMPA/TGM-Plugin-Activation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 969 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": "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+",
"authors": [
{
"name": "Thomas Griffin",
"homepage": "http://thomasgriffinmedia.com",
"role": "Developer"
},
{
"name": "Gary Jones",
"homepage": "https://github.com/GaryJones",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/thomasgriffin/TGM-Plugin-Activation/issues",
"source": "https://github.com/thomasgriffin/TGM-Plugin-Activation"
},
"require": {
"php": ">=5.2"
},
"autoload": {
"files": ["class-tgm-plugin-activation.php"]
}
}