composer.lock 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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": "2ed71e15f0cc1980b083b248b7a75387",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "6.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  20. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  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.0 || ^5.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.2-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. "support": {
  73. "issues": "https://github.com/guzzle/guzzle/issues",
  74. "source": "https://github.com/guzzle/guzzle/tree/master"
  75. },
  76. "time": "2017-06-22T18:50:49+00:00"
  77. },
  78. {
  79. "name": "guzzlehttp/promises",
  80. "version": "v1.3.1",
  81. "source": {
  82. "type": "git",
  83. "url": "https://github.com/guzzle/promises.git",
  84. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  85. },
  86. "dist": {
  87. "type": "zip",
  88. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  89. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  90. "shasum": ""
  91. },
  92. "require": {
  93. "php": ">=5.5.0"
  94. },
  95. "require-dev": {
  96. "phpunit/phpunit": "^4.0"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "1.4-dev"
  102. }
  103. },
  104. "autoload": {
  105. "files": [
  106. "src/functions_include.php"
  107. ],
  108. "psr-4": {
  109. "GuzzleHttp\\Promise\\": "src/"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Michael Dowling",
  119. "email": "mtdowling@gmail.com",
  120. "homepage": "https://github.com/mtdowling"
  121. }
  122. ],
  123. "description": "Guzzle promises library",
  124. "keywords": [
  125. "promise"
  126. ],
  127. "support": {
  128. "issues": "https://github.com/guzzle/promises/issues",
  129. "source": "https://github.com/guzzle/promises/tree/master"
  130. },
  131. "time": "2016-12-20T10:07:11+00:00"
  132. },
  133. {
  134. "name": "guzzlehttp/psr7",
  135. "version": "1.4.2",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/guzzle/psr7.git",
  139. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  144. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.4.0",
  149. "psr/http-message": "~1.0"
  150. },
  151. "provide": {
  152. "psr/http-message-implementation": "1.0"
  153. },
  154. "require-dev": {
  155. "phpunit/phpunit": "~4.0"
  156. },
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "1.4-dev"
  161. }
  162. },
  163. "autoload": {
  164. "files": [
  165. "src/functions_include.php"
  166. ],
  167. "psr-4": {
  168. "GuzzleHttp\\Psr7\\": "src/"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "MIT"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Michael Dowling",
  178. "email": "mtdowling@gmail.com",
  179. "homepage": "https://github.com/mtdowling"
  180. },
  181. {
  182. "name": "Tobias Schultze",
  183. "homepage": "https://github.com/Tobion"
  184. }
  185. ],
  186. "description": "PSR-7 message implementation that also provides common utility methods",
  187. "keywords": [
  188. "http",
  189. "message",
  190. "request",
  191. "response",
  192. "stream",
  193. "uri",
  194. "url"
  195. ],
  196. "support": {
  197. "issues": "https://github.com/guzzle/psr7/issues",
  198. "source": "https://github.com/guzzle/psr7/tree/1.4.2"
  199. },
  200. "time": "2017-03-20T17:10:46+00:00"
  201. },
  202. {
  203. "name": "monolog/monolog",
  204. "version": "1.23.0",
  205. "source": {
  206. "type": "git",
  207. "url": "https://github.com/Seldaek/monolog.git",
  208. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  209. },
  210. "dist": {
  211. "type": "zip",
  212. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  213. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  214. "shasum": ""
  215. },
  216. "require": {
  217. "php": ">=5.3.0",
  218. "psr/log": "~1.0"
  219. },
  220. "provide": {
  221. "psr/log-implementation": "1.0.0"
  222. },
  223. "require-dev": {
  224. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  225. "doctrine/couchdb": "~1.0@dev",
  226. "graylog2/gelf-php": "~1.0",
  227. "jakub-onderka/php-parallel-lint": "0.9",
  228. "php-amqplib/php-amqplib": "~2.4",
  229. "php-console/php-console": "^3.1.3",
  230. "phpunit/phpunit": "~4.5",
  231. "phpunit/phpunit-mock-objects": "2.3.0",
  232. "ruflin/elastica": ">=0.90 <3.0",
  233. "sentry/sentry": "^0.13",
  234. "swiftmailer/swiftmailer": "^5.3|^6.0"
  235. },
  236. "suggest": {
  237. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  238. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  239. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  240. "ext-mongo": "Allow sending log messages to a MongoDB server",
  241. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  242. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  243. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  244. "php-console/php-console": "Allow sending log messages to Google Chrome",
  245. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  246. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  247. "sentry/sentry": "Allow sending log messages to a Sentry server"
  248. },
  249. "type": "library",
  250. "extra": {
  251. "branch-alias": {
  252. "dev-master": "2.0.x-dev"
  253. }
  254. },
  255. "autoload": {
  256. "psr-4": {
  257. "Monolog\\": "src/Monolog"
  258. }
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "MIT"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Jordi Boggiano",
  267. "email": "j.boggiano@seld.be",
  268. "homepage": "http://seld.be"
  269. }
  270. ],
  271. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  272. "homepage": "http://github.com/Seldaek/monolog",
  273. "keywords": [
  274. "log",
  275. "logging",
  276. "psr-3"
  277. ],
  278. "support": {
  279. "issues": "https://github.com/Seldaek/monolog/issues",
  280. "source": "https://github.com/Seldaek/monolog/tree/1.23.0"
  281. },
  282. "time": "2017-06-19T01:22:40+00:00"
  283. },
  284. {
  285. "name": "psr/http-message",
  286. "version": "1.0.1",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/php-fig/http-message.git",
  290. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  295. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "php": ">=5.3.0"
  300. },
  301. "type": "library",
  302. "extra": {
  303. "branch-alias": {
  304. "dev-master": "1.0.x-dev"
  305. }
  306. },
  307. "autoload": {
  308. "psr-4": {
  309. "Psr\\Http\\Message\\": "src/"
  310. }
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "PHP-FIG",
  319. "homepage": "http://www.php-fig.org/"
  320. }
  321. ],
  322. "description": "Common interface for HTTP messages",
  323. "homepage": "https://github.com/php-fig/http-message",
  324. "keywords": [
  325. "http",
  326. "http-message",
  327. "psr",
  328. "psr-7",
  329. "request",
  330. "response"
  331. ],
  332. "support": {
  333. "source": "https://github.com/php-fig/http-message/tree/master"
  334. },
  335. "time": "2016-08-06T14:39:51+00:00"
  336. },
  337. {
  338. "name": "psr/log",
  339. "version": "1.1.4",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/log.git",
  343. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  348. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  349. "shasum": ""
  350. },
  351. "require": {
  352. "php": ">=5.3.0"
  353. },
  354. "type": "library",
  355. "extra": {
  356. "branch-alias": {
  357. "dev-master": "1.1.x-dev"
  358. }
  359. },
  360. "autoload": {
  361. "psr-4": {
  362. "Psr\\Log\\": "Psr/Log/"
  363. }
  364. },
  365. "notification-url": "https://packagist.org/downloads/",
  366. "license": [
  367. "MIT"
  368. ],
  369. "authors": [
  370. {
  371. "name": "PHP-FIG",
  372. "homepage": "https://www.php-fig.org/"
  373. }
  374. ],
  375. "description": "Common interface for logging libraries",
  376. "homepage": "https://github.com/php-fig/log",
  377. "keywords": [
  378. "log",
  379. "psr",
  380. "psr-3"
  381. ],
  382. "support": {
  383. "source": "https://github.com/php-fig/log/tree/1.1.4"
  384. },
  385. "time": "2021-05-03T11:20:27+00:00"
  386. }
  387. ],
  388. "packages-dev": [],
  389. "aliases": [],
  390. "minimum-stability": "stable",
  391. "stability-flags": [],
  392. "prefer-stable": false,
  393. "prefer-lowest": false,
  394. "platform": {
  395. "php": ">=5.6.0"
  396. },
  397. "platform-dev": [],
  398. "plugin-api-version": "2.0.0"
  399. }