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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "authors": [
  3. {
  4. "email": "jan@horde.org",
  5. "name": "Jan Schneider",
  6. "role": "Lead"
  7. },
  8. {
  9. "email": "richard@php.net",
  10. "name": "Richard Heyes",
  11. "role": "Lead"
  12. },
  13. {
  14. "email": "damlists@cnba.uba.ar",
  15. "name": "Damian Fernandez Sosa",
  16. "role": "Lead"
  17. },
  18. {
  19. "email": "amistry@am-productions.biz",
  20. "name": "Anish Mistry",
  21. "role": "Lead"
  22. }
  23. ],
  24. "autoload": {
  25. "classmap": [
  26. "./"
  27. ]
  28. },
  29. "description": "More info available on: http://pear.php.net/package/Net_Sieve",
  30. "license": "BSD-2-Clause",
  31. "name": "pear/net_sieve",
  32. "support": {
  33. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Sieve",
  34. "source": "https://github.com/pear/Net_Sieve"
  35. },
  36. "type": "library",
  37. "require": {
  38. "pear/pear-core-minimal": "~1.10",
  39. "pear/net_socket": "~1.2"
  40. },
  41. "require-dev": {
  42. "phpunit/phpunit": "~5.7.15"
  43. },
  44. "suggest": {
  45. "pear/auth_sasl": "Install optionally via your project's composer.json"
  46. }
  47. }