composer.lock 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  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": "5b919be50435ace491734600e4e6fd26",
  8. "packages": [
  9. {
  10. "name": "guzzlehttp/guzzle",
  11. "version": "7.4.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/guzzle/guzzle.git",
  15. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  20. "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-json": "*",
  31. "guzzlehttp/promises": "^1.5",
  32. "guzzlehttp/psr7": "^1.9 || ^2.4",
  33. "php": "^7.2.5 || ^8.0",
  34. "psr/http-client": "^1.0",
  35. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  36. },
  37. "provide": {
  38. "psr/http-client-implementation": "1.0"
  39. },
  40. "require-dev": {
  41. "bamarni/composer-bin-plugin": "^1.4.1",
  42. "ext-curl": "*",
  43. "php-http/client-integration-tests": "^3.0",
  44. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  45. "psr/log": "^1.1 || ^2.0 || ^3.0"
  46. },
  47. "suggest": {
  48. "ext-curl": "Required for CURL handler support",
  49. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  50. "psr/log": "Required for using the Log middleware"
  51. },
  52. "type": "library",
  53. "extra": {
  54. "branch-alias": {
  55. "dev-master": "7.4-dev"
  56. }
  57. },
  58. "autoload": {
  59. "files": [
  60. "src/functions_include.php"
  61. ],
  62. "psr-4": {
  63. "GuzzleHttp\\": "src/"
  64. }
  65. },
  66. "notification-url": "https://packagist.org/downloads/",
  67. "license": [
  68. "MIT"
  69. ],
  70. "authors": [
  71. {
  72. "name": "Graham Campbell",
  73. "email": "hello@gjcampbell.co.uk",
  74. "homepage": "https://github.com/GrahamCampbell"
  75. },
  76. {
  77. "name": "Michael Dowling",
  78. "email": "mtdowling@gmail.com",
  79. "homepage": "https://github.com/mtdowling"
  80. },
  81. {
  82. "name": "Jeremy Lindblom",
  83. "email": "jeremeamia@gmail.com",
  84. "homepage": "https://github.com/jeremeamia"
  85. },
  86. {
  87. "name": "George Mponos",
  88. "email": "gmponos@gmail.com",
  89. "homepage": "https://github.com/gmponos"
  90. },
  91. {
  92. "name": "Tobias Nyholm",
  93. "email": "tobias.nyholm@gmail.com",
  94. "homepage": "https://github.com/Nyholm"
  95. },
  96. {
  97. "name": "Márk Sági-Kazár",
  98. "email": "mark.sagikazar@gmail.com",
  99. "homepage": "https://github.com/sagikazarmark"
  100. },
  101. {
  102. "name": "Tobias Schultze",
  103. "email": "webmaster@tubo-world.de",
  104. "homepage": "https://github.com/Tobion"
  105. }
  106. ],
  107. "description": "Guzzle is a PHP HTTP client library",
  108. "keywords": [
  109. "client",
  110. "curl",
  111. "framework",
  112. "http",
  113. "http client",
  114. "psr-18",
  115. "psr-7",
  116. "rest",
  117. "web service"
  118. ],
  119. "support": {
  120. "issues": "https://github.com/guzzle/guzzle/issues",
  121. "source": "https://github.com/guzzle/guzzle/tree/7.4.5"
  122. },
  123. "funding": [
  124. {
  125. "url": "https://github.com/GrahamCampbell",
  126. "type": "github"
  127. },
  128. {
  129. "url": "https://github.com/Nyholm",
  130. "type": "github"
  131. },
  132. {
  133. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  134. "type": "tidelift"
  135. }
  136. ],
  137. "time": "2022-06-20T22:16:13+00:00"
  138. },
  139. {
  140. "name": "guzzlehttp/promises",
  141. "version": "1.5.1",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/guzzle/promises.git",
  145. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  150. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  151. "shasum": "",
  152. "mirrors": [
  153. {
  154. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  155. "preferred": true
  156. }
  157. ]
  158. },
  159. "require": {
  160. "php": ">=5.5"
  161. },
  162. "require-dev": {
  163. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  164. },
  165. "type": "library",
  166. "extra": {
  167. "branch-alias": {
  168. "dev-master": "1.5-dev"
  169. }
  170. },
  171. "autoload": {
  172. "files": [
  173. "src/functions_include.php"
  174. ],
  175. "psr-4": {
  176. "GuzzleHttp\\Promise\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "authors": [
  184. {
  185. "name": "Graham Campbell",
  186. "email": "hello@gjcampbell.co.uk",
  187. "homepage": "https://github.com/GrahamCampbell"
  188. },
  189. {
  190. "name": "Michael Dowling",
  191. "email": "mtdowling@gmail.com",
  192. "homepage": "https://github.com/mtdowling"
  193. },
  194. {
  195. "name": "Tobias Nyholm",
  196. "email": "tobias.nyholm@gmail.com",
  197. "homepage": "https://github.com/Nyholm"
  198. },
  199. {
  200. "name": "Tobias Schultze",
  201. "email": "webmaster@tubo-world.de",
  202. "homepage": "https://github.com/Tobion"
  203. }
  204. ],
  205. "description": "Guzzle promises library",
  206. "keywords": [
  207. "promise"
  208. ],
  209. "support": {
  210. "issues": "https://github.com/guzzle/promises/issues",
  211. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  212. },
  213. "funding": [
  214. {
  215. "url": "https://github.com/GrahamCampbell",
  216. "type": "github"
  217. },
  218. {
  219. "url": "https://github.com/Nyholm",
  220. "type": "github"
  221. },
  222. {
  223. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  224. "type": "tidelift"
  225. }
  226. ],
  227. "time": "2021-10-22T20:56:57+00:00"
  228. },
  229. {
  230. "name": "guzzlehttp/psr7",
  231. "version": "2.4.0",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/guzzle/psr7.git",
  235. "reference": "13388f00956b1503577598873fffb5ae994b5737"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
  240. "reference": "13388f00956b1503577598873fffb5ae994b5737",
  241. "shasum": "",
  242. "mirrors": [
  243. {
  244. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  245. "preferred": true
  246. }
  247. ]
  248. },
  249. "require": {
  250. "php": "^7.2.5 || ^8.0",
  251. "psr/http-factory": "^1.0",
  252. "psr/http-message": "^1.0",
  253. "ralouphie/getallheaders": "^3.0"
  254. },
  255. "provide": {
  256. "psr/http-factory-implementation": "1.0",
  257. "psr/http-message-implementation": "1.0"
  258. },
  259. "require-dev": {
  260. "bamarni/composer-bin-plugin": "^1.4.1",
  261. "http-interop/http-factory-tests": "^0.9",
  262. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  263. },
  264. "suggest": {
  265. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  266. },
  267. "type": "library",
  268. "extra": {
  269. "branch-alias": {
  270. "dev-master": "2.4-dev"
  271. }
  272. },
  273. "autoload": {
  274. "psr-4": {
  275. "GuzzleHttp\\Psr7\\": "src/"
  276. }
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  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": "George Mponos",
  295. "email": "gmponos@gmail.com",
  296. "homepage": "https://github.com/gmponos"
  297. },
  298. {
  299. "name": "Tobias Nyholm",
  300. "email": "tobias.nyholm@gmail.com",
  301. "homepage": "https://github.com/Nyholm"
  302. },
  303. {
  304. "name": "Márk Sági-Kazár",
  305. "email": "mark.sagikazar@gmail.com",
  306. "homepage": "https://github.com/sagikazarmark"
  307. },
  308. {
  309. "name": "Tobias Schultze",
  310. "email": "webmaster@tubo-world.de",
  311. "homepage": "https://github.com/Tobion"
  312. },
  313. {
  314. "name": "Márk Sági-Kazár",
  315. "email": "mark.sagikazar@gmail.com",
  316. "homepage": "https://sagikazarmark.hu"
  317. }
  318. ],
  319. "description": "PSR-7 message implementation that also provides common utility methods",
  320. "keywords": [
  321. "http",
  322. "message",
  323. "psr-7",
  324. "request",
  325. "response",
  326. "stream",
  327. "uri",
  328. "url"
  329. ],
  330. "support": {
  331. "issues": "https://github.com/guzzle/psr7/issues",
  332. "source": "https://github.com/guzzle/psr7/tree/2.4.0"
  333. },
  334. "funding": [
  335. {
  336. "url": "https://github.com/GrahamCampbell",
  337. "type": "github"
  338. },
  339. {
  340. "url": "https://github.com/Nyholm",
  341. "type": "github"
  342. },
  343. {
  344. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  345. "type": "tidelift"
  346. }
  347. ],
  348. "time": "2022-06-20T21:43:11+00:00"
  349. },
  350. {
  351. "name": "psr/http-client",
  352. "version": "1.0.1",
  353. "source": {
  354. "type": "git",
  355. "url": "https://github.com/php-fig/http-client.git",
  356. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  357. },
  358. "dist": {
  359. "type": "zip",
  360. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  361. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  362. "shasum": "",
  363. "mirrors": [
  364. {
  365. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  366. "preferred": true
  367. }
  368. ]
  369. },
  370. "require": {
  371. "php": "^7.0 || ^8.0",
  372. "psr/http-message": "^1.0"
  373. },
  374. "type": "library",
  375. "extra": {
  376. "branch-alias": {
  377. "dev-master": "1.0.x-dev"
  378. }
  379. },
  380. "autoload": {
  381. "psr-4": {
  382. "Psr\\Http\\Client\\": "src/"
  383. }
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "PHP-FIG",
  392. "homepage": "http://www.php-fig.org/"
  393. }
  394. ],
  395. "description": "Common interface for HTTP clients",
  396. "homepage": "https://github.com/php-fig/http-client",
  397. "keywords": [
  398. "http",
  399. "http-client",
  400. "psr",
  401. "psr-18"
  402. ],
  403. "support": {
  404. "source": "https://github.com/php-fig/http-client/tree/master"
  405. },
  406. "time": "2020-06-29T06:28:15+00:00"
  407. },
  408. {
  409. "name": "psr/http-factory",
  410. "version": "1.0.1",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/php-fig/http-factory.git",
  414. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  419. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  420. "shasum": "",
  421. "mirrors": [
  422. {
  423. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  424. "preferred": true
  425. }
  426. ]
  427. },
  428. "require": {
  429. "php": ">=7.0.0",
  430. "psr/http-message": "^1.0"
  431. },
  432. "type": "library",
  433. "extra": {
  434. "branch-alias": {
  435. "dev-master": "1.0.x-dev"
  436. }
  437. },
  438. "autoload": {
  439. "psr-4": {
  440. "Psr\\Http\\Message\\": "src/"
  441. }
  442. },
  443. "notification-url": "https://packagist.org/downloads/",
  444. "license": [
  445. "MIT"
  446. ],
  447. "authors": [
  448. {
  449. "name": "PHP-FIG",
  450. "homepage": "http://www.php-fig.org/"
  451. }
  452. ],
  453. "description": "Common interfaces for PSR-7 HTTP message factories",
  454. "keywords": [
  455. "factory",
  456. "http",
  457. "message",
  458. "psr",
  459. "psr-17",
  460. "psr-7",
  461. "request",
  462. "response"
  463. ],
  464. "support": {
  465. "source": "https://github.com/php-fig/http-factory/tree/master"
  466. },
  467. "time": "2019-04-30T12:38:16+00:00"
  468. },
  469. {
  470. "name": "psr/http-message",
  471. "version": "1.0.1",
  472. "source": {
  473. "type": "git",
  474. "url": "https://github.com/php-fig/http-message.git",
  475. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  476. },
  477. "dist": {
  478. "type": "zip",
  479. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  480. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  481. "shasum": "",
  482. "mirrors": [
  483. {
  484. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  485. "preferred": true
  486. }
  487. ]
  488. },
  489. "require": {
  490. "php": ">=5.3.0"
  491. },
  492. "type": "library",
  493. "extra": {
  494. "branch-alias": {
  495. "dev-master": "1.0.x-dev"
  496. }
  497. },
  498. "autoload": {
  499. "psr-4": {
  500. "Psr\\Http\\Message\\": "src/"
  501. }
  502. },
  503. "notification-url": "https://packagist.org/downloads/",
  504. "license": [
  505. "MIT"
  506. ],
  507. "authors": [
  508. {
  509. "name": "PHP-FIG",
  510. "homepage": "http://www.php-fig.org/"
  511. }
  512. ],
  513. "description": "Common interface for HTTP messages",
  514. "homepage": "https://github.com/php-fig/http-message",
  515. "keywords": [
  516. "http",
  517. "http-message",
  518. "psr",
  519. "psr-7",
  520. "request",
  521. "response"
  522. ],
  523. "support": {
  524. "source": "https://github.com/php-fig/http-message/tree/master"
  525. },
  526. "time": "2016-08-06T14:39:51+00:00"
  527. },
  528. {
  529. "name": "ralouphie/getallheaders",
  530. "version": "3.0.3",
  531. "source": {
  532. "type": "git",
  533. "url": "https://github.com/ralouphie/getallheaders.git",
  534. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  535. },
  536. "dist": {
  537. "type": "zip",
  538. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  539. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  540. "shasum": "",
  541. "mirrors": [
  542. {
  543. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  544. "preferred": true
  545. }
  546. ]
  547. },
  548. "require": {
  549. "php": ">=5.6"
  550. },
  551. "require-dev": {
  552. "php-coveralls/php-coveralls": "^2.1",
  553. "phpunit/phpunit": "^5 || ^6.5"
  554. },
  555. "type": "library",
  556. "autoload": {
  557. "files": [
  558. "src/getallheaders.php"
  559. ]
  560. },
  561. "notification-url": "https://packagist.org/downloads/",
  562. "license": [
  563. "MIT"
  564. ],
  565. "authors": [
  566. {
  567. "name": "Ralph Khattar",
  568. "email": "ralph.khattar@gmail.com"
  569. }
  570. ],
  571. "description": "A polyfill for getallheaders.",
  572. "support": {
  573. "issues": "https://github.com/ralouphie/getallheaders/issues",
  574. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  575. },
  576. "time": "2019-03-08T08:55:37+00:00"
  577. },
  578. {
  579. "name": "symfony/deprecation-contracts",
  580. "version": "v2.5.2",
  581. "source": {
  582. "type": "git",
  583. "url": "https://github.com/symfony/deprecation-contracts.git",
  584. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  585. },
  586. "dist": {
  587. "type": "zip",
  588. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  589. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  590. "shasum": "",
  591. "mirrors": [
  592. {
  593. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  594. "preferred": true
  595. }
  596. ]
  597. },
  598. "require": {
  599. "php": ">=7.1"
  600. },
  601. "type": "library",
  602. "extra": {
  603. "branch-alias": {
  604. "dev-main": "2.5-dev"
  605. },
  606. "thanks": {
  607. "name": "symfony/contracts",
  608. "url": "https://github.com/symfony/contracts"
  609. }
  610. },
  611. "autoload": {
  612. "files": [
  613. "function.php"
  614. ]
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "MIT"
  619. ],
  620. "authors": [
  621. {
  622. "name": "Nicolas Grekas",
  623. "email": "p@tchwork.com"
  624. },
  625. {
  626. "name": "Symfony Community",
  627. "homepage": "https://symfony.com/contributors"
  628. }
  629. ],
  630. "description": "A generic function and convention to trigger deprecation notices",
  631. "homepage": "https://symfony.com",
  632. "support": {
  633. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  634. },
  635. "funding": [
  636. {
  637. "url": "https://symfony.com/sponsor",
  638. "type": "custom"
  639. },
  640. {
  641. "url": "https://github.com/fabpot",
  642. "type": "github"
  643. },
  644. {
  645. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  646. "type": "tidelift"
  647. }
  648. ],
  649. "time": "2022-01-02T09:53:40+00:00"
  650. },
  651. {
  652. "name": "tencentcloud/tencentcloud-sdk-php",
  653. "version": "3.0.679",
  654. "source": {
  655. "type": "git",
  656. "url": "https://github.com/TencentCloud/tencentcloud-sdk-php.git",
  657. "reference": "eb6c0f411a44009b1cd51fb45912a51056e394d2"
  658. },
  659. "dist": {
  660. "type": "zip",
  661. "url": "https://api.github.com/repos/TencentCloud/tencentcloud-sdk-php/zipball/eb6c0f411a44009b1cd51fb45912a51056e394d2",
  662. "reference": "eb6c0f411a44009b1cd51fb45912a51056e394d2",
  663. "shasum": "",
  664. "mirrors": [
  665. {
  666. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  667. "preferred": true
  668. }
  669. ]
  670. },
  671. "require": {
  672. "guzzlehttp/guzzle": "^6.3 || ^7.0",
  673. "php": ">=5.6.0"
  674. },
  675. "type": "library",
  676. "autoload": {
  677. "psr-4": {
  678. "TencentCloud\\": "./src/TencentCloud"
  679. },
  680. "classmap": [
  681. "src/QcloudApi/QcloudApi.php"
  682. ]
  683. },
  684. "notification-url": "https://packagist.org/downloads/",
  685. "license": [
  686. "Apache-2.0"
  687. ],
  688. "authors": [
  689. {
  690. "name": "coolli",
  691. "email": "tencentcloudapi@tencent.com",
  692. "homepage": "https://cloud.tencent.com/document/sdk/PHP",
  693. "role": "Developer"
  694. }
  695. ],
  696. "description": "TencentCloudApi php sdk",
  697. "homepage": "https://github.com/TencentCloud/tencentcloud-sdk-php",
  698. "support": {
  699. "issues": "https://github.com/TencentCloud/tencentcloud-sdk-php/issues",
  700. "source": "https://github.com/TencentCloud/tencentcloud-sdk-php/tree/3.0.679"
  701. },
  702. "time": "2022-07-25T22:41:08+00:00"
  703. },
  704. {
  705. "name": "topthink/framework",
  706. "version": "v5.1.41",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/top-think/framework.git",
  710. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  715. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  716. "shasum": "",
  717. "mirrors": [
  718. {
  719. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  720. "preferred": true
  721. }
  722. ]
  723. },
  724. "require": {
  725. "php": ">=5.6.0",
  726. "topthink/think-installer": "2.*"
  727. },
  728. "require-dev": {
  729. "johnkary/phpunit-speedtrap": "^1.0",
  730. "mikey179/vfsstream": "~1.6",
  731. "phpdocumentor/reflection-docblock": "^2.0",
  732. "phploc/phploc": "2.*",
  733. "phpunit/phpunit": "^5.0|^6.0",
  734. "sebastian/phpcpd": "2.*",
  735. "squizlabs/php_codesniffer": "2.*"
  736. },
  737. "type": "think-framework",
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "Apache-2.0"
  741. ],
  742. "authors": [
  743. {
  744. "name": "liu21st",
  745. "email": "liu21st@gmail.com"
  746. },
  747. {
  748. "name": "yunwuxin",
  749. "email": "448901948@qq.com"
  750. }
  751. ],
  752. "description": "the new thinkphp framework",
  753. "homepage": "http://thinkphp.cn/",
  754. "keywords": [
  755. "framework",
  756. "orm",
  757. "thinkphp"
  758. ],
  759. "support": {
  760. "issues": "https://github.com/top-think/framework/issues",
  761. "source": "https://github.com/top-think/framework/tree/v5.1.41"
  762. },
  763. "time": "2021-01-11T02:51:29+00:00"
  764. },
  765. {
  766. "name": "topthink/think-installer",
  767. "version": "v2.0.5",
  768. "source": {
  769. "type": "git",
  770. "url": "https://github.com/top-think/think-installer.git",
  771. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  772. },
  773. "dist": {
  774. "type": "zip",
  775. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  776. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  777. "shasum": "",
  778. "mirrors": [
  779. {
  780. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  781. "preferred": true
  782. }
  783. ]
  784. },
  785. "require": {
  786. "composer-plugin-api": "^1.0||^2.0"
  787. },
  788. "require-dev": {
  789. "composer/composer": "^1.0||^2.0"
  790. },
  791. "type": "composer-plugin",
  792. "extra": {
  793. "class": "think\\composer\\Plugin"
  794. },
  795. "autoload": {
  796. "psr-4": {
  797. "think\\composer\\": "src"
  798. }
  799. },
  800. "notification-url": "https://packagist.org/downloads/",
  801. "license": [
  802. "Apache-2.0"
  803. ],
  804. "authors": [
  805. {
  806. "name": "yunwuxin",
  807. "email": "448901948@qq.com"
  808. }
  809. ],
  810. "support": {
  811. "issues": "https://github.com/top-think/think-installer/issues",
  812. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  813. },
  814. "time": "2021-01-14T12:12:14+00:00"
  815. }
  816. ],
  817. "packages-dev": [],
  818. "aliases": [],
  819. "minimum-stability": "stable",
  820. "stability-flags": [],
  821. "prefer-stable": false,
  822. "prefer-lowest": false,
  823. "platform": {
  824. "php": ">=5.6.0"
  825. },
  826. "platform-dev": [],
  827. "plugin-api-version": "2.1.0"
  828. }