installed.json 55 KB

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