Skip to content

Commit

Permalink
#51 added composer json to mailchimp library
Browse files Browse the repository at this point in the history
  • Loading branch information
iAugur committed Jun 23, 2015
1 parent 56555d7 commit 5fa1060
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sites/all/libraries/mailchimp/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "mailchimp/mailchimp",
"type": "library",
"version": "2.0.4",
"description": "API client library for the MailChimp bulk email as a service platform",
"keywords": ["email", "api"],
"homepage": "https://bitbucket.org/mailchimp/mailchimp-api-php",
"license": "MIT",
"authors": [{"name": "MailChimp Devs", "email": "[email protected]", "homepage": "http://mailchimp.com", "role": "Developer"}],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"psr-0": {
"Mailchimp": "src/"
}
}
}

0 comments on commit 5fa1060

Please sign in to comment.