installed.json 25 KB

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