installed.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365
  1. [
  2. {
  3. "name": "lcobucci/jwt",
  4. "version": "3.4.6",
  5. "version_normalized": "3.4.6.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/lcobucci/jwt.git",
  9. "reference": "3ef8657a78278dfeae7707d51747251db4176240"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
  14. "reference": "3ef8657a78278dfeae7707d51747251db4176240",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-mbstring": "*",
  19. "ext-openssl": "*",
  20. "php": "^5.6 || ^7.0"
  21. },
  22. "require-dev": {
  23. "mikey179/vfsstream": "~1.5",
  24. "phpmd/phpmd": "~2.2",
  25. "phpunit/php-invoker": "~1.1",
  26. "phpunit/phpunit": "^5.7 || ^7.3",
  27. "squizlabs/php_codesniffer": "~2.3"
  28. },
  29. "suggest": {
  30. "lcobucci/clock": "*"
  31. },
  32. "time": "2021-09-28T19:18:28+00:00",
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "3.1-dev"
  37. }
  38. },
  39. "installation-source": "dist",
  40. "autoload": {
  41. "files": [
  42. "compat/class-aliases.php",
  43. "compat/json-exception-polyfill.php",
  44. "compat/lcobucci-clock-polyfill.php"
  45. ],
  46. "psr-4": {
  47. "Lcobucci\\JWT\\": "src"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "BSD-3-Clause"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Luís Otávio Cobucci Oblonczyk",
  57. "email": "lcobucci@gmail.com",
  58. "role": "Developer"
  59. }
  60. ],
  61. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  62. "keywords": [
  63. "JWS",
  64. "jwt"
  65. ],
  66. "support": {
  67. "issues": "https://github.com/lcobucci/jwt/issues",
  68. "source": "https://github.com/lcobucci/jwt/tree/3.4.6"
  69. },
  70. "funding": [
  71. {
  72. "url": "https://github.com/lcobucci",
  73. "type": "github"
  74. },
  75. {
  76. "url": "https://www.patreon.com/lcobucci",
  77. "type": "patreon"
  78. }
  79. ]
  80. },
  81. {
  82. "name": "league/flysystem",
  83. "version": "1.1.10",
  84. "version_normalized": "1.1.10.0",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/thephpleague/flysystem.git",
  88. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  93. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  94. "shasum": ""
  95. },
  96. "require": {
  97. "ext-fileinfo": "*",
  98. "league/mime-type-detection": "^1.3",
  99. "php": "^7.2.5 || ^8.0"
  100. },
  101. "conflict": {
  102. "league/flysystem-sftp": "<1.0.6"
  103. },
  104. "require-dev": {
  105. "phpspec/prophecy": "^1.11.1",
  106. "phpunit/phpunit": "^8.5.8"
  107. },
  108. "suggest": {
  109. "ext-ftp": "Allows you to use FTP server storage",
  110. "ext-openssl": "Allows you to use FTPS server storage",
  111. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  112. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  113. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  114. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  115. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  116. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  117. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  118. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  119. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  120. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  121. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  122. },
  123. "time": "2022-10-04T09:16:37+00:00",
  124. "type": "library",
  125. "extra": {
  126. "branch-alias": {
  127. "dev-master": "1.1-dev"
  128. }
  129. },
  130. "installation-source": "dist",
  131. "autoload": {
  132. "psr-4": {
  133. "League\\Flysystem\\": "src/"
  134. }
  135. },
  136. "notification-url": "https://packagist.org/downloads/",
  137. "license": [
  138. "MIT"
  139. ],
  140. "authors": [
  141. {
  142. "name": "Frank de Jonge",
  143. "email": "info@frenky.net"
  144. }
  145. ],
  146. "description": "Filesystem abstraction: Many filesystems, one API.",
  147. "keywords": [
  148. "Cloud Files",
  149. "WebDAV",
  150. "abstraction",
  151. "aws",
  152. "cloud",
  153. "copy.com",
  154. "dropbox",
  155. "file systems",
  156. "files",
  157. "filesystem",
  158. "filesystems",
  159. "ftp",
  160. "rackspace",
  161. "remote",
  162. "s3",
  163. "sftp",
  164. "storage"
  165. ],
  166. "support": {
  167. "issues": "https://github.com/thephpleague/flysystem/issues",
  168. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  169. },
  170. "funding": [
  171. {
  172. "url": "https://offset.earth/frankdejonge",
  173. "type": "other"
  174. }
  175. ]
  176. },
  177. {
  178. "name": "league/flysystem-cached-adapter",
  179. "version": "1.1.0",
  180. "version_normalized": "1.1.0.0",
  181. "source": {
  182. "type": "git",
  183. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  184. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  185. },
  186. "dist": {
  187. "type": "zip",
  188. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  189. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  190. "shasum": ""
  191. },
  192. "require": {
  193. "league/flysystem": "~1.0",
  194. "psr/cache": "^1.0.0"
  195. },
  196. "require-dev": {
  197. "mockery/mockery": "~0.9",
  198. "phpspec/phpspec": "^3.4",
  199. "phpunit/phpunit": "^5.7",
  200. "predis/predis": "~1.0",
  201. "tedivm/stash": "~0.12"
  202. },
  203. "suggest": {
  204. "ext-phpredis": "Pure C implemented extension for PHP"
  205. },
  206. "time": "2020-07-25T15:56:04+00:00",
  207. "type": "library",
  208. "installation-source": "dist",
  209. "autoload": {
  210. "psr-4": {
  211. "League\\Flysystem\\Cached\\": "src/"
  212. }
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "frankdejonge",
  221. "email": "info@frenky.net"
  222. }
  223. ],
  224. "description": "An adapter decorator to enable meta-data caching.",
  225. "support": {
  226. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  227. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  228. }
  229. },
  230. {
  231. "name": "league/mime-type-detection",
  232. "version": "1.11.0",
  233. "version_normalized": "1.11.0.0",
  234. "source": {
  235. "type": "git",
  236. "url": "https://github.com/thephpleague/mime-type-detection.git",
  237. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  238. },
  239. "dist": {
  240. "type": "zip",
  241. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  242. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  243. "shasum": ""
  244. },
  245. "require": {
  246. "ext-fileinfo": "*",
  247. "php": "^7.2 || ^8.0"
  248. },
  249. "require-dev": {
  250. "friendsofphp/php-cs-fixer": "^3.2",
  251. "phpstan/phpstan": "^0.12.68",
  252. "phpunit/phpunit": "^8.5.8 || ^9.3"
  253. },
  254. "time": "2022-04-17T13:12:02+00:00",
  255. "type": "library",
  256. "installation-source": "dist",
  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.11.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. },
  288. {
  289. "name": "phpoffice/phpexcel",
  290. "version": "1.8.2",
  291. "version_normalized": "1.8.2.0",
  292. "source": {
  293. "type": "git",
  294. "url": "https://github.com/PHPOffice/PHPExcel.git",
  295. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
  296. },
  297. "dist": {
  298. "type": "zip",
  299. "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
  300. "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
  301. "shasum": ""
  302. },
  303. "require": {
  304. "ext-mbstring": "*",
  305. "ext-xml": "*",
  306. "ext-xmlwriter": "*",
  307. "php": "^5.2|^7.0"
  308. },
  309. "require-dev": {
  310. "squizlabs/php_codesniffer": "2.*"
  311. },
  312. "time": "2018-11-22T23:07:24+00:00",
  313. "type": "library",
  314. "installation-source": "dist",
  315. "autoload": {
  316. "psr-0": {
  317. "PHPExcel": "Classes/"
  318. }
  319. },
  320. "notification-url": "https://packagist.org/downloads/",
  321. "license": [
  322. "LGPL-2.1"
  323. ],
  324. "authors": [
  325. {
  326. "name": "Maarten Balliauw",
  327. "homepage": "http://blog.maartenballiauw.be"
  328. },
  329. {
  330. "name": "Erik Tilt"
  331. },
  332. {
  333. "name": "Franck Lefevre",
  334. "homepage": "http://rootslabs.net"
  335. },
  336. {
  337. "name": "Mark Baker",
  338. "homepage": "http://markbakeruk.net"
  339. }
  340. ],
  341. "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  342. "homepage": "https://github.com/PHPOffice/PHPExcel",
  343. "keywords": [
  344. "OpenXML",
  345. "excel",
  346. "php",
  347. "spreadsheet",
  348. "xls",
  349. "xlsx"
  350. ],
  351. "abandoned": "phpoffice/phpspreadsheet"
  352. },
  353. {
  354. "name": "psr/cache",
  355. "version": "1.0.1",
  356. "version_normalized": "1.0.1.0",
  357. "source": {
  358. "type": "git",
  359. "url": "https://github.com/php-fig/cache.git",
  360. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  361. },
  362. "dist": {
  363. "type": "zip",
  364. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  365. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  366. "shasum": ""
  367. },
  368. "require": {
  369. "php": ">=5.3.0"
  370. },
  371. "time": "2016-08-06T20:24:11+00:00",
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.0.x-dev"
  376. }
  377. },
  378. "installation-source": "dist",
  379. "autoload": {
  380. "psr-4": {
  381. "Psr\\Cache\\": "src/"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "PHP-FIG",
  391. "homepage": "http://www.php-fig.org/"
  392. }
  393. ],
  394. "description": "Common interface for caching libraries",
  395. "keywords": [
  396. "cache",
  397. "psr",
  398. "psr-6"
  399. ],
  400. "support": {
  401. "source": "https://github.com/php-fig/cache/tree/master"
  402. }
  403. },
  404. {
  405. "name": "psr/container",
  406. "version": "1.1.1",
  407. "version_normalized": "1.1.1.0",
  408. "source": {
  409. "type": "git",
  410. "url": "https://github.com/php-fig/container.git",
  411. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  412. },
  413. "dist": {
  414. "type": "zip",
  415. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  416. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  417. "shasum": ""
  418. },
  419. "require": {
  420. "php": ">=7.2.0"
  421. },
  422. "time": "2021-03-05T17:36:06+00:00",
  423. "type": "library",
  424. "installation-source": "dist",
  425. "autoload": {
  426. "psr-4": {
  427. "Psr\\Container\\": "src/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "PHP-FIG",
  437. "homepage": "https://www.php-fig.org/"
  438. }
  439. ],
  440. "description": "Common Container Interface (PHP FIG PSR-11)",
  441. "homepage": "https://github.com/php-fig/container",
  442. "keywords": [
  443. "PSR-11",
  444. "container",
  445. "container-interface",
  446. "container-interop",
  447. "psr"
  448. ],
  449. "support": {
  450. "issues": "https://github.com/php-fig/container/issues",
  451. "source": "https://github.com/php-fig/container/tree/1.1.1"
  452. }
  453. },
  454. {
  455. "name": "psr/http-message",
  456. "version": "1.0.1",
  457. "version_normalized": "1.0.1.0",
  458. "source": {
  459. "type": "git",
  460. "url": "https://github.com/php-fig/http-message.git",
  461. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  462. },
  463. "dist": {
  464. "type": "zip",
  465. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  466. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  467. "shasum": ""
  468. },
  469. "require": {
  470. "php": ">=5.3.0"
  471. },
  472. "time": "2016-08-06T14:39:51+00:00",
  473. "type": "library",
  474. "extra": {
  475. "branch-alias": {
  476. "dev-master": "1.0.x-dev"
  477. }
  478. },
  479. "installation-source": "dist",
  480. "autoload": {
  481. "psr-4": {
  482. "Psr\\Http\\Message\\": "src/"
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "PHP-FIG",
  492. "homepage": "http://www.php-fig.org/"
  493. }
  494. ],
  495. "description": "Common interface for HTTP messages",
  496. "homepage": "https://github.com/php-fig/http-message",
  497. "keywords": [
  498. "http",
  499. "http-message",
  500. "psr",
  501. "psr-7",
  502. "request",
  503. "response"
  504. ],
  505. "support": {
  506. "source": "https://github.com/php-fig/http-message/tree/master"
  507. }
  508. },
  509. {
  510. "name": "psr/log",
  511. "version": "1.1.4",
  512. "version_normalized": "1.1.4.0",
  513. "source": {
  514. "type": "git",
  515. "url": "https://github.com/php-fig/log.git",
  516. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  517. },
  518. "dist": {
  519. "type": "zip",
  520. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  521. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  522. "shasum": ""
  523. },
  524. "require": {
  525. "php": ">=5.3.0"
  526. },
  527. "time": "2021-05-03T11:20:27+00:00",
  528. "type": "library",
  529. "extra": {
  530. "branch-alias": {
  531. "dev-master": "1.1.x-dev"
  532. }
  533. },
  534. "installation-source": "dist",
  535. "autoload": {
  536. "psr-4": {
  537. "Psr\\Log\\": "Psr/Log/"
  538. }
  539. },
  540. "notification-url": "https://packagist.org/downloads/",
  541. "license": [
  542. "MIT"
  543. ],
  544. "authors": [
  545. {
  546. "name": "PHP-FIG",
  547. "homepage": "https://www.php-fig.org/"
  548. }
  549. ],
  550. "description": "Common interface for logging libraries",
  551. "homepage": "https://github.com/php-fig/log",
  552. "keywords": [
  553. "log",
  554. "psr",
  555. "psr-3"
  556. ],
  557. "support": {
  558. "source": "https://github.com/php-fig/log/tree/1.1.4"
  559. }
  560. },
  561. {
  562. "name": "psr/simple-cache",
  563. "version": "1.0.1",
  564. "version_normalized": "1.0.1.0",
  565. "source": {
  566. "type": "git",
  567. "url": "https://github.com/php-fig/simple-cache.git",
  568. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  569. },
  570. "dist": {
  571. "type": "zip",
  572. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  573. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  574. "shasum": ""
  575. },
  576. "require": {
  577. "php": ">=5.3.0"
  578. },
  579. "time": "2017-10-23T01:57:42+00:00",
  580. "type": "library",
  581. "extra": {
  582. "branch-alias": {
  583. "dev-master": "1.0.x-dev"
  584. }
  585. },
  586. "installation-source": "dist",
  587. "autoload": {
  588. "psr-4": {
  589. "Psr\\SimpleCache\\": "src/"
  590. }
  591. },
  592. "notification-url": "https://packagist.org/downloads/",
  593. "license": [
  594. "MIT"
  595. ],
  596. "authors": [
  597. {
  598. "name": "PHP-FIG",
  599. "homepage": "http://www.php-fig.org/"
  600. }
  601. ],
  602. "description": "Common interfaces for simple caching",
  603. "keywords": [
  604. "cache",
  605. "caching",
  606. "psr",
  607. "psr-16",
  608. "simple-cache"
  609. ],
  610. "support": {
  611. "source": "https://github.com/php-fig/simple-cache/tree/master"
  612. }
  613. },
  614. {
  615. "name": "symfony/polyfill-mbstring",
  616. "version": "v1.27.0",
  617. "version_normalized": "1.27.0.0",
  618. "source": {
  619. "type": "git",
  620. "url": "https://github.com/symfony/polyfill-mbstring.git",
  621. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  622. },
  623. "dist": {
  624. "type": "zip",
  625. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  626. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  627. "shasum": ""
  628. },
  629. "require": {
  630. "php": ">=7.1"
  631. },
  632. "provide": {
  633. "ext-mbstring": "*"
  634. },
  635. "suggest": {
  636. "ext-mbstring": "For best performance"
  637. },
  638. "time": "2022-11-03T14:55:06+00:00",
  639. "type": "library",
  640. "extra": {
  641. "branch-alias": {
  642. "dev-main": "1.27-dev"
  643. },
  644. "thanks": {
  645. "name": "symfony/polyfill",
  646. "url": "https://github.com/symfony/polyfill"
  647. }
  648. },
  649. "installation-source": "dist",
  650. "autoload": {
  651. "files": [
  652. "bootstrap.php"
  653. ],
  654. "psr-4": {
  655. "Symfony\\Polyfill\\Mbstring\\": ""
  656. }
  657. },
  658. "notification-url": "https://packagist.org/downloads/",
  659. "license": [
  660. "MIT"
  661. ],
  662. "authors": [
  663. {
  664. "name": "Nicolas Grekas",
  665. "email": "p@tchwork.com"
  666. },
  667. {
  668. "name": "Symfony Community",
  669. "homepage": "https://symfony.com/contributors"
  670. }
  671. ],
  672. "description": "Symfony polyfill for the Mbstring extension",
  673. "homepage": "https://symfony.com",
  674. "keywords": [
  675. "compatibility",
  676. "mbstring",
  677. "polyfill",
  678. "portable",
  679. "shim"
  680. ],
  681. "support": {
  682. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  683. },
  684. "funding": [
  685. {
  686. "url": "https://symfony.com/sponsor",
  687. "type": "custom"
  688. },
  689. {
  690. "url": "https://github.com/fabpot",
  691. "type": "github"
  692. },
  693. {
  694. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  695. "type": "tidelift"
  696. }
  697. ]
  698. },
  699. {
  700. "name": "symfony/polyfill-php72",
  701. "version": "v1.27.0",
  702. "version_normalized": "1.27.0.0",
  703. "source": {
  704. "type": "git",
  705. "url": "https://github.com/symfony/polyfill-php72.git",
  706. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
  707. },
  708. "dist": {
  709. "type": "zip",
  710. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
  711. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
  712. "shasum": ""
  713. },
  714. "require": {
  715. "php": ">=7.1"
  716. },
  717. "time": "2022-11-03T14:55:06+00:00",
  718. "type": "library",
  719. "extra": {
  720. "branch-alias": {
  721. "dev-main": "1.27-dev"
  722. },
  723. "thanks": {
  724. "name": "symfony/polyfill",
  725. "url": "https://github.com/symfony/polyfill"
  726. }
  727. },
  728. "installation-source": "dist",
  729. "autoload": {
  730. "files": [
  731. "bootstrap.php"
  732. ],
  733. "psr-4": {
  734. "Symfony\\Polyfill\\Php72\\": ""
  735. }
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "MIT"
  740. ],
  741. "authors": [
  742. {
  743. "name": "Nicolas Grekas",
  744. "email": "p@tchwork.com"
  745. },
  746. {
  747. "name": "Symfony Community",
  748. "homepage": "https://symfony.com/contributors"
  749. }
  750. ],
  751. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  752. "homepage": "https://symfony.com",
  753. "keywords": [
  754. "compatibility",
  755. "polyfill",
  756. "portable",
  757. "shim"
  758. ],
  759. "support": {
  760. "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
  761. },
  762. "funding": [
  763. {
  764. "url": "https://symfony.com/sponsor",
  765. "type": "custom"
  766. },
  767. {
  768. "url": "https://github.com/fabpot",
  769. "type": "github"
  770. },
  771. {
  772. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  773. "type": "tidelift"
  774. }
  775. ]
  776. },
  777. {
  778. "name": "symfony/polyfill-php80",
  779. "version": "v1.27.0",
  780. "version_normalized": "1.27.0.0",
  781. "source": {
  782. "type": "git",
  783. "url": "https://github.com/symfony/polyfill-php80.git",
  784. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  785. },
  786. "dist": {
  787. "type": "zip",
  788. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  789. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  790. "shasum": ""
  791. },
  792. "require": {
  793. "php": ">=7.1"
  794. },
  795. "time": "2022-11-03T14:55:06+00:00",
  796. "type": "library",
  797. "extra": {
  798. "branch-alias": {
  799. "dev-main": "1.27-dev"
  800. },
  801. "thanks": {
  802. "name": "symfony/polyfill",
  803. "url": "https://github.com/symfony/polyfill"
  804. }
  805. },
  806. "installation-source": "dist",
  807. "autoload": {
  808. "files": [
  809. "bootstrap.php"
  810. ],
  811. "psr-4": {
  812. "Symfony\\Polyfill\\Php80\\": ""
  813. },
  814. "classmap": [
  815. "Resources/stubs"
  816. ]
  817. },
  818. "notification-url": "https://packagist.org/downloads/",
  819. "license": [
  820. "MIT"
  821. ],
  822. "authors": [
  823. {
  824. "name": "Ion Bazan",
  825. "email": "ion.bazan@gmail.com"
  826. },
  827. {
  828. "name": "Nicolas Grekas",
  829. "email": "p@tchwork.com"
  830. },
  831. {
  832. "name": "Symfony Community",
  833. "homepage": "https://symfony.com/contributors"
  834. }
  835. ],
  836. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  837. "homepage": "https://symfony.com",
  838. "keywords": [
  839. "compatibility",
  840. "polyfill",
  841. "portable",
  842. "shim"
  843. ],
  844. "support": {
  845. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  846. },
  847. "funding": [
  848. {
  849. "url": "https://symfony.com/sponsor",
  850. "type": "custom"
  851. },
  852. {
  853. "url": "https://github.com/fabpot",
  854. "type": "github"
  855. },
  856. {
  857. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  858. "type": "tidelift"
  859. }
  860. ]
  861. },
  862. {
  863. "name": "symfony/var-dumper",
  864. "version": "v4.4.47",
  865. "version_normalized": "4.4.47.0",
  866. "source": {
  867. "type": "git",
  868. "url": "https://github.com/symfony/var-dumper.git",
  869. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63"
  870. },
  871. "dist": {
  872. "type": "zip",
  873. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63",
  874. "reference": "1069c7a3fca74578022fab6f81643248d02f8e63",
  875. "shasum": ""
  876. },
  877. "require": {
  878. "php": ">=7.1.3",
  879. "symfony/polyfill-mbstring": "~1.0",
  880. "symfony/polyfill-php72": "~1.5",
  881. "symfony/polyfill-php80": "^1.16"
  882. },
  883. "conflict": {
  884. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  885. "symfony/console": "<3.4"
  886. },
  887. "require-dev": {
  888. "ext-iconv": "*",
  889. "symfony/console": "^3.4|^4.0|^5.0",
  890. "symfony/process": "^4.4|^5.0",
  891. "twig/twig": "^1.43|^2.13|^3.0.4"
  892. },
  893. "suggest": {
  894. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  895. "ext-intl": "To show region name in time zone dump",
  896. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  897. },
  898. "time": "2022-10-03T15:15:11+00:00",
  899. "bin": [
  900. "Resources/bin/var-dump-server"
  901. ],
  902. "type": "library",
  903. "installation-source": "dist",
  904. "autoload": {
  905. "files": [
  906. "Resources/functions/dump.php"
  907. ],
  908. "psr-4": {
  909. "Symfony\\Component\\VarDumper\\": ""
  910. },
  911. "exclude-from-classmap": [
  912. "/Tests/"
  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": "Provides mechanisms for walking through any arbitrary PHP variable",
  930. "homepage": "https://symfony.com",
  931. "keywords": [
  932. "debug",
  933. "dump"
  934. ],
  935. "support": {
  936. "source": "https://github.com/symfony/var-dumper/tree/v4.4.47"
  937. },
  938. "funding": [
  939. {
  940. "url": "https://symfony.com/sponsor",
  941. "type": "custom"
  942. },
  943. {
  944. "url": "https://github.com/fabpot",
  945. "type": "github"
  946. },
  947. {
  948. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  949. "type": "tidelift"
  950. }
  951. ]
  952. },
  953. {
  954. "name": "topthink/framework",
  955. "version": "v6.1.1",
  956. "version_normalized": "6.1.1.0",
  957. "source": {
  958. "type": "git",
  959. "url": "https://github.com/top-think/framework.git",
  960. "reference": "2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210"
  961. },
  962. "dist": {
  963. "type": "zip",
  964. "url": "https://api.github.com/repos/top-think/framework/zipball/2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210",
  965. "reference": "2cb56f3e6f3c479fe90ea5f28d38d3b5ef6c4210",
  966. "shasum": ""
  967. },
  968. "require": {
  969. "ext-json": "*",
  970. "ext-mbstring": "*",
  971. "php": ">=7.2.5",
  972. "psr/container": "~1.0",
  973. "psr/http-message": "^1.0",
  974. "psr/log": "~1.0",
  975. "psr/simple-cache": "^1.0",
  976. "topthink/think-helper": "^3.1.1",
  977. "topthink/think-orm": "^2.0"
  978. },
  979. "require-dev": {
  980. "guzzlehttp/psr7": "^2.1.0",
  981. "mikey179/vfsstream": "^1.6",
  982. "mockery/mockery": "^1.2",
  983. "phpunit/phpunit": "^7.0"
  984. },
  985. "time": "2022-10-26T03:48:53+00:00",
  986. "type": "library",
  987. "installation-source": "dist",
  988. "autoload": {
  989. "files": [],
  990. "psr-4": {
  991. "think\\": "src/think/"
  992. }
  993. },
  994. "notification-url": "https://packagist.org/downloads/",
  995. "license": [
  996. "Apache-2.0"
  997. ],
  998. "authors": [
  999. {
  1000. "name": "liu21st",
  1001. "email": "liu21st@gmail.com"
  1002. },
  1003. {
  1004. "name": "yunwuxin",
  1005. "email": "448901948@qq.com"
  1006. }
  1007. ],
  1008. "description": "The ThinkPHP Framework.",
  1009. "homepage": "http://thinkphp.cn/",
  1010. "keywords": [
  1011. "framework",
  1012. "orm",
  1013. "thinkphp"
  1014. ],
  1015. "support": {
  1016. "issues": "https://github.com/top-think/framework/issues",
  1017. "source": "https://github.com/top-think/framework/tree/v6.1.1"
  1018. }
  1019. },
  1020. {
  1021. "name": "topthink/think-filesystem",
  1022. "version": "v1.0.1",
  1023. "version_normalized": "1.0.1.0",
  1024. "source": {
  1025. "type": "git",
  1026. "url": "https://github.com/top-think/think-filesystem.git",
  1027. "reference": "cfc510520db9bcd22d8d80f51d7e415a2f470af6"
  1028. },
  1029. "dist": {
  1030. "type": "zip",
  1031. "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/cfc510520db9bcd22d8d80f51d7e415a2f470af6",
  1032. "reference": "cfc510520db9bcd22d8d80f51d7e415a2f470af6",
  1033. "shasum": ""
  1034. },
  1035. "require": {
  1036. "league/flysystem": "^1.1.4",
  1037. "league/flysystem-cached-adapter": "^1.0",
  1038. "php": ">=7.2.5",
  1039. "topthink/framework": "^6.1"
  1040. },
  1041. "require-dev": {
  1042. "mikey179/vfsstream": "^1.6",
  1043. "mockery/mockery": "^1.2",
  1044. "phpunit/phpunit": "^8.0"
  1045. },
  1046. "time": "2022-10-26T03:50:24+00:00",
  1047. "type": "library",
  1048. "installation-source": "dist",
  1049. "autoload": {
  1050. "psr-4": {
  1051. "think\\": "src"
  1052. }
  1053. },
  1054. "notification-url": "https://packagist.org/downloads/",
  1055. "license": [
  1056. "Apache-2.0"
  1057. ],
  1058. "authors": [
  1059. {
  1060. "name": "yunwuxin",
  1061. "email": "448901948@qq.com"
  1062. }
  1063. ],
  1064. "description": "The ThinkPHP6.1 Filesystem Package",
  1065. "support": {
  1066. "issues": "https://github.com/top-think/think-filesystem/issues",
  1067. "source": "https://github.com/top-think/think-filesystem/tree/v1.0.1"
  1068. }
  1069. },
  1070. {
  1071. "name": "topthink/think-helper",
  1072. "version": "v3.1.6",
  1073. "version_normalized": "3.1.6.0",
  1074. "source": {
  1075. "type": "git",
  1076. "url": "https://github.com/top-think/think-helper.git",
  1077. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  1078. },
  1079. "dist": {
  1080. "type": "zip",
  1081. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1082. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  1083. "shasum": ""
  1084. },
  1085. "require": {
  1086. "php": ">=7.1.0"
  1087. },
  1088. "require-dev": {
  1089. "phpunit/phpunit": "^9.5"
  1090. },
  1091. "time": "2021-12-15T04:27:55+00:00",
  1092. "type": "library",
  1093. "installation-source": "dist",
  1094. "autoload": {
  1095. "files": [
  1096. "src/helper.php"
  1097. ],
  1098. "psr-4": {
  1099. "think\\": "src"
  1100. }
  1101. },
  1102. "notification-url": "https://packagist.org/downloads/",
  1103. "license": [
  1104. "Apache-2.0"
  1105. ],
  1106. "authors": [
  1107. {
  1108. "name": "yunwuxin",
  1109. "email": "448901948@qq.com"
  1110. }
  1111. ],
  1112. "description": "The ThinkPHP6 Helper Package",
  1113. "support": {
  1114. "issues": "https://github.com/top-think/think-helper/issues",
  1115. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  1116. }
  1117. },
  1118. {
  1119. "name": "topthink/think-multi-app",
  1120. "version": "v1.0.15",
  1121. "version_normalized": "1.0.15.0",
  1122. "source": {
  1123. "type": "git",
  1124. "url": "https://github.com/top-think/think-multi-app.git",
  1125. "reference": "387e0dac059c20f92cac5da41a871e10829c1c97"
  1126. },
  1127. "dist": {
  1128. "type": "zip",
  1129. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/387e0dac059c20f92cac5da41a871e10829c1c97",
  1130. "reference": "387e0dac059c20f92cac5da41a871e10829c1c97",
  1131. "shasum": ""
  1132. },
  1133. "require": {
  1134. "php": ">=7.1.0",
  1135. "topthink/framework": "^6.0"
  1136. },
  1137. "time": "2022-10-26T08:03:06+00:00",
  1138. "type": "library",
  1139. "extra": {
  1140. "think": {
  1141. "services": [
  1142. "think\\app\\Service"
  1143. ]
  1144. }
  1145. },
  1146. "installation-source": "dist",
  1147. "autoload": {
  1148. "psr-4": {
  1149. "think\\app\\": "src"
  1150. }
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "Apache-2.0"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "liu21st",
  1159. "email": "liu21st@gmail.com"
  1160. }
  1161. ],
  1162. "description": "thinkphp6 multi app support",
  1163. "support": {
  1164. "issues": "https://github.com/top-think/think-multi-app/issues",
  1165. "source": "https://github.com/top-think/think-multi-app/tree/v1.0.15"
  1166. }
  1167. },
  1168. {
  1169. "name": "topthink/think-orm",
  1170. "version": "v2.0.54",
  1171. "version_normalized": "2.0.54.0",
  1172. "source": {
  1173. "type": "git",
  1174. "url": "https://github.com/top-think/think-orm.git",
  1175. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
  1176. },
  1177. "dist": {
  1178. "type": "zip",
  1179. "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
  1180. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
  1181. "shasum": ""
  1182. },
  1183. "require": {
  1184. "ext-json": "*",
  1185. "ext-pdo": "*",
  1186. "php": ">=7.1.0",
  1187. "psr/log": "^1.0|^2.0",
  1188. "psr/simple-cache": "^1.0|^2.0",
  1189. "topthink/think-helper": "^3.1"
  1190. },
  1191. "require-dev": {
  1192. "phpunit/phpunit": "^7|^8|^9.5"
  1193. },
  1194. "time": "2022-07-05T05:25:51+00:00",
  1195. "type": "library",
  1196. "installation-source": "dist",
  1197. "autoload": {
  1198. "files": [
  1199. "stubs/load_stubs.php"
  1200. ],
  1201. "psr-4": {
  1202. "think\\": "src"
  1203. }
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "Apache-2.0"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "liu21st",
  1212. "email": "liu21st@gmail.com"
  1213. }
  1214. ],
  1215. "description": "think orm",
  1216. "keywords": [
  1217. "database",
  1218. "orm"
  1219. ],
  1220. "support": {
  1221. "issues": "https://github.com/top-think/think-orm/issues",
  1222. "source": "https://github.com/top-think/think-orm/tree/v2.0.54"
  1223. }
  1224. },
  1225. {
  1226. "name": "topthink/think-template",
  1227. "version": "v2.0.8",
  1228. "version_normalized": "2.0.8.0",
  1229. "source": {
  1230. "type": "git",
  1231. "url": "https://github.com/top-think/think-template.git",
  1232. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
  1233. },
  1234. "dist": {
  1235. "type": "zip",
  1236. "url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
  1237. "reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
  1238. "shasum": ""
  1239. },
  1240. "require": {
  1241. "php": ">=7.1.0",
  1242. "psr/simple-cache": "^1.0"
  1243. },
  1244. "time": "2020-12-10T07:52:03+00:00",
  1245. "type": "library",
  1246. "installation-source": "dist",
  1247. "autoload": {
  1248. "psr-4": {
  1249. "think\\": "src"
  1250. }
  1251. },
  1252. "notification-url": "https://packagist.org/downloads/",
  1253. "license": [
  1254. "Apache-2.0"
  1255. ],
  1256. "authors": [
  1257. {
  1258. "name": "liu21st",
  1259. "email": "liu21st@gmail.com"
  1260. }
  1261. ],
  1262. "description": "the php template engine",
  1263. "support": {
  1264. "issues": "https://github.com/top-think/think-template/issues",
  1265. "source": "https://github.com/top-think/think-template/tree/v2.0.8"
  1266. }
  1267. },
  1268. {
  1269. "name": "topthink/think-trace",
  1270. "version": "v1.5",
  1271. "version_normalized": "1.5.0.0",
  1272. "source": {
  1273. "type": "git",
  1274. "url": "https://github.com/top-think/think-trace.git",
  1275. "reference": "55027fd79abb744f32a3be8d9e1ccf873a3ca9b7"
  1276. },
  1277. "dist": {
  1278. "type": "zip",
  1279. "url": "https://api.github.com/repos/top-think/think-trace/zipball/55027fd79abb744f32a3be8d9e1ccf873a3ca9b7",
  1280. "reference": "55027fd79abb744f32a3be8d9e1ccf873a3ca9b7",
  1281. "shasum": ""
  1282. },
  1283. "require": {
  1284. "php": ">=7.1.0",
  1285. "topthink/framework": "^6.0"
  1286. },
  1287. "time": "2022-10-26T07:56:45+00:00",
  1288. "type": "library",
  1289. "extra": {
  1290. "think": {
  1291. "services": [
  1292. "think\\trace\\Service"
  1293. ],
  1294. "config": {
  1295. "trace": "src/config.php"
  1296. }
  1297. }
  1298. },
  1299. "installation-source": "dist",
  1300. "autoload": {
  1301. "psr-4": {
  1302. "think\\trace\\": "src"
  1303. }
  1304. },
  1305. "notification-url": "https://packagist.org/downloads/",
  1306. "license": [
  1307. "Apache-2.0"
  1308. ],
  1309. "authors": [
  1310. {
  1311. "name": "liu21st",
  1312. "email": "liu21st@gmail.com"
  1313. }
  1314. ],
  1315. "description": "thinkphp debug trace",
  1316. "support": {
  1317. "issues": "https://github.com/top-think/think-trace/issues",
  1318. "source": "https://github.com/top-think/think-trace/tree/v1.5"
  1319. }
  1320. },
  1321. {
  1322. "name": "topthink/think-view",
  1323. "version": "v1.0.14",
  1324. "version_normalized": "1.0.14.0",
  1325. "source": {
  1326. "type": "git",
  1327. "url": "https://github.com/top-think/think-view.git",
  1328. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  1329. },
  1330. "dist": {
  1331. "type": "zip",
  1332. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1333. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  1334. "shasum": ""
  1335. },
  1336. "require": {
  1337. "php": ">=7.1.0",
  1338. "topthink/think-template": "^2.0"
  1339. },
  1340. "time": "2019-11-06T11:40:13+00:00",
  1341. "type": "library",
  1342. "installation-source": "dist",
  1343. "autoload": {
  1344. "psr-4": {
  1345. "think\\view\\driver\\": "src"
  1346. }
  1347. },
  1348. "notification-url": "https://packagist.org/downloads/",
  1349. "license": [
  1350. "Apache-2.0"
  1351. ],
  1352. "authors": [
  1353. {
  1354. "name": "liu21st",
  1355. "email": "liu21st@gmail.com"
  1356. }
  1357. ],
  1358. "description": "thinkphp template driver",
  1359. "support": {
  1360. "issues": "https://github.com/top-think/think-view/issues",
  1361. "source": "https://github.com/top-think/think-view/tree/v1.0.14"
  1362. }
  1363. }
  1364. ]