composer.json 570 B

123456789101112131415161718
  1. {
  2. "name": "mandrill/mandrill",
  3. "type": "library",
  4. "version": "1.0.52",
  5. "description": "API client library for the Mandrill email as a service platform",
  6. "keywords": ["email", "api"],
  7. "homepage": "https://bitbucket.org/mailchimp/mandrill-api-php",
  8. "license": "Apache-2.0",
  9. "authors": [{"name": "Mandrill Devs", "email": "community@mandrill.com", "homepage": "http://mandrill.com", "role": "Developer"}],
  10. "require": {
  11. "php": ">=5.2.0"
  12. },
  13. "autoload": {
  14. "psr-0": {
  15. "Mandrill": "src/"
  16. }
  17. }
  18. }