composer.json 525 B

123456789101112131415161718
  1. {
  2. "name": "coldtrick/html_email_handler",
  3. "description": "Allows to send out full HTML mails / notifications",
  4. "type": "elgg-plugin",
  5. "keywords": ["elgg", "plugin", "notification", "email"],
  6. "license": "GPL-2.0",
  7. "support": {
  8. "source": "https://github.com/ColdTrick/html_email_handler",
  9. "issues": "https://github.com/ColdTrick/html_email_handler/issues"
  10. },
  11. "require": {
  12. "composer/installers": "^1.0.8",
  13. "pelago/emogrifier": "^0.1"
  14. },
  15. "require-dev": {
  16. "coldtrick/sniffs": "dev-master"
  17. }
  18. }