composer.lock 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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": "35a239f26f96a30f3493aef7e0f87f9b",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "6.3.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  20. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "guzzlehttp/promises": "^1.0",
  25. "guzzlehttp/psr7": "^1.4",
  26. "php": ">=5.5"
  27. },
  28. "require-dev": {
  29. "ext-curl": "*",
  30. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  31. "psr/log": "^1.0"
  32. },
  33. "suggest": {
  34. "psr/log": "Required for using the Log middleware"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "6.3-dev"
  40. }
  41. },
  42. "autoload": {
  43. "files": [
  44. "src/functions_include.php"
  45. ],
  46. "psr-4": {
  47. "GuzzleHttp\\": "src/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "MIT"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Michael Dowling",
  57. "email": "mtdowling@gmail.com",
  58. "homepage": "https://github.com/mtdowling"
  59. }
  60. ],
  61. "description": "Guzzle is a PHP HTTP client library",
  62. "homepage": "http://guzzlephp.org/",
  63. "keywords": [
  64. "client",
  65. "curl",
  66. "framework",
  67. "http",
  68. "http client",
  69. "rest",
  70. "web service"
  71. ],
  72. "time": "2018-04-22T15:46:56+00:00"
  73. },
  74. {
  75. "name": "guzzlehttp/promises",
  76. "version": "v1.3.1",
  77. "source": {
  78. "type": "git",
  79. "url": "https://github.com/guzzle/promises.git",
  80. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  81. },
  82. "dist": {
  83. "type": "zip",
  84. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  85. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  86. "shasum": ""
  87. },
  88. "require": {
  89. "php": ">=5.5.0"
  90. },
  91. "require-dev": {
  92. "phpunit/phpunit": "^4.0"
  93. },
  94. "type": "library",
  95. "extra": {
  96. "branch-alias": {
  97. "dev-master": "1.4-dev"
  98. }
  99. },
  100. "autoload": {
  101. "psr-4": {
  102. "GuzzleHttp\\Promise\\": "src/"
  103. },
  104. "files": [
  105. "src/functions_include.php"
  106. ]
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Michael Dowling",
  115. "email": "mtdowling@gmail.com",
  116. "homepage": "https://github.com/mtdowling"
  117. }
  118. ],
  119. "description": "Guzzle promises library",
  120. "keywords": [
  121. "promise"
  122. ],
  123. "time": "2016-12-20T10:07:11+00:00"
  124. },
  125. {
  126. "name": "guzzlehttp/psr7",
  127. "version": "1.4.2",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/guzzle/psr7.git",
  131. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  136. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.4.0",
  141. "psr/http-message": "~1.0"
  142. },
  143. "provide": {
  144. "psr/http-message-implementation": "1.0"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "~4.0"
  148. },
  149. "type": "library",
  150. "extra": {
  151. "branch-alias": {
  152. "dev-master": "1.4-dev"
  153. }
  154. },
  155. "autoload": {
  156. "psr-4": {
  157. "GuzzleHttp\\Psr7\\": "src/"
  158. },
  159. "files": [
  160. "src/functions_include.php"
  161. ]
  162. },
  163. "notification-url": "https://packagist.org/downloads/",
  164. "license": [
  165. "MIT"
  166. ],
  167. "authors": [
  168. {
  169. "name": "Michael Dowling",
  170. "email": "mtdowling@gmail.com",
  171. "homepage": "https://github.com/mtdowling"
  172. },
  173. {
  174. "name": "Tobias Schultze",
  175. "homepage": "https://github.com/Tobion"
  176. }
  177. ],
  178. "description": "PSR-7 message implementation that also provides common utility methods",
  179. "keywords": [
  180. "http",
  181. "message",
  182. "request",
  183. "response",
  184. "stream",
  185. "uri",
  186. "url"
  187. ],
  188. "time": "2017-03-20T17:10:46+00:00"
  189. },
  190. {
  191. "name": "psr/http-message",
  192. "version": "1.0.1",
  193. "source": {
  194. "type": "git",
  195. "url": "https://github.com/php-fig/http-message.git",
  196. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  197. },
  198. "dist": {
  199. "type": "zip",
  200. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  201. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  202. "shasum": ""
  203. },
  204. "require": {
  205. "php": ">=5.3.0"
  206. },
  207. "type": "library",
  208. "extra": {
  209. "branch-alias": {
  210. "dev-master": "1.0.x-dev"
  211. }
  212. },
  213. "autoload": {
  214. "psr-4": {
  215. "Psr\\Http\\Message\\": "src/"
  216. }
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "PHP-FIG",
  225. "homepage": "http://www.php-fig.org/"
  226. }
  227. ],
  228. "description": "Common interface for HTTP messages",
  229. "homepage": "https://github.com/php-fig/http-message",
  230. "keywords": [
  231. "http",
  232. "http-message",
  233. "psr",
  234. "psr-7",
  235. "request",
  236. "response"
  237. ],
  238. "time": "2016-08-06T14:39:51+00:00"
  239. }
  240. ],
  241. "packages-dev": [],
  242. "aliases": [],
  243. "minimum-stability": "stable",
  244. "stability-flags": [],
  245. "prefer-stable": false,
  246. "prefer-lowest": false,
  247. "platform": [],
  248. "platform-dev": []
  249. }