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 978B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "roundcube/managesieve",
  3. "type": "roundcube-plugin",
  4. "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.",
  5. "license": "GPLv3+",
  6. "version": "8.6",
  7. "authors": [
  8. {
  9. "name": "Aleksander Machniak",
  10. "email": "alec@alec.pl",
  11. "role": "Lead"
  12. }
  13. ],
  14. "repositories": [
  15. {
  16. "type": "composer",
  17. "url": "https://plugins.roundcube.net"
  18. },
  19. {
  20. "type": "pear",
  21. "url": "https://pear.php.net/"
  22. },
  23. {
  24. "type": "vcs",
  25. "url": "https://github.com/roundcube/Net_Sieve.git"
  26. }
  27. ],
  28. "require": {
  29. "php": ">=5.3.0",
  30. "roundcube/plugin-installer": ">=0.1.3",
  31. "roundcube/net_sieve": "~1.5.0"
  32. }
  33. }