composer.lock 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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": "fe55e244ae29d1b03bdcdd81b9a234fc",
  8. "packages": [
  9. {
  10. "name": "mustangostang/spyc",
  11. "version": "0.6.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mustangostang/spyc.git",
  15. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  20. "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.1"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "4.3.*@dev"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "0.5.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "files": [
  37. "Spyc.php"
  38. ]
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "mustangostang",
  47. "email": "vlad.andersen@gmail.com"
  48. }
  49. ],
  50. "description": "A simple YAML loader/dumper class for PHP",
  51. "homepage": "https://github.com/mustangostang/spyc/",
  52. "keywords": [
  53. "spyc",
  54. "yaml",
  55. "yml"
  56. ],
  57. "time": "2017-02-24T16:06:33+00:00"
  58. },
  59. {
  60. "name": "paragonie/random_compat",
  61. "version": "v9.99.99",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/paragonie/random_compat.git",
  65. "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4",
  70. "reference": "7dd806d6be2dd16a43a9ee05b87255c8c52bc7a4",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": "^7"
  75. },
  76. "require-dev": {
  77. "phpunit/phpunit": "4.*|5.*",
  78. "vimeo/psalm": "^1"
  79. },
  80. "suggest": {
  81. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  82. },
  83. "type": "library",
  84. "autoload": {
  85. "files": [
  86. "lib/random.php"
  87. ]
  88. },
  89. "notification-url": "https://packagist.org/downloads/",
  90. "license": [
  91. "MIT"
  92. ],
  93. "authors": [
  94. {
  95. "name": "Paragon Initiative Enterprises",
  96. "email": "security@paragonie.com",
  97. "homepage": "https://paragonie.com"
  98. }
  99. ],
  100. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  101. "keywords": [
  102. "csprng",
  103. "polyfill",
  104. "pseudorandom",
  105. "random"
  106. ],
  107. "time": "2018-06-06T17:16:32+00:00"
  108. },
  109. {
  110. "name": "paragonie/sodium_compat",
  111. "version": "v1.6.3",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/paragonie/sodium_compat.git",
  115. "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7d0549c3947eaea620f4e523f42ab236cf7fd304",
  120. "reference": "7d0549c3947eaea620f4e523f42ab236cf7fd304",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "paragonie/random_compat": ">=1",
  125. "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
  126. },
  127. "require-dev": {
  128. "phpunit/phpunit": "^3|^4|^5"
  129. },
  130. "suggest": {
  131. "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
  132. "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
  133. },
  134. "type": "library",
  135. "autoload": {
  136. "files": [
  137. "autoload.php"
  138. ]
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "ISC"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Paragon Initiative Enterprises",
  147. "email": "security@paragonie.com"
  148. },
  149. {
  150. "name": "Frank Denis",
  151. "email": "jedisct1@pureftpd.org"
  152. }
  153. ],
  154. "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
  155. "keywords": [
  156. "Authentication",
  157. "BLAKE2b",
  158. "ChaCha20",
  159. "ChaCha20-Poly1305",
  160. "Chapoly",
  161. "Curve25519",
  162. "Ed25519",
  163. "EdDSA",
  164. "Edwards-curve Digital Signature Algorithm",
  165. "Elliptic Curve Diffie-Hellman",
  166. "Poly1305",
  167. "Pure-PHP cryptography",
  168. "RFC 7748",
  169. "RFC 8032",
  170. "Salpoly",
  171. "Salsa20",
  172. "X25519",
  173. "XChaCha20-Poly1305",
  174. "XSalsa20-Poly1305",
  175. "Xchacha20",
  176. "Xsalsa20",
  177. "aead",
  178. "cryptography",
  179. "ecdh",
  180. "elliptic curve",
  181. "elliptic curve cryptography",
  182. "encryption",
  183. "libsodium",
  184. "php",
  185. "public-key cryptography",
  186. "secret-key cryptography",
  187. "side-channel resistant"
  188. ],
  189. "time": "2018-06-06T17:30:29+00:00"
  190. },
  191. {
  192. "name": "rybakit/msgpack",
  193. "version": "v0.5.3",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/rybakit/msgpack.php.git",
  197. "reference": "2c2f046ad6f2cc013770487517eaa99a6fec102a"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/2c2f046ad6f2cc013770487517eaa99a6fec102a",
  202. "reference": "2c2f046ad6f2cc013770487517eaa99a6fec102a",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": "^7.1.1"
  207. },
  208. "require-dev": {
  209. "friendsofphp/php-cs-fixer": "^2.12",
  210. "phpunit/phpunit": "^7.1"
  211. },
  212. "type": "library",
  213. "autoload": {
  214. "psr-4": {
  215. "MessagePack\\": "src/"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Eugene Leonovich",
  225. "email": "gen.work@gmail.com"
  226. }
  227. ],
  228. "description": "A pure PHP implementation of the MessagePack serialization format.",
  229. "keywords": [
  230. "messagepack",
  231. "msgpack",
  232. "pure",
  233. "streaming"
  234. ],
  235. "time": "2018-06-15T22:56:26+00:00"
  236. }
  237. ],
  238. "packages-dev": [],
  239. "aliases": [],
  240. "minimum-stability": "stable",
  241. "stability-flags": [],
  242. "prefer-stable": false,
  243. "prefer-lowest": false,
  244. "platform": [],
  245. "platform-dev": []
  246. }