You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "sblaisot/automatic_addressbook",
  3. "type": "roundcube-plugin",
  4. "description": "The automatic addressbook plugin collect each address you send an email to and records it in an address book, making it available for later use or auto-completion.",
  5. "keywords": ["addressbook","automatic"],
  6. "homepage": "https://github.com/sblaisot/automatic_addressbook",
  7. "license": "GPL-3.0+",
  8. "authors": [
  9. {
  10. "name": "Sebastien Blaisot",
  11. "email": "sebastien@blaisot.org",
  12. "role": "Developer"
  13. },
  14. {
  15. "name": "Jocelyn Delalande",
  16. "role": "Developer"
  17. }
  18. ],
  19. "repositories": [
  20. {
  21. "type": "composer",
  22. "url": "http://plugins.roundcube.net"
  23. }
  24. ],
  25. "require":
  26. {
  27. "php": ">=5.3.0",
  28. "roundcube/plugin-installer": ">=0.1.6"
  29. },
  30. "support":
  31. {
  32. "email": "sebastien@blaisot.org",
  33. "issues": "https://github.com/sblaisot/automatic_addressbook/issues",
  34. "source": "https://github.com/sblaisot/automatic_addressbook"
  35. },
  36. "extra":
  37. {
  38. "roundcube": {
  39. "min-version": "0.6.0",
  40. "max-version": "10.21",
  41. "sql-dir": "SQL"
  42. }
  43. }
  44. }