composer.lock 49 KB

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