2015-04-19 16:46:59 +02:00

19 lines
570 B
JSON

{
"name": "mandrill/mandrill",
"type": "library",
"version": "1.0.52",
"description": "API client library for the Mandrill email as a service platform",
"keywords": ["email", "api"],
"homepage": "https://bitbucket.org/mailchimp/mandrill-api-php",
"license": "Apache-2.0",
"authors": [{"name": "Mandrill Devs", "email": "community@mandrill.com", "homepage": "http://mandrill.com", "role": "Developer"}],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-0": {
"Mandrill": "src/"
}
}
}