installed.json 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. {
  2. "packages": [
  3. {
  4. "name": "elastic/transport",
  5. "version": "v8.8.0",
  6. "version_normalized": "8.8.0.0",
  7. "dist": {
  8. "type": "zip",
  9. "url": "https://mirrors.cloud.tencent.com/repository/composer/elastic/transport/v8.8.0/elastic-transport-v8.8.0.zip",
  10. "reference": "cdf9f63a16ec6bfb4c881ab89aa0e2a61fb7c20b",
  11. "shasum": ""
  12. },
  13. "require": {
  14. "composer-runtime-api": "^2.0",
  15. "php": "^7.4 || ^8.0",
  16. "php-http/discovery": "^1.14",
  17. "php-http/httplug": "^2.3",
  18. "psr/http-client": "^1.0",
  19. "psr/http-factory": "^1.0",
  20. "psr/http-message": "^1.0 || ^2.0",
  21. "psr/log": "^1 || ^2 || ^3"
  22. },
  23. "require-dev": {
  24. "nyholm/psr7": "^1.5",
  25. "php-http/mock-client": "^1.5",
  26. "phpstan/phpstan": "^1.4",
  27. "phpunit/phpunit": "^9.5"
  28. },
  29. "time": "2023-11-08T10:51:51+00:00",
  30. "type": "library",
  31. "installation-source": "dist",
  32. "autoload": {
  33. "psr-4": {
  34. "Elastic\\Transport\\": "src/"
  35. }
  36. },
  37. "license": [
  38. "MIT"
  39. ],
  40. "description": "HTTP transport PHP library for Elastic products",
  41. "keywords": [
  42. "PSR_17",
  43. "elastic",
  44. "http",
  45. "psr-18",
  46. "psr-7",
  47. "transport"
  48. ],
  49. "install-path": "../elastic/transport"
  50. },
  51. {
  52. "name": "elasticsearch/elasticsearch",
  53. "version": "v8.11.0",
  54. "version_normalized": "8.11.0.0",
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://mirrors.cloud.tencent.com/repository/composer/elasticsearch/elasticsearch/v8.11.0/elasticsearch-elasticsearch-v8.11.0.zip",
  58. "reference": "4c16dc67788afdec63294f072999594d0fd14ebb",
  59. "shasum": ""
  60. },
  61. "require": {
  62. "elastic/transport": "^8.8",
  63. "guzzlehttp/guzzle": "^7.0",
  64. "php": "^7.4 || ^8.0",
  65. "psr/http-client": "^1.0",
  66. "psr/http-message": "^1.1 || ^2.0",
  67. "psr/log": "^1|^2|^3"
  68. },
  69. "require-dev": {
  70. "ext-yaml": "*",
  71. "ext-zip": "*",
  72. "mockery/mockery": "^1.5",
  73. "nyholm/psr7": "^1.5",
  74. "php-http/message-factory": "^1.1",
  75. "php-http/mock-client": "^1.5",
  76. "phpstan/phpstan": "^1.4",
  77. "phpunit/phpunit": "^9.5",
  78. "symfony/finder": "~4.0",
  79. "symfony/http-client": "^5.0|^6.0"
  80. },
  81. "time": "2023-11-11T09:01:22+00:00",
  82. "type": "library",
  83. "installation-source": "dist",
  84. "autoload": {
  85. "psr-4": {
  86. "Elastic\\Elasticsearch\\": "src/"
  87. }
  88. },
  89. "license": [
  90. "MIT"
  91. ],
  92. "description": "PHP Client for Elasticsearch",
  93. "keywords": [
  94. "client",
  95. "elastic",
  96. "elasticsearch",
  97. "search"
  98. ],
  99. "install-path": "../elasticsearch/elasticsearch"
  100. },
  101. {
  102. "name": "guzzlehttp/command",
  103. "version": "1.3.1",
  104. "version_normalized": "1.3.1.0",
  105. "dist": {
  106. "type": "zip",
  107. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/command/1.3.1/guzzlehttp-command-1.3.1.zip",
  108. "reference": "0eebc653784f4902b3272e826fe8e88743d14e77",
  109. "shasum": ""
  110. },
  111. "require": {
  112. "guzzlehttp/guzzle": "^7.8",
  113. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  114. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  115. "php": "^7.2.5 || ^8.0"
  116. },
  117. "require-dev": {
  118. "bamarni/composer-bin-plugin": "^1.8.2",
  119. "phpunit/phpunit": "^8.5.19 || ^9.5.8"
  120. },
  121. "time": "2023-12-03T20:46:20+00:00",
  122. "type": "library",
  123. "extra": {
  124. "bamarni-bin": {
  125. "bin-links": true,
  126. "forward-command": false
  127. }
  128. },
  129. "installation-source": "dist",
  130. "autoload": {
  131. "psr-4": {
  132. "GuzzleHttp\\Command\\": "src/"
  133. }
  134. },
  135. "license": [
  136. "MIT"
  137. ],
  138. "authors": [
  139. {
  140. "name": "Graham Campbell",
  141. "email": "hello@gjcampbell.co.uk",
  142. "homepage": "https://github.com/GrahamCampbell"
  143. },
  144. {
  145. "name": "Michael Dowling",
  146. "email": "mtdowling@gmail.com",
  147. "homepage": "https://github.com/mtdowling"
  148. },
  149. {
  150. "name": "Jeremy Lindblom",
  151. "email": "jeremeamia@gmail.com",
  152. "homepage": "https://github.com/jeremeamia"
  153. },
  154. {
  155. "name": "Tobias Nyholm",
  156. "email": "tobias.nyholm@gmail.com",
  157. "homepage": "https://github.com/Nyholm"
  158. }
  159. ],
  160. "description": "Provides the foundation for building command-based web service clients",
  161. "install-path": "../guzzlehttp/command"
  162. },
  163. {
  164. "name": "guzzlehttp/guzzle",
  165. "version": "7.8.1",
  166. "version_normalized": "7.8.1.0",
  167. "dist": {
  168. "type": "zip",
  169. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle/7.8.1/guzzlehttp-guzzle-7.8.1.zip",
  170. "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
  171. "shasum": ""
  172. },
  173. "require": {
  174. "ext-json": "*",
  175. "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
  176. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  177. "php": "^7.2.5 || ^8.0",
  178. "psr/http-client": "^1.0",
  179. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  180. },
  181. "provide": {
  182. "psr/http-client-implementation": "1.0"
  183. },
  184. "require-dev": {
  185. "bamarni/composer-bin-plugin": "^1.8.2",
  186. "ext-curl": "*",
  187. "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
  188. "php-http/message-factory": "^1.1",
  189. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  190. "psr/log": "^1.1 || ^2.0 || ^3.0"
  191. },
  192. "suggest": {
  193. "ext-curl": "Required for CURL handler support",
  194. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  195. "psr/log": "Required for using the Log middleware"
  196. },
  197. "time": "2023-12-03T20:35:24+00:00",
  198. "type": "library",
  199. "extra": {
  200. "bamarni-bin": {
  201. "bin-links": true,
  202. "forward-command": false
  203. }
  204. },
  205. "installation-source": "dist",
  206. "autoload": {
  207. "files": [
  208. "src/functions_include.php"
  209. ],
  210. "psr-4": {
  211. "GuzzleHttp\\": "src/"
  212. }
  213. },
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "Graham Campbell",
  220. "email": "hello@gjcampbell.co.uk",
  221. "homepage": "https://github.com/GrahamCampbell"
  222. },
  223. {
  224. "name": "Michael Dowling",
  225. "email": "mtdowling@gmail.com",
  226. "homepage": "https://github.com/mtdowling"
  227. },
  228. {
  229. "name": "Jeremy Lindblom",
  230. "email": "jeremeamia@gmail.com",
  231. "homepage": "https://github.com/jeremeamia"
  232. },
  233. {
  234. "name": "George Mponos",
  235. "email": "gmponos@gmail.com",
  236. "homepage": "https://github.com/gmponos"
  237. },
  238. {
  239. "name": "Tobias Nyholm",
  240. "email": "tobias.nyholm@gmail.com",
  241. "homepage": "https://github.com/Nyholm"
  242. },
  243. {
  244. "name": "Márk Sági-Kazár",
  245. "email": "mark.sagikazar@gmail.com",
  246. "homepage": "https://github.com/sagikazarmark"
  247. },
  248. {
  249. "name": "Tobias Schultze",
  250. "email": "webmaster@tubo-world.de",
  251. "homepage": "https://github.com/Tobion"
  252. }
  253. ],
  254. "description": "Guzzle is a PHP HTTP client library",
  255. "keywords": [
  256. "client",
  257. "curl",
  258. "framework",
  259. "http",
  260. "http client",
  261. "psr-18",
  262. "psr-7",
  263. "rest",
  264. "web service"
  265. ],
  266. "install-path": "../guzzlehttp/guzzle"
  267. },
  268. {
  269. "name": "guzzlehttp/guzzle-services",
  270. "version": "1.4.1",
  271. "version_normalized": "1.4.1.0",
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle-services/1.4.1/guzzlehttp-guzzle-services-1.4.1.zip",
  275. "reference": "bcab7c0d61672b606510a6fe5af3039d04968c0f",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "guzzlehttp/command": "^1.3.1",
  280. "guzzlehttp/guzzle": "^7.8",
  281. "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
  282. "guzzlehttp/uri-template": "^1.0.1",
  283. "php": "^7.2.5 || ^8.0"
  284. },
  285. "require-dev": {
  286. "bamarni/composer-bin-plugin": "^1.8.2",
  287. "phpunit/phpunit": "^8.5.19 || ^9.5.8"
  288. },
  289. "suggest": {
  290. "gimler/guzzle-description-loader": "^0.0.4"
  291. },
  292. "time": "2023-12-03T20:48:14+00:00",
  293. "type": "library",
  294. "extra": {
  295. "bamarni-bin": {
  296. "bin-links": true,
  297. "forward-command": false
  298. }
  299. },
  300. "installation-source": "dist",
  301. "autoload": {
  302. "psr-4": {
  303. "GuzzleHttp\\Command\\Guzzle\\": "src/"
  304. }
  305. },
  306. "license": [
  307. "MIT"
  308. ],
  309. "authors": [
  310. {
  311. "name": "Graham Campbell",
  312. "email": "hello@gjcampbell.co.uk",
  313. "homepage": "https://github.com/GrahamCampbell"
  314. },
  315. {
  316. "name": "Michael Dowling",
  317. "email": "mtdowling@gmail.com",
  318. "homepage": "https://github.com/mtdowling"
  319. },
  320. {
  321. "name": "Stefano Kowalke",
  322. "email": "blueduck@mail.org",
  323. "homepage": "https://github.com/Konafets"
  324. },
  325. {
  326. "name": "Tobias Nyholm",
  327. "email": "tobias.nyholm@gmail.com",
  328. "homepage": "https://github.com/Nyholm"
  329. }
  330. ],
  331. "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
  332. "install-path": "../guzzlehttp/guzzle-services"
  333. },
  334. {
  335. "name": "guzzlehttp/promises",
  336. "version": "2.0.2",
  337. "version_normalized": "2.0.2.0",
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/promises/2.0.2/guzzlehttp-promises-2.0.2.zip",
  341. "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": "^7.2.5 || ^8.0"
  346. },
  347. "require-dev": {
  348. "bamarni/composer-bin-plugin": "^1.8.2",
  349. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  350. },
  351. "time": "2023-12-03T20:19:20+00:00",
  352. "type": "library",
  353. "extra": {
  354. "bamarni-bin": {
  355. "bin-links": true,
  356. "forward-command": false
  357. }
  358. },
  359. "installation-source": "dist",
  360. "autoload": {
  361. "psr-4": {
  362. "GuzzleHttp\\Promise\\": "src/"
  363. }
  364. },
  365. "license": [
  366. "MIT"
  367. ],
  368. "authors": [
  369. {
  370. "name": "Graham Campbell",
  371. "email": "hello@gjcampbell.co.uk",
  372. "homepage": "https://github.com/GrahamCampbell"
  373. },
  374. {
  375. "name": "Michael Dowling",
  376. "email": "mtdowling@gmail.com",
  377. "homepage": "https://github.com/mtdowling"
  378. },
  379. {
  380. "name": "Tobias Nyholm",
  381. "email": "tobias.nyholm@gmail.com",
  382. "homepage": "https://github.com/Nyholm"
  383. },
  384. {
  385. "name": "Tobias Schultze",
  386. "email": "webmaster@tubo-world.de",
  387. "homepage": "https://github.com/Tobion"
  388. }
  389. ],
  390. "description": "Guzzle promises library",
  391. "keywords": [
  392. "promise"
  393. ],
  394. "install-path": "../guzzlehttp/promises"
  395. },
  396. {
  397. "name": "guzzlehttp/psr7",
  398. "version": "2.6.2",
  399. "version_normalized": "2.6.2.0",
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/psr7/2.6.2/guzzlehttp-psr7-2.6.2.zip",
  403. "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "php": "^7.2.5 || ^8.0",
  408. "psr/http-factory": "^1.0",
  409. "psr/http-message": "^1.1 || ^2.0",
  410. "ralouphie/getallheaders": "^3.0"
  411. },
  412. "provide": {
  413. "psr/http-factory-implementation": "1.0",
  414. "psr/http-message-implementation": "1.0"
  415. },
  416. "require-dev": {
  417. "bamarni/composer-bin-plugin": "^1.8.2",
  418. "http-interop/http-factory-tests": "^0.9",
  419. "phpunit/phpunit": "^8.5.36 || ^9.6.15"
  420. },
  421. "suggest": {
  422. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  423. },
  424. "time": "2023-12-03T20:05:35+00:00",
  425. "type": "library",
  426. "extra": {
  427. "bamarni-bin": {
  428. "bin-links": true,
  429. "forward-command": false
  430. }
  431. },
  432. "installation-source": "dist",
  433. "autoload": {
  434. "psr-4": {
  435. "GuzzleHttp\\Psr7\\": "src/"
  436. }
  437. },
  438. "license": [
  439. "MIT"
  440. ],
  441. "authors": [
  442. {
  443. "name": "Graham Campbell",
  444. "email": "hello@gjcampbell.co.uk",
  445. "homepage": "https://github.com/GrahamCampbell"
  446. },
  447. {
  448. "name": "Michael Dowling",
  449. "email": "mtdowling@gmail.com",
  450. "homepage": "https://github.com/mtdowling"
  451. },
  452. {
  453. "name": "George Mponos",
  454. "email": "gmponos@gmail.com",
  455. "homepage": "https://github.com/gmponos"
  456. },
  457. {
  458. "name": "Tobias Nyholm",
  459. "email": "tobias.nyholm@gmail.com",
  460. "homepage": "https://github.com/Nyholm"
  461. },
  462. {
  463. "name": "Márk Sági-Kazár",
  464. "email": "mark.sagikazar@gmail.com",
  465. "homepage": "https://github.com/sagikazarmark"
  466. },
  467. {
  468. "name": "Tobias Schultze",
  469. "email": "webmaster@tubo-world.de",
  470. "homepage": "https://github.com/Tobion"
  471. },
  472. {
  473. "name": "Márk Sági-Kazár",
  474. "email": "mark.sagikazar@gmail.com",
  475. "homepage": "https://sagikazarmark.hu"
  476. }
  477. ],
  478. "description": "PSR-7 message implementation that also provides common utility methods",
  479. "keywords": [
  480. "http",
  481. "message",
  482. "psr-7",
  483. "request",
  484. "response",
  485. "stream",
  486. "uri",
  487. "url"
  488. ],
  489. "install-path": "../guzzlehttp/psr7"
  490. },
  491. {
  492. "name": "guzzlehttp/uri-template",
  493. "version": "v1.0.3",
  494. "version_normalized": "1.0.3.0",
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/uri-template/v1.0.3/guzzlehttp-uri-template-v1.0.3.zip",
  498. "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "php": "^7.2.5 || ^8.0",
  503. "symfony/polyfill-php80": "^1.24"
  504. },
  505. "require-dev": {
  506. "bamarni/composer-bin-plugin": "^1.8.2",
  507. "phpunit/phpunit": "^8.5.36 || ^9.6.15",
  508. "uri-template/tests": "1.0.0"
  509. },
  510. "time": "2023-12-03T19:50:20+00:00",
  511. "type": "library",
  512. "extra": {
  513. "bamarni-bin": {
  514. "bin-links": true,
  515. "forward-command": false
  516. }
  517. },
  518. "installation-source": "dist",
  519. "autoload": {
  520. "psr-4": {
  521. "GuzzleHttp\\UriTemplate\\": "src"
  522. }
  523. },
  524. "license": [
  525. "MIT"
  526. ],
  527. "authors": [
  528. {
  529. "name": "Graham Campbell",
  530. "email": "hello@gjcampbell.co.uk",
  531. "homepage": "https://github.com/GrahamCampbell"
  532. },
  533. {
  534. "name": "Michael Dowling",
  535. "email": "mtdowling@gmail.com",
  536. "homepage": "https://github.com/mtdowling"
  537. },
  538. {
  539. "name": "George Mponos",
  540. "email": "gmponos@gmail.com",
  541. "homepage": "https://github.com/gmponos"
  542. },
  543. {
  544. "name": "Tobias Nyholm",
  545. "email": "tobias.nyholm@gmail.com",
  546. "homepage": "https://github.com/Nyholm"
  547. }
  548. ],
  549. "description": "A polyfill class for uri_template of PHP",
  550. "keywords": [
  551. "guzzlehttp",
  552. "uri-template"
  553. ],
  554. "install-path": "../guzzlehttp/uri-template"
  555. },
  556. {
  557. "name": "php-http/discovery",
  558. "version": "1.19.2",
  559. "version_normalized": "1.19.2.0",
  560. "dist": {
  561. "type": "zip",
  562. "url": "https://mirrors.cloud.tencent.com/repository/composer/php-http/discovery/1.19.2/php-http-discovery-1.19.2.zip",
  563. "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
  564. "shasum": ""
  565. },
  566. "require": {
  567. "composer-plugin-api": "^1.0|^2.0",
  568. "php": "^7.1 || ^8.0"
  569. },
  570. "conflict": {
  571. "nyholm/psr7": "<1.0",
  572. "zendframework/zend-diactoros": "*"
  573. },
  574. "provide": {
  575. "php-http/async-client-implementation": "*",
  576. "php-http/client-implementation": "*",
  577. "psr/http-client-implementation": "*",
  578. "psr/http-factory-implementation": "*",
  579. "psr/http-message-implementation": "*"
  580. },
  581. "require-dev": {
  582. "composer/composer": "^1.0.2|^2.0",
  583. "graham-campbell/phpspec-skip-example-extension": "^5.0",
  584. "php-http/httplug": "^1.0 || ^2.0",
  585. "php-http/message-factory": "^1.0",
  586. "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
  587. "symfony/phpunit-bridge": "^6.2"
  588. },
  589. "time": "2023-11-30T16:49:05+00:00",
  590. "type": "composer-plugin",
  591. "extra": {
  592. "class": "Http\\Discovery\\Composer\\Plugin",
  593. "plugin-optional": true
  594. },
  595. "installation-source": "dist",
  596. "autoload": {
  597. "psr-4": {
  598. "Http\\Discovery\\": "src/"
  599. },
  600. "exclude-from-classmap": [
  601. "src/Composer/Plugin.php"
  602. ]
  603. },
  604. "license": [
  605. "MIT"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Márk Sági-Kazár",
  610. "email": "mark.sagikazar@gmail.com"
  611. }
  612. ],
  613. "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
  614. "homepage": "http://php-http.org",
  615. "keywords": [
  616. "adapter",
  617. "client",
  618. "discovery",
  619. "factory",
  620. "http",
  621. "message",
  622. "psr17",
  623. "psr7"
  624. ],
  625. "install-path": "../php-http/discovery"
  626. },
  627. {
  628. "name": "php-http/httplug",
  629. "version": "2.4.0",
  630. "version_normalized": "2.4.0.0",
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://mirrors.cloud.tencent.com/repository/composer/php-http/httplug/2.4.0/php-http-httplug-2.4.0.zip",
  634. "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "php": "^7.1 || ^8.0",
  639. "php-http/promise": "^1.1",
  640. "psr/http-client": "^1.0",
  641. "psr/http-message": "^1.0 || ^2.0"
  642. },
  643. "require-dev": {
  644. "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
  645. "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
  646. },
  647. "time": "2023-04-14T15:10:03+00:00",
  648. "type": "library",
  649. "installation-source": "dist",
  650. "autoload": {
  651. "psr-4": {
  652. "Http\\Client\\": "src/"
  653. }
  654. },
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Eric GELOEN",
  661. "email": "geloen.eric@gmail.com"
  662. },
  663. {
  664. "name": "Márk Sági-Kazár",
  665. "email": "mark.sagikazar@gmail.com",
  666. "homepage": "https://sagikazarmark.hu"
  667. }
  668. ],
  669. "description": "HTTPlug, the HTTP client abstraction for PHP",
  670. "homepage": "http://httplug.io",
  671. "keywords": [
  672. "client",
  673. "http"
  674. ],
  675. "install-path": "../php-http/httplug"
  676. },
  677. {
  678. "name": "php-http/promise",
  679. "version": "1.3.0",
  680. "version_normalized": "1.3.0.0",
  681. "dist": {
  682. "type": "zip",
  683. "url": "https://mirrors.cloud.tencent.com/repository/composer/php-http/promise/1.3.0/php-http-promise-1.3.0.zip",
  684. "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07",
  685. "shasum": ""
  686. },
  687. "require": {
  688. "php": "^7.1 || ^8.0"
  689. },
  690. "require-dev": {
  691. "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
  692. "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
  693. },
  694. "time": "2024-01-04T18:49:48+00:00",
  695. "type": "library",
  696. "installation-source": "dist",
  697. "autoload": {
  698. "psr-4": {
  699. "Http\\Promise\\": "src/"
  700. }
  701. },
  702. "license": [
  703. "MIT"
  704. ],
  705. "authors": [
  706. {
  707. "name": "Joel Wurtz",
  708. "email": "joel.wurtz@gmail.com"
  709. },
  710. {
  711. "name": "Márk Sági-Kazár",
  712. "email": "mark.sagikazar@gmail.com"
  713. }
  714. ],
  715. "description": "Promise used for asynchronous HTTP requests",
  716. "homepage": "http://httplug.io",
  717. "keywords": [
  718. "promise"
  719. ],
  720. "install-path": "../php-http/promise"
  721. },
  722. {
  723. "name": "psr/http-client",
  724. "version": "1.0.3",
  725. "version_normalized": "1.0.3.0",
  726. "dist": {
  727. "type": "zip",
  728. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-client/1.0.3/psr-http-client-1.0.3.zip",
  729. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  730. "shasum": ""
  731. },
  732. "require": {
  733. "php": "^7.0 || ^8.0",
  734. "psr/http-message": "^1.0 || ^2.0"
  735. },
  736. "time": "2023-09-23T14:17:50+00:00",
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "1.0.x-dev"
  741. }
  742. },
  743. "installation-source": "dist",
  744. "autoload": {
  745. "psr-4": {
  746. "Psr\\Http\\Client\\": "src/"
  747. }
  748. },
  749. "license": [
  750. "MIT"
  751. ],
  752. "authors": [
  753. {
  754. "name": "PHP-FIG",
  755. "homepage": "https://www.php-fig.org/"
  756. }
  757. ],
  758. "description": "Common interface for HTTP clients",
  759. "homepage": "https://github.com/php-fig/http-client",
  760. "keywords": [
  761. "http",
  762. "http-client",
  763. "psr",
  764. "psr-18"
  765. ],
  766. "install-path": "../psr/http-client"
  767. },
  768. {
  769. "name": "psr/http-factory",
  770. "version": "1.0.2",
  771. "version_normalized": "1.0.2.0",
  772. "dist": {
  773. "type": "zip",
  774. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-factory/1.0.2/psr-http-factory-1.0.2.zip",
  775. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  776. "shasum": ""
  777. },
  778. "require": {
  779. "php": ">=7.0.0",
  780. "psr/http-message": "^1.0 || ^2.0"
  781. },
  782. "time": "2023-04-10T20:10:41+00:00",
  783. "type": "library",
  784. "extra": {
  785. "branch-alias": {
  786. "dev-master": "1.0.x-dev"
  787. }
  788. },
  789. "installation-source": "dist",
  790. "autoload": {
  791. "psr-4": {
  792. "Psr\\Http\\Message\\": "src/"
  793. }
  794. },
  795. "license": [
  796. "MIT"
  797. ],
  798. "authors": [
  799. {
  800. "name": "PHP-FIG",
  801. "homepage": "https://www.php-fig.org/"
  802. }
  803. ],
  804. "description": "Common interfaces for PSR-7 HTTP message factories",
  805. "keywords": [
  806. "factory",
  807. "http",
  808. "message",
  809. "psr",
  810. "psr-17",
  811. "psr-7",
  812. "request",
  813. "response"
  814. ],
  815. "install-path": "../psr/http-factory"
  816. },
  817. {
  818. "name": "psr/http-message",
  819. "version": "2.0",
  820. "version_normalized": "2.0.0.0",
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-message/2.0/psr-http-message-2.0.zip",
  824. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  825. "shasum": ""
  826. },
  827. "require": {
  828. "php": "^7.2 || ^8.0"
  829. },
  830. "time": "2023-04-04T09:54:51+00:00",
  831. "type": "library",
  832. "extra": {
  833. "branch-alias": {
  834. "dev-master": "2.0.x-dev"
  835. }
  836. },
  837. "installation-source": "dist",
  838. "autoload": {
  839. "psr-4": {
  840. "Psr\\Http\\Message\\": "src/"
  841. }
  842. },
  843. "license": [
  844. "MIT"
  845. ],
  846. "authors": [
  847. {
  848. "name": "PHP-FIG",
  849. "homepage": "https://www.php-fig.org/"
  850. }
  851. ],
  852. "description": "Common interface for HTTP messages",
  853. "homepage": "https://github.com/php-fig/http-message",
  854. "keywords": [
  855. "http",
  856. "http-message",
  857. "psr",
  858. "psr-7",
  859. "request",
  860. "response"
  861. ],
  862. "install-path": "../psr/http-message"
  863. },
  864. {
  865. "name": "psr/log",
  866. "version": "3.0.0",
  867. "version_normalized": "3.0.0.0",
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/log/3.0.0/psr-log-3.0.0.zip",
  871. "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
  872. "shasum": ""
  873. },
  874. "require": {
  875. "php": ">=8.0.0"
  876. },
  877. "time": "2021-07-14T16:46:02+00:00",
  878. "type": "library",
  879. "extra": {
  880. "branch-alias": {
  881. "dev-master": "3.x-dev"
  882. }
  883. },
  884. "installation-source": "dist",
  885. "autoload": {
  886. "psr-4": {
  887. "Psr\\Log\\": "src"
  888. }
  889. },
  890. "license": [
  891. "MIT"
  892. ],
  893. "authors": [
  894. {
  895. "name": "PHP-FIG",
  896. "homepage": "https://www.php-fig.org/"
  897. }
  898. ],
  899. "description": "Common interface for logging libraries",
  900. "homepage": "https://github.com/php-fig/log",
  901. "keywords": [
  902. "log",
  903. "psr",
  904. "psr-3"
  905. ],
  906. "install-path": "../psr/log"
  907. },
  908. {
  909. "name": "qcloud/cos-sdk-v5",
  910. "version": "v2.6.8",
  911. "version_normalized": "2.6.8.0",
  912. "dist": {
  913. "type": "zip",
  914. "url": "https://mirrors.cloud.tencent.com/repository/composer/qcloud/cos-sdk-v5/v2.6.8/qcloud-cos-sdk-v5-v2.6.8.zip",
  915. "reference": "6bbce32516a4932aca3e7b8cdcc734eb2b1ec5d4",
  916. "shasum": ""
  917. },
  918. "require": {
  919. "ext-curl": "*",
  920. "ext-json": "*",
  921. "ext-mbstring": "*",
  922. "ext-simplexml": "*",
  923. "guzzlehttp/guzzle": "^6.2.1 || ^7.0",
  924. "guzzlehttp/guzzle-services": "^1.1",
  925. "guzzlehttp/psr7": "^1.3.1 || ^2.0",
  926. "php": ">=5.6"
  927. },
  928. "time": "2023-11-07T07:15:40+00:00",
  929. "type": "library",
  930. "extra": {
  931. "branch-alias": {
  932. "dev-master": "2.4-dev"
  933. }
  934. },
  935. "installation-source": "dist",
  936. "autoload": {
  937. "files": [
  938. "src/Common.php"
  939. ],
  940. "psr-4": {
  941. "Qcloud\\Cos\\": "src/"
  942. }
  943. },
  944. "license": [
  945. "MIT"
  946. ],
  947. "authors": [
  948. {
  949. "name": "yaozongyou",
  950. "email": "yaozongyou@vip.qq.com"
  951. },
  952. {
  953. "name": "lewzylu",
  954. "email": "327874225@qq.com"
  955. },
  956. {
  957. "name": "tuunalai",
  958. "email": "550566181@qq.com"
  959. }
  960. ],
  961. "description": "PHP SDK for QCloud COS",
  962. "keywords": [
  963. "cos",
  964. "php",
  965. "qcloud"
  966. ],
  967. "install-path": "../qcloud/cos-sdk-v5"
  968. },
  969. {
  970. "name": "ralouphie/getallheaders",
  971. "version": "3.0.3",
  972. "version_normalized": "3.0.3.0",
  973. "dist": {
  974. "type": "zip",
  975. "url": "https://mirrors.cloud.tencent.com/repository/composer/ralouphie/getallheaders/3.0.3/ralouphie-getallheaders-3.0.3.zip",
  976. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  977. "shasum": ""
  978. },
  979. "require": {
  980. "php": ">=5.6"
  981. },
  982. "require-dev": {
  983. "php-coveralls/php-coveralls": "^2.1",
  984. "phpunit/phpunit": "^5 || ^6.5"
  985. },
  986. "time": "2019-03-08T08:55:37+00:00",
  987. "type": "library",
  988. "installation-source": "dist",
  989. "autoload": {
  990. "files": [
  991. "src/getallheaders.php"
  992. ]
  993. },
  994. "license": [
  995. "MIT"
  996. ],
  997. "authors": [
  998. {
  999. "name": "Ralph Khattar",
  1000. "email": "ralph.khattar@gmail.com"
  1001. }
  1002. ],
  1003. "description": "A polyfill for getallheaders.",
  1004. "install-path": "../ralouphie/getallheaders"
  1005. },
  1006. {
  1007. "name": "symfony/deprecation-contracts",
  1008. "version": "v3.4.0",
  1009. "version_normalized": "3.4.0.0",
  1010. "dist": {
  1011. "type": "zip",
  1012. "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/deprecation-contracts/v3.4.0/symfony-deprecation-contracts-v3.4.0.zip",
  1013. "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
  1014. "shasum": ""
  1015. },
  1016. "require": {
  1017. "php": ">=8.1"
  1018. },
  1019. "time": "2023-05-23T14:45:45+00:00",
  1020. "type": "library",
  1021. "extra": {
  1022. "branch-alias": {
  1023. "dev-main": "3.4-dev"
  1024. },
  1025. "thanks": {
  1026. "name": "symfony/contracts",
  1027. "url": "https://github.com/symfony/contracts"
  1028. }
  1029. },
  1030. "installation-source": "dist",
  1031. "autoload": {
  1032. "files": [
  1033. "function.php"
  1034. ]
  1035. },
  1036. "license": [
  1037. "MIT"
  1038. ],
  1039. "authors": [
  1040. {
  1041. "name": "Nicolas Grekas",
  1042. "email": "p@tchwork.com"
  1043. },
  1044. {
  1045. "name": "Symfony Community",
  1046. "homepage": "https://symfony.com/contributors"
  1047. }
  1048. ],
  1049. "description": "A generic function and convention to trigger deprecation notices",
  1050. "homepage": "https://symfony.com",
  1051. "install-path": "../symfony/deprecation-contracts"
  1052. },
  1053. {
  1054. "name": "symfony/polyfill-php80",
  1055. "version": "v1.28.0",
  1056. "version_normalized": "1.28.0.0",
  1057. "dist": {
  1058. "type": "zip",
  1059. "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php80/v1.28.0/symfony-polyfill-php80-v1.28.0.zip",
  1060. "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
  1061. "shasum": ""
  1062. },
  1063. "require": {
  1064. "php": ">=7.1"
  1065. },
  1066. "time": "2023-01-26T09:26:14+00:00",
  1067. "type": "library",
  1068. "extra": {
  1069. "branch-alias": {
  1070. "dev-main": "1.28-dev"
  1071. },
  1072. "thanks": {
  1073. "name": "symfony/polyfill",
  1074. "url": "https://github.com/symfony/polyfill"
  1075. }
  1076. },
  1077. "installation-source": "dist",
  1078. "autoload": {
  1079. "files": [
  1080. "bootstrap.php"
  1081. ],
  1082. "psr-4": {
  1083. "Symfony\\Polyfill\\Php80\\": ""
  1084. },
  1085. "classmap": [
  1086. "Resources/stubs"
  1087. ]
  1088. },
  1089. "license": [
  1090. "MIT"
  1091. ],
  1092. "authors": [
  1093. {
  1094. "name": "Ion Bazan",
  1095. "email": "ion.bazan@gmail.com"
  1096. },
  1097. {
  1098. "name": "Nicolas Grekas",
  1099. "email": "p@tchwork.com"
  1100. },
  1101. {
  1102. "name": "Symfony Community",
  1103. "homepage": "https://symfony.com/contributors"
  1104. }
  1105. ],
  1106. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1107. "homepage": "https://symfony.com",
  1108. "keywords": [
  1109. "compatibility",
  1110. "polyfill",
  1111. "portable",
  1112. "shim"
  1113. ],
  1114. "install-path": "../symfony/polyfill-php80"
  1115. }
  1116. ],
  1117. "dev": true,
  1118. "dev-package-names": []
  1119. }