composer.lock 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "7ffea0ba7057cf4bd40a17d2903aaffe",
  8. "packages": [
  9. {
  10. "name": "gregwar/rst",
  11. "version": "v1.0.5",
  12. "target-dir": "Gregwar/RST",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/Gregwar/RST.git",
  16. "reference": "c839bf7ee0c8c19592e2ecaffddbb01df063088f"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/Gregwar/RST/zipball/c839bf7ee0c8c19592e2ecaffddbb01df063088f",
  21. "reference": "c839bf7ee0c8c19592e2ecaffddbb01df063088f",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-0": {
  30. "Gregwar\\RST": ""
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Grégoire Passault",
  40. "email": "g.passault@gmail.com",
  41. "homepage": "http://www.gregwar.com/"
  42. }
  43. ],
  44. "description": "PHP library to parse reStructuredText documents",
  45. "homepage": "https://github.com/Gregwar/RST",
  46. "keywords": [
  47. "markup",
  48. "parser",
  49. "rst"
  50. ],
  51. "time": "2018-08-06T09:38:17+00:00"
  52. },
  53. {
  54. "name": "mustangostang/spyc",
  55. "version": "0.6.2",
  56. "source": {
  57. "type": "git",
  58. "url": "https://github.com/mustangostang/spyc.git",
  59. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
  60. },
  61. "dist": {
  62. "type": "zip",
  63. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  64. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  65. "shasum": ""
  66. },
  67. "require": {
  68. "php": ">=5.3.1"
  69. },
  70. "require-dev": {
  71. "phpunit/phpunit": "4.3.*@dev"
  72. },
  73. "type": "library",
  74. "extra": {
  75. "branch-alias": {
  76. "dev-master": "0.5.x-dev"
  77. }
  78. },
  79. "autoload": {
  80. "files": [
  81. "Spyc.php"
  82. ]
  83. },
  84. "notification-url": "https://packagist.org/downloads/",
  85. "license": [
  86. "MIT"
  87. ],
  88. "authors": [
  89. {
  90. "name": "mustangostang",
  91. "email": "vlad.andersen@gmail.com"
  92. }
  93. ],
  94. "description": "A simple YAML loader/dumper class for PHP",
  95. "homepage": "https://github.com/mustangostang/spyc/",
  96. "keywords": [
  97. "spyc",
  98. "yaml",
  99. "yml"
  100. ],
  101. "time": "2017-02-24T16:06:33+00:00"
  102. }
  103. ],
  104. "packages-dev": [],
  105. "aliases": [],
  106. "minimum-stability": "stable",
  107. "stability-flags": [],
  108. "prefer-stable": false,
  109. "prefer-lowest": false,
  110. "platform": [],
  111. "platform-dev": []
  112. }