composer.json
443 Bytes
{
"name": "drewm/mailchimp-api",
"description": "Super-simple, minimum abstraction MailChimp API v2 wrapper",
"license": "MIT",
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": { "Drewm": "src/" }
},
"homepage": "https://github.com/drewm/mailchimp-api",
"authors": [
{
"name": "Drew McLellan",
"homepage": "http://allinthehead.com/"
}
]
}