composer.lock 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  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": "041690beb1a6fab32cbd517cdd59b3a4",
  8. "packages": [
  9. {
  10. "name": "guzzle/guzzle",
  11. "version": "v3.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle3.git",
  15. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  20. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "php": ">=5.3.3",
  26. "symfony/event-dispatcher": "~2.1"
  27. },
  28. "replace": {
  29. "guzzle/batch": "self.version",
  30. "guzzle/cache": "self.version",
  31. "guzzle/common": "self.version",
  32. "guzzle/http": "self.version",
  33. "guzzle/inflection": "self.version",
  34. "guzzle/iterator": "self.version",
  35. "guzzle/log": "self.version",
  36. "guzzle/parser": "self.version",
  37. "guzzle/plugin": "self.version",
  38. "guzzle/plugin-async": "self.version",
  39. "guzzle/plugin-backoff": "self.version",
  40. "guzzle/plugin-cache": "self.version",
  41. "guzzle/plugin-cookie": "self.version",
  42. "guzzle/plugin-curlauth": "self.version",
  43. "guzzle/plugin-error-response": "self.version",
  44. "guzzle/plugin-history": "self.version",
  45. "guzzle/plugin-log": "self.version",
  46. "guzzle/plugin-md5": "self.version",
  47. "guzzle/plugin-mock": "self.version",
  48. "guzzle/plugin-oauth": "self.version",
  49. "guzzle/service": "self.version",
  50. "guzzle/stream": "self.version"
  51. },
  52. "require-dev": {
  53. "doctrine/cache": "~1.3",
  54. "monolog/monolog": "~1.0",
  55. "phpunit/phpunit": "3.7.*",
  56. "psr/log": "~1.0",
  57. "symfony/class-loader": "~2.1",
  58. "zendframework/zend-cache": "2.*,<2.3",
  59. "zendframework/zend-log": "2.*,<2.3"
  60. },
  61. "suggest": {
  62. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  63. },
  64. "type": "library",
  65. "extra": {
  66. "branch-alias": {
  67. "dev-master": "3.9-dev"
  68. }
  69. },
  70. "autoload": {
  71. "psr-0": {
  72. "Guzzle": "src/",
  73. "Guzzle\\Tests": "tests/"
  74. }
  75. },
  76. "notification-url": "https://packagist.org/downloads/",
  77. "license": [
  78. "MIT"
  79. ],
  80. "authors": [
  81. {
  82. "name": "Michael Dowling",
  83. "email": "mtdowling@gmail.com",
  84. "homepage": "https://github.com/mtdowling"
  85. },
  86. {
  87. "name": "Guzzle Community",
  88. "homepage": "https://github.com/guzzle/guzzle/contributors"
  89. }
  90. ],
  91. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  92. "homepage": "http://guzzlephp.org/",
  93. "keywords": [
  94. "client",
  95. "curl",
  96. "framework",
  97. "http",
  98. "http client",
  99. "rest",
  100. "web service"
  101. ],
  102. "support": {
  103. "issues": "https://github.com/guzzle/guzzle3/issues",
  104. "source": "https://github.com/guzzle/guzzle3/tree/master"
  105. },
  106. "abandoned": "guzzlehttp/guzzle",
  107. "time": "2015-03-18T18:23:50+00:00"
  108. },
  109. {
  110. "name": "guzzlehttp/guzzle",
  111. "version": "7.3.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/guzzle/guzzle.git",
  115. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  120. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  121. "shasum": "",
  122. "mirrors": [
  123. {
  124. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  125. "preferred": true
  126. }
  127. ]
  128. },
  129. "require": {
  130. "ext-json": "*",
  131. "guzzlehttp/promises": "^1.4",
  132. "guzzlehttp/psr7": "^1.7 || ^2.0",
  133. "php": "^7.2.5 || ^8.0",
  134. "psr/http-client": "^1.0"
  135. },
  136. "provide": {
  137. "psr/http-client-implementation": "1.0"
  138. },
  139. "require-dev": {
  140. "bamarni/composer-bin-plugin": "^1.4.1",
  141. "ext-curl": "*",
  142. "php-http/client-integration-tests": "^3.0",
  143. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  144. "psr/log": "^1.1"
  145. },
  146. "suggest": {
  147. "ext-curl": "Required for CURL handler support",
  148. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  149. "psr/log": "Required for using the Log middleware"
  150. },
  151. "type": "library",
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "7.3-dev"
  155. }
  156. },
  157. "autoload": {
  158. "psr-4": {
  159. "GuzzleHttp\\": "src/"
  160. },
  161. "files": [
  162. "src/functions_include.php"
  163. ]
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Michael Dowling",
  172. "email": "mtdowling@gmail.com",
  173. "homepage": "https://github.com/mtdowling"
  174. },
  175. {
  176. "name": "Márk Sági-Kazár",
  177. "email": "mark.sagikazar@gmail.com",
  178. "homepage": "https://sagikazarmark.hu"
  179. }
  180. ],
  181. "description": "Guzzle is a PHP HTTP client library",
  182. "homepage": "http://guzzlephp.org/",
  183. "keywords": [
  184. "client",
  185. "curl",
  186. "framework",
  187. "http",
  188. "http client",
  189. "psr-18",
  190. "psr-7",
  191. "rest",
  192. "web service"
  193. ],
  194. "support": {
  195. "issues": "https://github.com/guzzle/guzzle/issues",
  196. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  197. },
  198. "funding": [
  199. {
  200. "url": "https://github.com/GrahamCampbell",
  201. "type": "github"
  202. },
  203. {
  204. "url": "https://github.com/Nyholm",
  205. "type": "github"
  206. },
  207. {
  208. "url": "https://github.com/alexeyshockov",
  209. "type": "github"
  210. },
  211. {
  212. "url": "https://github.com/gmponos",
  213. "type": "github"
  214. }
  215. ],
  216. "time": "2021-03-23T11:33:13+00:00"
  217. },
  218. {
  219. "name": "guzzlehttp/promises",
  220. "version": "1.4.1",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/guzzle/promises.git",
  224. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  229. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  230. "shasum": "",
  231. "mirrors": [
  232. {
  233. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  234. "preferred": true
  235. }
  236. ]
  237. },
  238. "require": {
  239. "php": ">=5.5"
  240. },
  241. "require-dev": {
  242. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  243. },
  244. "type": "library",
  245. "extra": {
  246. "branch-alias": {
  247. "dev-master": "1.4-dev"
  248. }
  249. },
  250. "autoload": {
  251. "psr-4": {
  252. "GuzzleHttp\\Promise\\": "src/"
  253. },
  254. "files": [
  255. "src/functions_include.php"
  256. ]
  257. },
  258. "notification-url": "https://packagist.org/downloads/",
  259. "license": [
  260. "MIT"
  261. ],
  262. "authors": [
  263. {
  264. "name": "Michael Dowling",
  265. "email": "mtdowling@gmail.com",
  266. "homepage": "https://github.com/mtdowling"
  267. }
  268. ],
  269. "description": "Guzzle promises library",
  270. "keywords": [
  271. "promise"
  272. ],
  273. "support": {
  274. "issues": "https://github.com/guzzle/promises/issues",
  275. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  276. },
  277. "time": "2021-03-07T09:25:29+00:00"
  278. },
  279. {
  280. "name": "guzzlehttp/psr7",
  281. "version": "1.8.2",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/guzzle/psr7.git",
  285. "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
  290. "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
  291. "shasum": "",
  292. "mirrors": [
  293. {
  294. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  295. "preferred": true
  296. }
  297. ]
  298. },
  299. "require": {
  300. "php": ">=5.4.0",
  301. "psr/http-message": "~1.0",
  302. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  303. },
  304. "provide": {
  305. "psr/http-message-implementation": "1.0"
  306. },
  307. "require-dev": {
  308. "ext-zlib": "*",
  309. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  310. },
  311. "suggest": {
  312. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  313. },
  314. "type": "library",
  315. "extra": {
  316. "branch-alias": {
  317. "dev-master": "1.7-dev"
  318. }
  319. },
  320. "autoload": {
  321. "psr-4": {
  322. "GuzzleHttp\\Psr7\\": "src/"
  323. },
  324. "files": [
  325. "src/functions_include.php"
  326. ]
  327. },
  328. "notification-url": "https://packagist.org/downloads/",
  329. "license": [
  330. "MIT"
  331. ],
  332. "authors": [
  333. {
  334. "name": "Michael Dowling",
  335. "email": "mtdowling@gmail.com",
  336. "homepage": "https://github.com/mtdowling"
  337. },
  338. {
  339. "name": "Tobias Schultze",
  340. "homepage": "https://github.com/Tobion"
  341. }
  342. ],
  343. "description": "PSR-7 message implementation that also provides common utility methods",
  344. "keywords": [
  345. "http",
  346. "message",
  347. "psr-7",
  348. "request",
  349. "response",
  350. "stream",
  351. "uri",
  352. "url"
  353. ],
  354. "support": {
  355. "issues": "https://github.com/guzzle/psr7/issues",
  356. "source": "https://github.com/guzzle/psr7/tree/1.8.2"
  357. },
  358. "time": "2021-04-26T09:17:50+00:00"
  359. },
  360. {
  361. "name": "league/oauth2-client",
  362. "version": "2.6.0",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/thephpleague/oauth2-client.git",
  366. "reference": "badb01e62383430706433191b82506b6df24ad98"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
  371. "reference": "badb01e62383430706433191b82506b6df24ad98",
  372. "shasum": "",
  373. "mirrors": [
  374. {
  375. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  376. "preferred": true
  377. }
  378. ]
  379. },
  380. "require": {
  381. "guzzlehttp/guzzle": "^6.0 || ^7.0",
  382. "paragonie/random_compat": "^1 || ^2 || ^9.99",
  383. "php": "^5.6 || ^7.0 || ^8.0"
  384. },
  385. "require-dev": {
  386. "mockery/mockery": "^1.3",
  387. "php-parallel-lint/php-parallel-lint": "^1.2",
  388. "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
  389. "squizlabs/php_codesniffer": "^2.3 || ^3.0"
  390. },
  391. "type": "library",
  392. "extra": {
  393. "branch-alias": {
  394. "dev-2.x": "2.0.x-dev"
  395. }
  396. },
  397. "autoload": {
  398. "psr-4": {
  399. "League\\OAuth2\\Client\\": "src/"
  400. }
  401. },
  402. "notification-url": "https://packagist.org/downloads/",
  403. "license": [
  404. "MIT"
  405. ],
  406. "authors": [
  407. {
  408. "name": "Alex Bilbie",
  409. "email": "hello@alexbilbie.com",
  410. "homepage": "http://www.alexbilbie.com",
  411. "role": "Developer"
  412. },
  413. {
  414. "name": "Woody Gilk",
  415. "homepage": "https://github.com/shadowhand",
  416. "role": "Contributor"
  417. }
  418. ],
  419. "description": "OAuth 2.0 Client Library",
  420. "keywords": [
  421. "Authentication",
  422. "SSO",
  423. "authorization",
  424. "identity",
  425. "idp",
  426. "oauth",
  427. "oauth2",
  428. "single sign on"
  429. ],
  430. "support": {
  431. "issues": "https://github.com/thephpleague/oauth2-client/issues",
  432. "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
  433. },
  434. "time": "2020-10-28T02:03:40+00:00"
  435. },
  436. {
  437. "name": "paragonie/random_compat",
  438. "version": "v9.99.100",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/paragonie/random_compat.git",
  442. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  447. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  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": ">= 7"
  458. },
  459. "require-dev": {
  460. "phpunit/phpunit": "4.*|5.*",
  461. "vimeo/psalm": "^1"
  462. },
  463. "suggest": {
  464. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  465. },
  466. "type": "library",
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "MIT"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Paragon Initiative Enterprises",
  474. "email": "security@paragonie.com",
  475. "homepage": "https://paragonie.com"
  476. }
  477. ],
  478. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  479. "keywords": [
  480. "csprng",
  481. "polyfill",
  482. "pseudorandom",
  483. "random"
  484. ],
  485. "support": {
  486. "email": "info@paragonie.com",
  487. "issues": "https://github.com/paragonie/random_compat/issues",
  488. "source": "https://github.com/paragonie/random_compat"
  489. },
  490. "time": "2020-10-15T08:29:30+00:00"
  491. },
  492. {
  493. "name": "psr/http-client",
  494. "version": "1.0.1",
  495. "source": {
  496. "type": "git",
  497. "url": "https://github.com/php-fig/http-client.git",
  498. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  499. },
  500. "dist": {
  501. "type": "zip",
  502. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  503. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  504. "shasum": "",
  505. "mirrors": [
  506. {
  507. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  508. "preferred": true
  509. }
  510. ]
  511. },
  512. "require": {
  513. "php": "^7.0 || ^8.0",
  514. "psr/http-message": "^1.0"
  515. },
  516. "type": "library",
  517. "extra": {
  518. "branch-alias": {
  519. "dev-master": "1.0.x-dev"
  520. }
  521. },
  522. "autoload": {
  523. "psr-4": {
  524. "Psr\\Http\\Client\\": "src/"
  525. }
  526. },
  527. "notification-url": "https://packagist.org/downloads/",
  528. "license": [
  529. "MIT"
  530. ],
  531. "authors": [
  532. {
  533. "name": "PHP-FIG",
  534. "homepage": "http://www.php-fig.org/"
  535. }
  536. ],
  537. "description": "Common interface for HTTP clients",
  538. "homepage": "https://github.com/php-fig/http-client",
  539. "keywords": [
  540. "http",
  541. "http-client",
  542. "psr",
  543. "psr-18"
  544. ],
  545. "support": {
  546. "source": "https://github.com/php-fig/http-client/tree/master"
  547. },
  548. "time": "2020-06-29T06:28:15+00:00"
  549. },
  550. {
  551. "name": "psr/http-message",
  552. "version": "1.0.1",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/php-fig/http-message.git",
  556. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  561. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  562. "shasum": "",
  563. "mirrors": [
  564. {
  565. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  566. "preferred": true
  567. }
  568. ]
  569. },
  570. "require": {
  571. "php": ">=5.3.0"
  572. },
  573. "type": "library",
  574. "extra": {
  575. "branch-alias": {
  576. "dev-master": "1.0.x-dev"
  577. }
  578. },
  579. "autoload": {
  580. "psr-4": {
  581. "Psr\\Http\\Message\\": "src/"
  582. }
  583. },
  584. "notification-url": "https://packagist.org/downloads/",
  585. "license": [
  586. "MIT"
  587. ],
  588. "authors": [
  589. {
  590. "name": "PHP-FIG",
  591. "homepage": "http://www.php-fig.org/"
  592. }
  593. ],
  594. "description": "Common interface for HTTP messages",
  595. "homepage": "https://github.com/php-fig/http-message",
  596. "keywords": [
  597. "http",
  598. "http-message",
  599. "psr",
  600. "psr-7",
  601. "request",
  602. "response"
  603. ],
  604. "support": {
  605. "source": "https://github.com/php-fig/http-message/tree/master"
  606. },
  607. "time": "2016-08-06T14:39:51+00:00"
  608. },
  609. {
  610. "name": "qcloud/cos-sdk-v5",
  611. "version": "v1.3.4",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
  615. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  620. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "guzzle/guzzle": "~3.7",
  625. "php": ">=5.3.0"
  626. },
  627. "type": "library",
  628. "autoload": {
  629. "psr-0": {
  630. "Qcloud\\Cos\\": "src/"
  631. }
  632. },
  633. "notification-url": "https://packagist.org/downloads/",
  634. "license": [
  635. "MIT"
  636. ],
  637. "authors": [
  638. {
  639. "name": "yaozongyou",
  640. "email": "yaozongyou@vip.qq.com"
  641. },
  642. {
  643. "name": "lewzylu",
  644. "email": "327874225@qq.com"
  645. }
  646. ],
  647. "description": "PHP SDK for QCloud COS",
  648. "keywords": [
  649. "cos",
  650. "php",
  651. "qcloud"
  652. ],
  653. "support": {
  654. "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
  655. "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/1.3"
  656. },
  657. "time": "2019-09-02T12:08:44+00:00"
  658. },
  659. {
  660. "name": "ralouphie/getallheaders",
  661. "version": "3.0.3",
  662. "source": {
  663. "type": "git",
  664. "url": "https://github.com/ralouphie/getallheaders.git",
  665. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  666. },
  667. "dist": {
  668. "type": "zip",
  669. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  670. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  671. "shasum": "",
  672. "mirrors": [
  673. {
  674. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  675. "preferred": true
  676. }
  677. ]
  678. },
  679. "require": {
  680. "php": ">=5.6"
  681. },
  682. "require-dev": {
  683. "php-coveralls/php-coveralls": "^2.1",
  684. "phpunit/phpunit": "^5 || ^6.5"
  685. },
  686. "type": "library",
  687. "autoload": {
  688. "files": [
  689. "src/getallheaders.php"
  690. ]
  691. },
  692. "notification-url": "https://packagist.org/downloads/",
  693. "license": [
  694. "MIT"
  695. ],
  696. "authors": [
  697. {
  698. "name": "Ralph Khattar",
  699. "email": "ralph.khattar@gmail.com"
  700. }
  701. ],
  702. "description": "A polyfill for getallheaders.",
  703. "support": {
  704. "issues": "https://github.com/ralouphie/getallheaders/issues",
  705. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  706. },
  707. "time": "2019-03-08T08:55:37+00:00"
  708. },
  709. {
  710. "name": "symfony/event-dispatcher",
  711. "version": "v2.8.52",
  712. "source": {
  713. "type": "git",
  714. "url": "https://github.com/symfony/event-dispatcher.git",
  715. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
  716. },
  717. "dist": {
  718. "type": "zip",
  719. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
  720. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
  721. "shasum": ""
  722. },
  723. "require": {
  724. "php": ">=5.3.9"
  725. },
  726. "require-dev": {
  727. "psr/log": "~1.0",
  728. "symfony/config": "^2.0.5|~3.0.0",
  729. "symfony/dependency-injection": "~2.6|~3.0.0",
  730. "symfony/expression-language": "~2.6|~3.0.0",
  731. "symfony/stopwatch": "~2.3|~3.0.0"
  732. },
  733. "suggest": {
  734. "symfony/dependency-injection": "",
  735. "symfony/http-kernel": ""
  736. },
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "2.8-dev"
  741. }
  742. },
  743. "autoload": {
  744. "psr-4": {
  745. "Symfony\\Component\\EventDispatcher\\": ""
  746. },
  747. "exclude-from-classmap": [
  748. "/Tests/"
  749. ]
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Fabien Potencier",
  758. "email": "fabien@symfony.com"
  759. },
  760. {
  761. "name": "Symfony Community",
  762. "homepage": "https://symfony.com/contributors"
  763. }
  764. ],
  765. "description": "Symfony EventDispatcher Component",
  766. "homepage": "https://symfony.com",
  767. "support": {
  768. "source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
  769. },
  770. "time": "2018-11-21T14:20:20+00:00"
  771. }
  772. ],
  773. "packages-dev": [],
  774. "aliases": [],
  775. "minimum-stability": "stable",
  776. "stability-flags": [],
  777. "prefer-stable": false,
  778. "prefer-lowest": false,
  779. "platform": {
  780. "php": ">=5.3.0"
  781. },
  782. "platform-dev": [],
  783. "plugin-api-version": "2.0.0"
  784. }