installed.json 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. {
  2. "packages": [
  3. {
  4. "name": "guzzlehttp/guzzle",
  5. "version": "6.3.3",
  6. "version_normalized": "6.3.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/guzzle/guzzle.git",
  10. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://repo.huaweicloud.com/repository/php/guzzlehttp/guzzle/6.3.3/guzzlehttp-guzzle-6.3.3.zip",
  15. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "guzzlehttp/promises": "^1.0",
  20. "guzzlehttp/psr7": "^1.4",
  21. "php": ">=5.5"
  22. },
  23. "require-dev": {
  24. "ext-curl": "*",
  25. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  26. "psr/log": "^1.0"
  27. },
  28. "suggest": {
  29. "psr/log": "Required for using the Log middleware"
  30. },
  31. "time": "2018-04-22T15:46:56+00:00",
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "6.3-dev"
  36. }
  37. },
  38. "installation-source": "dist",
  39. "autoload": {
  40. "files": [
  41. "src/functions_include.php"
  42. ],
  43. "psr-4": {
  44. "GuzzleHttp\\": "src/"
  45. }
  46. },
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Michael Dowling",
  53. "email": "mtdowling@gmail.com",
  54. "homepage": "https://github.com/mtdowling"
  55. }
  56. ],
  57. "description": "Guzzle is a PHP HTTP client library",
  58. "homepage": "http://guzzlephp.org/",
  59. "keywords": [
  60. "client",
  61. "curl",
  62. "framework",
  63. "http",
  64. "http client",
  65. "rest",
  66. "web service"
  67. ],
  68. "install-path": "../guzzlehttp/guzzle"
  69. },
  70. {
  71. "name": "guzzlehttp/promises",
  72. "version": "v1.3.1",
  73. "version_normalized": "1.3.1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/guzzle/promises.git",
  77. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  82. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": ">=5.5.0"
  87. },
  88. "require-dev": {
  89. "phpunit/phpunit": "^4.0"
  90. },
  91. "time": "2016-12-20T10:07:11+00:00",
  92. "type": "library",
  93. "extra": {
  94. "branch-alias": {
  95. "dev-master": "1.4-dev"
  96. }
  97. },
  98. "installation-source": "dist",
  99. "autoload": {
  100. "psr-4": {
  101. "GuzzleHttp\\Promise\\": "src/"
  102. },
  103. "files": [
  104. "src/functions_include.php"
  105. ]
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Michael Dowling",
  114. "email": "mtdowling@gmail.com",
  115. "homepage": "https://github.com/mtdowling"
  116. }
  117. ],
  118. "description": "Guzzle promises library",
  119. "keywords": [
  120. "promise"
  121. ],
  122. "install-path": "../guzzlehttp/promises"
  123. },
  124. {
  125. "name": "guzzlehttp/psr7",
  126. "version": "1.4.2",
  127. "version_normalized": "1.4.2.0",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/guzzle/psr7.git",
  131. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  136. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.4.0",
  141. "psr/http-message": "~1.0"
  142. },
  143. "provide": {
  144. "psr/http-message-implementation": "1.0"
  145. },
  146. "require-dev": {
  147. "phpunit/phpunit": "~4.0"
  148. },
  149. "time": "2017-03-20T17:10:46+00:00",
  150. "type": "library",
  151. "extra": {
  152. "branch-alias": {
  153. "dev-master": "1.4-dev"
  154. }
  155. },
  156. "installation-source": "dist",
  157. "autoload": {
  158. "psr-4": {
  159. "GuzzleHttp\\Psr7\\": "src/"
  160. },
  161. "files": [
  162. "src/functions_include.php"
  163. ]
  164. },
  165. "notification-url": "https://packagist.org/downloads/",
  166. "license": [
  167. "MIT"
  168. ],
  169. "authors": [
  170. {
  171. "name": "Michael Dowling",
  172. "email": "mtdowling@gmail.com",
  173. "homepage": "https://github.com/mtdowling"
  174. },
  175. {
  176. "name": "Tobias Schultze",
  177. "homepage": "https://github.com/Tobion"
  178. }
  179. ],
  180. "description": "PSR-7 message implementation that also provides common utility methods",
  181. "keywords": [
  182. "http",
  183. "message",
  184. "request",
  185. "response",
  186. "stream",
  187. "uri",
  188. "url"
  189. ],
  190. "install-path": "../guzzlehttp/psr7"
  191. },
  192. {
  193. "name": "hashids/hashids",
  194. "version": "4.1.0",
  195. "version_normalized": "4.1.0.0",
  196. "source": {
  197. "type": "git",
  198. "url": "https://github.com/vinkla/hashids.git",
  199. "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
  200. },
  201. "dist": {
  202. "type": "zip",
  203. "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
  204. "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
  205. "shasum": "",
  206. "mirrors": [
  207. {
  208. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  209. "preferred": true
  210. }
  211. ]
  212. },
  213. "require": {
  214. "ext-mbstring": "*",
  215. "php": "^7.2 || ^8.0"
  216. },
  217. "require-dev": {
  218. "phpunit/phpunit": "^8.0 || ^9.4",
  219. "squizlabs/php_codesniffer": "^3.5"
  220. },
  221. "suggest": {
  222. "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
  223. "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
  224. },
  225. "time": "2020-11-26T19:24:33+00:00",
  226. "type": "library",
  227. "extra": {
  228. "branch-alias": {
  229. "dev-master": "4.1-dev"
  230. }
  231. },
  232. "installation-source": "dist",
  233. "autoload": {
  234. "psr-4": {
  235. "Hashids\\": "src/"
  236. }
  237. },
  238. "notification-url": "https://packagist.org/downloads/",
  239. "license": [
  240. "MIT"
  241. ],
  242. "authors": [
  243. {
  244. "name": "Ivan Akimov",
  245. "email": "ivan@barreleye.com"
  246. },
  247. {
  248. "name": "Vincent Klaiber",
  249. "email": "hello@doubledip.se"
  250. }
  251. ],
  252. "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
  253. "homepage": "https://hashids.org/php",
  254. "keywords": [
  255. "bitly",
  256. "decode",
  257. "encode",
  258. "hash",
  259. "hashid",
  260. "hashids",
  261. "ids",
  262. "obfuscate",
  263. "youtube"
  264. ],
  265. "support": {
  266. "issues": "https://github.com/vinkla/hashids/issues",
  267. "source": "https://github.com/vinkla/hashids/tree/4.1.0"
  268. },
  269. "install-path": "../hashids/hashids"
  270. },
  271. {
  272. "name": "huaweicloud/huaweicloud-sdk-php",
  273. "version": "3.0.56-rc",
  274. "version_normalized": "3.0.56.0-RC",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/huaweicloud/huaweicloud-sdk-php-v3.git",
  278. "reference": "cd5c6e0ae53ada7ca6c6d37171e506f0b880bad3"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://repo.huaweicloud.com/repository/php/huaweicloud/huaweicloud-sdk-php/3.0.56-rc/huaweicloud-huaweicloud-sdk-php-3.0.56-rc.zip",
  283. "reference": "cd5c6e0ae53ada7ca6c6d37171e506f0b880bad3",
  284. "shasum": ""
  285. },
  286. "require": {
  287. "guzzlehttp/guzzle": ">=6.3.0",
  288. "guzzlehttp/promises": ">=1.3.1",
  289. "guzzlehttp/psr7": ">=1.4.2",
  290. "monolog/monolog": ">=1.23.0",
  291. "php": ">=5.6.0",
  292. "psr/http-message": ">=1.0.1"
  293. },
  294. "time": "2022-08-15T06:40:59+00:00",
  295. "type": "library",
  296. "installation-source": "dist",
  297. "autoload": {
  298. "psr-4": {
  299. "HuaweiCloud\\SDK\\": "Services/",
  300. "HuaweiCloud\\SDK\\Core\\": "Core/src/"
  301. }
  302. },
  303. "license": [
  304. "Apache-2.0"
  305. ],
  306. "authors": [
  307. {
  308. "name": "HuaweiCloud_SDK",
  309. "email": "hwcloudsdk@huawei.com",
  310. "homepage": "https://sdkcenter.developer.huaweicloud.com/?language=PHP"
  311. }
  312. ],
  313. "description": "Huawei Cloud SDK for PHP",
  314. "keywords": [
  315. "api",
  316. "php",
  317. "rest",
  318. "sdk"
  319. ],
  320. "install-path": "../huaweicloud/huaweicloud-sdk-php"
  321. },
  322. {
  323. "name": "monolog/monolog",
  324. "version": "1.23.0",
  325. "version_normalized": "1.23.0.0",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/Seldaek/monolog.git",
  329. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  334. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "php": ">=5.3.0",
  339. "psr/log": "~1.0"
  340. },
  341. "provide": {
  342. "psr/log-implementation": "1.0.0"
  343. },
  344. "require-dev": {
  345. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  346. "doctrine/couchdb": "~1.0@dev",
  347. "graylog2/gelf-php": "~1.0",
  348. "jakub-onderka/php-parallel-lint": "0.9",
  349. "php-amqplib/php-amqplib": "~2.4",
  350. "php-console/php-console": "^3.1.3",
  351. "phpunit/phpunit": "~4.5",
  352. "phpunit/phpunit-mock-objects": "2.3.0",
  353. "ruflin/elastica": ">=0.90 <3.0",
  354. "sentry/sentry": "^0.13",
  355. "swiftmailer/swiftmailer": "^5.3|^6.0"
  356. },
  357. "suggest": {
  358. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  359. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  360. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  361. "ext-mongo": "Allow sending log messages to a MongoDB server",
  362. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  363. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  364. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  365. "php-console/php-console": "Allow sending log messages to Google Chrome",
  366. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  367. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  368. "sentry/sentry": "Allow sending log messages to a Sentry server"
  369. },
  370. "time": "2017-06-19T01:22:40+00:00",
  371. "type": "library",
  372. "extra": {
  373. "branch-alias": {
  374. "dev-master": "2.0.x-dev"
  375. }
  376. },
  377. "installation-source": "dist",
  378. "autoload": {
  379. "psr-4": {
  380. "Monolog\\": "src/Monolog"
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "MIT"
  386. ],
  387. "authors": [
  388. {
  389. "name": "Jordi Boggiano",
  390. "email": "j.boggiano@seld.be",
  391. "homepage": "http://seld.be"
  392. }
  393. ],
  394. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  395. "homepage": "http://github.com/Seldaek/monolog",
  396. "keywords": [
  397. "log",
  398. "logging",
  399. "psr-3"
  400. ],
  401. "install-path": "../monolog/monolog"
  402. },
  403. {
  404. "name": "overtrue/pinyin",
  405. "version": "3.0.6",
  406. "version_normalized": "3.0.6.0",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/overtrue/pinyin.git",
  410. "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
  415. "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
  416. "shasum": ""
  417. },
  418. "require": {
  419. "php": ">=5.3"
  420. },
  421. "require-dev": {
  422. "phpunit/phpunit": "~4.8"
  423. },
  424. "time": "2017-07-10T07:20:01+00:00",
  425. "type": "library",
  426. "installation-source": "dist",
  427. "autoload": {
  428. "psr-4": {
  429. "Overtrue\\Pinyin\\": "src/"
  430. }
  431. },
  432. "notification-url": "https://packagist.org/downloads/",
  433. "license": [
  434. "MIT"
  435. ],
  436. "authors": [
  437. {
  438. "name": "Carlos",
  439. "homepage": "http://github.com/overtrue"
  440. }
  441. ],
  442. "description": "Chinese to pinyin translator.",
  443. "homepage": "https://github.com/overtrue/pinyin",
  444. "keywords": [
  445. "Chinese",
  446. "Pinyin",
  447. "cn2pinyin"
  448. ],
  449. "install-path": "../overtrue/pinyin"
  450. },
  451. {
  452. "name": "phpmailer/phpmailer",
  453. "version": "v6.0.3",
  454. "version_normalized": "6.0.3.0",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/PHPMailer/PHPMailer.git",
  458. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  463. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "ext-ctype": "*",
  468. "ext-filter": "*",
  469. "php": ">=5.5.0"
  470. },
  471. "require-dev": {
  472. "doctrine/annotations": "1.2.*",
  473. "friendsofphp/php-cs-fixer": "^2.2",
  474. "phpdocumentor/phpdocumentor": "2.*",
  475. "phpunit/phpunit": "^4.8 || ^5.7",
  476. "zendframework/zend-eventmanager": "3.0.*",
  477. "zendframework/zend-i18n": "2.7.3",
  478. "zendframework/zend-serializer": "2.7.*"
  479. },
  480. "suggest": {
  481. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  482. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  483. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  484. "psr/log": "For optional PSR-3 debug logging",
  485. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  486. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  487. },
  488. "time": "2018-01-05T13:19:58+00:00",
  489. "type": "library",
  490. "installation-source": "dist",
  491. "autoload": {
  492. "psr-4": {
  493. "PHPMailer\\PHPMailer\\": "src/"
  494. }
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "LGPL-2.1"
  499. ],
  500. "authors": [
  501. {
  502. "name": "Jim Jagielski",
  503. "email": "jimjag@gmail.com"
  504. },
  505. {
  506. "name": "Marcus Bointon",
  507. "email": "phpmailer@synchromedia.co.uk"
  508. },
  509. {
  510. "name": "Andy Prevost",
  511. "email": "codeworxtech@users.sourceforge.net"
  512. },
  513. {
  514. "name": "Brent R. Matzelle"
  515. }
  516. ],
  517. "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
  518. "install-path": "../phpmailer/phpmailer"
  519. },
  520. {
  521. "name": "psr/http-message",
  522. "version": "1.0.1",
  523. "version_normalized": "1.0.1.0",
  524. "source": {
  525. "type": "git",
  526. "url": "https://github.com/php-fig/http-message.git",
  527. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  528. },
  529. "dist": {
  530. "type": "zip",
  531. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  532. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  533. "shasum": ""
  534. },
  535. "require": {
  536. "php": ">=5.3.0"
  537. },
  538. "time": "2016-08-06T14:39:51+00:00",
  539. "type": "library",
  540. "extra": {
  541. "branch-alias": {
  542. "dev-master": "1.0.x-dev"
  543. }
  544. },
  545. "installation-source": "dist",
  546. "autoload": {
  547. "psr-4": {
  548. "Psr\\Http\\Message\\": "src/"
  549. }
  550. },
  551. "notification-url": "https://packagist.org/downloads/",
  552. "license": [
  553. "MIT"
  554. ],
  555. "authors": [
  556. {
  557. "name": "PHP-FIG",
  558. "homepage": "http://www.php-fig.org/"
  559. }
  560. ],
  561. "description": "Common interface for HTTP messages",
  562. "homepage": "https://github.com/php-fig/http-message",
  563. "keywords": [
  564. "http",
  565. "http-message",
  566. "psr",
  567. "psr-7",
  568. "request",
  569. "response"
  570. ],
  571. "install-path": "../psr/http-message"
  572. },
  573. {
  574. "name": "psr/log",
  575. "version": "1.0.2",
  576. "version_normalized": "1.0.2.0",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/php-fig/log.git",
  580. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  585. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "php": ">=5.3.0"
  590. },
  591. "time": "2016-10-10T12:19:37+00:00",
  592. "type": "library",
  593. "extra": {
  594. "branch-alias": {
  595. "dev-master": "1.0.x-dev"
  596. }
  597. },
  598. "installation-source": "dist",
  599. "autoload": {
  600. "psr-4": {
  601. "Psr\\Log\\": "Psr/Log/"
  602. }
  603. },
  604. "notification-url": "https://packagist.org/downloads/",
  605. "license": [
  606. "MIT"
  607. ],
  608. "authors": [
  609. {
  610. "name": "PHP-FIG",
  611. "homepage": "http://www.php-fig.org/"
  612. }
  613. ],
  614. "description": "Common interface for logging libraries",
  615. "homepage": "https://github.com/php-fig/log",
  616. "keywords": [
  617. "log",
  618. "psr",
  619. "psr-3"
  620. ],
  621. "install-path": "../psr/log"
  622. },
  623. {
  624. "name": "topthink/framework",
  625. "version": "v5.0.24",
  626. "version_normalized": "5.0.24.0",
  627. "source": {
  628. "type": "git",
  629. "url": "https://github.com/top-think/framework.git",
  630. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
  631. },
  632. "dist": {
  633. "type": "zip",
  634. "url": "https://repo.huaweicloud.com/repository/php/topthink/framework/v5.0.24/topthink-framework-v5.0.24.zip",
  635. "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
  636. "shasum": ""
  637. },
  638. "require": {
  639. "php": ">=5.4.0",
  640. "topthink/think-installer": "~1.0"
  641. },
  642. "require-dev": {
  643. "johnkary/phpunit-speedtrap": "^1.0",
  644. "mikey179/vfsstream": "~1.6",
  645. "phpdocumentor/reflection-docblock": "^2.0",
  646. "phploc/phploc": "2.*",
  647. "phpunit/phpunit": "4.8.*",
  648. "sebastian/phpcpd": "2.*"
  649. },
  650. "time": "2019-01-11T08:04:58+00:00",
  651. "type": "think-framework",
  652. "installation-source": "dist",
  653. "autoload": {
  654. "psr-4": {
  655. "think\\": "library/think"
  656. }
  657. },
  658. "license": [
  659. "Apache-2.0"
  660. ],
  661. "authors": [
  662. {
  663. "name": "liu21st",
  664. "email": "liu21st@gmail.com"
  665. }
  666. ],
  667. "description": "the new thinkphp framework",
  668. "homepage": "http://thinkphp.cn/",
  669. "keywords": [
  670. "framework",
  671. "orm",
  672. "thinkphp"
  673. ],
  674. "install-path": "../../thinkphp"
  675. },
  676. {
  677. "name": "topthink/think-captcha",
  678. "version": "v1.0.8",
  679. "version_normalized": "1.0.8.0",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/top-think/think-captcha.git",
  683. "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
  688. "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
  689. "shasum": "",
  690. "mirrors": [
  691. {
  692. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  693. "preferred": true
  694. }
  695. ]
  696. },
  697. "require": {
  698. "topthink/framework": "~5.0.0",
  699. "topthink/think-installer": ">=1.0.10"
  700. },
  701. "time": "2019-01-28T04:48:36+00:00",
  702. "type": "library",
  703. "installation-source": "dist",
  704. "autoload": {
  705. "files": [
  706. "src/helper.php"
  707. ],
  708. "psr-4": {
  709. "think\\captcha\\": "src/"
  710. }
  711. },
  712. "notification-url": "https://packagist.org/downloads/",
  713. "license": [
  714. "Apache-2.0"
  715. ],
  716. "authors": [
  717. {
  718. "name": "yunwuxin",
  719. "email": "448901948@qq.com"
  720. }
  721. ],
  722. "description": "captcha package for thinkphp5",
  723. "support": {
  724. "issues": "https://github.com/top-think/think-captcha/issues",
  725. "source": "https://github.com/top-think/think-captcha/tree/master"
  726. },
  727. "install-path": "../topthink/think-captcha"
  728. },
  729. {
  730. "name": "topthink/think-helper",
  731. "version": "v1.0.6",
  732. "version_normalized": "1.0.6.0",
  733. "source": {
  734. "type": "git",
  735. "url": "https://github.com/top-think/think-helper.git",
  736. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f"
  737. },
  738. "dist": {
  739. "type": "zip",
  740. "url": "https://api.github.com/repos/top-think/think-helper/zipball/0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  741. "reference": "0c99dc625b0d2d4124e1b6ca15a3ad6f0125963f",
  742. "shasum": ""
  743. },
  744. "time": "2017-04-05T07:15:37+00:00",
  745. "type": "library",
  746. "installation-source": "dist",
  747. "autoload": {
  748. "psr-4": {
  749. "think\\helper\\": "src"
  750. },
  751. "files": [
  752. "src/helper.php"
  753. ]
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "Apache-2.0"
  758. ],
  759. "authors": [
  760. {
  761. "name": "yunwuxin",
  762. "email": "448901948@qq.com"
  763. }
  764. ],
  765. "description": "The ThinkPHP5 Helper Package",
  766. "install-path": "../topthink/think-helper"
  767. },
  768. {
  769. "name": "topthink/think-installer",
  770. "version": "v1.0.14",
  771. "version_normalized": "1.0.14.0",
  772. "source": {
  773. "type": "git",
  774. "url": "https://github.com/top-think/think-installer.git",
  775. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1"
  776. },
  777. "dist": {
  778. "type": "zip",
  779. "url": "https://repo.huaweicloud.com/repository/php/topthink/think-installer/v1.0.14/topthink-think-installer-v1.0.14.zip",
  780. "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1",
  781. "shasum": ""
  782. },
  783. "require": {
  784. "composer-plugin-api": "^1.0||^2.0"
  785. },
  786. "require-dev": {
  787. "composer/composer": "^1.0||^2.0"
  788. },
  789. "time": "2021-03-25T08:34:02+00:00",
  790. "type": "composer-plugin",
  791. "extra": {
  792. "class": "think\\composer\\Plugin"
  793. },
  794. "installation-source": "dist",
  795. "autoload": {
  796. "psr-4": {
  797. "think\\composer\\": "src"
  798. }
  799. },
  800. "license": [
  801. "Apache-2.0"
  802. ],
  803. "authors": [
  804. {
  805. "name": "yunwuxin",
  806. "email": "448901948@qq.com"
  807. }
  808. ],
  809. "install-path": "../topthink/think-installer"
  810. },
  811. {
  812. "name": "topthink/think-queue",
  813. "version": "v1.1.4",
  814. "version_normalized": "1.1.4.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/top-think/think-queue.git",
  818. "reference": "ad709611d516e13d6760234bc98e91faa901cae8"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/top-think/think-queue/zipball/ad709611d516e13d6760234bc98e91faa901cae8",
  823. "reference": "ad709611d516e13d6760234bc98e91faa901cae8",
  824. "shasum": ""
  825. },
  826. "require": {
  827. "topthink/think-helper": ">=1.0.4",
  828. "topthink/think-installer": ">=1.0.10"
  829. },
  830. "time": "2017-06-25T00:49:56+00:00",
  831. "type": "think-extend",
  832. "extra": {
  833. "think-config": {
  834. "queue": "src/config.php"
  835. }
  836. },
  837. "installation-source": "dist",
  838. "autoload": {
  839. "psr-4": {
  840. "think\\": "src"
  841. },
  842. "files": [
  843. "src/common.php"
  844. ]
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "Apache-2.0"
  849. ],
  850. "authors": [
  851. {
  852. "name": "yunwuxin",
  853. "email": "448901948@qq.com"
  854. }
  855. ],
  856. "description": "The ThinkPHP5 Queue Package",
  857. "install-path": "../topthink/think-queue"
  858. },
  859. {
  860. "name": "workerman/gatewayclient",
  861. "version": "v3.0.10",
  862. "version_normalized": "3.0.10.0",
  863. "source": {
  864. "type": "git",
  865. "url": "https://github.com/walkor/GatewayClient.git",
  866. "reference": "85ffc1ee84ca303d9c4c5efc2f5235d5d7031601"
  867. },
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://api.github.com/repos/walkor/GatewayClient/zipball/85ffc1ee84ca303d9c4c5efc2f5235d5d7031601",
  871. "reference": "85ffc1ee84ca303d9c4c5efc2f5235d5d7031601",
  872. "shasum": ""
  873. },
  874. "time": "2018-06-08T03:57:05+00:00",
  875. "type": "library",
  876. "installation-source": "dist",
  877. "autoload": {
  878. "psr-4": {
  879. "GatewayClient\\": "./"
  880. }
  881. },
  882. "notification-url": "https://packagist.org/downloads/",
  883. "license": [
  884. "MIT"
  885. ],
  886. "homepage": "http://www.workerman.net",
  887. "install-path": "../workerman/gatewayclient"
  888. },
  889. {
  890. "name": "yurunsoft/pay-sdk",
  891. "version": "v3.1.6",
  892. "version_normalized": "3.1.6.0",
  893. "source": {
  894. "type": "git",
  895. "url": "https://github.com/Yurunsoft/PaySDK.git",
  896. "reference": "43aacd4577e579975006a47e656a1530806901a9"
  897. },
  898. "dist": {
  899. "type": "zip",
  900. "url": "https://api.github.com/repos/Yurunsoft/PaySDK/zipball/43aacd4577e579975006a47e656a1530806901a9",
  901. "reference": "43aacd4577e579975006a47e656a1530806901a9",
  902. "shasum": "",
  903. "mirrors": [
  904. {
  905. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  906. "preferred": true
  907. }
  908. ]
  909. },
  910. "require": {
  911. "php": ">=5.5",
  912. "yurunsoft/yurun-http": "~4.0|~5.0"
  913. },
  914. "require-dev": {
  915. "friendsofphp/php-cs-fixer": "2.18.3"
  916. },
  917. "time": "2024-02-08T05:14:12+00:00",
  918. "bin": [
  919. "src/Weixin/Tool/CertificateDownloader.php"
  920. ],
  921. "type": "library",
  922. "installation-source": "dist",
  923. "autoload": {
  924. "psr-4": {
  925. "Yurun\\PaySDK\\": "src/"
  926. }
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "MIT"
  931. ],
  932. "description": "PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。",
  933. "support": {
  934. "issues": "https://github.com/Yurunsoft/PaySDK/issues",
  935. "source": "https://github.com/Yurunsoft/PaySDK/tree/v3.1.6"
  936. },
  937. "install-path": "../yurunsoft/pay-sdk"
  938. },
  939. {
  940. "name": "yurunsoft/yurun-http",
  941. "version": "v5.0.1",
  942. "version_normalized": "5.0.1.0",
  943. "source": {
  944. "type": "git",
  945. "url": "https://github.com/Yurunsoft/YurunHttp.git",
  946. "reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce"
  947. },
  948. "dist": {
  949. "type": "zip",
  950. "url": "https://api.github.com/repos/Yurunsoft/YurunHttp/zipball/df62abcb81166f4fa1a1eca426cd0b6792b0edce",
  951. "reference": "df62abcb81166f4fa1a1eca426cd0b6792b0edce",
  952. "shasum": "",
  953. "mirrors": [
  954. {
  955. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  956. "preferred": true
  957. }
  958. ]
  959. },
  960. "require": {
  961. "php": ">=7.1",
  962. "psr/http-message": "~1.0|~2.0",
  963. "psr/log": "~1.0|~2.0|~3.0"
  964. },
  965. "require-dev": {
  966. "monolog/monolog": "*",
  967. "phpunit/phpunit": ">=4 <9.7",
  968. "swoole/ide-helper": "^4.5",
  969. "workerman/workerman": "^4.0"
  970. },
  971. "time": "2024-01-17T02:20:44+00:00",
  972. "type": "library",
  973. "installation-source": "dist",
  974. "autoload": {
  975. "psr-4": {
  976. "Yurun\\Util\\": "./src/"
  977. }
  978. },
  979. "notification-url": "https://packagist.org/downloads/",
  980. "license": [
  981. "MIT"
  982. ],
  983. "description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
  984. "support": {
  985. "issues": "https://github.com/Yurunsoft/YurunHttp/issues",
  986. "source": "https://github.com/Yurunsoft/YurunHttp/tree/v5.0.1"
  987. },
  988. "install-path": "../yurunsoft/yurun-http"
  989. }
  990. ],
  991. "dev": true,
  992. "dev-package-names": []
  993. }