composer.lock 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  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": "05ae90d0fcc983a02874f65e1b52b81e",
  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": "jasig/phpcas",
  362. "version": "1.3.9",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/apereo/phpCAS.git",
  366. "reference": "7325865c4cfb5005ed4e4c5cf01823be1726a2a0"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/apereo/phpCAS/zipball/7325865c4cfb5005ed4e4c5cf01823be1726a2a0",
  371. "reference": "7325865c4cfb5005ed4e4c5cf01823be1726a2a0",
  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. "ext-curl": "*",
  382. "php": ">=5.4.0",
  383. "psr/log": "^1.0.0"
  384. },
  385. "require-dev": {
  386. "monolog/monolog": "^1.0.0",
  387. "phpunit/phpunit": ">=4.8.35 <8"
  388. },
  389. "type": "library",
  390. "extra": {
  391. "branch-alias": {
  392. "dev-master": "1.3.x-dev"
  393. }
  394. },
  395. "autoload": {
  396. "classmap": [
  397. "source/"
  398. ]
  399. },
  400. "notification-url": "https://packagist.org/downloads/",
  401. "license": [
  402. "Apache-2.0"
  403. ],
  404. "authors": [
  405. {
  406. "name": "Joachim Fritschi",
  407. "homepage": "https://wiki.jasig.org/display/~fritschi"
  408. },
  409. {
  410. "name": "Adam Franco",
  411. "homepage": "https://wiki.jasig.org/display/~adamfranco"
  412. }
  413. ],
  414. "description": "Provides a simple API for authenticating users against a CAS server",
  415. "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
  416. "keywords": [
  417. "apereo",
  418. "cas",
  419. "jasig"
  420. ],
  421. "support": {
  422. "issues": "https://github.com/apereo/phpCAS/issues",
  423. "source": "https://github.com/apereo/phpCAS/tree/1.3.9"
  424. },
  425. "time": "2021-01-31T21:13:59+00:00"
  426. },
  427. {
  428. "name": "league/oauth2-client",
  429. "version": "2.6.0",
  430. "source": {
  431. "type": "git",
  432. "url": "https://github.com/thephpleague/oauth2-client.git",
  433. "reference": "badb01e62383430706433191b82506b6df24ad98"
  434. },
  435. "dist": {
  436. "type": "zip",
  437. "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
  438. "reference": "badb01e62383430706433191b82506b6df24ad98",
  439. "shasum": "",
  440. "mirrors": [
  441. {
  442. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  443. "preferred": true
  444. }
  445. ]
  446. },
  447. "require": {
  448. "guzzlehttp/guzzle": "^6.0 || ^7.0",
  449. "paragonie/random_compat": "^1 || ^2 || ^9.99",
  450. "php": "^5.6 || ^7.0 || ^8.0"
  451. },
  452. "require-dev": {
  453. "mockery/mockery": "^1.3",
  454. "php-parallel-lint/php-parallel-lint": "^1.2",
  455. "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
  456. "squizlabs/php_codesniffer": "^2.3 || ^3.0"
  457. },
  458. "type": "library",
  459. "extra": {
  460. "branch-alias": {
  461. "dev-2.x": "2.0.x-dev"
  462. }
  463. },
  464. "autoload": {
  465. "psr-4": {
  466. "League\\OAuth2\\Client\\": "src/"
  467. }
  468. },
  469. "notification-url": "https://packagist.org/downloads/",
  470. "license": [
  471. "MIT"
  472. ],
  473. "authors": [
  474. {
  475. "name": "Alex Bilbie",
  476. "email": "hello@alexbilbie.com",
  477. "homepage": "http://www.alexbilbie.com",
  478. "role": "Developer"
  479. },
  480. {
  481. "name": "Woody Gilk",
  482. "homepage": "https://github.com/shadowhand",
  483. "role": "Contributor"
  484. }
  485. ],
  486. "description": "OAuth 2.0 Client Library",
  487. "keywords": [
  488. "Authentication",
  489. "SSO",
  490. "authorization",
  491. "identity",
  492. "idp",
  493. "oauth",
  494. "oauth2",
  495. "single sign on"
  496. ],
  497. "support": {
  498. "issues": "https://github.com/thephpleague/oauth2-client/issues",
  499. "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
  500. },
  501. "time": "2020-10-28T02:03:40+00:00"
  502. },
  503. {
  504. "name": "paragonie/random_compat",
  505. "version": "v9.99.100",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/paragonie/random_compat.git",
  509. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  514. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  515. "shasum": "",
  516. "mirrors": [
  517. {
  518. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  519. "preferred": true
  520. }
  521. ]
  522. },
  523. "require": {
  524. "php": ">= 7"
  525. },
  526. "require-dev": {
  527. "phpunit/phpunit": "4.*|5.*",
  528. "vimeo/psalm": "^1"
  529. },
  530. "suggest": {
  531. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  532. },
  533. "type": "library",
  534. "notification-url": "https://packagist.org/downloads/",
  535. "license": [
  536. "MIT"
  537. ],
  538. "authors": [
  539. {
  540. "name": "Paragon Initiative Enterprises",
  541. "email": "security@paragonie.com",
  542. "homepage": "https://paragonie.com"
  543. }
  544. ],
  545. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  546. "keywords": [
  547. "csprng",
  548. "polyfill",
  549. "pseudorandom",
  550. "random"
  551. ],
  552. "support": {
  553. "email": "info@paragonie.com",
  554. "issues": "https://github.com/paragonie/random_compat/issues",
  555. "source": "https://github.com/paragonie/random_compat"
  556. },
  557. "time": "2020-10-15T08:29:30+00:00"
  558. },
  559. {
  560. "name": "psr/http-client",
  561. "version": "1.0.1",
  562. "source": {
  563. "type": "git",
  564. "url": "https://github.com/php-fig/http-client.git",
  565. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  566. },
  567. "dist": {
  568. "type": "zip",
  569. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  570. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  571. "shasum": "",
  572. "mirrors": [
  573. {
  574. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  575. "preferred": true
  576. }
  577. ]
  578. },
  579. "require": {
  580. "php": "^7.0 || ^8.0",
  581. "psr/http-message": "^1.0"
  582. },
  583. "type": "library",
  584. "extra": {
  585. "branch-alias": {
  586. "dev-master": "1.0.x-dev"
  587. }
  588. },
  589. "autoload": {
  590. "psr-4": {
  591. "Psr\\Http\\Client\\": "src/"
  592. }
  593. },
  594. "notification-url": "https://packagist.org/downloads/",
  595. "license": [
  596. "MIT"
  597. ],
  598. "authors": [
  599. {
  600. "name": "PHP-FIG",
  601. "homepage": "http://www.php-fig.org/"
  602. }
  603. ],
  604. "description": "Common interface for HTTP clients",
  605. "homepage": "https://github.com/php-fig/http-client",
  606. "keywords": [
  607. "http",
  608. "http-client",
  609. "psr",
  610. "psr-18"
  611. ],
  612. "support": {
  613. "source": "https://github.com/php-fig/http-client/tree/master"
  614. },
  615. "time": "2020-06-29T06:28:15+00:00"
  616. },
  617. {
  618. "name": "psr/http-message",
  619. "version": "1.0.1",
  620. "source": {
  621. "type": "git",
  622. "url": "https://github.com/php-fig/http-message.git",
  623. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  624. },
  625. "dist": {
  626. "type": "zip",
  627. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  628. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  629. "shasum": "",
  630. "mirrors": [
  631. {
  632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  633. "preferred": true
  634. }
  635. ]
  636. },
  637. "require": {
  638. "php": ">=5.3.0"
  639. },
  640. "type": "library",
  641. "extra": {
  642. "branch-alias": {
  643. "dev-master": "1.0.x-dev"
  644. }
  645. },
  646. "autoload": {
  647. "psr-4": {
  648. "Psr\\Http\\Message\\": "src/"
  649. }
  650. },
  651. "notification-url": "https://packagist.org/downloads/",
  652. "license": [
  653. "MIT"
  654. ],
  655. "authors": [
  656. {
  657. "name": "PHP-FIG",
  658. "homepage": "http://www.php-fig.org/"
  659. }
  660. ],
  661. "description": "Common interface for HTTP messages",
  662. "homepage": "https://github.com/php-fig/http-message",
  663. "keywords": [
  664. "http",
  665. "http-message",
  666. "psr",
  667. "psr-7",
  668. "request",
  669. "response"
  670. ],
  671. "support": {
  672. "source": "https://github.com/php-fig/http-message/tree/master"
  673. },
  674. "time": "2016-08-06T14:39:51+00:00"
  675. },
  676. {
  677. "name": "psr/log",
  678. "version": "1.1.4",
  679. "source": {
  680. "type": "git",
  681. "url": "https://github.com/php-fig/log.git",
  682. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  683. },
  684. "dist": {
  685. "type": "zip",
  686. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  687. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  688. "shasum": "",
  689. "mirrors": [
  690. {
  691. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  692. "preferred": true
  693. }
  694. ]
  695. },
  696. "require": {
  697. "php": ">=5.3.0"
  698. },
  699. "type": "library",
  700. "extra": {
  701. "branch-alias": {
  702. "dev-master": "1.1.x-dev"
  703. }
  704. },
  705. "autoload": {
  706. "psr-4": {
  707. "Psr\\Log\\": "Psr/Log/"
  708. }
  709. },
  710. "notification-url": "https://packagist.org/downloads/",
  711. "license": [
  712. "MIT"
  713. ],
  714. "authors": [
  715. {
  716. "name": "PHP-FIG",
  717. "homepage": "https://www.php-fig.org/"
  718. }
  719. ],
  720. "description": "Common interface for logging libraries",
  721. "homepage": "https://github.com/php-fig/log",
  722. "keywords": [
  723. "log",
  724. "psr",
  725. "psr-3"
  726. ],
  727. "support": {
  728. "source": "https://github.com/php-fig/log/tree/1.1.4"
  729. },
  730. "time": "2021-05-03T11:20:27+00:00"
  731. },
  732. {
  733. "name": "qcloud/cos-sdk-v5",
  734. "version": "v1.3.4",
  735. "source": {
  736. "type": "git",
  737. "url": "https://github.com/tencentyun/cos-php-sdk-v5.git",
  738. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b"
  739. },
  740. "dist": {
  741. "type": "zip",
  742. "url": "https://api.github.com/repos/tencentyun/cos-php-sdk-v5/zipball/1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  743. "reference": "1b32aa422f6dffe4ea411e5095e4b0da9135551b",
  744. "shasum": ""
  745. },
  746. "require": {
  747. "guzzle/guzzle": "~3.7",
  748. "php": ">=5.3.0"
  749. },
  750. "type": "library",
  751. "autoload": {
  752. "psr-0": {
  753. "Qcloud\\Cos\\": "src/"
  754. }
  755. },
  756. "notification-url": "https://packagist.org/downloads/",
  757. "license": [
  758. "MIT"
  759. ],
  760. "authors": [
  761. {
  762. "name": "yaozongyou",
  763. "email": "yaozongyou@vip.qq.com"
  764. },
  765. {
  766. "name": "lewzylu",
  767. "email": "327874225@qq.com"
  768. }
  769. ],
  770. "description": "PHP SDK for QCloud COS",
  771. "keywords": [
  772. "cos",
  773. "php",
  774. "qcloud"
  775. ],
  776. "support": {
  777. "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
  778. "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/1.3"
  779. },
  780. "time": "2019-09-02T12:08:44+00:00"
  781. },
  782. {
  783. "name": "ralouphie/getallheaders",
  784. "version": "3.0.3",
  785. "source": {
  786. "type": "git",
  787. "url": "https://github.com/ralouphie/getallheaders.git",
  788. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  789. },
  790. "dist": {
  791. "type": "zip",
  792. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  793. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  794. "shasum": "",
  795. "mirrors": [
  796. {
  797. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  798. "preferred": true
  799. }
  800. ]
  801. },
  802. "require": {
  803. "php": ">=5.6"
  804. },
  805. "require-dev": {
  806. "php-coveralls/php-coveralls": "^2.1",
  807. "phpunit/phpunit": "^5 || ^6.5"
  808. },
  809. "type": "library",
  810. "autoload": {
  811. "files": [
  812. "src/getallheaders.php"
  813. ]
  814. },
  815. "notification-url": "https://packagist.org/downloads/",
  816. "license": [
  817. "MIT"
  818. ],
  819. "authors": [
  820. {
  821. "name": "Ralph Khattar",
  822. "email": "ralph.khattar@gmail.com"
  823. }
  824. ],
  825. "description": "A polyfill for getallheaders.",
  826. "support": {
  827. "issues": "https://github.com/ralouphie/getallheaders/issues",
  828. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  829. },
  830. "time": "2019-03-08T08:55:37+00:00"
  831. },
  832. {
  833. "name": "symfony/event-dispatcher",
  834. "version": "v2.8.52",
  835. "source": {
  836. "type": "git",
  837. "url": "https://github.com/symfony/event-dispatcher.git",
  838. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
  839. },
  840. "dist": {
  841. "type": "zip",
  842. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
  843. "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
  844. "shasum": ""
  845. },
  846. "require": {
  847. "php": ">=5.3.9"
  848. },
  849. "require-dev": {
  850. "psr/log": "~1.0",
  851. "symfony/config": "^2.0.5|~3.0.0",
  852. "symfony/dependency-injection": "~2.6|~3.0.0",
  853. "symfony/expression-language": "~2.6|~3.0.0",
  854. "symfony/stopwatch": "~2.3|~3.0.0"
  855. },
  856. "suggest": {
  857. "symfony/dependency-injection": "",
  858. "symfony/http-kernel": ""
  859. },
  860. "type": "library",
  861. "extra": {
  862. "branch-alias": {
  863. "dev-master": "2.8-dev"
  864. }
  865. },
  866. "autoload": {
  867. "psr-4": {
  868. "Symfony\\Component\\EventDispatcher\\": ""
  869. },
  870. "exclude-from-classmap": [
  871. "/Tests/"
  872. ]
  873. },
  874. "notification-url": "https://packagist.org/downloads/",
  875. "license": [
  876. "MIT"
  877. ],
  878. "authors": [
  879. {
  880. "name": "Fabien Potencier",
  881. "email": "fabien@symfony.com"
  882. },
  883. {
  884. "name": "Symfony Community",
  885. "homepage": "https://symfony.com/contributors"
  886. }
  887. ],
  888. "description": "Symfony EventDispatcher Component",
  889. "homepage": "https://symfony.com",
  890. "support": {
  891. "source": "https://github.com/symfony/event-dispatcher/tree/v2.8.50"
  892. },
  893. "time": "2018-11-21T14:20:20+00:00"
  894. }
  895. ],
  896. "packages-dev": [],
  897. "aliases": [],
  898. "minimum-stability": "stable",
  899. "stability-flags": [],
  900. "prefer-stable": false,
  901. "prefer-lowest": false,
  902. "platform": {
  903. "php": ">=5.3.0"
  904. },
  905. "platform-dev": [],
  906. "plugin-api-version": "2.0.0"
  907. }