forked from EvanHerman/yikes-inc-easy-mailchimp-extender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 976 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
{
"name": "evanherman/yikes-inc-easy-mailchimp-extender",
"description": "Powerful Mailchimp plugin for WordPress created by Code Parrots.",
"keywords": ["mailchimp", "plugin", "WordPress", "mailing", "list"],
"homepage": "http://packagist.org/",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "Code Parrots",
"email": "[email protected]",
"homepage": "http://www.codeparrots.com"
},
{
"name": "Evan Herman",
"email": "[email protected]",
"homepage": "http://www.codeparrots.com"
}
],
"support": {
"email": "[email protected]"
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
"wp-coding-standards/wpcs": "dev-master",
"codeclimate/php-test-reporter": "dev-master",
"symfony/class-loader": "^3.1"
}
}