composer.lock 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227
  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": "dd94061c596fec45ed08426e6d417237",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.10",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  20. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  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-fileinfo": "*",
  31. "league/mime-type-detection": "^1.3",
  32. "php": "^7.2.5 || ^8.0"
  33. },
  34. "conflict": {
  35. "league/flysystem-sftp": "<1.0.6"
  36. },
  37. "require-dev": {
  38. "phpspec/prophecy": "^1.11.1",
  39. "phpunit/phpunit": "^8.5.8"
  40. },
  41. "suggest": {
  42. "ext-ftp": "Allows you to use FTP server storage",
  43. "ext-openssl": "Allows you to use FTPS server storage",
  44. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  45. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  46. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  47. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  48. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  49. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  50. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  51. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  52. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  53. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  54. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  55. },
  56. "type": "library",
  57. "extra": {
  58. "branch-alias": {
  59. "dev-master": "1.1-dev"
  60. }
  61. },
  62. "autoload": {
  63. "psr-4": {
  64. "League\\Flysystem\\": "src/"
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "Frank de Jonge",
  74. "email": "info@frenky.net"
  75. }
  76. ],
  77. "description": "Filesystem abstraction: Many filesystems, one API.",
  78. "keywords": [
  79. "Cloud Files",
  80. "WebDAV",
  81. "abstraction",
  82. "aws",
  83. "cloud",
  84. "copy.com",
  85. "dropbox",
  86. "file systems",
  87. "files",
  88. "filesystem",
  89. "filesystems",
  90. "ftp",
  91. "rackspace",
  92. "remote",
  93. "s3",
  94. "sftp",
  95. "storage"
  96. ],
  97. "support": {
  98. "issues": "https://github.com/thephpleague/flysystem/issues",
  99. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2022-10-04T09:16:37+00:00"
  108. },
  109. {
  110. "name": "league/flysystem-cached-adapter",
  111. "version": "1.1.0",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  115. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  120. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  121. "shasum": "",
  122. "mirrors": [
  123. {
  124. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  125. "preferred": true
  126. }
  127. ]
  128. },
  129. "require": {
  130. "league/flysystem": "~1.0",
  131. "psr/cache": "^1.0.0"
  132. },
  133. "require-dev": {
  134. "mockery/mockery": "~0.9",
  135. "phpspec/phpspec": "^3.4",
  136. "phpunit/phpunit": "^5.7",
  137. "predis/predis": "~1.0",
  138. "tedivm/stash": "~0.12"
  139. },
  140. "suggest": {
  141. "ext-phpredis": "Pure C implemented extension for PHP"
  142. },
  143. "type": "library",
  144. "autoload": {
  145. "psr-4": {
  146. "League\\Flysystem\\Cached\\": "src/"
  147. }
  148. },
  149. "notification-url": "https://packagist.org/downloads/",
  150. "license": [
  151. "MIT"
  152. ],
  153. "authors": [
  154. {
  155. "name": "frankdejonge",
  156. "email": "info@frenky.net"
  157. }
  158. ],
  159. "description": "An adapter decorator to enable meta-data caching.",
  160. "support": {
  161. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  162. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  163. },
  164. "time": "2020-07-25T15:56:04+00:00"
  165. },
  166. {
  167. "name": "league/mime-type-detection",
  168. "version": "1.11.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/thephpleague/mime-type-detection.git",
  172. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  177. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  178. "shasum": "",
  179. "mirrors": [
  180. {
  181. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  182. "preferred": true
  183. }
  184. ]
  185. },
  186. "require": {
  187. "ext-fileinfo": "*",
  188. "php": "^7.2 || ^8.0"
  189. },
  190. "require-dev": {
  191. "friendsofphp/php-cs-fixer": "^3.2",
  192. "phpstan/phpstan": "^0.12.68",
  193. "phpunit/phpunit": "^8.5.8 || ^9.3"
  194. },
  195. "type": "library",
  196. "autoload": {
  197. "psr-4": {
  198. "League\\MimeTypeDetection\\": "src"
  199. }
  200. },
  201. "notification-url": "https://packagist.org/downloads/",
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Frank de Jonge",
  208. "email": "info@frankdejonge.nl"
  209. }
  210. ],
  211. "description": "Mime-type detection for Flysystem",
  212. "support": {
  213. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  214. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  215. },
  216. "funding": [
  217. {
  218. "url": "https://github.com/frankdejonge",
  219. "type": "github"
  220. },
  221. {
  222. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  223. "type": "tidelift"
  224. }
  225. ],
  226. "time": "2022-04-17T13:12:02+00:00"
  227. },
  228. {
  229. "name": "psr/cache",
  230. "version": "1.0.1",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/php-fig/cache.git",
  234. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  239. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  240. "shasum": "",
  241. "mirrors": [
  242. {
  243. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  244. "preferred": true
  245. }
  246. ]
  247. },
  248. "require": {
  249. "php": ">=5.3.0"
  250. },
  251. "type": "library",
  252. "extra": {
  253. "branch-alias": {
  254. "dev-master": "1.0.x-dev"
  255. }
  256. },
  257. "autoload": {
  258. "psr-4": {
  259. "Psr\\Cache\\": "src/"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "PHP-FIG",
  269. "homepage": "http://www.php-fig.org/"
  270. }
  271. ],
  272. "description": "Common interface for caching libraries",
  273. "keywords": [
  274. "cache",
  275. "psr",
  276. "psr-6"
  277. ],
  278. "support": {
  279. "source": "https://github.com/php-fig/cache/tree/master"
  280. },
  281. "time": "2016-08-06T20:24:11+00:00"
  282. },
  283. {
  284. "name": "psr/container",
  285. "version": "1.1.1",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  294. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  295. "shasum": "",
  296. "mirrors": [
  297. {
  298. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  299. "preferred": true
  300. }
  301. ]
  302. },
  303. "require": {
  304. "php": ">=7.2.0"
  305. },
  306. "type": "library",
  307. "autoload": {
  308. "psr-4": {
  309. "Psr\\Container\\": "src/"
  310. }
  311. },
  312. "notification-url": "https://packagist.org/downloads/",
  313. "license": [
  314. "MIT"
  315. ],
  316. "authors": [
  317. {
  318. "name": "PHP-FIG",
  319. "homepage": "https://www.php-fig.org/"
  320. }
  321. ],
  322. "description": "Common Container Interface (PHP FIG PSR-11)",
  323. "homepage": "https://github.com/php-fig/container",
  324. "keywords": [
  325. "PSR-11",
  326. "container",
  327. "container-interface",
  328. "container-interop",
  329. "psr"
  330. ],
  331. "support": {
  332. "issues": "https://github.com/php-fig/container/issues",
  333. "source": "https://github.com/php-fig/container/tree/1.1.1"
  334. },
  335. "time": "2021-03-05T17:36:06+00:00"
  336. },
  337. {
  338. "name": "psr/http-message",
  339. "version": "1.0.1",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/http-message.git",
  343. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  348. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  349. "shasum": "",
  350. "mirrors": [
  351. {
  352. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  353. "preferred": true
  354. }
  355. ]
  356. },
  357. "require": {
  358. "php": ">=5.3.0"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.0.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\Http\\Message\\": "src/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "http://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interface for HTTP messages",
  382. "homepage": "https://github.com/php-fig/http-message",
  383. "keywords": [
  384. "http",
  385. "http-message",
  386. "psr",
  387. "psr-7",
  388. "request",
  389. "response"
  390. ],
  391. "support": {
  392. "source": "https://github.com/php-fig/http-message/tree/master"
  393. },
  394. "time": "2016-08-06T14:39:51+00:00"
  395. },
  396. {
  397. "name": "psr/log",
  398. "version": "1.1.4",
  399. "source": {
  400. "type": "git",
  401. "url": "https://github.com/php-fig/log.git",
  402. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  403. },
  404. "dist": {
  405. "type": "zip",
  406. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  407. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  408. "shasum": "",
  409. "mirrors": [
  410. {
  411. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  412. "preferred": true
  413. }
  414. ]
  415. },
  416. "require": {
  417. "php": ">=5.3.0"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "1.1.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Psr\\Log\\": "Psr/Log/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "PHP-FIG",
  437. "homepage": "https://www.php-fig.org/"
  438. }
  439. ],
  440. "description": "Common interface for logging libraries",
  441. "homepage": "https://github.com/php-fig/log",
  442. "keywords": [
  443. "log",
  444. "psr",
  445. "psr-3"
  446. ],
  447. "support": {
  448. "source": "https://github.com/php-fig/log/tree/1.1.4"
  449. },
  450. "time": "2021-05-03T11:20:27+00:00"
  451. },
  452. {
  453. "name": "psr/simple-cache",
  454. "version": "1.0.1",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/php-fig/simple-cache.git",
  458. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  463. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  464. "shasum": "",
  465. "mirrors": [
  466. {
  467. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  468. "preferred": true
  469. }
  470. ]
  471. },
  472. "require": {
  473. "php": ">=5.3.0"
  474. },
  475. "type": "library",
  476. "extra": {
  477. "branch-alias": {
  478. "dev-master": "1.0.x-dev"
  479. }
  480. },
  481. "autoload": {
  482. "psr-4": {
  483. "Psr\\SimpleCache\\": "src/"
  484. }
  485. },
  486. "notification-url": "https://packagist.org/downloads/",
  487. "license": [
  488. "MIT"
  489. ],
  490. "authors": [
  491. {
  492. "name": "PHP-FIG",
  493. "homepage": "http://www.php-fig.org/"
  494. }
  495. ],
  496. "description": "Common interfaces for simple caching",
  497. "keywords": [
  498. "cache",
  499. "caching",
  500. "psr",
  501. "psr-16",
  502. "simple-cache"
  503. ],
  504. "support": {
  505. "source": "https://github.com/php-fig/simple-cache/tree/master"
  506. },
  507. "time": "2017-10-23T01:57:42+00:00"
  508. },
  509. {
  510. "name": "topthink/framework",
  511. "version": "v6.1.1",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/top-think/framework.git",
  515. "reference": "2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/top-think/framework/zipball/2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210",
  520. "reference": "2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "ext-json": "*",
  531. "ext-mbstring": "*",
  532. "php": ">=7.2.5",
  533. "psr/container": "~1.0",
  534. "psr/http-message": "^1.0",
  535. "psr/log": "~1.0",
  536. "psr/simple-cache": "^1.0",
  537. "topthink/think-helper": "^3.1.1",
  538. "topthink/think-orm": "^2.0"
  539. },
  540. "require-dev": {
  541. "guzzlehttp/psr7": "^2.1.0",
  542. "mikey179/vfsstream": "^1.6",
  543. "mockery/mockery": "^1.2",
  544. "phpunit/phpunit": "^7.0"
  545. },
  546. "type": "library",
  547. "autoload": {
  548. "files": [],
  549. "psr-4": {
  550. "think\\": "src/think/"
  551. }
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "Apache-2.0"
  556. ],
  557. "authors": [
  558. {
  559. "name": "liu21st",
  560. "email": "liu21st@gmail.com"
  561. },
  562. {
  563. "name": "yunwuxin",
  564. "email": "448901948@qq.com"
  565. }
  566. ],
  567. "description": "The ThinkPHP Framework.",
  568. "homepage": "http://thinkphp.cn/",
  569. "keywords": [
  570. "framework",
  571. "orm",
  572. "thinkphp"
  573. ],
  574. "support": {
  575. "issues": "https://github.com/top-think/framework/issues",
  576. "source": "https://github.com/top-think/framework/tree/v6.1.1"
  577. },
  578. "time": "2022-10-26T03:48:53+00:00"
  579. },
  580. {
  581. "name": "topthink/think-filesystem",
  582. "version": "v1.0.1",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/top-think/think-filesystem.git",
  586. "reference": "cfc510520db9bcd22d8d80f51d7e415a2f470af6"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/cfc510520db9bcd22d8d80f51d7e415a2f470af6",
  591. "reference": "cfc510520db9bcd22d8d80f51d7e415a2f470af6",
  592. "shasum": "",
  593. "mirrors": [
  594. {
  595. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  596. "preferred": true
  597. }
  598. ]
  599. },
  600. "require": {
  601. "league/flysystem": "^1.1.4",
  602. "league/flysystem-cached-adapter": "^1.0",
  603. "php": ">=7.2.5",
  604. "topthink/framework": "^6.1"
  605. },
  606. "require-dev": {
  607. "mikey179/vfsstream": "^1.6",
  608. "mockery/mockery": "^1.2",
  609. "phpunit/phpunit": "^8.0"
  610. },
  611. "type": "library",
  612. "autoload": {
  613. "psr-4": {
  614. "think\\": "src"
  615. }
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "Apache-2.0"
  620. ],
  621. "authors": [
  622. {
  623. "name": "yunwuxin",
  624. "email": "448901948@qq.com"
  625. }
  626. ],
  627. "description": "The ThinkPHP6.1 Filesystem Package",
  628. "support": {
  629. "issues": "https://github.com/top-think/think-filesystem/issues",
  630. "source": "https://github.com/top-think/think-filesystem/tree/v1.0.1"
  631. },
  632. "time": "2022-10-26T03:50:24+00:00"
  633. },
  634. {
  635. "name": "topthink/think-helper",
  636. "version": "v3.1.6",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/top-think/think-helper.git",
  640. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  645. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  646. "shasum": "",
  647. "mirrors": [
  648. {
  649. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  650. "preferred": true
  651. }
  652. ]
  653. },
  654. "require": {
  655. "php": ">=7.1.0"
  656. },
  657. "require-dev": {
  658. "phpunit/phpunit": "^9.5"
  659. },
  660. "type": "library",
  661. "autoload": {
  662. "files": [
  663. "src/helper.php"
  664. ],
  665. "psr-4": {
  666. "think\\": "src"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "Apache-2.0"
  672. ],
  673. "authors": [
  674. {
  675. "name": "yunwuxin",
  676. "email": "448901948@qq.com"
  677. }
  678. ],
  679. "description": "The ThinkPHP6 Helper Package",
  680. "support": {
  681. "issues": "https://github.com/top-think/think-helper/issues",
  682. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  683. },
  684. "time": "2021-12-15T04:27:55+00:00"
  685. },
  686. {
  687. "name": "topthink/think-multi-app",
  688. "version": "v1.0.15",
  689. "source": {
  690. "type": "git",
  691. "url": "https://github.com/top-think/think-multi-app.git",
  692. "reference": "387e0dac059c20f92cac5da41a871e10829c1c97"
  693. },
  694. "dist": {
  695. "type": "zip",
  696. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/387e0dac059c20f92cac5da41a871e10829c1c97",
  697. "reference": "387e0dac059c20f92cac5da41a871e10829c1c97",
  698. "shasum": "",
  699. "mirrors": [
  700. {
  701. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  702. "preferred": true
  703. }
  704. ]
  705. },
  706. "require": {
  707. "php": ">=7.1.0",
  708. "topthink/framework": "^6.0"
  709. },
  710. "type": "library",
  711. "extra": {
  712. "think": {
  713. "services": [
  714. "think\\app\\Service"
  715. ]
  716. }
  717. },
  718. "autoload": {
  719. "psr-4": {
  720. "think\\app\\": "src"
  721. }
  722. },
  723. "notification-url": "https://packagist.org/downloads/",
  724. "license": [
  725. "Apache-2.0"
  726. ],
  727. "authors": [
  728. {
  729. "name": "liu21st",
  730. "email": "liu21st@gmail.com"
  731. }
  732. ],
  733. "description": "thinkphp6 multi app support",
  734. "support": {
  735. "issues": "https://github.com/top-think/think-multi-app/issues",
  736. "source": "https://github.com/top-think/think-multi-app/tree/v1.0.15"
  737. },
  738. "time": "2022-10-26T08:03:06+00:00"
  739. },
  740. {
  741. "name": "topthink/think-orm",
  742. "version": "v2.0.54",
  743. "source": {
  744. "type": "git",
  745. "url": "https://github.com/top-think/think-orm.git",
  746. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
  747. },
  748. "dist": {
  749. "type": "zip",
  750. "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
  751. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
  752. "shasum": "",
  753. "mirrors": [
  754. {
  755. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  756. "preferred": true
  757. }
  758. ]
  759. },
  760. "require": {
  761. "ext-json": "*",
  762. "ext-pdo": "*",
  763. "php": ">=7.1.0",
  764. "psr/log": "^1.0|^2.0",
  765. "psr/simple-cache": "^1.0|^2.0",
  766. "topthink/think-helper": "^3.1"
  767. },
  768. "require-dev": {
  769. "phpunit/phpunit": "^7|^8|^9.5"
  770. },
  771. "type": "library",
  772. "autoload": {
  773. "files": [
  774. "stubs/load_stubs.php"
  775. ],
  776. "psr-4": {
  777. "think\\": "src"
  778. }
  779. },
  780. "notification-url": "https://packagist.org/downloads/",
  781. "license": [
  782. "Apache-2.0"
  783. ],
  784. "authors": [
  785. {
  786. "name": "liu21st",
  787. "email": "liu21st@gmail.com"
  788. }
  789. ],
  790. "description": "think orm",
  791. "keywords": [
  792. "database",
  793. "orm"
  794. ],
  795. "support": {
  796. "issues": "https://github.com/top-think/think-orm/issues",
  797. "source": "https://github.com/top-think/think-orm/tree/v2.0.54"
  798. },
  799. "time": "2022-07-05T05:25:51+00:00"
  800. }
  801. ],
  802. "packages-dev": [
  803. {
  804. "name": "symfony/polyfill-mbstring",
  805. "version": "v1.27.0",
  806. "source": {
  807. "type": "git",
  808. "url": "https://github.com/symfony/polyfill-mbstring.git",
  809. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  810. },
  811. "dist": {
  812. "type": "zip",
  813. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  814. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  815. "shasum": "",
  816. "mirrors": [
  817. {
  818. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  819. "preferred": true
  820. }
  821. ]
  822. },
  823. "require": {
  824. "php": ">=7.1"
  825. },
  826. "provide": {
  827. "ext-mbstring": "*"
  828. },
  829. "suggest": {
  830. "ext-mbstring": "For best performance"
  831. },
  832. "type": "library",
  833. "extra": {
  834. "branch-alias": {
  835. "dev-main": "1.27-dev"
  836. },
  837. "thanks": {
  838. "name": "symfony/polyfill",
  839. "url": "https://github.com/symfony/polyfill"
  840. }
  841. },
  842. "autoload": {
  843. "files": [
  844. "bootstrap.php"
  845. ],
  846. "psr-4": {
  847. "Symfony\\Polyfill\\Mbstring\\": ""
  848. }
  849. },
  850. "notification-url": "https://packagist.org/downloads/",
  851. "license": [
  852. "MIT"
  853. ],
  854. "authors": [
  855. {
  856. "name": "Nicolas Grekas",
  857. "email": "p@tchwork.com"
  858. },
  859. {
  860. "name": "Symfony Community",
  861. "homepage": "https://symfony.com/contributors"
  862. }
  863. ],
  864. "description": "Symfony polyfill for the Mbstring extension",
  865. "homepage": "https://symfony.com",
  866. "keywords": [
  867. "compatibility",
  868. "mbstring",
  869. "polyfill",
  870. "portable",
  871. "shim"
  872. ],
  873. "support": {
  874. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  875. },
  876. "funding": [
  877. {
  878. "url": "https://symfony.com/sponsor",
  879. "type": "custom"
  880. },
  881. {
  882. "url": "https://github.com/fabpot",
  883. "type": "github"
  884. },
  885. {
  886. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  887. "type": "tidelift"
  888. }
  889. ],
  890. "time": "2022-11-03T14:55:06+00:00"
  891. },
  892. {
  893. "name": "symfony/polyfill-php72",
  894. "version": "v1.27.0",
  895. "source": {
  896. "type": "git",
  897. "url": "https://github.com/symfony/polyfill-php72.git",
  898. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
  899. },
  900. "dist": {
  901. "type": "zip",
  902. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
  903. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
  904. "shasum": "",
  905. "mirrors": [
  906. {
  907. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  908. "preferred": true
  909. }
  910. ]
  911. },
  912. "require": {
  913. "php": ">=7.1"
  914. },
  915. "type": "library",
  916. "extra": {
  917. "branch-alias": {
  918. "dev-main": "1.27-dev"
  919. },
  920. "thanks": {
  921. "name": "symfony/polyfill",
  922. "url": "https://github.com/symfony/polyfill"
  923. }
  924. },
  925. "autoload": {
  926. "files": [
  927. "bootstrap.php"
  928. ],
  929. "psr-4": {
  930. "Symfony\\Polyfill\\Php72\\": ""
  931. }
  932. },
  933. "notification-url": "https://packagist.org/downloads/",
  934. "license": [
  935. "MIT"
  936. ],
  937. "authors": [
  938. {
  939. "name": "Nicolas Grekas",
  940. "email": "p@tchwork.com"
  941. },
  942. {
  943. "name": "Symfony Community",
  944. "homepage": "https://symfony.com/contributors"
  945. }
  946. ],
  947. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  948. "homepage": "https://symfony.com",
  949. "keywords": [
  950. "compatibility",
  951. "polyfill",
  952. "portable",
  953. "shim"
  954. ],
  955. "support": {
  956. "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
  957. },
  958. "funding": [
  959. {
  960. "url": "https://symfony.com/sponsor",
  961. "type": "custom"
  962. },
  963. {
  964. "url": "https://github.com/fabpot",
  965. "type": "github"
  966. },
  967. {
  968. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  969. "type": "tidelift"
  970. }
  971. ],
  972. "time": "2022-11-03T14:55:06+00:00"
  973. },
  974. {
  975. "name": "symfony/polyfill-php80",
  976. "version": "v1.27.0",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/symfony/polyfill-php80.git",
  980. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  985. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  986. "shasum": "",
  987. "mirrors": [
  988. {
  989. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  990. "preferred": true
  991. }
  992. ]
  993. },
  994. "require": {
  995. "php": ">=7.1"
  996. },
  997. "type": "library",
  998. "extra": {
  999. "branch-alias": {
  1000. "dev-main": "1.27-dev"
  1001. },
  1002. "thanks": {
  1003. "name": "symfony/polyfill",
  1004. "url": "https://github.com/symfony/polyfill"
  1005. }
  1006. },
  1007. "autoload": {
  1008. "files": [
  1009. "bootstrap.php"
  1010. ],
  1011. "psr-4": {
  1012. "Symfony\\Polyfill\\Php80\\": ""
  1013. },
  1014. "classmap": [
  1015. "Resources/stubs"
  1016. ]
  1017. },
  1018. "notification-url": "https://packagist.org/downloads/",
  1019. "license": [
  1020. "MIT"
  1021. ],
  1022. "authors": [
  1023. {
  1024. "name": "Ion Bazan",
  1025. "email": "ion.bazan@gmail.com"
  1026. },
  1027. {
  1028. "name": "Nicolas Grekas",
  1029. "email": "p@tchwork.com"
  1030. },
  1031. {
  1032. "name": "Symfony Community",
  1033. "homepage": "https://symfony.com/contributors"
  1034. }
  1035. ],
  1036. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1037. "homepage": "https://symfony.com",
  1038. "keywords": [
  1039. "compatibility",
  1040. "polyfill",
  1041. "portable",
  1042. "shim"
  1043. ],
  1044. "support": {
  1045. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  1046. },
  1047. "funding": [
  1048. {
  1049. "url": "https://symfony.com/sponsor",
  1050. "type": "custom"
  1051. },
  1052. {
  1053. "url": "https://github.com/fabpot",
  1054. "type": "github"
  1055. },
  1056. {
  1057. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1058. "type": "tidelift"
  1059. }
  1060. ],
  1061. "time": "2022-11-03T14:55:06+00:00"
  1062. },
  1063. {
  1064. "name": "symfony/var-dumper",
  1065. "version": "v4.4.47",
  1066. "source": {
  1067. "type": "git",
  1068. "url": "https://github.com/symfony/var-dumper.git",
  1069. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  1070. },
  1071. "dist": {
  1072. "type": "zip",
  1073. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  1074. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  1075. "shasum": "",
  1076. "mirrors": [
  1077. {
  1078. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1079. "preferred": true
  1080. }
  1081. ]
  1082. },
  1083. "require": {
  1084. "php": ">=7.1.3",
  1085. "symfony/polyfill-mbstring": "~1.0",
  1086. "symfony/polyfill-php72": "~1.5",
  1087. "symfony/polyfill-php80": "^1.16"
  1088. },
  1089. "conflict": {
  1090. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1091. "symfony/console": "<3.4"
  1092. },
  1093. "require-dev": {
  1094. "ext-iconv": "*",
  1095. "symfony/console": "^3.4|^4.0|^5.0",
  1096. "symfony/process": "^4.4|^5.0",
  1097. "twig/twig": "^1.43|^2.13|^3.0.4"
  1098. },
  1099. "suggest": {
  1100. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1101. "ext-intl": "To show region name in time zone dump",
  1102. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1103. },
  1104. "bin": [
  1105. "Resources/bin/var-dump-server"
  1106. ],
  1107. "type": "library",
  1108. "autoload": {
  1109. "files": [
  1110. "Resources/functions/dump.php"
  1111. ],
  1112. "psr-4": {
  1113. "Symfony\\Component\\VarDumper\\": ""
  1114. },
  1115. "exclude-from-classmap": [
  1116. "/Tests/"
  1117. ]
  1118. },
  1119. "notification-url": "https://packagist.org/downloads/",
  1120. "license": [
  1121. "MIT"
  1122. ],
  1123. "authors": [
  1124. {
  1125. "name": "Nicolas Grekas",
  1126. "email": "p@tchwork.com"
  1127. },
  1128. {
  1129. "name": "Symfony Community",
  1130. "homepage": "https://symfony.com/contributors"
  1131. }
  1132. ],
  1133. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1134. "homepage": "https://symfony.com",
  1135. "keywords": [
  1136. "debug",
  1137. "dump"
  1138. ],
  1139. "support": {
  1140. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  1141. },
  1142. "funding": [
  1143. {
  1144. "url": "https://symfony.com/sponsor",
  1145. "type": "custom"
  1146. },
  1147. {
  1148. "url": "https://github.com/fabpot",
  1149. "type": "github"
  1150. },
  1151. {
  1152. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1153. "type": "tidelift"
  1154. }
  1155. ],
  1156. "time": "2022-10-03T15:15:11+00:00"
  1157. },
  1158. {
  1159. "name": "topthink/think-trace",
  1160. "version": "v1.5",
  1161. "source": {
  1162. "type": "git",
  1163. "url": "https://github.com/top-think/think-trace.git",
  1164. "reference": "55027fd79abb744f32a3be8d9e1ccf873a3ca9b7"
  1165. },
  1166. "dist": {
  1167. "type": "zip",
  1168. "url": "https://api.github.com/repos/top-think/think-trace/zipball/55027fd79abb744f32a3be8d9e1ccf873a3ca9b7",
  1169. "reference": "55027fd79abb744f32a3be8d9e1ccf873a3ca9b7",
  1170. "shasum": "",
  1171. "mirrors": [
  1172. {
  1173. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1174. "preferred": true
  1175. }
  1176. ]
  1177. },
  1178. "require": {
  1179. "php": ">=7.1.0",
  1180. "topthink/framework": "^6.0"
  1181. },
  1182. "type": "library",
  1183. "extra": {
  1184. "think": {
  1185. "services": [
  1186. "think\\trace\\Service"
  1187. ],
  1188. "config": {
  1189. "trace": "src/config.php"
  1190. }
  1191. }
  1192. },
  1193. "autoload": {
  1194. "psr-4": {
  1195. "think\\trace\\": "src"
  1196. }
  1197. },
  1198. "notification-url": "https://packagist.org/downloads/",
  1199. "license": [
  1200. "Apache-2.0"
  1201. ],
  1202. "authors": [
  1203. {
  1204. "name": "liu21st",
  1205. "email": "liu21st@gmail.com"
  1206. }
  1207. ],
  1208. "description": "thinkphp debug trace",
  1209. "support": {
  1210. "issues": "https://github.com/top-think/think-trace/issues",
  1211. "source": "https://github.com/top-think/think-trace/tree/v1.5"
  1212. },
  1213. "time": "2022-10-26T07:56:45+00:00"
  1214. }
  1215. ],
  1216. "aliases": [],
  1217. "minimum-stability": "stable",
  1218. "stability-flags": [],
  1219. "prefer-stable": false,
  1220. "prefer-lowest": false,
  1221. "platform": {
  1222. "php": ">=7.2.5"
  1223. },
  1224. "platform-dev": [],
  1225. "plugin-api-version": "2.3.0"
  1226. }