composer.lock 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  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": "69fdec62fcc07c25d68a76eaed5f7c8f",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  20. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "guzzlehttp/promises": "^1.4",
  26. "guzzlehttp/psr7": "^1.7 || ^2.0",
  27. "php": "^7.2.5 || ^8.0",
  28. "psr/http-client": "^1.0"
  29. },
  30. "provide": {
  31. "psr/http-client-implementation": "1.0"
  32. },
  33. "require-dev": {
  34. "bamarni/composer-bin-plugin": "^1.4.1",
  35. "ext-curl": "*",
  36. "php-http/client-integration-tests": "^3.0",
  37. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  38. "psr/log": "^1.1"
  39. },
  40. "suggest": {
  41. "ext-curl": "Required for CURL handler support",
  42. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  43. "psr/log": "Required for using the Log middleware"
  44. },
  45. "type": "library",
  46. "extra": {
  47. "branch-alias": {
  48. "dev-master": "7.3-dev"
  49. }
  50. },
  51. "autoload": {
  52. "psr-4": {
  53. "GuzzleHttp\\": "src/"
  54. },
  55. "files": [
  56. "src/functions_include.php"
  57. ]
  58. },
  59. "notification-url": "https://packagist.org/downloads/",
  60. "license": [
  61. "MIT"
  62. ],
  63. "authors": [
  64. {
  65. "name": "Michael Dowling",
  66. "email": "mtdowling@gmail.com",
  67. "homepage": "https://github.com/mtdowling"
  68. },
  69. {
  70. "name": "Márk Sági-Kazár",
  71. "email": "mark.sagikazar@gmail.com",
  72. "homepage": "https://sagikazarmark.hu"
  73. }
  74. ],
  75. "description": "Guzzle is a PHP HTTP client library",
  76. "homepage": "http://guzzlephp.org/",
  77. "keywords": [
  78. "client",
  79. "curl",
  80. "framework",
  81. "http",
  82. "http client",
  83. "psr-18",
  84. "psr-7",
  85. "rest",
  86. "web service"
  87. ],
  88. "support": {
  89. "issues": "https://github.com/guzzle/guzzle/issues",
  90. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  91. },
  92. "funding": [
  93. {
  94. "url": "https://github.com/GrahamCampbell",
  95. "type": "github"
  96. },
  97. {
  98. "url": "https://github.com/Nyholm",
  99. "type": "github"
  100. },
  101. {
  102. "url": "https://github.com/alexeyshockov",
  103. "type": "github"
  104. },
  105. {
  106. "url": "https://github.com/gmponos",
  107. "type": "github"
  108. }
  109. ],
  110. "time": "2021-03-23T11:33:13+00:00"
  111. },
  112. {
  113. "name": "guzzlehttp/promises",
  114. "version": "1.4.1",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/guzzle/promises.git",
  118. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  123. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "php": ">=5.5"
  128. },
  129. "require-dev": {
  130. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  131. },
  132. "type": "library",
  133. "extra": {
  134. "branch-alias": {
  135. "dev-master": "1.4-dev"
  136. }
  137. },
  138. "autoload": {
  139. "psr-4": {
  140. "GuzzleHttp\\Promise\\": "src/"
  141. },
  142. "files": [
  143. "src/functions_include.php"
  144. ]
  145. },
  146. "notification-url": "https://packagist.org/downloads/",
  147. "license": [
  148. "MIT"
  149. ],
  150. "authors": [
  151. {
  152. "name": "Michael Dowling",
  153. "email": "mtdowling@gmail.com",
  154. "homepage": "https://github.com/mtdowling"
  155. }
  156. ],
  157. "description": "Guzzle promises library",
  158. "keywords": [
  159. "promise"
  160. ],
  161. "support": {
  162. "issues": "https://github.com/guzzle/promises/issues",
  163. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  164. },
  165. "time": "2021-03-07T09:25:29+00:00"
  166. },
  167. {
  168. "name": "guzzlehttp/psr7",
  169. "version": "1.8.2",
  170. "source": {
  171. "type": "git",
  172. "url": "https://github.com/guzzle/psr7.git",
  173. "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
  174. },
  175. "dist": {
  176. "type": "zip",
  177. "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
  178. "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
  179. "shasum": ""
  180. },
  181. "require": {
  182. "php": ">=5.4.0",
  183. "psr/http-message": "~1.0",
  184. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  185. },
  186. "provide": {
  187. "psr/http-message-implementation": "1.0"
  188. },
  189. "require-dev": {
  190. "ext-zlib": "*",
  191. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  192. },
  193. "suggest": {
  194. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  195. },
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "1.7-dev"
  200. }
  201. },
  202. "autoload": {
  203. "psr-4": {
  204. "GuzzleHttp\\Psr7\\": "src/"
  205. },
  206. "files": [
  207. "src/functions_include.php"
  208. ]
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Michael Dowling",
  217. "email": "mtdowling@gmail.com",
  218. "homepage": "https://github.com/mtdowling"
  219. },
  220. {
  221. "name": "Tobias Schultze",
  222. "homepage": "https://github.com/Tobion"
  223. }
  224. ],
  225. "description": "PSR-7 message implementation that also provides common utility methods",
  226. "keywords": [
  227. "http",
  228. "message",
  229. "psr-7",
  230. "request",
  231. "response",
  232. "stream",
  233. "uri",
  234. "url"
  235. ],
  236. "support": {
  237. "issues": "https://github.com/guzzle/psr7/issues",
  238. "source": "https://github.com/guzzle/psr7/tree/1.8.2"
  239. },
  240. "time": "2021-04-26T09:17:50+00:00"
  241. },
  242. {
  243. "name": "myclabs/php-enum",
  244. "version": "1.8.0",
  245. "source": {
  246. "type": "git",
  247. "url": "https://github.com/myclabs/php-enum.git",
  248. "reference": "46cf3d8498b095bd33727b13fd5707263af99421"
  249. },
  250. "dist": {
  251. "type": "zip",
  252. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421",
  253. "reference": "46cf3d8498b095bd33727b13fd5707263af99421",
  254. "shasum": ""
  255. },
  256. "require": {
  257. "ext-json": "*",
  258. "php": "^7.3 || ^8.0"
  259. },
  260. "require-dev": {
  261. "phpunit/phpunit": "^9.5",
  262. "squizlabs/php_codesniffer": "1.*",
  263. "vimeo/psalm": "^4.5.1"
  264. },
  265. "type": "library",
  266. "autoload": {
  267. "psr-4": {
  268. "MyCLabs\\Enum\\": "src/"
  269. }
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "PHP Enum contributors",
  278. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  279. }
  280. ],
  281. "description": "PHP Enum implementation",
  282. "homepage": "http://github.com/myclabs/php-enum",
  283. "keywords": [
  284. "enum"
  285. ],
  286. "support": {
  287. "issues": "https://github.com/myclabs/php-enum/issues",
  288. "source": "https://github.com/myclabs/php-enum/tree/1.8.0"
  289. },
  290. "funding": [
  291. {
  292. "url": "https://github.com/mnapoli",
  293. "type": "github"
  294. },
  295. {
  296. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  297. "type": "tidelift"
  298. }
  299. ],
  300. "time": "2021-02-15T16:11:48+00:00"
  301. },
  302. {
  303. "name": "paquettg/php-html-parser",
  304. "version": "3.1.1",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/paquettg/php-html-parser.git",
  308. "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/paquettg/php-html-parser/zipball/4e01a438ad5961cc2d7427eb9798d213c8a12629",
  313. "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "ext-curl": "*",
  318. "ext-mbstring": "*",
  319. "ext-zlib": "*",
  320. "guzzlehttp/guzzle": "^7.0",
  321. "guzzlehttp/psr7": "^1.6",
  322. "myclabs/php-enum": "^1.7",
  323. "paquettg/string-encode": "~1.0.0",
  324. "php": ">=7.2",
  325. "php-http/httplug": "^2.1"
  326. },
  327. "require-dev": {
  328. "friendsofphp/php-cs-fixer": "^2.16",
  329. "infection/infection": "^0.13.4",
  330. "mockery/mockery": "^1.2",
  331. "phan/phan": "^2.4",
  332. "phpunit/phpunit": "^7.5.1"
  333. },
  334. "type": "library",
  335. "autoload": {
  336. "psr-4": {
  337. "PHPHtmlParser\\": "src/PHPHtmlParser"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Gilles Paquette",
  347. "email": "paquettg@gmail.com",
  348. "homepage": "http://gillespaquette.ca"
  349. }
  350. ],
  351. "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
  352. "homepage": "https://github.com/paquettg/php-html-parser",
  353. "keywords": [
  354. "dom",
  355. "html",
  356. "parser"
  357. ],
  358. "support": {
  359. "issues": "https://github.com/paquettg/php-html-parser/issues",
  360. "source": "https://github.com/paquettg/php-html-parser/tree/3.1.1"
  361. },
  362. "funding": [
  363. {
  364. "url": "https://tidelift.com/funding/github/packagist/paquettg/php-html-parser",
  365. "type": "tidelift"
  366. }
  367. ],
  368. "time": "2020-11-01T20:34:43+00:00"
  369. },
  370. {
  371. "name": "paquettg/string-encode",
  372. "version": "1.0.1",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/paquettg/string-encoder.git",
  376. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/paquettg/string-encoder/zipball/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  381. "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "php": ">=7.1"
  386. },
  387. "require-dev": {
  388. "phpunit/phpunit": "^7.5.1"
  389. },
  390. "type": "library",
  391. "autoload": {
  392. "psr-0": {
  393. "stringEncode": "src/"
  394. }
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Gilles Paquette",
  403. "email": "paquettg@gmail.com",
  404. "homepage": "http://gillespaquette.ca"
  405. }
  406. ],
  407. "description": "Facilitating the process of altering string encoding in PHP.",
  408. "homepage": "https://github.com/paquettg/string-encoder",
  409. "keywords": [
  410. "charset",
  411. "encoding",
  412. "string"
  413. ],
  414. "support": {
  415. "issues": "https://github.com/paquettg/string-encoder/issues",
  416. "source": "https://github.com/paquettg/string-encoder/tree/1.0.1"
  417. },
  418. "time": "2018-12-21T02:25:09+00:00"
  419. },
  420. {
  421. "name": "php-http/httplug",
  422. "version": "2.2.0",
  423. "source": {
  424. "type": "git",
  425. "url": "https://github.com/php-http/httplug.git",
  426. "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
  427. },
  428. "dist": {
  429. "type": "zip",
  430. "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
  431. "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
  432. "shasum": ""
  433. },
  434. "require": {
  435. "php": "^7.1 || ^8.0",
  436. "php-http/promise": "^1.1",
  437. "psr/http-client": "^1.0",
  438. "psr/http-message": "^1.0"
  439. },
  440. "require-dev": {
  441. "friends-of-phpspec/phpspec-code-coverage": "^4.1",
  442. "phpspec/phpspec": "^5.1 || ^6.0"
  443. },
  444. "type": "library",
  445. "extra": {
  446. "branch-alias": {
  447. "dev-master": "2.x-dev"
  448. }
  449. },
  450. "autoload": {
  451. "psr-4": {
  452. "Http\\Client\\": "src/"
  453. }
  454. },
  455. "notification-url": "https://packagist.org/downloads/",
  456. "license": [
  457. "MIT"
  458. ],
  459. "authors": [
  460. {
  461. "name": "Eric GELOEN",
  462. "email": "geloen.eric@gmail.com"
  463. },
  464. {
  465. "name": "Márk Sági-Kazár",
  466. "email": "mark.sagikazar@gmail.com",
  467. "homepage": "https://sagikazarmark.hu"
  468. }
  469. ],
  470. "description": "HTTPlug, the HTTP client abstraction for PHP",
  471. "homepage": "http://httplug.io",
  472. "keywords": [
  473. "client",
  474. "http"
  475. ],
  476. "support": {
  477. "issues": "https://github.com/php-http/httplug/issues",
  478. "source": "https://github.com/php-http/httplug/tree/master"
  479. },
  480. "time": "2020-07-13T15:43:23+00:00"
  481. },
  482. {
  483. "name": "php-http/promise",
  484. "version": "1.1.0",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/php-http/promise.git",
  488. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  493. "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "php": "^7.1 || ^8.0"
  498. },
  499. "require-dev": {
  500. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
  501. "phpspec/phpspec": "^5.1.2 || ^6.2"
  502. },
  503. "type": "library",
  504. "extra": {
  505. "branch-alias": {
  506. "dev-master": "1.1-dev"
  507. }
  508. },
  509. "autoload": {
  510. "psr-4": {
  511. "Http\\Promise\\": "src/"
  512. }
  513. },
  514. "notification-url": "https://packagist.org/downloads/",
  515. "license": [
  516. "MIT"
  517. ],
  518. "authors": [
  519. {
  520. "name": "Joel Wurtz",
  521. "email": "joel.wurtz@gmail.com"
  522. },
  523. {
  524. "name": "Márk Sági-Kazár",
  525. "email": "mark.sagikazar@gmail.com"
  526. }
  527. ],
  528. "description": "Promise used for asynchronous HTTP requests",
  529. "homepage": "http://httplug.io",
  530. "keywords": [
  531. "promise"
  532. ],
  533. "support": {
  534. "issues": "https://github.com/php-http/promise/issues",
  535. "source": "https://github.com/php-http/promise/tree/1.1.0"
  536. },
  537. "time": "2020-07-07T09:29:14+00:00"
  538. },
  539. {
  540. "name": "psr/http-client",
  541. "version": "1.0.1",
  542. "source": {
  543. "type": "git",
  544. "url": "https://github.com/php-fig/http-client.git",
  545. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  546. },
  547. "dist": {
  548. "type": "zip",
  549. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  550. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  551. "shasum": ""
  552. },
  553. "require": {
  554. "php": "^7.0 || ^8.0",
  555. "psr/http-message": "^1.0"
  556. },
  557. "type": "library",
  558. "extra": {
  559. "branch-alias": {
  560. "dev-master": "1.0.x-dev"
  561. }
  562. },
  563. "autoload": {
  564. "psr-4": {
  565. "Psr\\Http\\Client\\": "src/"
  566. }
  567. },
  568. "notification-url": "https://packagist.org/downloads/",
  569. "license": [
  570. "MIT"
  571. ],
  572. "authors": [
  573. {
  574. "name": "PHP-FIG",
  575. "homepage": "http://www.php-fig.org/"
  576. }
  577. ],
  578. "description": "Common interface for HTTP clients",
  579. "homepage": "https://github.com/php-fig/http-client",
  580. "keywords": [
  581. "http",
  582. "http-client",
  583. "psr",
  584. "psr-18"
  585. ],
  586. "support": {
  587. "source": "https://github.com/php-fig/http-client/tree/master"
  588. },
  589. "time": "2020-06-29T06:28:15+00:00"
  590. },
  591. {
  592. "name": "psr/http-message",
  593. "version": "1.0.1",
  594. "source": {
  595. "type": "git",
  596. "url": "https://github.com/php-fig/http-message.git",
  597. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  598. },
  599. "dist": {
  600. "type": "zip",
  601. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  602. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  603. "shasum": ""
  604. },
  605. "require": {
  606. "php": ">=5.3.0"
  607. },
  608. "type": "library",
  609. "extra": {
  610. "branch-alias": {
  611. "dev-master": "1.0.x-dev"
  612. }
  613. },
  614. "autoload": {
  615. "psr-4": {
  616. "Psr\\Http\\Message\\": "src/"
  617. }
  618. },
  619. "notification-url": "https://packagist.org/downloads/",
  620. "license": [
  621. "MIT"
  622. ],
  623. "authors": [
  624. {
  625. "name": "PHP-FIG",
  626. "homepage": "http://www.php-fig.org/"
  627. }
  628. ],
  629. "description": "Common interface for HTTP messages",
  630. "homepage": "https://github.com/php-fig/http-message",
  631. "keywords": [
  632. "http",
  633. "http-message",
  634. "psr",
  635. "psr-7",
  636. "request",
  637. "response"
  638. ],
  639. "support": {
  640. "source": "https://github.com/php-fig/http-message/tree/master"
  641. },
  642. "time": "2016-08-06T14:39:51+00:00"
  643. },
  644. {
  645. "name": "ralouphie/getallheaders",
  646. "version": "3.0.3",
  647. "source": {
  648. "type": "git",
  649. "url": "https://github.com/ralouphie/getallheaders.git",
  650. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  651. },
  652. "dist": {
  653. "type": "zip",
  654. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  655. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  656. "shasum": ""
  657. },
  658. "require": {
  659. "php": ">=5.6"
  660. },
  661. "require-dev": {
  662. "php-coveralls/php-coveralls": "^2.1",
  663. "phpunit/phpunit": "^5 || ^6.5"
  664. },
  665. "type": "library",
  666. "autoload": {
  667. "files": [
  668. "src/getallheaders.php"
  669. ]
  670. },
  671. "notification-url": "https://packagist.org/downloads/",
  672. "license": [
  673. "MIT"
  674. ],
  675. "authors": [
  676. {
  677. "name": "Ralph Khattar",
  678. "email": "ralph.khattar@gmail.com"
  679. }
  680. ],
  681. "description": "A polyfill for getallheaders.",
  682. "support": {
  683. "issues": "https://github.com/ralouphie/getallheaders/issues",
  684. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  685. },
  686. "time": "2019-03-08T08:55:37+00:00"
  687. }
  688. ],
  689. "packages-dev": [],
  690. "aliases": [],
  691. "minimum-stability": "stable",
  692. "stability-flags": [],
  693. "prefer-stable": false,
  694. "prefer-lowest": false,
  695. "platform": [],
  696. "platform-dev": [],
  697. "plugin-api-version": "2.0.0"
  698. }