composer.lock 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  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": "6583d2d180b23c45d6dfad28786d62bb",
  8. "packages": [
  9. {
  10. "name": "elasticsearch/elasticsearch",
  11. "version": "v7.11.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/elastic/elasticsearch-php.git",
  15. "reference": "277cd5e182827c59c23e146a836a30470c0f879d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/277cd5e182827c59c23e146a836a30470c0f879d",
  20. "reference": "277cd5e182827c59c23e146a836a30470c0f879d",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-json": ">=1.3.7",
  31. "ezimuel/ringphp": "^1.1.2",
  32. "php": "^7.1 || ^8.0",
  33. "psr/log": "~1.0"
  34. },
  35. "require-dev": {
  36. "cpliakas/git-wrapper": "~2.0 || ~3.0",
  37. "doctrine/inflector": "^1.3",
  38. "ext-yaml": "*",
  39. "ext-zip": "*",
  40. "mockery/mockery": "^1.2",
  41. "phpstan/phpstan": "^0.12",
  42. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  43. "squizlabs/php_codesniffer": "^3.4",
  44. "symfony/finder": "~4.0",
  45. "symfony/yaml": "~4.0"
  46. },
  47. "suggest": {
  48. "ext-curl": "*",
  49. "monolog/monolog": "Allows for client-level logging and tracing"
  50. },
  51. "type": "library",
  52. "autoload": {
  53. "files": [
  54. "src/autoload.php"
  55. ],
  56. "psr-4": {
  57. "Elasticsearch\\": "src/Elasticsearch/"
  58. }
  59. },
  60. "notification-url": "https://packagist.org/downloads/",
  61. "license": [
  62. "Apache-2.0"
  63. ],
  64. "authors": [
  65. {
  66. "name": "Zachary Tong"
  67. },
  68. {
  69. "name": "Enrico Zimuel"
  70. }
  71. ],
  72. "description": "PHP Client for Elasticsearch",
  73. "keywords": [
  74. "client",
  75. "elasticsearch",
  76. "search"
  77. ],
  78. "support": {
  79. "issues": "https://github.com/elastic/elasticsearch-php/issues",
  80. "source": "https://github.com/elastic/elasticsearch-php/tree/v7.11.0"
  81. },
  82. "time": "2021-02-11T11:04:51+00:00"
  83. },
  84. {
  85. "name": "ezimuel/guzzlestreams",
  86. "version": "3.0.1",
  87. "source": {
  88. "type": "git",
  89. "url": "https://github.com/ezimuel/guzzlestreams.git",
  90. "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
  91. },
  92. "dist": {
  93. "type": "zip",
  94. "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
  95. "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
  96. "shasum": "",
  97. "mirrors": [
  98. {
  99. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  100. "preferred": true
  101. }
  102. ]
  103. },
  104. "require": {
  105. "php": ">=5.4.0"
  106. },
  107. "require-dev": {
  108. "phpunit/phpunit": "~4.0"
  109. },
  110. "type": "library",
  111. "extra": {
  112. "branch-alias": {
  113. "dev-master": "3.0-dev"
  114. }
  115. },
  116. "autoload": {
  117. "psr-4": {
  118. "GuzzleHttp\\Stream\\": "src/"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Michael Dowling",
  128. "email": "mtdowling@gmail.com",
  129. "homepage": "https://github.com/mtdowling"
  130. }
  131. ],
  132. "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
  133. "homepage": "http://guzzlephp.org/",
  134. "keywords": [
  135. "Guzzle",
  136. "stream"
  137. ],
  138. "support": {
  139. "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
  140. },
  141. "time": "2020-02-14T23:11:50+00:00"
  142. },
  143. {
  144. "name": "ezimuel/ringphp",
  145. "version": "1.1.2",
  146. "source": {
  147. "type": "git",
  148. "url": "https://github.com/ezimuel/ringphp.git",
  149. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b"
  150. },
  151. "dist": {
  152. "type": "zip",
  153. "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  154. "reference": "0b78f89d8e0bb9e380046c31adfa40347e9f663b",
  155. "shasum": "",
  156. "mirrors": [
  157. {
  158. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  159. "preferred": true
  160. }
  161. ]
  162. },
  163. "require": {
  164. "ezimuel/guzzlestreams": "^3.0.1",
  165. "php": ">=5.4.0",
  166. "react/promise": "~2.0"
  167. },
  168. "require-dev": {
  169. "ext-curl": "*",
  170. "phpunit/phpunit": "~4.0"
  171. },
  172. "suggest": {
  173. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  174. },
  175. "type": "library",
  176. "extra": {
  177. "branch-alias": {
  178. "dev-master": "1.1-dev"
  179. }
  180. },
  181. "autoload": {
  182. "psr-4": {
  183. "GuzzleHttp\\Ring\\": "src/"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Michael Dowling",
  193. "email": "mtdowling@gmail.com",
  194. "homepage": "https://github.com/mtdowling"
  195. }
  196. ],
  197. "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
  198. "support": {
  199. "source": "https://github.com/ezimuel/ringphp/tree/1.1.2"
  200. },
  201. "time": "2020-02-14T23:51:21+00:00"
  202. },
  203. {
  204. "name": "guzzlehttp/guzzle",
  205. "version": "7.0.0",
  206. "source": {
  207. "type": "git",
  208. "url": "https://github.com/guzzle/guzzle.git",
  209. "reference": "414c24961042f6616fb43e23fa69a785f9fc053e"
  210. },
  211. "dist": {
  212. "type": "zip",
  213. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/414c24961042f6616fb43e23fa69a785f9fc053e",
  214. "reference": "414c24961042f6616fb43e23fa69a785f9fc053e",
  215. "shasum": "",
  216. "mirrors": [
  217. {
  218. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  219. "preferred": true
  220. }
  221. ]
  222. },
  223. "require": {
  224. "ext-json": "*",
  225. "guzzlehttp/promises": "^1.0",
  226. "guzzlehttp/psr7": "^1.6.1",
  227. "php": "^7.2.5",
  228. "psr/http-client": "^1.0"
  229. },
  230. "provide": {
  231. "psr/http-client-implementation": "1.0"
  232. },
  233. "require-dev": {
  234. "ergebnis/composer-normalize": "^2.0",
  235. "ext-curl": "*",
  236. "php-http/client-integration-tests": "dev-phpunit8",
  237. "phpunit/phpunit": "^8.5.5",
  238. "psr/log": "^1.1"
  239. },
  240. "suggest": {
  241. "ext-curl": "Required for CURL handler support",
  242. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  243. "psr/log": "Required for using the Log middleware"
  244. },
  245. "type": "library",
  246. "extra": {
  247. "branch-alias": {
  248. "dev-master": "7.0-dev"
  249. }
  250. },
  251. "autoload": {
  252. "psr-4": {
  253. "GuzzleHttp\\": "src/"
  254. },
  255. "files": [
  256. "src/functions_include.php"
  257. ]
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "MIT"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Michael Dowling",
  266. "email": "mtdowling@gmail.com",
  267. "homepage": "https://github.com/mtdowling"
  268. },
  269. {
  270. "name": "Márk Sági-Kazár",
  271. "email": "mark.sagikazar@gmail.com",
  272. "homepage": "https://sagikazarmark.hu"
  273. }
  274. ],
  275. "description": "Guzzle is a PHP HTTP client library",
  276. "homepage": "http://guzzlephp.org/",
  277. "keywords": [
  278. "client",
  279. "curl",
  280. "framework",
  281. "http",
  282. "http client",
  283. "psr-18",
  284. "psr-7",
  285. "rest",
  286. "web service"
  287. ],
  288. "support": {
  289. "issues": "https://github.com/guzzle/guzzle/issues",
  290. "source": "https://github.com/guzzle/guzzle/tree/master"
  291. },
  292. "time": "2020-06-27T08:47:54+00:00"
  293. },
  294. {
  295. "name": "guzzlehttp/promises",
  296. "version": "1.4.1",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/guzzle/promises.git",
  300. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  305. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  306. "shasum": "",
  307. "mirrors": [
  308. {
  309. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  310. "preferred": true
  311. }
  312. ]
  313. },
  314. "require": {
  315. "php": ">=5.5"
  316. },
  317. "require-dev": {
  318. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  319. },
  320. "type": "library",
  321. "extra": {
  322. "branch-alias": {
  323. "dev-master": "1.4-dev"
  324. }
  325. },
  326. "autoload": {
  327. "psr-4": {
  328. "GuzzleHttp\\Promise\\": "src/"
  329. },
  330. "files": [
  331. "src/functions_include.php"
  332. ]
  333. },
  334. "notification-url": "https://packagist.org/downloads/",
  335. "license": [
  336. "MIT"
  337. ],
  338. "authors": [
  339. {
  340. "name": "Michael Dowling",
  341. "email": "mtdowling@gmail.com",
  342. "homepage": "https://github.com/mtdowling"
  343. }
  344. ],
  345. "description": "Guzzle promises library",
  346. "keywords": [
  347. "promise"
  348. ],
  349. "support": {
  350. "issues": "https://github.com/guzzle/promises/issues",
  351. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  352. },
  353. "time": "2021-03-07T09:25:29+00:00"
  354. },
  355. {
  356. "name": "guzzlehttp/psr7",
  357. "version": "1.8.1",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/guzzle/psr7.git",
  361. "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
  366. "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
  367. "shasum": "",
  368. "mirrors": [
  369. {
  370. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  371. "preferred": true
  372. }
  373. ]
  374. },
  375. "require": {
  376. "php": ">=5.4.0",
  377. "psr/http-message": "~1.0",
  378. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  379. },
  380. "provide": {
  381. "psr/http-message-implementation": "1.0"
  382. },
  383. "require-dev": {
  384. "ext-zlib": "*",
  385. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  386. },
  387. "suggest": {
  388. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  389. },
  390. "type": "library",
  391. "extra": {
  392. "branch-alias": {
  393. "dev-master": "1.7-dev"
  394. }
  395. },
  396. "autoload": {
  397. "psr-4": {
  398. "GuzzleHttp\\Psr7\\": "src/"
  399. },
  400. "files": [
  401. "src/functions_include.php"
  402. ]
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Michael Dowling",
  411. "email": "mtdowling@gmail.com",
  412. "homepage": "https://github.com/mtdowling"
  413. },
  414. {
  415. "name": "Tobias Schultze",
  416. "homepage": "https://github.com/Tobion"
  417. }
  418. ],
  419. "description": "PSR-7 message implementation that also provides common utility methods",
  420. "keywords": [
  421. "http",
  422. "message",
  423. "psr-7",
  424. "request",
  425. "response",
  426. "stream",
  427. "uri",
  428. "url"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/guzzle/psr7/issues",
  432. "source": "https://github.com/guzzle/psr7/tree/1.8.1"
  433. },
  434. "time": "2021-03-21T16:25:00+00:00"
  435. },
  436. {
  437. "name": "phpexcel/phpexcel",
  438. "version": "dev-master",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/ddeboer/phpexcel.git",
  442. "reference": "656336f53bcd0d11abba40db6c9f8553d320434c"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/ddeboer/phpexcel/zipball/656336f53bcd0d11abba40db6c9f8553d320434c",
  447. "reference": "656336f53bcd0d11abba40db6c9f8553d320434c",
  448. "shasum": "",
  449. "mirrors": [
  450. {
  451. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  452. "preferred": true
  453. }
  454. ]
  455. },
  456. "require": {
  457. "php": ">5.2.0"
  458. },
  459. "type": "library",
  460. "autoload": {
  461. "psr-0": {
  462. "PHPExcel": "Classes"
  463. }
  464. },
  465. "notification-url": "https://packagist.org/downloads/",
  466. "license": [
  467. "GNU"
  468. ],
  469. "description": "DEPRECATED! Use phpoffice/phpexcel instead.",
  470. "homepage": "http://phpexcel.codeplex.com",
  471. "support": {
  472. "source": "https://github.com/ddeboer/phpexcel/tree/master"
  473. },
  474. "abandoned": "phpoffice/phpexcel",
  475. "time": "2014-02-06T05:54:09+00:00"
  476. },
  477. {
  478. "name": "psr/http-client",
  479. "version": "1.0.1",
  480. "source": {
  481. "type": "git",
  482. "url": "https://github.com/php-fig/http-client.git",
  483. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  484. },
  485. "dist": {
  486. "type": "zip",
  487. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  488. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  489. "shasum": "",
  490. "mirrors": [
  491. {
  492. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  493. "preferred": true
  494. }
  495. ]
  496. },
  497. "require": {
  498. "php": "^7.0 || ^8.0",
  499. "psr/http-message": "^1.0"
  500. },
  501. "type": "library",
  502. "extra": {
  503. "branch-alias": {
  504. "dev-master": "1.0.x-dev"
  505. }
  506. },
  507. "autoload": {
  508. "psr-4": {
  509. "Psr\\Http\\Client\\": "src/"
  510. }
  511. },
  512. "notification-url": "https://packagist.org/downloads/",
  513. "license": [
  514. "MIT"
  515. ],
  516. "authors": [
  517. {
  518. "name": "PHP-FIG",
  519. "homepage": "http://www.php-fig.org/"
  520. }
  521. ],
  522. "description": "Common interface for HTTP clients",
  523. "homepage": "https://github.com/php-fig/http-client",
  524. "keywords": [
  525. "http",
  526. "http-client",
  527. "psr",
  528. "psr-18"
  529. ],
  530. "support": {
  531. "source": "https://github.com/php-fig/http-client/tree/master"
  532. },
  533. "time": "2020-06-29T06:28:15+00:00"
  534. },
  535. {
  536. "name": "psr/http-message",
  537. "version": "1.0.1",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/php-fig/http-message.git",
  541. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  546. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  547. "shasum": "",
  548. "mirrors": [
  549. {
  550. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  551. "preferred": true
  552. }
  553. ]
  554. },
  555. "require": {
  556. "php": ">=5.3.0"
  557. },
  558. "type": "library",
  559. "extra": {
  560. "branch-alias": {
  561. "dev-master": "1.0.x-dev"
  562. }
  563. },
  564. "autoload": {
  565. "psr-4": {
  566. "Psr\\Http\\Message\\": "src/"
  567. }
  568. },
  569. "notification-url": "https://packagist.org/downloads/",
  570. "license": [
  571. "MIT"
  572. ],
  573. "authors": [
  574. {
  575. "name": "PHP-FIG",
  576. "homepage": "http://www.php-fig.org/"
  577. }
  578. ],
  579. "description": "Common interface for HTTP messages",
  580. "homepage": "https://github.com/php-fig/http-message",
  581. "keywords": [
  582. "http",
  583. "http-message",
  584. "psr",
  585. "psr-7",
  586. "request",
  587. "response"
  588. ],
  589. "support": {
  590. "source": "https://github.com/php-fig/http-message/tree/master"
  591. },
  592. "time": "2016-08-06T14:39:51+00:00"
  593. },
  594. {
  595. "name": "psr/log",
  596. "version": "1.1.3",
  597. "source": {
  598. "type": "git",
  599. "url": "https://github.com/php-fig/log.git",
  600. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  601. },
  602. "dist": {
  603. "type": "zip",
  604. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  605. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  606. "shasum": "",
  607. "mirrors": [
  608. {
  609. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  610. "preferred": true
  611. }
  612. ]
  613. },
  614. "require": {
  615. "php": ">=5.3.0"
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-master": "1.1.x-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "Psr\\Log\\": "Psr/Log/"
  626. }
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "PHP-FIG",
  635. "homepage": "http://www.php-fig.org/"
  636. }
  637. ],
  638. "description": "Common interface for logging libraries",
  639. "homepage": "https://github.com/php-fig/log",
  640. "keywords": [
  641. "log",
  642. "psr",
  643. "psr-3"
  644. ],
  645. "support": {
  646. "source": "https://github.com/php-fig/log/tree/1.1.3"
  647. },
  648. "time": "2020-03-23T09:12:05+00:00"
  649. },
  650. {
  651. "name": "ralouphie/getallheaders",
  652. "version": "3.0.3",
  653. "source": {
  654. "type": "git",
  655. "url": "https://github.com/ralouphie/getallheaders.git",
  656. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  657. },
  658. "dist": {
  659. "type": "zip",
  660. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  661. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  662. "shasum": "",
  663. "mirrors": [
  664. {
  665. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  666. "preferred": true
  667. }
  668. ]
  669. },
  670. "require": {
  671. "php": ">=5.6"
  672. },
  673. "require-dev": {
  674. "php-coveralls/php-coveralls": "^2.1",
  675. "phpunit/phpunit": "^5 || ^6.5"
  676. },
  677. "type": "library",
  678. "autoload": {
  679. "files": [
  680. "src/getallheaders.php"
  681. ]
  682. },
  683. "notification-url": "https://packagist.org/downloads/",
  684. "license": [
  685. "MIT"
  686. ],
  687. "authors": [
  688. {
  689. "name": "Ralph Khattar",
  690. "email": "ralph.khattar@gmail.com"
  691. }
  692. ],
  693. "description": "A polyfill for getallheaders.",
  694. "support": {
  695. "issues": "https://github.com/ralouphie/getallheaders/issues",
  696. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  697. },
  698. "time": "2019-03-08T08:55:37+00:00"
  699. },
  700. {
  701. "name": "react/promise",
  702. "version": "v2.8.0",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/reactphp/promise.git",
  706. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  711. "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
  712. "shasum": "",
  713. "mirrors": [
  714. {
  715. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  716. "preferred": true
  717. }
  718. ]
  719. },
  720. "require": {
  721. "php": ">=5.4.0"
  722. },
  723. "require-dev": {
  724. "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
  725. },
  726. "type": "library",
  727. "autoload": {
  728. "psr-4": {
  729. "React\\Promise\\": "src/"
  730. },
  731. "files": [
  732. "src/functions_include.php"
  733. ]
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Jan Sorgalla",
  742. "email": "jsorgalla@gmail.com"
  743. }
  744. ],
  745. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  746. "keywords": [
  747. "promise",
  748. "promises"
  749. ],
  750. "support": {
  751. "issues": "https://github.com/reactphp/promise/issues",
  752. "source": "https://github.com/reactphp/promise/tree/v2.8.0"
  753. },
  754. "time": "2020-05-12T15:16:56+00:00"
  755. }
  756. ],
  757. "packages-dev": [],
  758. "aliases": [],
  759. "minimum-stability": "stable",
  760. "stability-flags": {
  761. "phpexcel/phpexcel": 20
  762. },
  763. "prefer-stable": false,
  764. "prefer-lowest": false,
  765. "platform": [],
  766. "platform-dev": [],
  767. "plugin-api-version": "2.0.0"
  768. }