composer.lock 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  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": "35d09aa8e1e0710404eb10be0742fece",
  8. "packages": [
  9. {
  10. "name": "ezyang/htmlpurifier",
  11. "version": "v4.13.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ezyang/htmlpurifier.git",
  15. "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
  20. "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
  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. "php": ">=5.2"
  31. },
  32. "require-dev": {
  33. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  34. },
  35. "type": "library",
  36. "autoload": {
  37. "psr-0": {
  38. "HTMLPurifier": "library/"
  39. },
  40. "files": [
  41. "library/HTMLPurifier.composer.php"
  42. ],
  43. "exclude-from-classmap": [
  44. "/library/HTMLPurifier/Language/"
  45. ]
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "LGPL-2.1-or-later"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Edward Z. Yang",
  54. "email": "admin@htmlpurifier.org",
  55. "homepage": "http://ezyang.com"
  56. }
  57. ],
  58. "description": "Standards compliant HTML filter written in PHP",
  59. "homepage": "http://htmlpurifier.org/",
  60. "keywords": [
  61. "html"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  65. "source": "https://github.com/ezyang/htmlpurifier/tree/master"
  66. },
  67. "time": "2020-06-29T00:56:53+00:00"
  68. },
  69. {
  70. "name": "league/flysystem",
  71. "version": "1.1.3",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/thephpleague/flysystem.git",
  75. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
  80. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
  81. "shasum": "",
  82. "mirrors": [
  83. {
  84. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  85. "preferred": true
  86. }
  87. ]
  88. },
  89. "require": {
  90. "ext-fileinfo": "*",
  91. "league/mime-type-detection": "^1.3",
  92. "php": "^7.2.5 || ^8.0"
  93. },
  94. "conflict": {
  95. "league/flysystem-sftp": "<1.0.6"
  96. },
  97. "require-dev": {
  98. "phpspec/prophecy": "^1.11.1",
  99. "phpunit/phpunit": "^8.5.8"
  100. },
  101. "suggest": {
  102. "ext-fileinfo": "Required for MimeType",
  103. "ext-ftp": "Allows you to use FTP server storage",
  104. "ext-openssl": "Allows you to use FTPS server storage",
  105. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  106. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  107. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  108. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  109. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  110. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  111. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  112. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  113. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  114. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  115. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  116. },
  117. "type": "library",
  118. "extra": {
  119. "branch-alias": {
  120. "dev-master": "1.1-dev"
  121. }
  122. },
  123. "autoload": {
  124. "psr-4": {
  125. "League\\Flysystem\\": "src/"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "Frank de Jonge",
  135. "email": "info@frenky.net"
  136. }
  137. ],
  138. "description": "Filesystem abstraction: Many filesystems, one API.",
  139. "keywords": [
  140. "Cloud Files",
  141. "WebDAV",
  142. "abstraction",
  143. "aws",
  144. "cloud",
  145. "copy.com",
  146. "dropbox",
  147. "file systems",
  148. "files",
  149. "filesystem",
  150. "filesystems",
  151. "ftp",
  152. "rackspace",
  153. "remote",
  154. "s3",
  155. "sftp",
  156. "storage"
  157. ],
  158. "support": {
  159. "issues": "https://github.com/thephpleague/flysystem/issues",
  160. "source": "https://github.com/thephpleague/flysystem/tree/1.x"
  161. },
  162. "funding": [
  163. {
  164. "url": "https://offset.earth/frankdejonge",
  165. "type": "other"
  166. }
  167. ],
  168. "time": "2020-08-23T07:39:11+00:00"
  169. },
  170. {
  171. "name": "league/flysystem-cached-adapter",
  172. "version": "1.1.0",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  176. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  181. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  182. "shasum": "",
  183. "mirrors": [
  184. {
  185. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  186. "preferred": true
  187. }
  188. ]
  189. },
  190. "require": {
  191. "league/flysystem": "~1.0",
  192. "psr/cache": "^1.0.0"
  193. },
  194. "require-dev": {
  195. "mockery/mockery": "~0.9",
  196. "phpspec/phpspec": "^3.4",
  197. "phpunit/phpunit": "^5.7",
  198. "predis/predis": "~1.0",
  199. "tedivm/stash": "~0.12"
  200. },
  201. "suggest": {
  202. "ext-phpredis": "Pure C implemented extension for PHP"
  203. },
  204. "type": "library",
  205. "autoload": {
  206. "psr-4": {
  207. "League\\Flysystem\\Cached\\": "src/"
  208. }
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "frankdejonge",
  217. "email": "info@frenky.net"
  218. }
  219. ],
  220. "description": "An adapter decorator to enable meta-data caching.",
  221. "support": {
  222. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  223. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  224. },
  225. "time": "2020-07-25T15:56:04+00:00"
  226. },
  227. {
  228. "name": "league/mime-type-detection",
  229. "version": "1.7.0",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/thephpleague/mime-type-detection.git",
  233. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  238. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  239. "shasum": "",
  240. "mirrors": [
  241. {
  242. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  243. "preferred": true
  244. }
  245. ]
  246. },
  247. "require": {
  248. "ext-fileinfo": "*",
  249. "php": "^7.2 || ^8.0"
  250. },
  251. "require-dev": {
  252. "friendsofphp/php-cs-fixer": "^2.18",
  253. "phpstan/phpstan": "^0.12.68",
  254. "phpunit/phpunit": "^8.5.8 || ^9.3"
  255. },
  256. "type": "library",
  257. "autoload": {
  258. "psr-4": {
  259. "League\\MimeTypeDetection\\": "src"
  260. }
  261. },
  262. "notification-url": "https://packagist.org/downloads/",
  263. "license": [
  264. "MIT"
  265. ],
  266. "authors": [
  267. {
  268. "name": "Frank de Jonge",
  269. "email": "info@frankdejonge.nl"
  270. }
  271. ],
  272. "description": "Mime-type detection for Flysystem",
  273. "support": {
  274. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  275. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  276. },
  277. "funding": [
  278. {
  279. "url": "https://github.com/frankdejonge",
  280. "type": "github"
  281. },
  282. {
  283. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  284. "type": "tidelift"
  285. }
  286. ],
  287. "time": "2021-01-18T20:58:21+00:00"
  288. },
  289. {
  290. "name": "maennchen/zipstream-php",
  291. "version": "2.1.0",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  295. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  300. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  301. "shasum": "",
  302. "mirrors": [
  303. {
  304. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  305. "preferred": true
  306. }
  307. ]
  308. },
  309. "require": {
  310. "myclabs/php-enum": "^1.5",
  311. "php": ">= 7.1",
  312. "psr/http-message": "^1.0",
  313. "symfony/polyfill-mbstring": "^1.0"
  314. },
  315. "require-dev": {
  316. "ext-zip": "*",
  317. "guzzlehttp/guzzle": ">= 6.3",
  318. "mikey179/vfsstream": "^1.6",
  319. "phpunit/phpunit": ">= 7.5"
  320. },
  321. "type": "library",
  322. "autoload": {
  323. "psr-4": {
  324. "ZipStream\\": "src/"
  325. }
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "MIT"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Paul Duncan",
  334. "email": "pabs@pablotron.org"
  335. },
  336. {
  337. "name": "Jonatan Männchen",
  338. "email": "jonatan@maennchen.ch"
  339. },
  340. {
  341. "name": "Jesse Donat",
  342. "email": "donatj@gmail.com"
  343. },
  344. {
  345. "name": "András Kolesár",
  346. "email": "kolesar@kolesar.hu"
  347. }
  348. ],
  349. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  350. "keywords": [
  351. "stream",
  352. "zip"
  353. ],
  354. "support": {
  355. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  356. "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
  357. },
  358. "funding": [
  359. {
  360. "url": "https://opencollective.com/zipstream",
  361. "type": "open_collective"
  362. }
  363. ],
  364. "time": "2020-05-30T13:11:16+00:00"
  365. },
  366. {
  367. "name": "markbaker/complex",
  368. "version": "2.0.3",
  369. "source": {
  370. "type": "git",
  371. "url": "https://github.com/MarkBaker/PHPComplex.git",
  372. "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
  377. "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
  378. "shasum": "",
  379. "mirrors": [
  380. {
  381. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  382. "preferred": true
  383. }
  384. ]
  385. },
  386. "require": {
  387. "php": "^7.2 || ^8.0"
  388. },
  389. "require-dev": {
  390. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  391. "phpcompatibility/php-compatibility": "^9.0",
  392. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  393. "squizlabs/php_codesniffer": "^3.4"
  394. },
  395. "type": "library",
  396. "autoload": {
  397. "psr-4": {
  398. "Complex\\": "classes/src/"
  399. },
  400. "files": [
  401. "classes/src/functions/abs.php",
  402. "classes/src/functions/acos.php",
  403. "classes/src/functions/acosh.php",
  404. "classes/src/functions/acot.php",
  405. "classes/src/functions/acoth.php",
  406. "classes/src/functions/acsc.php",
  407. "classes/src/functions/acsch.php",
  408. "classes/src/functions/argument.php",
  409. "classes/src/functions/asec.php",
  410. "classes/src/functions/asech.php",
  411. "classes/src/functions/asin.php",
  412. "classes/src/functions/asinh.php",
  413. "classes/src/functions/atan.php",
  414. "classes/src/functions/atanh.php",
  415. "classes/src/functions/conjugate.php",
  416. "classes/src/functions/cos.php",
  417. "classes/src/functions/cosh.php",
  418. "classes/src/functions/cot.php",
  419. "classes/src/functions/coth.php",
  420. "classes/src/functions/csc.php",
  421. "classes/src/functions/csch.php",
  422. "classes/src/functions/exp.php",
  423. "classes/src/functions/inverse.php",
  424. "classes/src/functions/ln.php",
  425. "classes/src/functions/log2.php",
  426. "classes/src/functions/log10.php",
  427. "classes/src/functions/negative.php",
  428. "classes/src/functions/pow.php",
  429. "classes/src/functions/rho.php",
  430. "classes/src/functions/sec.php",
  431. "classes/src/functions/sech.php",
  432. "classes/src/functions/sin.php",
  433. "classes/src/functions/sinh.php",
  434. "classes/src/functions/sqrt.php",
  435. "classes/src/functions/tan.php",
  436. "classes/src/functions/tanh.php",
  437. "classes/src/functions/theta.php",
  438. "classes/src/operations/add.php",
  439. "classes/src/operations/subtract.php",
  440. "classes/src/operations/multiply.php",
  441. "classes/src/operations/divideby.php",
  442. "classes/src/operations/divideinto.php"
  443. ]
  444. },
  445. "notification-url": "https://packagist.org/downloads/",
  446. "license": [
  447. "MIT"
  448. ],
  449. "authors": [
  450. {
  451. "name": "Mark Baker",
  452. "email": "mark@lange.demon.co.uk"
  453. }
  454. ],
  455. "description": "PHP Class for working with complex numbers",
  456. "homepage": "https://github.com/MarkBaker/PHPComplex",
  457. "keywords": [
  458. "complex",
  459. "mathematics"
  460. ],
  461. "support": {
  462. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  463. "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
  464. },
  465. "time": "2021-06-02T09:44:11+00:00"
  466. },
  467. {
  468. "name": "markbaker/matrix",
  469. "version": "2.1.3",
  470. "source": {
  471. "type": "git",
  472. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  473. "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
  474. },
  475. "dist": {
  476. "type": "zip",
  477. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
  478. "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
  479. "shasum": "",
  480. "mirrors": [
  481. {
  482. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  483. "preferred": true
  484. }
  485. ]
  486. },
  487. "require": {
  488. "php": "^7.1 || ^8.0"
  489. },
  490. "require-dev": {
  491. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  492. "phpcompatibility/php-compatibility": "^9.0",
  493. "phpdocumentor/phpdocumentor": "2.*",
  494. "phploc/phploc": "^4.0",
  495. "phpmd/phpmd": "2.*",
  496. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  497. "sebastian/phpcpd": "^4.0",
  498. "squizlabs/php_codesniffer": "^3.4"
  499. },
  500. "type": "library",
  501. "autoload": {
  502. "psr-4": {
  503. "Matrix\\": "classes/src/"
  504. },
  505. "files": [
  506. "classes/src/Functions/adjoint.php",
  507. "classes/src/Functions/antidiagonal.php",
  508. "classes/src/Functions/cofactors.php",
  509. "classes/src/Functions/determinant.php",
  510. "classes/src/Functions/diagonal.php",
  511. "classes/src/Functions/identity.php",
  512. "classes/src/Functions/inverse.php",
  513. "classes/src/Functions/minors.php",
  514. "classes/src/Functions/trace.php",
  515. "classes/src/Functions/transpose.php",
  516. "classes/src/Operations/add.php",
  517. "classes/src/Operations/directsum.php",
  518. "classes/src/Operations/subtract.php",
  519. "classes/src/Operations/multiply.php",
  520. "classes/src/Operations/divideby.php",
  521. "classes/src/Operations/divideinto.php"
  522. ]
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "Mark Baker",
  531. "email": "mark@demon-angel.eu"
  532. }
  533. ],
  534. "description": "PHP Class for working with matrices",
  535. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  536. "keywords": [
  537. "mathematics",
  538. "matrix",
  539. "vector"
  540. ],
  541. "support": {
  542. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  543. "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
  544. },
  545. "time": "2021-05-25T15:42:17+00:00"
  546. },
  547. {
  548. "name": "myclabs/php-enum",
  549. "version": "1.7.7",
  550. "source": {
  551. "type": "git",
  552. "url": "https://github.com/myclabs/php-enum.git",
  553. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
  554. },
  555. "dist": {
  556. "type": "zip",
  557. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
  558. "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
  559. "shasum": "",
  560. "mirrors": [
  561. {
  562. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  563. "preferred": true
  564. }
  565. ]
  566. },
  567. "require": {
  568. "ext-json": "*",
  569. "php": ">=7.1"
  570. },
  571. "require-dev": {
  572. "phpunit/phpunit": "^7",
  573. "squizlabs/php_codesniffer": "1.*",
  574. "vimeo/psalm": "^3.8"
  575. },
  576. "type": "library",
  577. "autoload": {
  578. "psr-4": {
  579. "MyCLabs\\Enum\\": "src/"
  580. }
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "PHP Enum contributors",
  589. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  590. }
  591. ],
  592. "description": "PHP Enum implementation",
  593. "homepage": "http://github.com/myclabs/php-enum",
  594. "keywords": [
  595. "enum"
  596. ],
  597. "support": {
  598. "issues": "https://github.com/myclabs/php-enum/issues",
  599. "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
  600. },
  601. "funding": [
  602. {
  603. "url": "https://github.com/mnapoli",
  604. "type": "github"
  605. },
  606. {
  607. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  608. "type": "tidelift"
  609. }
  610. ],
  611. "time": "2020-11-14T18:14:52+00:00"
  612. },
  613. {
  614. "name": "phpoffice/phpspreadsheet",
  615. "version": "1.18.0",
  616. "source": {
  617. "type": "git",
  618. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  619. "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
  620. },
  621. "dist": {
  622. "type": "zip",
  623. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
  624. "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
  625. "shasum": "",
  626. "mirrors": [
  627. {
  628. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  629. "preferred": true
  630. }
  631. ]
  632. },
  633. "require": {
  634. "ext-ctype": "*",
  635. "ext-dom": "*",
  636. "ext-fileinfo": "*",
  637. "ext-gd": "*",
  638. "ext-iconv": "*",
  639. "ext-libxml": "*",
  640. "ext-mbstring": "*",
  641. "ext-simplexml": "*",
  642. "ext-xml": "*",
  643. "ext-xmlreader": "*",
  644. "ext-xmlwriter": "*",
  645. "ext-zip": "*",
  646. "ext-zlib": "*",
  647. "ezyang/htmlpurifier": "^4.13",
  648. "maennchen/zipstream-php": "^2.1",
  649. "markbaker/complex": "^2.0",
  650. "markbaker/matrix": "^2.0",
  651. "php": "^7.2 || ^8.0",
  652. "psr/http-client": "^1.0",
  653. "psr/http-factory": "^1.0",
  654. "psr/simple-cache": "^1.0"
  655. },
  656. "require-dev": {
  657. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  658. "dompdf/dompdf": "^1.0",
  659. "friendsofphp/php-cs-fixer": "^2.18",
  660. "jpgraph/jpgraph": "^4.0",
  661. "mpdf/mpdf": "^8.0",
  662. "phpcompatibility/php-compatibility": "^9.3",
  663. "phpstan/phpstan": "^0.12.82",
  664. "phpstan/phpstan-phpunit": "^0.12.18",
  665. "phpunit/phpunit": "^8.5",
  666. "squizlabs/php_codesniffer": "^3.5",
  667. "tecnickcom/tcpdf": "^6.3"
  668. },
  669. "suggest": {
  670. "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
  671. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  672. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  673. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
  674. },
  675. "type": "library",
  676. "autoload": {
  677. "psr-4": {
  678. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  679. }
  680. },
  681. "notification-url": "https://packagist.org/downloads/",
  682. "license": [
  683. "MIT"
  684. ],
  685. "authors": [
  686. {
  687. "name": "Maarten Balliauw",
  688. "homepage": "https://blog.maartenballiauw.be"
  689. },
  690. {
  691. "name": "Mark Baker",
  692. "homepage": "https://markbakeruk.net"
  693. },
  694. {
  695. "name": "Franck Lefevre",
  696. "homepage": "https://rootslabs.net"
  697. },
  698. {
  699. "name": "Erik Tilt"
  700. },
  701. {
  702. "name": "Adrien Crivelli"
  703. }
  704. ],
  705. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  706. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  707. "keywords": [
  708. "OpenXML",
  709. "excel",
  710. "gnumeric",
  711. "ods",
  712. "php",
  713. "spreadsheet",
  714. "xls",
  715. "xlsx"
  716. ],
  717. "support": {
  718. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  719. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
  720. },
  721. "time": "2021-05-31T18:21:15+00:00"
  722. },
  723. {
  724. "name": "psr/cache",
  725. "version": "1.0.1",
  726. "source": {
  727. "type": "git",
  728. "url": "https://github.com/php-fig/cache.git",
  729. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  730. },
  731. "dist": {
  732. "type": "zip",
  733. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  734. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  735. "shasum": "",
  736. "mirrors": [
  737. {
  738. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  739. "preferred": true
  740. }
  741. ]
  742. },
  743. "require": {
  744. "php": ">=5.3.0"
  745. },
  746. "type": "library",
  747. "extra": {
  748. "branch-alias": {
  749. "dev-master": "1.0.x-dev"
  750. }
  751. },
  752. "autoload": {
  753. "psr-4": {
  754. "Psr\\Cache\\": "src/"
  755. }
  756. },
  757. "notification-url": "https://packagist.org/downloads/",
  758. "license": [
  759. "MIT"
  760. ],
  761. "authors": [
  762. {
  763. "name": "PHP-FIG",
  764. "homepage": "http://www.php-fig.org/"
  765. }
  766. ],
  767. "description": "Common interface for caching libraries",
  768. "keywords": [
  769. "cache",
  770. "psr",
  771. "psr-6"
  772. ],
  773. "support": {
  774. "source": "https://github.com/php-fig/cache/tree/master"
  775. },
  776. "time": "2016-08-06T20:24:11+00:00"
  777. },
  778. {
  779. "name": "psr/container",
  780. "version": "1.1.1",
  781. "source": {
  782. "type": "git",
  783. "url": "https://github.com/php-fig/container.git",
  784. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  785. },
  786. "dist": {
  787. "type": "zip",
  788. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  789. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  790. "shasum": "",
  791. "mirrors": [
  792. {
  793. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  794. "preferred": true
  795. }
  796. ]
  797. },
  798. "require": {
  799. "php": ">=7.2.0"
  800. },
  801. "type": "library",
  802. "autoload": {
  803. "psr-4": {
  804. "Psr\\Container\\": "src/"
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "PHP-FIG",
  814. "homepage": "https://www.php-fig.org/"
  815. }
  816. ],
  817. "description": "Common Container Interface (PHP FIG PSR-11)",
  818. "homepage": "https://github.com/php-fig/container",
  819. "keywords": [
  820. "PSR-11",
  821. "container",
  822. "container-interface",
  823. "container-interop",
  824. "psr"
  825. ],
  826. "support": {
  827. "issues": "https://github.com/php-fig/container/issues",
  828. "source": "https://github.com/php-fig/container/tree/1.1.1"
  829. },
  830. "time": "2021-03-05T17:36:06+00:00"
  831. },
  832. {
  833. "name": "psr/http-client",
  834. "version": "1.0.1",
  835. "source": {
  836. "type": "git",
  837. "url": "https://github.com/php-fig/http-client.git",
  838. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  839. },
  840. "dist": {
  841. "type": "zip",
  842. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  843. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  844. "shasum": "",
  845. "mirrors": [
  846. {
  847. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  848. "preferred": true
  849. }
  850. ]
  851. },
  852. "require": {
  853. "php": "^7.0 || ^8.0",
  854. "psr/http-message": "^1.0"
  855. },
  856. "type": "library",
  857. "extra": {
  858. "branch-alias": {
  859. "dev-master": "1.0.x-dev"
  860. }
  861. },
  862. "autoload": {
  863. "psr-4": {
  864. "Psr\\Http\\Client\\": "src/"
  865. }
  866. },
  867. "notification-url": "https://packagist.org/downloads/",
  868. "license": [
  869. "MIT"
  870. ],
  871. "authors": [
  872. {
  873. "name": "PHP-FIG",
  874. "homepage": "http://www.php-fig.org/"
  875. }
  876. ],
  877. "description": "Common interface for HTTP clients",
  878. "homepage": "https://github.com/php-fig/http-client",
  879. "keywords": [
  880. "http",
  881. "http-client",
  882. "psr",
  883. "psr-18"
  884. ],
  885. "support": {
  886. "source": "https://github.com/php-fig/http-client/tree/master"
  887. },
  888. "time": "2020-06-29T06:28:15+00:00"
  889. },
  890. {
  891. "name": "psr/http-factory",
  892. "version": "1.0.1",
  893. "source": {
  894. "type": "git",
  895. "url": "https://github.com/php-fig/http-factory.git",
  896. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  897. },
  898. "dist": {
  899. "type": "zip",
  900. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  901. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  902. "shasum": "",
  903. "mirrors": [
  904. {
  905. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  906. "preferred": true
  907. }
  908. ]
  909. },
  910. "require": {
  911. "php": ">=7.0.0",
  912. "psr/http-message": "^1.0"
  913. },
  914. "type": "library",
  915. "extra": {
  916. "branch-alias": {
  917. "dev-master": "1.0.x-dev"
  918. }
  919. },
  920. "autoload": {
  921. "psr-4": {
  922. "Psr\\Http\\Message\\": "src/"
  923. }
  924. },
  925. "notification-url": "https://packagist.org/downloads/",
  926. "license": [
  927. "MIT"
  928. ],
  929. "authors": [
  930. {
  931. "name": "PHP-FIG",
  932. "homepage": "http://www.php-fig.org/"
  933. }
  934. ],
  935. "description": "Common interfaces for PSR-7 HTTP message factories",
  936. "keywords": [
  937. "factory",
  938. "http",
  939. "message",
  940. "psr",
  941. "psr-17",
  942. "psr-7",
  943. "request",
  944. "response"
  945. ],
  946. "support": {
  947. "source": "https://github.com/php-fig/http-factory/tree/master"
  948. },
  949. "time": "2019-04-30T12:38:16+00:00"
  950. },
  951. {
  952. "name": "psr/http-message",
  953. "version": "1.0.1",
  954. "source": {
  955. "type": "git",
  956. "url": "https://github.com/php-fig/http-message.git",
  957. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  958. },
  959. "dist": {
  960. "type": "zip",
  961. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  962. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  963. "shasum": "",
  964. "mirrors": [
  965. {
  966. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  967. "preferred": true
  968. }
  969. ]
  970. },
  971. "require": {
  972. "php": ">=5.3.0"
  973. },
  974. "type": "library",
  975. "extra": {
  976. "branch-alias": {
  977. "dev-master": "1.0.x-dev"
  978. }
  979. },
  980. "autoload": {
  981. "psr-4": {
  982. "Psr\\Http\\Message\\": "src/"
  983. }
  984. },
  985. "notification-url": "https://packagist.org/downloads/",
  986. "license": [
  987. "MIT"
  988. ],
  989. "authors": [
  990. {
  991. "name": "PHP-FIG",
  992. "homepage": "http://www.php-fig.org/"
  993. }
  994. ],
  995. "description": "Common interface for HTTP messages",
  996. "homepage": "https://github.com/php-fig/http-message",
  997. "keywords": [
  998. "http",
  999. "http-message",
  1000. "psr",
  1001. "psr-7",
  1002. "request",
  1003. "response"
  1004. ],
  1005. "support": {
  1006. "source": "https://github.com/php-fig/http-message/tree/master"
  1007. },
  1008. "time": "2016-08-06T14:39:51+00:00"
  1009. },
  1010. {
  1011. "name": "psr/log",
  1012. "version": "1.1.3",
  1013. "source": {
  1014. "type": "git",
  1015. "url": "https://github.com/php-fig/log.git",
  1016. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1017. },
  1018. "dist": {
  1019. "type": "zip",
  1020. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1021. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1022. "shasum": "",
  1023. "mirrors": [
  1024. {
  1025. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1026. "preferred": true
  1027. }
  1028. ]
  1029. },
  1030. "require": {
  1031. "php": ">=5.3.0"
  1032. },
  1033. "type": "library",
  1034. "extra": {
  1035. "branch-alias": {
  1036. "dev-master": "1.1.x-dev"
  1037. }
  1038. },
  1039. "autoload": {
  1040. "psr-4": {
  1041. "Psr\\Log\\": "Psr/Log/"
  1042. }
  1043. },
  1044. "notification-url": "https://packagist.org/downloads/",
  1045. "license": [
  1046. "MIT"
  1047. ],
  1048. "authors": [
  1049. {
  1050. "name": "PHP-FIG",
  1051. "homepage": "http://www.php-fig.org/"
  1052. }
  1053. ],
  1054. "description": "Common interface for logging libraries",
  1055. "homepage": "https://github.com/php-fig/log",
  1056. "keywords": [
  1057. "log",
  1058. "psr",
  1059. "psr-3"
  1060. ],
  1061. "support": {
  1062. "source": "https://github.com/php-fig/log/tree/1.1.3"
  1063. },
  1064. "time": "2020-03-23T09:12:05+00:00"
  1065. },
  1066. {
  1067. "name": "psr/simple-cache",
  1068. "version": "1.0.1",
  1069. "source": {
  1070. "type": "git",
  1071. "url": "https://github.com/php-fig/simple-cache.git",
  1072. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1073. },
  1074. "dist": {
  1075. "type": "zip",
  1076. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1077. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1078. "shasum": "",
  1079. "mirrors": [
  1080. {
  1081. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1082. "preferred": true
  1083. }
  1084. ]
  1085. },
  1086. "require": {
  1087. "php": ">=5.3.0"
  1088. },
  1089. "type": "library",
  1090. "extra": {
  1091. "branch-alias": {
  1092. "dev-master": "1.0.x-dev"
  1093. }
  1094. },
  1095. "autoload": {
  1096. "psr-4": {
  1097. "Psr\\SimpleCache\\": "src/"
  1098. }
  1099. },
  1100. "notification-url": "https://packagist.org/downloads/",
  1101. "license": [
  1102. "MIT"
  1103. ],
  1104. "authors": [
  1105. {
  1106. "name": "PHP-FIG",
  1107. "homepage": "http://www.php-fig.org/"
  1108. }
  1109. ],
  1110. "description": "Common interfaces for simple caching",
  1111. "keywords": [
  1112. "cache",
  1113. "caching",
  1114. "psr",
  1115. "psr-16",
  1116. "simple-cache"
  1117. ],
  1118. "support": {
  1119. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1120. },
  1121. "time": "2017-10-23T01:57:42+00:00"
  1122. },
  1123. {
  1124. "name": "symfony/polyfill-mbstring",
  1125. "version": "v1.22.1",
  1126. "source": {
  1127. "type": "git",
  1128. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1129. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
  1130. },
  1131. "dist": {
  1132. "type": "zip",
  1133. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
  1134. "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
  1135. "shasum": "",
  1136. "mirrors": [
  1137. {
  1138. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1139. "preferred": true
  1140. }
  1141. ]
  1142. },
  1143. "require": {
  1144. "php": ">=7.1"
  1145. },
  1146. "suggest": {
  1147. "ext-mbstring": "For best performance"
  1148. },
  1149. "type": "library",
  1150. "extra": {
  1151. "branch-alias": {
  1152. "dev-main": "1.22-dev"
  1153. },
  1154. "thanks": {
  1155. "name": "symfony/polyfill",
  1156. "url": "https://github.com/symfony/polyfill"
  1157. }
  1158. },
  1159. "autoload": {
  1160. "psr-4": {
  1161. "Symfony\\Polyfill\\Mbstring\\": ""
  1162. },
  1163. "files": [
  1164. "bootstrap.php"
  1165. ]
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "license": [
  1169. "MIT"
  1170. ],
  1171. "authors": [
  1172. {
  1173. "name": "Nicolas Grekas",
  1174. "email": "p@tchwork.com"
  1175. },
  1176. {
  1177. "name": "Symfony Community",
  1178. "homepage": "https://symfony.com/contributors"
  1179. }
  1180. ],
  1181. "description": "Symfony polyfill for the Mbstring extension",
  1182. "homepage": "https://symfony.com",
  1183. "keywords": [
  1184. "compatibility",
  1185. "mbstring",
  1186. "polyfill",
  1187. "portable",
  1188. "shim"
  1189. ],
  1190. "support": {
  1191. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
  1192. },
  1193. "funding": [
  1194. {
  1195. "url": "https://symfony.com/sponsor",
  1196. "type": "custom"
  1197. },
  1198. {
  1199. "url": "https://github.com/fabpot",
  1200. "type": "github"
  1201. },
  1202. {
  1203. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1204. "type": "tidelift"
  1205. }
  1206. ],
  1207. "time": "2021-01-22T09:19:47+00:00"
  1208. },
  1209. {
  1210. "name": "topthink/framework",
  1211. "version": "v6.0.7",
  1212. "source": {
  1213. "type": "git",
  1214. "url": "https://github.com/top-think/framework.git",
  1215. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270"
  1216. },
  1217. "dist": {
  1218. "type": "zip",
  1219. "url": "https://api.github.com/repos/top-think/framework/zipball/db8fe22520a9660dd5e4c87e304034ac49e39270",
  1220. "reference": "db8fe22520a9660dd5e4c87e304034ac49e39270",
  1221. "shasum": "",
  1222. "mirrors": [
  1223. {
  1224. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1225. "preferred": true
  1226. }
  1227. ]
  1228. },
  1229. "require": {
  1230. "ext-json": "*",
  1231. "ext-mbstring": "*",
  1232. "league/flysystem": "^1.0",
  1233. "league/flysystem-cached-adapter": "^1.0",
  1234. "php": ">=7.1.0",
  1235. "psr/container": "~1.0",
  1236. "psr/log": "~1.0",
  1237. "psr/simple-cache": "^1.0",
  1238. "topthink/think-helper": "^3.1.1",
  1239. "topthink/think-orm": "^2.0"
  1240. },
  1241. "require-dev": {
  1242. "mikey179/vfsstream": "^1.6",
  1243. "mockery/mockery": "^1.2",
  1244. "phpunit/phpunit": "^7.0"
  1245. },
  1246. "type": "library",
  1247. "autoload": {
  1248. "files": [],
  1249. "psr-4": {
  1250. "think\\": "src/think/"
  1251. }
  1252. },
  1253. "notification-url": "https://packagist.org/downloads/",
  1254. "license": [
  1255. "Apache-2.0"
  1256. ],
  1257. "authors": [
  1258. {
  1259. "name": "liu21st",
  1260. "email": "liu21st@gmail.com"
  1261. },
  1262. {
  1263. "name": "yunwuxin",
  1264. "email": "448901948@qq.com"
  1265. }
  1266. ],
  1267. "description": "The ThinkPHP Framework.",
  1268. "homepage": "http://thinkphp.cn/",
  1269. "keywords": [
  1270. "framework",
  1271. "orm",
  1272. "thinkphp"
  1273. ],
  1274. "support": {
  1275. "issues": "https://github.com/top-think/framework/issues",
  1276. "source": "https://github.com/top-think/framework/tree/v6.0.7"
  1277. },
  1278. "time": "2021-01-25T14:48:29+00:00"
  1279. },
  1280. {
  1281. "name": "topthink/think-helper",
  1282. "version": "v3.1.4",
  1283. "source": {
  1284. "type": "git",
  1285. "url": "https://github.com/top-think/think-helper.git",
  1286. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10"
  1287. },
  1288. "dist": {
  1289. "type": "zip",
  1290. "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10",
  1291. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10",
  1292. "shasum": "",
  1293. "mirrors": [
  1294. {
  1295. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1296. "preferred": true
  1297. }
  1298. ]
  1299. },
  1300. "require": {
  1301. "php": ">=7.1.0"
  1302. },
  1303. "type": "library",
  1304. "autoload": {
  1305. "psr-4": {
  1306. "think\\": "src"
  1307. },
  1308. "files": [
  1309. "src/helper.php"
  1310. ]
  1311. },
  1312. "notification-url": "https://packagist.org/downloads/",
  1313. "license": [
  1314. "Apache-2.0"
  1315. ],
  1316. "authors": [
  1317. {
  1318. "name": "yunwuxin",
  1319. "email": "448901948@qq.com"
  1320. }
  1321. ],
  1322. "description": "The ThinkPHP6 Helper Package",
  1323. "support": {
  1324. "issues": "https://github.com/top-think/think-helper/issues",
  1325. "source": "https://github.com/top-think/think-helper/tree/3.0"
  1326. },
  1327. "time": "2019-11-08T08:01:10+00:00"
  1328. },
  1329. {
  1330. "name": "topthink/think-multi-app",
  1331. "version": "v1.0.14",
  1332. "source": {
  1333. "type": "git",
  1334. "url": "https://github.com/top-think/think-multi-app.git",
  1335. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  1336. },
  1337. "dist": {
  1338. "type": "zip",
  1339. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  1340. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  1341. "shasum": "",
  1342. "mirrors": [
  1343. {
  1344. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1345. "preferred": true
  1346. }
  1347. ]
  1348. },
  1349. "require": {
  1350. "php": ">=7.1.0",
  1351. "topthink/framework": "^6.0.0"
  1352. },
  1353. "type": "library",
  1354. "extra": {
  1355. "think": {
  1356. "services": [
  1357. "think\\app\\Service"
  1358. ]
  1359. }
  1360. },
  1361. "autoload": {
  1362. "psr-4": {
  1363. "think\\app\\": "src"
  1364. }
  1365. },
  1366. "notification-url": "https://packagist.org/downloads/",
  1367. "license": [
  1368. "Apache-2.0"
  1369. ],
  1370. "authors": [
  1371. {
  1372. "name": "liu21st",
  1373. "email": "liu21st@gmail.com"
  1374. }
  1375. ],
  1376. "description": "thinkphp6 multi app support",
  1377. "support": {
  1378. "issues": "https://github.com/top-think/think-multi-app/issues",
  1379. "source": "https://github.com/top-think/think-multi-app/tree/master"
  1380. },
  1381. "time": "2020-07-12T13:50:37+00:00"
  1382. },
  1383. {
  1384. "name": "topthink/think-orm",
  1385. "version": "v2.0.39",
  1386. "source": {
  1387. "type": "git",
  1388. "url": "https://github.com/top-think/think-orm.git",
  1389. "reference": "39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7"
  1390. },
  1391. "dist": {
  1392. "type": "zip",
  1393. "url": "https://api.github.com/repos/top-think/think-orm/zipball/39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7",
  1394. "reference": "39a9d0a0e52d9b8bad9d98484d8484cdf5b683a7",
  1395. "shasum": "",
  1396. "mirrors": [
  1397. {
  1398. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1399. "preferred": true
  1400. }
  1401. ]
  1402. },
  1403. "require": {
  1404. "ext-json": "*",
  1405. "ext-pdo": "*",
  1406. "php": ">=7.1.0",
  1407. "psr/log": "~1.0",
  1408. "psr/simple-cache": "^1.0",
  1409. "topthink/think-helper": "^3.1"
  1410. },
  1411. "require-dev": {
  1412. "phpunit/phpunit": "^7|^8|^9.5"
  1413. },
  1414. "type": "library",
  1415. "autoload": {
  1416. "psr-4": {
  1417. "think\\": "src"
  1418. },
  1419. "files": [
  1420. "stubs/load_stubs.php"
  1421. ]
  1422. },
  1423. "notification-url": "https://packagist.org/downloads/",
  1424. "license": [
  1425. "Apache-2.0"
  1426. ],
  1427. "authors": [
  1428. {
  1429. "name": "liu21st",
  1430. "email": "liu21st@gmail.com"
  1431. }
  1432. ],
  1433. "description": "think orm",
  1434. "keywords": [
  1435. "database",
  1436. "orm"
  1437. ],
  1438. "support": {
  1439. "issues": "https://github.com/top-think/think-orm/issues",
  1440. "source": "https://github.com/top-think/think-orm/tree/v2.0.39"
  1441. },
  1442. "time": "2021-02-26T10:20:00+00:00"
  1443. }
  1444. ],
  1445. "packages-dev": [
  1446. {
  1447. "name": "symfony/polyfill-php72",
  1448. "version": "v1.22.1",
  1449. "source": {
  1450. "type": "git",
  1451. "url": "https://github.com/symfony/polyfill-php72.git",
  1452. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
  1453. },
  1454. "dist": {
  1455. "type": "zip",
  1456. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  1457. "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
  1458. "shasum": "",
  1459. "mirrors": [
  1460. {
  1461. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1462. "preferred": true
  1463. }
  1464. ]
  1465. },
  1466. "require": {
  1467. "php": ">=7.1"
  1468. },
  1469. "type": "library",
  1470. "extra": {
  1471. "branch-alias": {
  1472. "dev-main": "1.22-dev"
  1473. },
  1474. "thanks": {
  1475. "name": "symfony/polyfill",
  1476. "url": "https://github.com/symfony/polyfill"
  1477. }
  1478. },
  1479. "autoload": {
  1480. "psr-4": {
  1481. "Symfony\\Polyfill\\Php72\\": ""
  1482. },
  1483. "files": [
  1484. "bootstrap.php"
  1485. ]
  1486. },
  1487. "notification-url": "https://packagist.org/downloads/",
  1488. "license": [
  1489. "MIT"
  1490. ],
  1491. "authors": [
  1492. {
  1493. "name": "Nicolas Grekas",
  1494. "email": "p@tchwork.com"
  1495. },
  1496. {
  1497. "name": "Symfony Community",
  1498. "homepage": "https://symfony.com/contributors"
  1499. }
  1500. ],
  1501. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1502. "homepage": "https://symfony.com",
  1503. "keywords": [
  1504. "compatibility",
  1505. "polyfill",
  1506. "portable",
  1507. "shim"
  1508. ],
  1509. "support": {
  1510. "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
  1511. },
  1512. "funding": [
  1513. {
  1514. "url": "https://symfony.com/sponsor",
  1515. "type": "custom"
  1516. },
  1517. {
  1518. "url": "https://github.com/fabpot",
  1519. "type": "github"
  1520. },
  1521. {
  1522. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1523. "type": "tidelift"
  1524. }
  1525. ],
  1526. "time": "2021-01-07T16:49:33+00:00"
  1527. },
  1528. {
  1529. "name": "symfony/polyfill-php80",
  1530. "version": "v1.22.1",
  1531. "source": {
  1532. "type": "git",
  1533. "url": "https://github.com/symfony/polyfill-php80.git",
  1534. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
  1535. },
  1536. "dist": {
  1537. "type": "zip",
  1538. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
  1539. "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
  1540. "shasum": "",
  1541. "mirrors": [
  1542. {
  1543. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1544. "preferred": true
  1545. }
  1546. ]
  1547. },
  1548. "require": {
  1549. "php": ">=7.1"
  1550. },
  1551. "type": "library",
  1552. "extra": {
  1553. "branch-alias": {
  1554. "dev-main": "1.22-dev"
  1555. },
  1556. "thanks": {
  1557. "name": "symfony/polyfill",
  1558. "url": "https://github.com/symfony/polyfill"
  1559. }
  1560. },
  1561. "autoload": {
  1562. "psr-4": {
  1563. "Symfony\\Polyfill\\Php80\\": ""
  1564. },
  1565. "files": [
  1566. "bootstrap.php"
  1567. ],
  1568. "classmap": [
  1569. "Resources/stubs"
  1570. ]
  1571. },
  1572. "notification-url": "https://packagist.org/downloads/",
  1573. "license": [
  1574. "MIT"
  1575. ],
  1576. "authors": [
  1577. {
  1578. "name": "Ion Bazan",
  1579. "email": "ion.bazan@gmail.com"
  1580. },
  1581. {
  1582. "name": "Nicolas Grekas",
  1583. "email": "p@tchwork.com"
  1584. },
  1585. {
  1586. "name": "Symfony Community",
  1587. "homepage": "https://symfony.com/contributors"
  1588. }
  1589. ],
  1590. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1591. "homepage": "https://symfony.com",
  1592. "keywords": [
  1593. "compatibility",
  1594. "polyfill",
  1595. "portable",
  1596. "shim"
  1597. ],
  1598. "support": {
  1599. "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
  1600. },
  1601. "funding": [
  1602. {
  1603. "url": "https://symfony.com/sponsor",
  1604. "type": "custom"
  1605. },
  1606. {
  1607. "url": "https://github.com/fabpot",
  1608. "type": "github"
  1609. },
  1610. {
  1611. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1612. "type": "tidelift"
  1613. }
  1614. ],
  1615. "time": "2021-01-07T16:49:33+00:00"
  1616. },
  1617. {
  1618. "name": "symfony/var-dumper",
  1619. "version": "v4.4.21",
  1620. "source": {
  1621. "type": "git",
  1622. "url": "https://github.com/symfony/var-dumper.git",
  1623. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806"
  1624. },
  1625. "dist": {
  1626. "type": "zip",
  1627. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0da0e174f728996f5d5072d6a9f0a42259dbc806",
  1628. "reference": "0da0e174f728996f5d5072d6a9f0a42259dbc806",
  1629. "shasum": "",
  1630. "mirrors": [
  1631. {
  1632. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1633. "preferred": true
  1634. }
  1635. ]
  1636. },
  1637. "require": {
  1638. "php": ">=7.1.3",
  1639. "symfony/polyfill-mbstring": "~1.0",
  1640. "symfony/polyfill-php72": "~1.5",
  1641. "symfony/polyfill-php80": "^1.15"
  1642. },
  1643. "conflict": {
  1644. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1645. "symfony/console": "<3.4"
  1646. },
  1647. "require-dev": {
  1648. "ext-iconv": "*",
  1649. "symfony/console": "^3.4|^4.0|^5.0",
  1650. "symfony/process": "^4.4|^5.0",
  1651. "twig/twig": "^1.43|^2.13|^3.0.4"
  1652. },
  1653. "suggest": {
  1654. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1655. "ext-intl": "To show region name in time zone dump",
  1656. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1657. },
  1658. "bin": [
  1659. "Resources/bin/var-dump-server"
  1660. ],
  1661. "type": "library",
  1662. "autoload": {
  1663. "files": [
  1664. "Resources/functions/dump.php"
  1665. ],
  1666. "psr-4": {
  1667. "Symfony\\Component\\VarDumper\\": ""
  1668. },
  1669. "exclude-from-classmap": [
  1670. "/Tests/"
  1671. ]
  1672. },
  1673. "notification-url": "https://packagist.org/downloads/",
  1674. "license": [
  1675. "MIT"
  1676. ],
  1677. "authors": [
  1678. {
  1679. "name": "Nicolas Grekas",
  1680. "email": "p@tchwork.com"
  1681. },
  1682. {
  1683. "name": "Symfony Community",
  1684. "homepage": "https://symfony.com/contributors"
  1685. }
  1686. ],
  1687. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1688. "homepage": "https://symfony.com",
  1689. "keywords": [
  1690. "debug",
  1691. "dump"
  1692. ],
  1693. "support": {
  1694. "source": "https://github.com/symfony/var-dumper/tree/v4.4.21"
  1695. },
  1696. "funding": [
  1697. {
  1698. "url": "https://symfony.com/sponsor",
  1699. "type": "custom"
  1700. },
  1701. {
  1702. "url": "https://github.com/fabpot",
  1703. "type": "github"
  1704. },
  1705. {
  1706. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1707. "type": "tidelift"
  1708. }
  1709. ],
  1710. "time": "2021-03-27T19:49:03+00:00"
  1711. },
  1712. {
  1713. "name": "topthink/think-trace",
  1714. "version": "v1.4",
  1715. "source": {
  1716. "type": "git",
  1717. "url": "https://github.com/top-think/think-trace.git",
  1718. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1719. },
  1720. "dist": {
  1721. "type": "zip",
  1722. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1723. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1724. "shasum": "",
  1725. "mirrors": [
  1726. {
  1727. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1728. "preferred": true
  1729. }
  1730. ]
  1731. },
  1732. "require": {
  1733. "php": ">=7.1.0",
  1734. "topthink/framework": "^6.0.0"
  1735. },
  1736. "type": "library",
  1737. "extra": {
  1738. "think": {
  1739. "services": [
  1740. "think\\trace\\Service"
  1741. ],
  1742. "config": {
  1743. "trace": "src/config.php"
  1744. }
  1745. }
  1746. },
  1747. "autoload": {
  1748. "psr-4": {
  1749. "think\\trace\\": "src"
  1750. }
  1751. },
  1752. "notification-url": "https://packagist.org/downloads/",
  1753. "license": [
  1754. "Apache-2.0"
  1755. ],
  1756. "authors": [
  1757. {
  1758. "name": "liu21st",
  1759. "email": "liu21st@gmail.com"
  1760. }
  1761. ],
  1762. "description": "thinkphp debug trace",
  1763. "support": {
  1764. "issues": "https://github.com/top-think/think-trace/issues",
  1765. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1766. },
  1767. "time": "2020-06-29T05:27:28+00:00"
  1768. }
  1769. ],
  1770. "aliases": [],
  1771. "minimum-stability": "stable",
  1772. "stability-flags": [],
  1773. "prefer-stable": false,
  1774. "prefer-lowest": false,
  1775. "platform": {
  1776. "php": ">=7.1.0"
  1777. },
  1778. "platform-dev": [],
  1779. "plugin-api-version": "2.0.0"
  1780. }