Sen descrición

composer.lock 39KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121
  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": "972d5f37c97d6a688bc084d56a25d074",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.1.9",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  20. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  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.9"
  100. },
  101. "funding": [
  102. {
  103. "url": "https://offset.earth/frankdejonge",
  104. "type": "other"
  105. }
  106. ],
  107. "time": "2021-12-09T09:40:50+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.9.0",
  169. "source": {
  170. "type": "git",
  171. "url": "https://github.com/thephpleague/mime-type-detection.git",
  172. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
  173. },
  174. "dist": {
  175. "type": "zip",
  176. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
  177. "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
  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.9.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": "2021-11-21T11:48:40+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.2",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/php-fig/container.git",
  289. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  294. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  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.4.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.2"
  334. },
  335. "time": "2021-11-05T16:50:12+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.0.12",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/top-think/framework.git",
  515. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/top-think/framework/zipball/e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  520. "reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c",
  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. "league/flysystem": "^1.1.4",
  533. "league/flysystem-cached-adapter": "^1.0",
  534. "php": ">=7.2.5",
  535. "psr/container": "~1.0",
  536. "psr/http-message": "^1.0",
  537. "psr/log": "~1.0",
  538. "psr/simple-cache": "^1.0",
  539. "topthink/think-helper": "^3.1.1",
  540. "topthink/think-orm": "^2.0"
  541. },
  542. "require-dev": {
  543. "guzzlehttp/psr7": "^2.1.0",
  544. "mikey179/vfsstream": "^1.6",
  545. "mockery/mockery": "^1.2",
  546. "phpunit/phpunit": "^7.0"
  547. },
  548. "type": "library",
  549. "autoload": {
  550. "files": [],
  551. "psr-4": {
  552. "think\\": "src/think/"
  553. }
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "Apache-2.0"
  558. ],
  559. "authors": [
  560. {
  561. "name": "liu21st",
  562. "email": "liu21st@gmail.com"
  563. },
  564. {
  565. "name": "yunwuxin",
  566. "email": "448901948@qq.com"
  567. }
  568. ],
  569. "description": "The ThinkPHP Framework.",
  570. "homepage": "http://thinkphp.cn/",
  571. "keywords": [
  572. "framework",
  573. "orm",
  574. "thinkphp"
  575. ],
  576. "support": {
  577. "issues": "https://github.com/top-think/framework/issues",
  578. "source": "https://github.com/top-think/framework/tree/v6.0.12"
  579. },
  580. "time": "2022-01-21T06:31:07+00:00"
  581. },
  582. {
  583. "name": "topthink/think-helper",
  584. "version": "v3.1.6",
  585. "source": {
  586. "type": "git",
  587. "url": "https://github.com/top-think/think-helper.git",
  588. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  589. },
  590. "dist": {
  591. "type": "zip",
  592. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  593. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  594. "shasum": "",
  595. "mirrors": [
  596. {
  597. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  598. "preferred": true
  599. }
  600. ]
  601. },
  602. "require": {
  603. "php": ">=7.1.0"
  604. },
  605. "require-dev": {
  606. "phpunit/phpunit": "^9.5"
  607. },
  608. "type": "library",
  609. "autoload": {
  610. "files": [
  611. "src/helper.php"
  612. ],
  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 Helper Package",
  628. "support": {
  629. "issues": "https://github.com/top-think/think-helper/issues",
  630. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  631. },
  632. "time": "2021-12-15T04:27:55+00:00"
  633. },
  634. {
  635. "name": "topthink/think-orm",
  636. "version": "v2.0.52",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/top-think/think-orm.git",
  640. "reference": "407a60658f37fc57422ab95a9922c6f69af90f46"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/top-think/think-orm/zipball/407a60658f37fc57422ab95a9922c6f69af90f46",
  645. "reference": "407a60658f37fc57422ab95a9922c6f69af90f46",
  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. "ext-json": "*",
  656. "ext-pdo": "*",
  657. "php": ">=7.1.0",
  658. "psr/log": "~1.0",
  659. "psr/simple-cache": "^1.0",
  660. "topthink/think-helper": "^3.1"
  661. },
  662. "require-dev": {
  663. "phpunit/phpunit": "^7|^8|^9.5"
  664. },
  665. "type": "library",
  666. "autoload": {
  667. "files": [
  668. "stubs/load_stubs.php"
  669. ],
  670. "psr-4": {
  671. "think\\": "src"
  672. }
  673. },
  674. "notification-url": "https://packagist.org/downloads/",
  675. "license": [
  676. "Apache-2.0"
  677. ],
  678. "authors": [
  679. {
  680. "name": "liu21st",
  681. "email": "liu21st@gmail.com"
  682. }
  683. ],
  684. "description": "think orm",
  685. "keywords": [
  686. "database",
  687. "orm"
  688. ],
  689. "support": {
  690. "issues": "https://github.com/top-think/think-orm/issues",
  691. "source": "https://github.com/top-think/think-orm/tree/v2.0.52"
  692. },
  693. "time": "2022-01-25T06:00:05+00:00"
  694. }
  695. ],
  696. "packages-dev": [
  697. {
  698. "name": "symfony/polyfill-mbstring",
  699. "version": "v1.25.0",
  700. "source": {
  701. "type": "git",
  702. "url": "https://github.com/symfony/polyfill-mbstring.git",
  703. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  704. },
  705. "dist": {
  706. "type": "zip",
  707. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  708. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  709. "shasum": "",
  710. "mirrors": [
  711. {
  712. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  713. "preferred": true
  714. }
  715. ]
  716. },
  717. "require": {
  718. "php": ">=7.1"
  719. },
  720. "provide": {
  721. "ext-mbstring": "*"
  722. },
  723. "suggest": {
  724. "ext-mbstring": "For best performance"
  725. },
  726. "type": "library",
  727. "extra": {
  728. "branch-alias": {
  729. "dev-main": "1.23-dev"
  730. },
  731. "thanks": {
  732. "name": "symfony/polyfill",
  733. "url": "https://github.com/symfony/polyfill"
  734. }
  735. },
  736. "autoload": {
  737. "files": [
  738. "bootstrap.php"
  739. ],
  740. "psr-4": {
  741. "Symfony\\Polyfill\\Mbstring\\": ""
  742. }
  743. },
  744. "notification-url": "https://packagist.org/downloads/",
  745. "license": [
  746. "MIT"
  747. ],
  748. "authors": [
  749. {
  750. "name": "Nicolas Grekas",
  751. "email": "p@tchwork.com"
  752. },
  753. {
  754. "name": "Symfony Community",
  755. "homepage": "https://symfony.com/contributors"
  756. }
  757. ],
  758. "description": "Symfony polyfill for the Mbstring extension",
  759. "homepage": "https://symfony.com",
  760. "keywords": [
  761. "compatibility",
  762. "mbstring",
  763. "polyfill",
  764. "portable",
  765. "shim"
  766. ],
  767. "support": {
  768. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
  769. },
  770. "funding": [
  771. {
  772. "url": "https://symfony.com/sponsor",
  773. "type": "custom"
  774. },
  775. {
  776. "url": "https://github.com/fabpot",
  777. "type": "github"
  778. },
  779. {
  780. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  781. "type": "tidelift"
  782. }
  783. ],
  784. "time": "2021-11-30T18:21:41+00:00"
  785. },
  786. {
  787. "name": "symfony/polyfill-php72",
  788. "version": "v1.25.0",
  789. "source": {
  790. "type": "git",
  791. "url": "https://github.com/symfony/polyfill-php72.git",
  792. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  793. },
  794. "dist": {
  795. "type": "zip",
  796. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  797. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  798. "shasum": "",
  799. "mirrors": [
  800. {
  801. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  802. "preferred": true
  803. }
  804. ]
  805. },
  806. "require": {
  807. "php": ">=7.1"
  808. },
  809. "type": "library",
  810. "extra": {
  811. "branch-alias": {
  812. "dev-main": "1.23-dev"
  813. },
  814. "thanks": {
  815. "name": "symfony/polyfill",
  816. "url": "https://github.com/symfony/polyfill"
  817. }
  818. },
  819. "autoload": {
  820. "files": [
  821. "bootstrap.php"
  822. ],
  823. "psr-4": {
  824. "Symfony\\Polyfill\\Php72\\": ""
  825. }
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Nicolas Grekas",
  834. "email": "p@tchwork.com"
  835. },
  836. {
  837. "name": "Symfony Community",
  838. "homepage": "https://symfony.com/contributors"
  839. }
  840. ],
  841. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  842. "homepage": "https://symfony.com",
  843. "keywords": [
  844. "compatibility",
  845. "polyfill",
  846. "portable",
  847. "shim"
  848. ],
  849. "support": {
  850. "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
  851. },
  852. "funding": [
  853. {
  854. "url": "https://symfony.com/sponsor",
  855. "type": "custom"
  856. },
  857. {
  858. "url": "https://github.com/fabpot",
  859. "type": "github"
  860. },
  861. {
  862. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  863. "type": "tidelift"
  864. }
  865. ],
  866. "time": "2021-05-27T09:17:38+00:00"
  867. },
  868. {
  869. "name": "symfony/polyfill-php80",
  870. "version": "v1.25.0",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/symfony/polyfill-php80.git",
  874. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  879. "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
  880. "shasum": "",
  881. "mirrors": [
  882. {
  883. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  884. "preferred": true
  885. }
  886. ]
  887. },
  888. "require": {
  889. "php": ">=7.1"
  890. },
  891. "type": "library",
  892. "extra": {
  893. "branch-alias": {
  894. "dev-main": "1.23-dev"
  895. },
  896. "thanks": {
  897. "name": "symfony/polyfill",
  898. "url": "https://github.com/symfony/polyfill"
  899. }
  900. },
  901. "autoload": {
  902. "files": [
  903. "bootstrap.php"
  904. ],
  905. "psr-4": {
  906. "Symfony\\Polyfill\\Php80\\": ""
  907. },
  908. "classmap": [
  909. "Resources/stubs"
  910. ]
  911. },
  912. "notification-url": "https://packagist.org/downloads/",
  913. "license": [
  914. "MIT"
  915. ],
  916. "authors": [
  917. {
  918. "name": "Ion Bazan",
  919. "email": "ion.bazan@gmail.com"
  920. },
  921. {
  922. "name": "Nicolas Grekas",
  923. "email": "p@tchwork.com"
  924. },
  925. {
  926. "name": "Symfony Community",
  927. "homepage": "https://symfony.com/contributors"
  928. }
  929. ],
  930. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  931. "homepage": "https://symfony.com",
  932. "keywords": [
  933. "compatibility",
  934. "polyfill",
  935. "portable",
  936. "shim"
  937. ],
  938. "support": {
  939. "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
  940. },
  941. "funding": [
  942. {
  943. "url": "https://symfony.com/sponsor",
  944. "type": "custom"
  945. },
  946. {
  947. "url": "https://github.com/fabpot",
  948. "type": "github"
  949. },
  950. {
  951. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  952. "type": "tidelift"
  953. }
  954. ],
  955. "time": "2022-03-04T08:16:47+00:00"
  956. },
  957. {
  958. "name": "symfony/var-dumper",
  959. "version": "v4.4.39",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/symfony/var-dumper.git",
  963. "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
  968. "reference": "35237c5e5dcb6593a46a860ba5b29c1d4683d80e",
  969. "shasum": "",
  970. "mirrors": [
  971. {
  972. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  973. "preferred": true
  974. }
  975. ]
  976. },
  977. "require": {
  978. "php": ">=7.1.3",
  979. "symfony/polyfill-mbstring": "~1.0",
  980. "symfony/polyfill-php72": "~1.5",
  981. "symfony/polyfill-php80": "^1.16"
  982. },
  983. "conflict": {
  984. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  985. "symfony/console": "<3.4"
  986. },
  987. "require-dev": {
  988. "ext-iconv": "*",
  989. "symfony/console": "^3.4|^4.0|^5.0",
  990. "symfony/process": "^4.4|^5.0",
  991. "twig/twig": "^1.43|^2.13|^3.0.4"
  992. },
  993. "suggest": {
  994. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  995. "ext-intl": "To show region name in time zone dump",
  996. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  997. },
  998. "bin": [
  999. "Resources/bin/var-dump-server"
  1000. ],
  1001. "type": "library",
  1002. "autoload": {
  1003. "files": [
  1004. "Resources/functions/dump.php"
  1005. ],
  1006. "psr-4": {
  1007. "Symfony\\Component\\VarDumper\\": ""
  1008. },
  1009. "exclude-from-classmap": [
  1010. "/Tests/"
  1011. ]
  1012. },
  1013. "notification-url": "https://packagist.org/downloads/",
  1014. "license": [
  1015. "MIT"
  1016. ],
  1017. "authors": [
  1018. {
  1019. "name": "Nicolas Grekas",
  1020. "email": "p@tchwork.com"
  1021. },
  1022. {
  1023. "name": "Symfony Community",
  1024. "homepage": "https://symfony.com/contributors"
  1025. }
  1026. ],
  1027. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1028. "homepage": "https://symfony.com",
  1029. "keywords": [
  1030. "debug",
  1031. "dump"
  1032. ],
  1033. "support": {
  1034. "source": "https://github.com/symfony/var-dumper/tree/v4.4.39"
  1035. },
  1036. "funding": [
  1037. {
  1038. "url": "https://symfony.com/sponsor",
  1039. "type": "custom"
  1040. },
  1041. {
  1042. "url": "https://github.com/fabpot",
  1043. "type": "github"
  1044. },
  1045. {
  1046. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1047. "type": "tidelift"
  1048. }
  1049. ],
  1050. "time": "2022-02-25T10:38:15+00:00"
  1051. },
  1052. {
  1053. "name": "topthink/think-trace",
  1054. "version": "v1.4",
  1055. "source": {
  1056. "type": "git",
  1057. "url": "https://github.com/top-think/think-trace.git",
  1058. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1059. },
  1060. "dist": {
  1061. "type": "zip",
  1062. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1063. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1064. "shasum": "",
  1065. "mirrors": [
  1066. {
  1067. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1068. "preferred": true
  1069. }
  1070. ]
  1071. },
  1072. "require": {
  1073. "php": ">=7.1.0",
  1074. "topthink/framework": "^6.0.0"
  1075. },
  1076. "type": "library",
  1077. "extra": {
  1078. "think": {
  1079. "services": [
  1080. "think\\trace\\Service"
  1081. ],
  1082. "config": {
  1083. "trace": "src/config.php"
  1084. }
  1085. }
  1086. },
  1087. "autoload": {
  1088. "psr-4": {
  1089. "think\\trace\\": "src"
  1090. }
  1091. },
  1092. "notification-url": "https://packagist.org/downloads/",
  1093. "license": [
  1094. "Apache-2.0"
  1095. ],
  1096. "authors": [
  1097. {
  1098. "name": "liu21st",
  1099. "email": "liu21st@gmail.com"
  1100. }
  1101. ],
  1102. "description": "thinkphp debug trace",
  1103. "support": {
  1104. "issues": "https://github.com/top-think/think-trace/issues",
  1105. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1106. },
  1107. "time": "2020-06-29T05:27:28+00:00"
  1108. }
  1109. ],
  1110. "aliases": [],
  1111. "minimum-stability": "stable",
  1112. "stability-flags": [],
  1113. "prefer-stable": false,
  1114. "prefer-lowest": false,
  1115. "platform": {
  1116. "php": ">=7.2.5"
  1117. },
  1118. "platform-dev": [],
  1119. "plugin-api-version": "2.0.0"
  1120. }