composer.lock 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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": "b72f82faf18e750705e7e6439460f9d6",
  8. "packages": [
  9. {
  10. "name": "ezyang/htmlpurifier",
  11. "version": "v4.11.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ezyang/htmlpurifier.git",
  15. "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
  20. "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2"
  25. },
  26. "require-dev": {
  27. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-0": {
  32. "HTMLPurifier": "library/"
  33. },
  34. "files": [
  35. "library/HTMLPurifier.composer.php"
  36. ]
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "LGPL-2.1-or-later"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Edward Z. Yang",
  45. "email": "admin@htmlpurifier.org",
  46. "homepage": "http://ezyang.com"
  47. }
  48. ],
  49. "description": "Standards compliant HTML filter written in PHP",
  50. "homepage": "http://htmlpurifier.org/",
  51. "keywords": [
  52. "html"
  53. ],
  54. "time": "2019-07-14T18:58:38+00:00"
  55. },
  56. {
  57. "name": "fightbulc/moment",
  58. "version": "1.30.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/fightbulc/moment.php.git",
  62. "reference": "2f232918b63cf37699cd692ccd1926c4a547fb32"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/fightbulc/moment.php/zipball/2f232918b63cf37699cd692ccd1926c4a547fb32",
  67. "reference": "2f232918b63cf37699cd692ccd1926c4a547fb32",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=5.3.0"
  72. },
  73. "require-dev": {
  74. "phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5"
  75. },
  76. "type": "library",
  77. "autoload": {
  78. "psr-4": {
  79. "Moment\\": "src/"
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Tino Ehrich",
  89. "role": "developer",
  90. "email": "tino@bigpun.me"
  91. }
  92. ],
  93. "description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
  94. "keywords": [
  95. "date",
  96. "display",
  97. "format",
  98. "i18n",
  99. "locale",
  100. "manipulate",
  101. "moment",
  102. "parse",
  103. "time",
  104. "translation",
  105. "validate"
  106. ],
  107. "time": "2019-04-18T08:27:34+00:00"
  108. },
  109. {
  110. "name": "gnugat/pronounceableword",
  111. "version": "2.0.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/gnugat-legacy/PronounceableWord.git",
  115. "reference": "fcdc0dc39775fa625040c37003727019657d001b"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/gnugat-legacy/PronounceableWord/zipball/fcdc0dc39775fa625040c37003727019657d001b",
  120. "reference": "fcdc0dc39775fa625040c37003727019657d001b",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "php": ">=5.2"
  125. },
  126. "type": "library",
  127. "autoload": {
  128. "psr-0": {
  129. "PronounceableWord_": "src/"
  130. }
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "MIT"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Loic Chardonnet"
  139. }
  140. ],
  141. "description": "A light, customizable and simple library generating random and pronounceable words without using dictionaries or Markov chains.",
  142. "homepage": "https://github.com/gnugat/PronounceableWord",
  143. "keywords": [
  144. "generator",
  145. "pronounceable",
  146. "word"
  147. ],
  148. "abandoned": true,
  149. "time": "2012-01-08T19:36:58+00:00"
  150. },
  151. {
  152. "name": "php-imap/php-imap",
  153. "version": "3.0.30",
  154. "source": {
  155. "type": "git",
  156. "url": "https://github.com/barbushin/php-imap.git",
  157. "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0"
  158. },
  159. "dist": {
  160. "type": "zip",
  161. "url": "https://api.github.com/repos/barbushin/php-imap/zipball/15340028e27fdbe619999f4c300af2a06dd4a4f0",
  162. "reference": "15340028e27fdbe619999f4c300af2a06dd4a4f0",
  163. "shasum": ""
  164. },
  165. "require": {
  166. "ext-iconv": "*",
  167. "ext-imap": "*",
  168. "ext-mbstring": "*",
  169. "php": ">=5.6"
  170. },
  171. "require-dev": {
  172. "phpunit/phpunit": "^5.7",
  173. "squizlabs/php_codesniffer": "^3.4"
  174. },
  175. "type": "library",
  176. "autoload": {
  177. "psr-4": {
  178. "PhpImap\\": "src/PhpImap"
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "MIT"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Sergey Barbushin",
  188. "email": "barbushin@gmail.com",
  189. "homepage": "http://linkedin.com/in/barbushin"
  190. }
  191. ],
  192. "description": "Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)",
  193. "homepage": "https://github.com/barbushin/php-imap",
  194. "keywords": [
  195. "imap",
  196. "mail",
  197. "mailbox",
  198. "php",
  199. "pop3",
  200. "receive emails"
  201. ],
  202. "time": "2019-09-07T13:44:13+00:00"
  203. }
  204. ],
  205. "packages-dev": [],
  206. "aliases": [],
  207. "minimum-stability": "stable",
  208. "stability-flags": [],
  209. "prefer-stable": false,
  210. "prefer-lowest": false,
  211. "platform": {
  212. "php": "^7.2"
  213. },
  214. "platform-dev": []
  215. }