installed.json 33 KB

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