FINAL suepr merge step : added all modules to this super repos
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user