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

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "authors": [
  3. {
  4. "email": "cipri@php.net",
  5. "name": "Cipriano Groenendal",
  6. "role": "Lead"
  7. },
  8. {
  9. "email": "alec@php.net",
  10. "name": "Aleksander Machniak",
  11. "role": "Lead"
  12. }
  13. ],
  14. "autoload": {
  15. "psr-0": {
  16. "Mail": "./"
  17. }
  18. },
  19. "description": "Mail_Mime provides classes to create MIME messages",
  20. "homepage": "http://pear.php.net/package/Mail_Mime",
  21. "include-path": [
  22. "./"
  23. ],
  24. "license": "BSD-3-clause",
  25. "name": "pear/mail_mime",
  26. "support": {
  27. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
  28. "source": "https://github.com/pear/Mail_Mime"
  29. },
  30. "type": "library",
  31. "require": {
  32. "pear/pear-core-minimal": "*"
  33. }
  34. }