composer.lock 37 KB

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