composer.lock 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  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": "afbc11d4dd1c6870dfe47c5d0a634e2e",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/command",
  11. "version": "1.3.2",
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/command/1.3.2/guzzlehttp-command-1.3.2.zip",
  15. "reference": "888e74fc1d82a499c1fd6726248ed0bc0886395e",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "guzzlehttp/guzzle": "^7.9.2",
  20. "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
  21. "guzzlehttp/psr7": "^2.7.0",
  22. "php": "^7.2.5 || ^8.0"
  23. },
  24. "require-dev": {
  25. "bamarni/composer-bin-plugin": "^1.8.2",
  26. "phpunit/phpunit": "^8.5.19 || ^9.5.8"
  27. },
  28. "type": "library",
  29. "extra": {
  30. "bamarni-bin": {
  31. "bin-links": true,
  32. "forward-command": false
  33. }
  34. },
  35. "autoload": {
  36. "psr-4": {
  37. "GuzzleHttp\\Command\\": "src/"
  38. }
  39. },
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Graham Campbell",
  46. "email": "hello@gjcampbell.co.uk",
  47. "homepage": "https://github.com/GrahamCampbell"
  48. },
  49. {
  50. "name": "Michael Dowling",
  51. "email": "mtdowling@gmail.com",
  52. "homepage": "https://github.com/mtdowling"
  53. },
  54. {
  55. "name": "Jeremy Lindblom",
  56. "email": "jeremeamia@gmail.com",
  57. "homepage": "https://github.com/jeremeamia"
  58. },
  59. {
  60. "name": "Tobias Nyholm",
  61. "email": "tobias.nyholm@gmail.com",
  62. "homepage": "https://github.com/Nyholm"
  63. }
  64. ],
  65. "description": "Provides the foundation for building command-based web service clients",
  66. "support": {
  67. "issues": "https://github.com/guzzle/command/issues",
  68. "source": "https://github.com/guzzle/command/tree/1.3.2"
  69. },
  70. "time": "2025-02-04T09:56:46+00:00"
  71. },
  72. {
  73. "name": "guzzlehttp/guzzle",
  74. "version": "7.10.0",
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle/7.10.0/guzzlehttp-guzzle-7.10.0.zip",
  78. "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "ext-json": "*",
  83. "guzzlehttp/promises": "^2.3",
  84. "guzzlehttp/psr7": "^2.8",
  85. "php": "^7.2.5 || ^8.0",
  86. "psr/http-client": "^1.0",
  87. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  88. },
  89. "provide": {
  90. "psr/http-client-implementation": "1.0"
  91. },
  92. "require-dev": {
  93. "bamarni/composer-bin-plugin": "^1.8.2",
  94. "ext-curl": "*",
  95. "guzzle/client-integration-tests": "3.0.2",
  96. "php-http/message-factory": "^1.1",
  97. "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  98. "psr/log": "^1.1 || ^2.0 || ^3.0"
  99. },
  100. "suggest": {
  101. "ext-curl": "Required for CURL handler support",
  102. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  103. "psr/log": "Required for using the Log middleware"
  104. },
  105. "type": "library",
  106. "extra": {
  107. "bamarni-bin": {
  108. "bin-links": true,
  109. "forward-command": false
  110. }
  111. },
  112. "autoload": {
  113. "files": [
  114. "src/functions_include.php"
  115. ],
  116. "psr-4": {
  117. "GuzzleHttp\\": "src/"
  118. }
  119. },
  120. "license": [
  121. "MIT"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Graham Campbell",
  126. "email": "hello@gjcampbell.co.uk",
  127. "homepage": "https://github.com/GrahamCampbell"
  128. },
  129. {
  130. "name": "Michael Dowling",
  131. "email": "mtdowling@gmail.com",
  132. "homepage": "https://github.com/mtdowling"
  133. },
  134. {
  135. "name": "Jeremy Lindblom",
  136. "email": "jeremeamia@gmail.com",
  137. "homepage": "https://github.com/jeremeamia"
  138. },
  139. {
  140. "name": "George Mponos",
  141. "email": "gmponos@gmail.com",
  142. "homepage": "https://github.com/gmponos"
  143. },
  144. {
  145. "name": "Tobias Nyholm",
  146. "email": "tobias.nyholm@gmail.com",
  147. "homepage": "https://github.com/Nyholm"
  148. },
  149. {
  150. "name": "Márk Sági-Kazár",
  151. "email": "mark.sagikazar@gmail.com",
  152. "homepage": "https://github.com/sagikazarmark"
  153. },
  154. {
  155. "name": "Tobias Schultze",
  156. "email": "webmaster@tubo-world.de",
  157. "homepage": "https://github.com/Tobion"
  158. }
  159. ],
  160. "description": "Guzzle is a PHP HTTP client library",
  161. "keywords": [
  162. "client",
  163. "curl",
  164. "framework",
  165. "http",
  166. "http client",
  167. "psr-18",
  168. "psr-7",
  169. "rest",
  170. "web service"
  171. ],
  172. "support": {
  173. "issues": "https://github.com/guzzle/guzzle/issues",
  174. "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
  175. },
  176. "time": "2025-08-23T22:36:01+00:00"
  177. },
  178. {
  179. "name": "guzzlehttp/guzzle-services",
  180. "version": "1.4.2",
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/guzzle-services/1.4.2/guzzlehttp-guzzle-services-1.4.2.zip",
  184. "reference": "45bfeb80d5ed072bb39e9f6ed1ec5d650edae961",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "guzzlehttp/command": "^1.3.2",
  189. "guzzlehttp/guzzle": "^7.9.2",
  190. "guzzlehttp/psr7": "^2.7.0",
  191. "guzzlehttp/uri-template": "^1.0.4",
  192. "php": "^7.2.5 || ^8.0"
  193. },
  194. "require-dev": {
  195. "bamarni/composer-bin-plugin": "^1.8.2",
  196. "phpunit/phpunit": "^8.5.19 || ^9.5.8"
  197. },
  198. "suggest": {
  199. "gimler/guzzle-description-loader": "^0.0.4"
  200. },
  201. "type": "library",
  202. "extra": {
  203. "bamarni-bin": {
  204. "bin-links": true,
  205. "forward-command": false
  206. }
  207. },
  208. "autoload": {
  209. "psr-4": {
  210. "GuzzleHttp\\Command\\Guzzle\\": "src/"
  211. }
  212. },
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "Graham Campbell",
  219. "email": "hello@gjcampbell.co.uk",
  220. "homepage": "https://github.com/GrahamCampbell"
  221. },
  222. {
  223. "name": "Michael Dowling",
  224. "email": "mtdowling@gmail.com",
  225. "homepage": "https://github.com/mtdowling"
  226. },
  227. {
  228. "name": "Stefano Kowalke",
  229. "email": "blueduck@mail.org",
  230. "homepage": "https://github.com/Konafets"
  231. },
  232. {
  233. "name": "Tobias Nyholm",
  234. "email": "tobias.nyholm@gmail.com",
  235. "homepage": "https://github.com/Nyholm"
  236. }
  237. ],
  238. "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.",
  239. "support": {
  240. "issues": "https://github.com/guzzle/guzzle-services/issues",
  241. "source": "https://github.com/guzzle/guzzle-services/tree/1.4.2"
  242. },
  243. "time": "2025-02-04T09:59:21+00:00"
  244. },
  245. {
  246. "name": "guzzlehttp/promises",
  247. "version": "2.3.0",
  248. "dist": {
  249. "type": "zip",
  250. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/promises/2.3.0/guzzlehttp-promises-2.3.0.zip",
  251. "reference": "481557b130ef3790cf82b713667b43030dc9c957",
  252. "shasum": ""
  253. },
  254. "require": {
  255. "php": "^7.2.5 || ^8.0"
  256. },
  257. "require-dev": {
  258. "bamarni/composer-bin-plugin": "^1.8.2",
  259. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  260. },
  261. "type": "library",
  262. "extra": {
  263. "bamarni-bin": {
  264. "bin-links": true,
  265. "forward-command": false
  266. }
  267. },
  268. "autoload": {
  269. "psr-4": {
  270. "GuzzleHttp\\Promise\\": "src/"
  271. }
  272. },
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Graham Campbell",
  279. "email": "hello@gjcampbell.co.uk",
  280. "homepage": "https://github.com/GrahamCampbell"
  281. },
  282. {
  283. "name": "Michael Dowling",
  284. "email": "mtdowling@gmail.com",
  285. "homepage": "https://github.com/mtdowling"
  286. },
  287. {
  288. "name": "Tobias Nyholm",
  289. "email": "tobias.nyholm@gmail.com",
  290. "homepage": "https://github.com/Nyholm"
  291. },
  292. {
  293. "name": "Tobias Schultze",
  294. "email": "webmaster@tubo-world.de",
  295. "homepage": "https://github.com/Tobion"
  296. }
  297. ],
  298. "description": "Guzzle promises library",
  299. "keywords": [
  300. "promise"
  301. ],
  302. "support": {
  303. "issues": "https://github.com/guzzle/promises/issues",
  304. "source": "https://github.com/guzzle/promises/tree/2.3.0"
  305. },
  306. "time": "2025-08-22T14:34:08+00:00"
  307. },
  308. {
  309. "name": "guzzlehttp/psr7",
  310. "version": "2.8.0",
  311. "dist": {
  312. "type": "zip",
  313. "url": "https://mirrors.cloud.tencent.com/repository/composer/guzzlehttp/psr7/2.8.0/guzzlehttp-psr7-2.8.0.zip",
  314. "reference": "21dc724a0583619cd1652f673303492272778051",
  315. "shasum": ""
  316. },
  317. "require": {
  318. "php": "^7.2.5 || ^8.0",
  319. "psr/http-factory": "^1.0",
  320. "psr/http-message": "^1.1 || ^2.0",
  321. "ralouphie/getallheaders": "^3.0"
  322. },
  323. "provide": {
  324. "psr/http-factory-implementation": "1.0",
  325. "psr/http-message-implementation": "1.0"
  326. },
  327. "require-dev": {
  328. "bamarni/composer-bin-plugin": "^1.8.2",
  329. "http-interop/http-factory-tests": "0.9.0",
  330. "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  331. },
  332. "suggest": {
  333. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  334. },
  335. "type": "library",
  336. "extra": {
  337. "bamarni-bin": {
  338. "bin-links": true,
  339. "forward-command": false
  340. }
  341. },
  342. "autoload": {
  343. "psr-4": {
  344. "GuzzleHttp\\Psr7\\": "src/"
  345. }
  346. },
  347. "license": [
  348. "MIT"
  349. ],
  350. "authors": [
  351. {
  352. "name": "Graham Campbell",
  353. "email": "hello@gjcampbell.co.uk",
  354. "homepage": "https://github.com/GrahamCampbell"
  355. },
  356. {
  357. "name": "Michael Dowling",
  358. "email": "mtdowling@gmail.com",
  359. "homepage": "https://github.com/mtdowling"
  360. },
  361. {
  362. "name": "George Mponos",
  363. "email": "gmponos@gmail.com",
  364. "homepage": "https://github.com/gmponos"
  365. },
  366. {
  367. "name": "Tobias Nyholm",
  368. "email": "tobias.nyholm@gmail.com",
  369. "homepage": "https://github.com/Nyholm"
  370. },
  371. {
  372. "name": "Márk Sági-Kazár",
  373. "email": "mark.sagikazar@gmail.com",
  374. "homepage": "https://github.com/sagikazarmark"
  375. },
  376. {
  377. "name": "Tobias Schultze",
  378. "email": "webmaster@tubo-world.de",
  379. "homepage": "https://github.com/Tobion"
  380. },
  381. {
  382. "name": "Márk Sági-Kazár",
  383. "email": "mark.sagikazar@gmail.com",
  384. "homepage": "https://sagikazarmark.hu"
  385. }
  386. ],
  387. "description": "PSR-7 message implementation that also provides common utility methods",
  388. "keywords": [
  389. "http",
  390. "message",
  391. "psr-7",
  392. "request",
  393. "response",
  394. "stream",
  395. "uri",
  396. "url"
  397. ],
  398. "support": {
  399. "issues": "https://github.com/guzzle/psr7/issues",
  400. "source": "https://github.com/guzzle/psr7/tree/2.8.0"
  401. },
  402. "time": "2025-08-23T21:21:41+00:00"
  403. },
  404. {
  405. "name": "guzzlehttp/uri-template",
  406. "version": "v1.0.5",
  407. "dist": {
  408. "type": "zip",
  409. "url": "https://mirrors.tencent.com/repository/composer/guzzlehttp/uri-template/v1.0.5/guzzlehttp-uri-template-v1.0.5.zip",
  410. "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1",
  411. "shasum": ""
  412. },
  413. "require": {
  414. "php": "^7.2.5 || ^8.0",
  415. "symfony/polyfill-php80": "^1.24"
  416. },
  417. "require-dev": {
  418. "bamarni/composer-bin-plugin": "^1.8.2",
  419. "phpunit/phpunit": "^8.5.44 || ^9.6.25",
  420. "uri-template/tests": "1.0.0"
  421. },
  422. "type": "library",
  423. "extra": {
  424. "bamarni-bin": {
  425. "bin-links": true,
  426. "forward-command": false
  427. }
  428. },
  429. "autoload": {
  430. "psr-4": {
  431. "GuzzleHttp\\UriTemplate\\": "src"
  432. }
  433. },
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Graham Campbell",
  440. "email": "hello@gjcampbell.co.uk",
  441. "homepage": "https://github.com/GrahamCampbell"
  442. },
  443. {
  444. "name": "Michael Dowling",
  445. "email": "mtdowling@gmail.com",
  446. "homepage": "https://github.com/mtdowling"
  447. },
  448. {
  449. "name": "George Mponos",
  450. "email": "gmponos@gmail.com",
  451. "homepage": "https://github.com/gmponos"
  452. },
  453. {
  454. "name": "Tobias Nyholm",
  455. "email": "tobias.nyholm@gmail.com",
  456. "homepage": "https://github.com/Nyholm"
  457. }
  458. ],
  459. "description": "A polyfill class for uri_template of PHP",
  460. "keywords": [
  461. "guzzlehttp",
  462. "uri-template"
  463. ],
  464. "support": {
  465. "issues": "https://github.com/guzzle/uri-template/issues",
  466. "source": "https://github.com/guzzle/uri-template/tree/v1.0.5"
  467. },
  468. "time": "2025-08-22T14:27:06+00:00"
  469. },
  470. {
  471. "name": "psr/http-client",
  472. "version": "1.0.3",
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-client/1.0.3/psr-http-client-1.0.3.zip",
  476. "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": "^7.0 || ^8.0",
  481. "psr/http-message": "^1.0 || ^2.0"
  482. },
  483. "type": "library",
  484. "extra": {
  485. "branch-alias": {
  486. "dev-master": "1.0.x-dev"
  487. }
  488. },
  489. "autoload": {
  490. "psr-4": {
  491. "Psr\\Http\\Client\\": "src/"
  492. }
  493. },
  494. "license": [
  495. "MIT"
  496. ],
  497. "authors": [
  498. {
  499. "name": "PHP-FIG",
  500. "homepage": "https://www.php-fig.org/"
  501. }
  502. ],
  503. "description": "Common interface for HTTP clients",
  504. "homepage": "https://github.com/php-fig/http-client",
  505. "keywords": [
  506. "http",
  507. "http-client",
  508. "psr",
  509. "psr-18"
  510. ],
  511. "support": {
  512. "source": "https://github.com/php-fig/http-client"
  513. },
  514. "time": "2023-09-23T14:17:50+00:00"
  515. },
  516. {
  517. "name": "psr/http-factory",
  518. "version": "1.1.0",
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-factory/1.1.0/psr-http-factory-1.1.0.zip",
  522. "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
  523. "shasum": ""
  524. },
  525. "require": {
  526. "php": ">=7.1",
  527. "psr/http-message": "^1.0 || ^2.0"
  528. },
  529. "type": "library",
  530. "extra": {
  531. "branch-alias": {
  532. "dev-master": "1.0.x-dev"
  533. }
  534. },
  535. "autoload": {
  536. "psr-4": {
  537. "Psr\\Http\\Message\\": "src/"
  538. }
  539. },
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "PHP-FIG",
  546. "homepage": "https://www.php-fig.org/"
  547. }
  548. ],
  549. "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
  550. "keywords": [
  551. "factory",
  552. "http",
  553. "message",
  554. "psr",
  555. "psr-17",
  556. "psr-7",
  557. "request",
  558. "response"
  559. ],
  560. "support": {
  561. "source": "https://github.com/php-fig/http-factory"
  562. },
  563. "time": "2024-04-15T12:06:14+00:00"
  564. },
  565. {
  566. "name": "psr/http-message",
  567. "version": "2.0",
  568. "dist": {
  569. "type": "zip",
  570. "url": "https://mirrors.cloud.tencent.com/repository/composer/psr/http-message/2.0/psr-http-message-2.0.zip",
  571. "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  572. "shasum": ""
  573. },
  574. "require": {
  575. "php": "^7.2 || ^8.0"
  576. },
  577. "type": "library",
  578. "extra": {
  579. "branch-alias": {
  580. "dev-master": "2.0.x-dev"
  581. }
  582. },
  583. "autoload": {
  584. "psr-4": {
  585. "Psr\\Http\\Message\\": "src/"
  586. }
  587. },
  588. "license": [
  589. "MIT"
  590. ],
  591. "authors": [
  592. {
  593. "name": "PHP-FIG",
  594. "homepage": "https://www.php-fig.org/"
  595. }
  596. ],
  597. "description": "Common interface for HTTP messages",
  598. "homepage": "https://github.com/php-fig/http-message",
  599. "keywords": [
  600. "http",
  601. "http-message",
  602. "psr",
  603. "psr-7",
  604. "request",
  605. "response"
  606. ],
  607. "support": {
  608. "source": "https://github.com/php-fig/http-message/tree/2.0"
  609. },
  610. "time": "2023-04-04T09:54:51+00:00"
  611. },
  612. {
  613. "name": "qcloud/cos-sdk-v5",
  614. "version": "v2.6.16",
  615. "dist": {
  616. "type": "zip",
  617. "url": "https://mirrors.cloud.tencent.com/repository/composer/qcloud/cos-sdk-v5/v2.6.16/qcloud-cos-sdk-v5-v2.6.16.zip",
  618. "reference": "22366f4b4f7f277e67aa72eea8d1e02a5f9943e2",
  619. "shasum": ""
  620. },
  621. "require": {
  622. "ext-curl": "*",
  623. "ext-json": "*",
  624. "ext-libxml": "*",
  625. "ext-mbstring": "*",
  626. "ext-simplexml": "*",
  627. "guzzlehttp/guzzle": "^6.2.1 || ^7.0",
  628. "guzzlehttp/guzzle-services": "^1.1",
  629. "guzzlehttp/psr7": "^1.3.1 || ^2.0",
  630. "php": ">=5.6"
  631. },
  632. "type": "library",
  633. "extra": {
  634. "branch-alias": {
  635. "dev-master": "2.4-dev"
  636. }
  637. },
  638. "autoload": {
  639. "files": [
  640. "src/Common.php"
  641. ],
  642. "psr-4": {
  643. "Qcloud\\Cos\\": "src/"
  644. }
  645. },
  646. "license": [
  647. "MIT"
  648. ],
  649. "authors": [
  650. {
  651. "name": "yaozongyou",
  652. "email": "yaozongyou@vip.qq.com"
  653. },
  654. {
  655. "name": "lewzylu",
  656. "email": "327874225@qq.com"
  657. },
  658. {
  659. "name": "tuunalai",
  660. "email": "550566181@qq.com"
  661. }
  662. ],
  663. "description": "PHP SDK for QCloud COS",
  664. "keywords": [
  665. "cos",
  666. "php",
  667. "qcloud"
  668. ],
  669. "support": {
  670. "issues": "https://github.com/tencentyun/cos-php-sdk-v5/issues",
  671. "source": "https://github.com/tencentyun/cos-php-sdk-v5/tree/v2.6.16"
  672. },
  673. "time": "2025-01-21T12:49:21+00:00"
  674. },
  675. {
  676. "name": "ralouphie/getallheaders",
  677. "version": "3.0.3",
  678. "dist": {
  679. "type": "zip",
  680. "url": "https://mirrors.cloud.tencent.com/repository/composer/ralouphie/getallheaders/3.0.3/ralouphie-getallheaders-3.0.3.zip",
  681. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  682. "shasum": ""
  683. },
  684. "require": {
  685. "php": ">=5.6"
  686. },
  687. "require-dev": {
  688. "php-coveralls/php-coveralls": "^2.1",
  689. "phpunit/phpunit": "^5 || ^6.5"
  690. },
  691. "type": "library",
  692. "autoload": {
  693. "files": [
  694. "src/getallheaders.php"
  695. ]
  696. },
  697. "license": [
  698. "MIT"
  699. ],
  700. "authors": [
  701. {
  702. "name": "Ralph Khattar",
  703. "email": "ralph.khattar@gmail.com"
  704. }
  705. ],
  706. "description": "A polyfill for getallheaders.",
  707. "support": {
  708. "issues": "https://github.com/ralouphie/getallheaders/issues",
  709. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  710. },
  711. "time": "2019-03-08T08:55:37+00:00"
  712. },
  713. {
  714. "name": "symfony/deprecation-contracts",
  715. "version": "v3.6.0",
  716. "dist": {
  717. "type": "zip",
  718. "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/deprecation-contracts/v3.6.0/symfony-deprecation-contracts-v3.6.0.zip",
  719. "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  720. "shasum": ""
  721. },
  722. "require": {
  723. "php": ">=8.1"
  724. },
  725. "type": "library",
  726. "extra": {
  727. "thanks": {
  728. "url": "https://github.com/symfony/contracts",
  729. "name": "symfony/contracts"
  730. },
  731. "branch-alias": {
  732. "dev-main": "3.6-dev"
  733. }
  734. },
  735. "autoload": {
  736. "files": [
  737. "function.php"
  738. ]
  739. },
  740. "license": [
  741. "MIT"
  742. ],
  743. "authors": [
  744. {
  745. "name": "Nicolas Grekas",
  746. "email": "p@tchwork.com"
  747. },
  748. {
  749. "name": "Symfony Community",
  750. "homepage": "https://symfony.com/contributors"
  751. }
  752. ],
  753. "description": "A generic function and convention to trigger deprecation notices",
  754. "homepage": "https://symfony.com",
  755. "support": {
  756. "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  757. },
  758. "time": "2024-09-25T14:21:43+00:00"
  759. },
  760. {
  761. "name": "symfony/polyfill-php80",
  762. "version": "v1.33.0",
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://mirrors.cloud.tencent.com/repository/composer/symfony/polyfill-php80/v1.33.0/symfony-polyfill-php80-v1.33.0.zip",
  766. "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "php": ">=7.2"
  771. },
  772. "type": "library",
  773. "extra": {
  774. "thanks": {
  775. "url": "https://github.com/symfony/polyfill",
  776. "name": "symfony/polyfill"
  777. }
  778. },
  779. "autoload": {
  780. "files": [
  781. "bootstrap.php"
  782. ],
  783. "psr-4": {
  784. "Symfony\\Polyfill\\Php80\\": ""
  785. },
  786. "classmap": [
  787. "Resources/stubs"
  788. ]
  789. },
  790. "license": [
  791. "MIT"
  792. ],
  793. "authors": [
  794. {
  795. "name": "Ion Bazan",
  796. "email": "ion.bazan@gmail.com"
  797. },
  798. {
  799. "name": "Nicolas Grekas",
  800. "email": "p@tchwork.com"
  801. },
  802. {
  803. "name": "Symfony Community",
  804. "homepage": "https://symfony.com/contributors"
  805. }
  806. ],
  807. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  808. "homepage": "https://symfony.com",
  809. "keywords": [
  810. "compatibility",
  811. "polyfill",
  812. "portable",
  813. "shim"
  814. ],
  815. "support": {
  816. "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
  817. },
  818. "time": "2025-01-02T08:10:11+00:00"
  819. },
  820. {
  821. "name": "tencentcloud/common",
  822. "version": "3.0.1414",
  823. "dist": {
  824. "type": "zip",
  825. "url": "https://mirrors.cloud.tencent.com/repository/composer/tencentcloud/common/3.0.1414/tencentcloud-common-3.0.1414.zip",
  826. "reference": "ffac45b9c3d40491933a2b28cd1ed866fb627844",
  827. "shasum": ""
  828. },
  829. "require": {
  830. "guzzlehttp/guzzle": "^6.3||^7.0",
  831. "php": ">=5.6.0"
  832. },
  833. "type": "library",
  834. "autoload": {
  835. "psr-4": {
  836. "TencentCloud\\": "./src/TencentCloud"
  837. }
  838. },
  839. "license": [
  840. "Apache-2.0"
  841. ],
  842. "authors": [
  843. {
  844. "name": "tencentcloudapi",
  845. "email": "tencentcloudapi@tencent.com",
  846. "homepage": "https://cloud.tencent.com/document/sdk/PHP",
  847. "role": "Developer"
  848. }
  849. ],
  850. "description": "TencentCloudApi php sdk",
  851. "homepage": "https://github.com/tencentcloud-sdk-php/common",
  852. "support": {
  853. "issues": "https://github.com/tencentcloud-sdk-php/common/issues",
  854. "source": "https://github.com/tencentcloud-sdk-php/common/tree/3.0.1414"
  855. },
  856. "time": "2025-07-05T15:39:42+00:00"
  857. },
  858. {
  859. "name": "tencentcloud/sms",
  860. "version": "3.0.1414",
  861. "dist": {
  862. "type": "zip",
  863. "url": "https://mirrors.cloud.tencent.com/repository/composer/tencentcloud/sms/3.0.1414/tencentcloud-sms-3.0.1414.zip",
  864. "reference": "563413941f063c5e8ab19b3fc8465393fb34112f",
  865. "shasum": ""
  866. },
  867. "require": {
  868. "tencentcloud/common": "3.0.1414"
  869. },
  870. "type": "library",
  871. "autoload": {
  872. "psr-4": {
  873. "TencentCloud\\": "./src/TencentCloud"
  874. }
  875. },
  876. "license": [
  877. "Apache-2.0"
  878. ],
  879. "authors": [
  880. {
  881. "name": "tencentcloudapi",
  882. "email": "tencentcloudapi@tencent.com",
  883. "homepage": "https://github.com/tencentcloud-sdk-php/sms",
  884. "role": "Developer"
  885. }
  886. ],
  887. "description": "TencentCloudApi php sdk sms",
  888. "homepage": "https://github.com/tencentcloud-sdk-php/sms",
  889. "support": {
  890. "issues": "https://github.com/tencentcloud-sdk-php/sms/issues",
  891. "source": "https://github.com/tencentcloud-sdk-php/sms/tree/3.0.1414"
  892. },
  893. "time": "2025-07-05T16:21:59+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. "platform-dev": {},
  904. "plugin-api-version": "2.6.0"
  905. }