composer.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  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": "170449154a53d5c91c5af26d34c12e48",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.9.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
  20. "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  26. "guzzlehttp/psr7": "^2.7.0",
  27. "php": "^7.2.5 || ^8.0",
  28. "psr/http-client": "^1.0",
  29. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  30. },
  31. "provide": {
  32. "psr/http-client-implementation": "1.0"
  33. },
  34. "require-dev": {
  35. "bamarni/composer-bin-plugin": "^1.8.2",
  36. "ext-curl": "*",
  37. "guzzle/client-integration-tests": "3.0.2",
  38. "php-http/message-factory": "^1.1",
  39. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  40. "psr/log": "^1.1 || ^2.0 || ^3.0"
  41. },
  42. "suggest": {
  43. "ext-curl": "Required for CURL handler support",
  44. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  45. "psr/log": "Required for using the Log middleware"
  46. },
  47. "type": "library",
  48. "extra": {
  49. "bamarni-bin": {
  50. "bin-links": true,
  51. "forward-command": false
  52. }
  53. },
  54. "autoload": {
  55. "files": [
  56. "src/functions_include.php"
  57. ],
  58. "psr-4": {
  59. "GuzzleHttp\\": "src/"
  60. }
  61. },
  62. "notification-url": "https://packagist.org/downloads/",
  63. "license": [
  64. "MIT"
  65. ],
  66. "authors": [
  67. {
  68. "name": "Graham Campbell",
  69. "email": "hello@gjcampbell.co.uk",
  70. "homepage": "https://github.com/GrahamCampbell"
  71. },
  72. {
  73. "name": "Michael Dowling",
  74. "email": "mtdowling@gmail.com",
  75. "homepage": "https://github.com/mtdowling"
  76. },
  77. {
  78. "name": "Jeremy Lindblom",
  79. "email": "jeremeamia@gmail.com",
  80. "homepage": "https://github.com/jeremeamia"
  81. },
  82. {
  83. "name": "George Mponos",
  84. "email": "gmponos@gmail.com",
  85. "homepage": "https://github.com/gmponos"
  86. },
  87. {
  88. "name": "Tobias Nyholm",
  89. "email": "tobias.nyholm@gmail.com",
  90. "homepage": "https://github.com/Nyholm"
  91. },
  92. {
  93. "name": "Márk Sági-Kazár",
  94. "email": "mark.sagikazar@gmail.com",
  95. "homepage": "https://github.com/sagikazarmark"
  96. },
  97. {
  98. "name": "Tobias Schultze",
  99. "email": "webmaster@tubo-world.de",
  100. "homepage": "https://github.com/Tobion"
  101. }
  102. ],
  103. "description": "Guzzle is a PHP HTTP client library",
  104. "keywords": [
  105. "client",
  106. "curl",
  107. "framework",
  108. "http",
  109. "http client",
  110. "psr-18",
  111. "psr-7",
  112. "rest",
  113. "web service"
  114. ],
  115. "support": {
  116. "issues": "https://github.com/guzzle/guzzle/issues",
  117. "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
  118. },
  119. "funding": [
  120. {
  121. "url": "https://github.com/GrahamCampbell",
  122. "type": "github"
  123. },
  124. {
  125. "url": "https://github.com/Nyholm",
  126. "type": "github"
  127. },
  128. {
  129. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  130. "type": "tidelift"
  131. }
  132. ],
  133. "time": "2024-07-24T11:22:20+00:00"
  134. },
  135. {
  136. "name": "guzzlehttp/promises",
  137. "version": "2.0.3",
  138. "source": {
  139. "type": "git",
  140. "url": "https://github.com/guzzle/promises.git",
  141. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
  142. },
  143. "dist": {
  144. "type": "zip",
  145. "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  146. "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
  147. "shasum": ""
  148. },
  149. "require": {
  150. "php": "^7.2.5 || ^8.0"
  151. },
  152. "require-dev": {
  153. "bamarni/composer-bin-plugin": "^1.8.2",
  154. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  155. },
  156. "type": "library",
  157. "extra": {
  158. "bamarni-bin": {
  159. "bin-links": true,
  160. "forward-command": false
  161. }
  162. },
  163. "autoload": {
  164. "psr-4": {
  165. "GuzzleHttp\\Promise\\": "src/"
  166. }
  167. },
  168. "notification-url": "https://packagist.org/downloads/",
  169. "license": [
  170. "MIT"
  171. ],
  172. "authors": [
  173. {
  174. "name": "Graham Campbell",
  175. "email": "hello@gjcampbell.co.uk",
  176. "homepage": "https://github.com/GrahamCampbell"
  177. },
  178. {
  179. "name": "Michael Dowling",
  180. "email": "mtdowling@gmail.com",
  181. "homepage": "https://github.com/mtdowling"
  182. },
  183. {
  184. "name": "Tobias Nyholm",
  185. "email": "tobias.nyholm@gmail.com",
  186. "homepage": "https://github.com/Nyholm"
  187. },
  188. {
  189. "name": "Tobias Schultze",
  190. "email": "webmaster@tubo-world.de",
  191. "homepage": "https://github.com/Tobion"
  192. }
  193. ],
  194. "description": "Guzzle promises library",
  195. "keywords": [
  196. "promise"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/guzzle/promises/issues",
  200. "source": "https://github.com/guzzle/promises/tree/2.0.3"
  201. },
  202. "funding": [
  203. {
  204. "url": "https://github.com/GrahamCampbell",
  205. "type": "github"
  206. },
  207. {
  208. "url": "https://github.com/Nyholm",
  209. "type": "github"
  210. },
  211. {
  212. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  213. "type": "tidelift"
  214. }
  215. ],
  216. "time": "2024-07-18T10:29:17+00:00"
  217. },
  218. {
  219. "name": "guzzlehttp/psr7",
  220. "version": "2.7.0",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/guzzle/psr7.git",
  224. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  229. "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "php": "^7.2.5 || ^8.0",
  234. "psr/http-factory": "^1.0",
  235. "psr/http-message": "^1.1 || ^2.0",
  236. "ralouphie/getallheaders": "^3.0"
  237. },
  238. "provide": {
  239. "psr/http-factory-implementation": "1.0",
  240. "psr/http-message-implementation": "1.0"
  241. },
  242. "require-dev": {
  243. "bamarni/composer-bin-plugin": "^1.8.2",
  244. "http-interop/http-factory-tests": "0.9.0",
  245. "phpunit/phpunit": "^8.5.39 || ^9.6.20"
  246. },
  247. "suggest": {
  248. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  249. },
  250. "type": "library",
  251. "extra": {
  252. "bamarni-bin": {
  253. "bin-links": true,
  254. "forward-command": false
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "GuzzleHttp\\Psr7\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "Graham Campbell",
  269. "email": "hello@gjcampbell.co.uk",
  270. "homepage": "https://github.com/GrahamCampbell"
  271. },
  272. {
  273. "name": "Michael Dowling",
  274. "email": "mtdowling@gmail.com",
  275. "homepage": "https://github.com/mtdowling"
  276. },
  277. {
  278. "name": "George Mponos",
  279. "email": "gmponos@gmail.com",
  280. "homepage": "https://github.com/gmponos"
  281. },
  282. {
  283. "name": "Tobias Nyholm",
  284. "email": "tobias.nyholm@gmail.com",
  285. "homepage": "https://github.com/Nyholm"
  286. },
  287. {
  288. "name": "Márk Sági-Kazár",
  289. "email": "mark.sagikazar@gmail.com",
  290. "homepage": "https://github.com/sagikazarmark"
  291. },
  292. {
  293. "name": "Tobias Schultze",
  294. "email": "webmaster@tubo-world.de",
  295. "homepage": "https://github.com/Tobion"
  296. },
  297. {
  298. "name": "Márk Sági-Kazár",
  299. "email": "mark.sagikazar@gmail.com",
  300. "homepage": "https://sagikazarmark.hu"
  301. }
  302. ],
  303. "description": "PSR-7 message implementation that also provides common utility methods",
  304. "keywords": [
  305. "http",
  306. "message",
  307. "psr-7",
  308. "request",
  309. "response",
  310. "stream",
  311. "uri",
  312. "url"
  313. ],
  314. "support": {
  315. "issues": "https://github.com/guzzle/psr7/issues",
  316. "source": "https://github.com/guzzle/psr7/tree/2.7.0"
  317. },
  318. "funding": [
  319. {
  320. "url": "https://github.com/GrahamCampbell",
  321. "type": "github"
  322. },
  323. {
  324. "url": "https://github.com/Nyholm",
  325. "type": "github"
  326. },
  327. {
  328. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  329. "type": "tidelift"
  330. }
  331. ],
  332. "time": "2024-07-18T11:15:46+00:00"
  333. },
  334. {
  335. "name": "psr/http-client",
  336. "version": "1.0.3",
  337. "source": {
  338. "type": "git",
  339. "url": "https://github.com/php-fig/http-client.git",
  340. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  341. },
  342. "dist": {
  343. "type": "zip",
  344. "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  345. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  346. "shasum": ""
  347. },
  348. "require": {
  349. "php": "^7.0 || ^8.0",
  350. "psr/http-message": "^1.0 || ^2.0"
  351. },
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "1.0.x-dev"
  356. }
  357. },
  358. "autoload": {
  359. "psr-4": {
  360. "Psr\\Http\\Client\\": "src/"
  361. }
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "PHP-FIG",
  370. "homepage": "https://www.php-fig.org/"
  371. }
  372. ],
  373. "description": "Common interface for HTTP clients",
  374. "homepage": "https://github.com/php-fig/http-client",
  375. "keywords": [
  376. "http",
  377. "http-client",
  378. "psr",
  379. "psr-18"
  380. ],
  381. "support": {
  382. "source": "https://github.com/php-fig/http-client"
  383. },
  384. "time": "2023-09-23T14:17:50+00:00"
  385. },
  386. {
  387. "name": "psr/http-factory",
  388. "version": "1.1.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/php-fig/http-factory.git",
  392. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  397. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "php": ">=7.1",
  402. "psr/http-message": "^1.0 || ^2.0"
  403. },
  404. "type": "library",
  405. "extra": {
  406. "branch-alias": {
  407. "dev-master": "1.0.x-dev"
  408. }
  409. },
  410. "autoload": {
  411. "psr-4": {
  412. "Psr\\Http\\Message\\": "src/"
  413. }
  414. },
  415. "notification-url": "https://packagist.org/downloads/",
  416. "license": [
  417. "MIT"
  418. ],
  419. "authors": [
  420. {
  421. "name": "PHP-FIG",
  422. "homepage": "https://www.php-fig.org/"
  423. }
  424. ],
  425. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  426. "keywords": [
  427. "factory",
  428. "http",
  429. "message",
  430. "psr",
  431. "psr-17",
  432. "psr-7",
  433. "request",
  434. "response"
  435. ],
  436. "support": {
  437. "source": "https://github.com/php-fig/http-factory"
  438. },
  439. "time": "2024-04-15T12:06:14+00:00"
  440. },
  441. {
  442. "name": "psr/http-message",
  443. "version": "2.0",
  444. "source": {
  445. "type": "git",
  446. "url": "https://github.com/php-fig/http-message.git",
  447. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  448. },
  449. "dist": {
  450. "type": "zip",
  451. "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  452. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  453. "shasum": ""
  454. },
  455. "require": {
  456. "php": "^7.2 || ^8.0"
  457. },
  458. "type": "library",
  459. "extra": {
  460. "branch-alias": {
  461. "dev-master": "2.0.x-dev"
  462. }
  463. },
  464. "autoload": {
  465. "psr-4": {
  466. "Psr\\Http\\Message\\": "src/"
  467. }
  468. },
  469. "notification-url": "https://packagist.org/downloads/",
  470. "license": [
  471. "MIT"
  472. ],
  473. "authors": [
  474. {
  475. "name": "PHP-FIG",
  476. "homepage": "https://www.php-fig.org/"
  477. }
  478. ],
  479. "description": "Common interface for HTTP messages",
  480. "homepage": "https://github.com/php-fig/http-message",
  481. "keywords": [
  482. "http",
  483. "http-message",
  484. "psr",
  485. "psr-7",
  486. "request",
  487. "response"
  488. ],
  489. "support": {
  490. "source": "https://github.com/php-fig/http-message/tree/2.0"
  491. },
  492. "time": "2023-04-04T09:54:51+00:00"
  493. },
  494. {
  495. "name": "ralouphie/getallheaders",
  496. "version": "3.0.3",
  497. "source": {
  498. "type": "git",
  499. "url": "https://github.com/ralouphie/getallheaders.git",
  500. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  501. },
  502. "dist": {
  503. "type": "zip",
  504. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  505. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  506. "shasum": ""
  507. },
  508. "require": {
  509. "php": ">=5.6"
  510. },
  511. "require-dev": {
  512. "php-coveralls/php-coveralls": "^2.1",
  513. "phpunit/phpunit": "^5 || ^6.5"
  514. },
  515. "type": "library",
  516. "autoload": {
  517. "files": [
  518. "src/getallheaders.php"
  519. ]
  520. },
  521. "notification-url": "https://packagist.org/downloads/",
  522. "license": [
  523. "MIT"
  524. ],
  525. "authors": [
  526. {
  527. "name": "Ralph Khattar",
  528. "email": "ralph.khattar@gmail.com"
  529. }
  530. ],
  531. "description": "A polyfill for getallheaders.",
  532. "support": {
  533. "issues": "https://github.com/ralouphie/getallheaders/issues",
  534. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  535. },
  536. "time": "2019-03-08T08:55:37+00:00"
  537. },
  538. {
  539. "name": "symfony/deprecation-contracts",
  540. "version": "v2.5.3",
  541. "source": {
  542. "type": "git",
  543. "url": "https://github.com/symfony/deprecation-contracts.git",
  544. "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
  545. },
  546. "dist": {
  547. "type": "zip",
  548. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
  549. "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
  550. "shasum": ""
  551. },
  552. "require": {
  553. "php": ">=7.1"
  554. },
  555. "type": "library",
  556. "extra": {
  557. "branch-alias": {
  558. "dev-main": "2.5-dev"
  559. },
  560. "thanks": {
  561. "name": "symfony/contracts",
  562. "url": "https://github.com/symfony/contracts"
  563. }
  564. },
  565. "autoload": {
  566. "files": [
  567. "function.php"
  568. ]
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "MIT"
  573. ],
  574. "authors": [
  575. {
  576. "name": "Nicolas Grekas",
  577. "email": "p@tchwork.com"
  578. },
  579. {
  580. "name": "Symfony Community",
  581. "homepage": "https://symfony.com/contributors"
  582. }
  583. ],
  584. "description": "A generic function and convention to trigger deprecation notices",
  585. "homepage": "https://symfony.com",
  586. "support": {
  587. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
  588. },
  589. "funding": [
  590. {
  591. "url": "https://symfony.com/sponsor",
  592. "type": "custom"
  593. },
  594. {
  595. "url": "https://github.com/fabpot",
  596. "type": "github"
  597. },
  598. {
  599. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  600. "type": "tidelift"
  601. }
  602. ],
  603. "time": "2023-01-24T14:02:46+00:00"
  604. },
  605. {
  606. "name": "tencentcloud/tencentcloud-sdk-php",
  607. "version": "3.0.1216",
  608. "source": {
  609. "type": "git",
  610. "url": "https://github.com/TencentCloud/tencentcloud-sdk-php.git",
  611. "reference": "949c60e2c48332c89cbd335abf298c37e390dad7"
  612. },
  613. "dist": {
  614. "type": "zip",
  615. "url": "https://api.github.com/repos/TencentCloud/tencentcloud-sdk-php/zipball/949c60e2c48332c89cbd335abf298c37e390dad7",
  616. "reference": "949c60e2c48332c89cbd335abf298c37e390dad7",
  617. "shasum": ""
  618. },
  619. "require": {
  620. "guzzlehttp/guzzle": "^6.3 || ^7.0",
  621. "php": ">=5.6.0"
  622. },
  623. "require-dev": {
  624. "phpunit/phpunit": "^9.5"
  625. },
  626. "type": "library",
  627. "autoload": {
  628. "psr-4": {
  629. "TencentCloud\\": "./src/TencentCloud"
  630. },
  631. "classmap": [
  632. "src/QcloudApi/QcloudApi.php"
  633. ]
  634. },
  635. "notification-url": "https://packagist.org/downloads/",
  636. "license": [
  637. "Apache-2.0"
  638. ],
  639. "authors": [
  640. {
  641. "name": "coolli",
  642. "email": "tencentcloudapi@tencent.com",
  643. "homepage": "https://cloud.tencent.com/document/sdk/PHP",
  644. "role": "Developer"
  645. }
  646. ],
  647. "description": "TencentCloudApi php sdk",
  648. "homepage": "https://github.com/TencentCloud/tencentcloud-sdk-php",
  649. "support": {
  650. "issues": "https://github.com/TencentCloud/tencentcloud-sdk-php/issues",
  651. "source": "https://github.com/TencentCloud/tencentcloud-sdk-php/tree/3.0.1216"
  652. },
  653. "time": "2024-08-28T20:13:10+00:00"
  654. }
  655. ],
  656. "packages-dev": [],
  657. "aliases": [],
  658. "minimum-stability": "stable",
  659. "stability-flags": [],
  660. "prefer-stable": false,
  661. "prefer-lowest": false,
  662. "platform": [],
  663. "platform-dev": [],
  664. "plugin-api-version": "2.2.0"
  665. }