installed.json 35 KB

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