composer.lock 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "2244976b3750b669fab6abb506e9c591",
  8. "packages": [
  9. {
  10. "name": "swiftmailer/swiftmailer",
  11. "version": "v5.4.8",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/swiftmailer/swiftmailer.git",
  15. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  20. "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3"
  25. },
  26. "require-dev": {
  27. "mockery/mockery": "~0.9.1",
  28. "symfony/phpunit-bridge": "~3.2"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "5.4-dev"
  34. }
  35. },
  36. "autoload": {
  37. "files": [
  38. "lib/swift_required.php"
  39. ]
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Chris Corbyn"
  48. },
  49. {
  50. "name": "Fabien Potencier",
  51. "email": "fabien@symfony.com"
  52. }
  53. ],
  54. "description": "Swiftmailer, free feature-rich PHP mailer",
  55. "homepage": "http://swiftmailer.org",
  56. "keywords": [
  57. "email",
  58. "mail",
  59. "mailer"
  60. ],
  61. "time": "2017-05-01T15:54:03+00:00"
  62. }
  63. ],
  64. "packages-dev": [],
  65. "aliases": [],
  66. "minimum-stability": "stable",
  67. "stability-flags": [],
  68. "prefer-stable": false,
  69. "prefer-lowest": false,
  70. "platform": [],
  71. "platform-dev": []
  72. }