installed.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [
  2. {
  3. "name": "swiftmailer/swiftmailer",
  4. "version": "v5.1.0",
  5. "version_normalized": "5.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/swiftmailer/swiftmailer.git",
  9. "reference": "748c01c1144713ac0118396935d10b6ceec91b68"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/748c01c1144713ac0118396935d10b6ceec91b68",
  14. "reference": "748c01c1144713ac0118396935d10b6ceec91b68",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.2.4"
  19. },
  20. "time": "2014-03-18 09:03:27",
  21. "type": "library",
  22. "extra": {
  23. "branch-alias": {
  24. "dev-master": "5.1-dev"
  25. }
  26. },
  27. "installation-source": "dist",
  28. "autoload": {
  29. "files": [
  30. "lib/swift_required.php"
  31. ]
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Fabien Potencier",
  40. "email": "fabien@symfony.com",
  41. "homepage": "http://fabien.potencier.org",
  42. "role": "Lead Developer"
  43. },
  44. {
  45. "name": "Chris Corbyn"
  46. }
  47. ],
  48. "description": "Swiftmailer, free feature-rich PHP mailer",
  49. "homepage": "http://swiftmailer.org",
  50. "keywords": [
  51. "mail",
  52. "mailer"
  53. ]
  54. }
  55. ]