installed.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [
  2. {
  3. "name": "swiftmailer/swiftmailer",
  4. "version": "v5.4.8",
  5. "version_normalized": "5.4.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/swiftmailer/swiftmailer.git",
  9. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  14. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.3"
  19. },
  20. "require-dev": {
  21. "mockery/mockery": "~0.9.1",
  22. "symfony/phpunit-bridge": "~3.2"
  23. },
  24. "time": "2017-05-01T15:54:03+00:00",
  25. "type": "library",
  26. "extra": {
  27. "branch-alias": {
  28. "dev-master": "5.4-dev"
  29. }
  30. },
  31. "installation-source": "dist",
  32. "autoload": {
  33. "files": [
  34. "lib/swift_required.php"
  35. ]
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Chris Corbyn"
  44. },
  45. {
  46. "name": "Fabien Potencier",
  47. "email": "fabien@symfony.com"
  48. }
  49. ],
  50. "description": "Swiftmailer, free feature-rich PHP mailer",
  51. "homepage": "http://swiftmailer.org",
  52. "keywords": [
  53. "email",
  54. "mail",
  55. "mailer"
  56. ]
  57. }
  58. ]