composer.lock 35 KB

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