composer.lock 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "8037e81a3aec4e25e2cb08d241087287",
  8. "packages": [
  9. {
  10. "name": "endroid/qr-code",
  11. "version": "1.9.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/endroid/qr-code.git",
  15. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  20. "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "ext-gd": "*",
  31. "php": ">=5.4",
  32. "symfony/options-resolver": "^2.3|^3.0"
  33. },
  34. "require-dev": {
  35. "phpunit/phpunit": "^4.0|^5.0",
  36. "sensio/framework-extra-bundle": "^3.0",
  37. "symfony/browser-kit": "^2.3|^3.0",
  38. "symfony/framework-bundle": "^2.3|^3.0",
  39. "symfony/http-kernel": "^2.3|^3.0"
  40. },
  41. "type": "library",
  42. "extra": {
  43. "branch-alias": {
  44. "dev-master": "1.x-dev"
  45. }
  46. },
  47. "autoload": {
  48. "psr-4": {
  49. "Endroid\\QrCode\\": "src/"
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "MIT"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Jeroen van den Enden",
  59. "email": "info@endroid.nl",
  60. "homepage": "http://endroid.nl/"
  61. }
  62. ],
  63. "description": "Endroid QR Code",
  64. "homepage": "https://github.com/endroid/QrCode",
  65. "keywords": [
  66. "bundle",
  67. "code",
  68. "endroid",
  69. "qr",
  70. "qrcode",
  71. "symfony"
  72. ],
  73. "time": "2017-04-08T09:13:59+00:00"
  74. },
  75. {
  76. "name": "league/flysystem",
  77. "version": "1.1.2",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/thephpleague/flysystem.git",
  81. "reference": "63cd8c14708b9544d3f61d3c15b747fda1c95c6e"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/63cd8c14708b9544d3f61d3c15b747fda1c95c6e",
  86. "reference": "63cd8c14708b9544d3f61d3c15b747fda1c95c6e",
  87. "shasum": "",
  88. "mirrors": [
  89. {
  90. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  91. "preferred": true
  92. }
  93. ]
  94. },
  95. "require": {
  96. "ext-fileinfo": "*",
  97. "league/mime-type-detection": "^1.3",
  98. "php": "^7.2.5 || ^8.0"
  99. },
  100. "conflict": {
  101. "league/flysystem-sftp": "<1.0.6"
  102. },
  103. "require-dev": {
  104. "phpspec/prophecy": "^1.11.1",
  105. "phpunit/phpunit": "^8.5.8"
  106. },
  107. "suggest": {
  108. "ext-fileinfo": "Required for MimeType",
  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. "type": "library",
  124. "extra": {
  125. "branch-alias": {
  126. "dev-master": "1.1-dev"
  127. }
  128. },
  129. "autoload": {
  130. "psr-4": {
  131. "League\\Flysystem\\": "src/"
  132. }
  133. },
  134. "notification-url": "https://packagist.org/downloads/",
  135. "license": [
  136. "MIT"
  137. ],
  138. "authors": [
  139. {
  140. "name": "Frank de Jonge",
  141. "email": "info@frenky.net"
  142. }
  143. ],
  144. "description": "Filesystem abstraction: Many filesystems, one API.",
  145. "keywords": [
  146. "Cloud Files",
  147. "WebDAV",
  148. "abstraction",
  149. "aws",
  150. "cloud",
  151. "copy.com",
  152. "dropbox",
  153. "file systems",
  154. "files",
  155. "filesystem",
  156. "filesystems",
  157. "ftp",
  158. "rackspace",
  159. "remote",
  160. "s3",
  161. "sftp",
  162. "storage"
  163. ],
  164. "funding": [
  165. {
  166. "url": "https://offset.earth/frankdejonge",
  167. "type": "other"
  168. }
  169. ],
  170. "time": "2020-08-18T10:57:55+00:00"
  171. },
  172. {
  173. "name": "league/flysystem-cached-adapter",
  174. "version": "1.1.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  178. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  183. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  184. "shasum": "",
  185. "mirrors": [
  186. {
  187. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  188. "preferred": true
  189. }
  190. ]
  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. "type": "library",
  207. "autoload": {
  208. "psr-4": {
  209. "League\\Flysystem\\Cached\\": "src/"
  210. }
  211. },
  212. "notification-url": "https://packagist.org/downloads/",
  213. "license": [
  214. "MIT"
  215. ],
  216. "authors": [
  217. {
  218. "name": "frankdejonge",
  219. "email": "info@frenky.net"
  220. }
  221. ],
  222. "description": "An adapter decorator to enable meta-data caching.",
  223. "time": "2020-07-25T15:56:04+00:00"
  224. },
  225. {
  226. "name": "league/mime-type-detection",
  227. "version": "1.4.0",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/thephpleague/mime-type-detection.git",
  231. "reference": "fda190b62b962d96a069fcc414d781db66d65b69"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/fda190b62b962d96a069fcc414d781db66d65b69",
  236. "reference": "fda190b62b962d96a069fcc414d781db66d65b69",
  237. "shasum": "",
  238. "mirrors": [
  239. {
  240. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  241. "preferred": true
  242. }
  243. ]
  244. },
  245. "require": {
  246. "ext-fileinfo": "*",
  247. "php": "^7.2 || ^8.0"
  248. },
  249. "require-dev": {
  250. "phpstan/phpstan": "^0.12.36",
  251. "phpunit/phpunit": "^8.5.8"
  252. },
  253. "type": "library",
  254. "autoload": {
  255. "psr-4": {
  256. "League\\MimeTypeDetection\\": "src"
  257. }
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "MIT"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Frank de Jonge",
  266. "email": "info@frankdejonge.nl"
  267. }
  268. ],
  269. "description": "Mime-type detection for Flysystem",
  270. "funding": [
  271. {
  272. "url": "https://github.com/frankdejonge",
  273. "type": "github"
  274. },
  275. {
  276. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  277. "type": "tidelift"
  278. }
  279. ],
  280. "time": "2020-08-09T10:34:01+00:00"
  281. },
  282. {
  283. "name": "opis/closure",
  284. "version": "3.5.6",
  285. "source": {
  286. "type": "git",
  287. "url": "https://github.com/opis/closure.git",
  288. "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9"
  289. },
  290. "dist": {
  291. "type": "zip",
  292. "url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9",
  293. "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9",
  294. "shasum": "",
  295. "mirrors": [
  296. {
  297. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  298. "preferred": true
  299. }
  300. ]
  301. },
  302. "require": {
  303. "php": "^5.4 || ^7.0"
  304. },
  305. "require-dev": {
  306. "jeremeamia/superclosure": "^2.0",
  307. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  308. },
  309. "type": "library",
  310. "extra": {
  311. "branch-alias": {
  312. "dev-master": "3.5.x-dev"
  313. }
  314. },
  315. "autoload": {
  316. "psr-4": {
  317. "Opis\\Closure\\": "src/"
  318. },
  319. "files": [
  320. "functions.php"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Marius Sarca",
  330. "email": "marius.sarca@gmail.com"
  331. },
  332. {
  333. "name": "Sorin Sarca",
  334. "email": "sarca_sorin@hotmail.com"
  335. }
  336. ],
  337. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  338. "homepage": "https://opis.io/closure",
  339. "keywords": [
  340. "anonymous functions",
  341. "closure",
  342. "function",
  343. "serializable",
  344. "serialization",
  345. "serialize"
  346. ],
  347. "time": "2020-08-11T08:46:50+00:00"
  348. },
  349. {
  350. "name": "psr/cache",
  351. "version": "1.0.1",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/php-fig/cache.git",
  355. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  360. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  361. "shasum": "",
  362. "mirrors": [
  363. {
  364. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  365. "preferred": true
  366. }
  367. ]
  368. },
  369. "require": {
  370. "php": ">=5.3.0"
  371. },
  372. "type": "library",
  373. "extra": {
  374. "branch-alias": {
  375. "dev-master": "1.0.x-dev"
  376. }
  377. },
  378. "autoload": {
  379. "psr-4": {
  380. "Psr\\Cache\\": "src/"
  381. }
  382. },
  383. "notification-url": "https://packagist.org/downloads/",
  384. "license": [
  385. "MIT"
  386. ],
  387. "authors": [
  388. {
  389. "name": "PHP-FIG",
  390. "homepage": "http://www.php-fig.org/"
  391. }
  392. ],
  393. "description": "Common interface for caching libraries",
  394. "keywords": [
  395. "cache",
  396. "psr",
  397. "psr-6"
  398. ],
  399. "time": "2016-08-06T20:24:11+00:00"
  400. },
  401. {
  402. "name": "psr/container",
  403. "version": "1.0.0",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/php-fig/container.git",
  407. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  412. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  413. "shasum": "",
  414. "mirrors": [
  415. {
  416. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  417. "preferred": true
  418. }
  419. ]
  420. },
  421. "require": {
  422. "php": ">=5.3.0"
  423. },
  424. "type": "library",
  425. "extra": {
  426. "branch-alias": {
  427. "dev-master": "1.0.x-dev"
  428. }
  429. },
  430. "autoload": {
  431. "psr-4": {
  432. "Psr\\Container\\": "src/"
  433. }
  434. },
  435. "notification-url": "https://packagist.org/downloads/",
  436. "license": [
  437. "MIT"
  438. ],
  439. "authors": [
  440. {
  441. "name": "PHP-FIG",
  442. "homepage": "http://www.php-fig.org/"
  443. }
  444. ],
  445. "description": "Common Container Interface (PHP FIG PSR-11)",
  446. "homepage": "https://github.com/php-fig/container",
  447. "keywords": [
  448. "PSR-11",
  449. "container",
  450. "container-interface",
  451. "container-interop",
  452. "psr"
  453. ],
  454. "time": "2017-02-14T16:28:37+00:00"
  455. },
  456. {
  457. "name": "psr/log",
  458. "version": "1.1.3",
  459. "source": {
  460. "type": "git",
  461. "url": "https://github.com/php-fig/log.git",
  462. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  463. },
  464. "dist": {
  465. "type": "zip",
  466. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  467. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  468. "shasum": "",
  469. "mirrors": [
  470. {
  471. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  472. "preferred": true
  473. }
  474. ]
  475. },
  476. "require": {
  477. "php": ">=5.3.0"
  478. },
  479. "type": "library",
  480. "extra": {
  481. "branch-alias": {
  482. "dev-master": "1.1.x-dev"
  483. }
  484. },
  485. "autoload": {
  486. "psr-4": {
  487. "Psr\\Log\\": "Psr/Log/"
  488. }
  489. },
  490. "notification-url": "https://packagist.org/downloads/",
  491. "license": [
  492. "MIT"
  493. ],
  494. "authors": [
  495. {
  496. "name": "PHP-FIG",
  497. "homepage": "http://www.php-fig.org/"
  498. }
  499. ],
  500. "description": "Common interface for logging libraries",
  501. "homepage": "https://github.com/php-fig/log",
  502. "keywords": [
  503. "log",
  504. "psr",
  505. "psr-3"
  506. ],
  507. "time": "2020-03-23T09:12:05+00:00"
  508. },
  509. {
  510. "name": "psr/simple-cache",
  511. "version": "1.0.1",
  512. "source": {
  513. "type": "git",
  514. "url": "https://github.com/php-fig/simple-cache.git",
  515. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  516. },
  517. "dist": {
  518. "type": "zip",
  519. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  520. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  521. "shasum": "",
  522. "mirrors": [
  523. {
  524. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  525. "preferred": true
  526. }
  527. ]
  528. },
  529. "require": {
  530. "php": ">=5.3.0"
  531. },
  532. "type": "library",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "1.0.x-dev"
  536. }
  537. },
  538. "autoload": {
  539. "psr-4": {
  540. "Psr\\SimpleCache\\": "src/"
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "PHP-FIG",
  550. "homepage": "http://www.php-fig.org/"
  551. }
  552. ],
  553. "description": "Common interfaces for simple caching",
  554. "keywords": [
  555. "cache",
  556. "caching",
  557. "psr",
  558. "psr-16",
  559. "simple-cache"
  560. ],
  561. "time": "2017-10-23T01:57:42+00:00"
  562. },
  563. {
  564. "name": "symfony/options-resolver",
  565. "version": "v3.4.43",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/symfony/options-resolver.git",
  569. "reference": "0edf31d2e34f4adb72dd4d2e4a8aa21f84b943e5"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0edf31d2e34f4adb72dd4d2e4a8aa21f84b943e5",
  574. "reference": "0edf31d2e34f4adb72dd4d2e4a8aa21f84b943e5",
  575. "shasum": "",
  576. "mirrors": [
  577. {
  578. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  579. "preferred": true
  580. }
  581. ]
  582. },
  583. "require": {
  584. "php": "^5.5.9|>=7.0.8"
  585. },
  586. "type": "library",
  587. "extra": {
  588. "branch-alias": {
  589. "dev-master": "3.4-dev"
  590. }
  591. },
  592. "autoload": {
  593. "psr-4": {
  594. "Symfony\\Component\\OptionsResolver\\": ""
  595. },
  596. "exclude-from-classmap": [
  597. "/Tests/"
  598. ]
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "authors": [
  605. {
  606. "name": "Fabien Potencier",
  607. "email": "fabien@symfony.com"
  608. },
  609. {
  610. "name": "Symfony Community",
  611. "homepage": "https://symfony.com/contributors"
  612. }
  613. ],
  614. "description": "Symfony OptionsResolver Component",
  615. "homepage": "https://symfony.com",
  616. "keywords": [
  617. "config",
  618. "configuration",
  619. "options"
  620. ],
  621. "funding": [
  622. {
  623. "url": "https://symfony.com/sponsor",
  624. "type": "custom"
  625. },
  626. {
  627. "url": "https://github.com/fabpot",
  628. "type": "github"
  629. },
  630. {
  631. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  632. "type": "tidelift"
  633. }
  634. ],
  635. "time": "2020-07-08T17:07:26+00:00"
  636. },
  637. {
  638. "name": "topthink/framework",
  639. "version": "v6.0.3",
  640. "source": {
  641. "type": "git",
  642. "url": "https://github.com/top-think/framework.git",
  643. "reference": "b4046fb21e6163ba23a792b694162693dbe71b4b"
  644. },
  645. "dist": {
  646. "type": "zip",
  647. "url": "https://api.github.com/repos/top-think/framework/zipball/b4046fb21e6163ba23a792b694162693dbe71b4b",
  648. "reference": "b4046fb21e6163ba23a792b694162693dbe71b4b",
  649. "shasum": "",
  650. "mirrors": [
  651. {
  652. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  653. "preferred": true
  654. }
  655. ]
  656. },
  657. "require": {
  658. "ext-json": "*",
  659. "ext-mbstring": "*",
  660. "league/flysystem": "^1.0",
  661. "league/flysystem-cached-adapter": "^1.0",
  662. "opis/closure": "^3.1",
  663. "php": ">=7.1.0",
  664. "psr/container": "~1.0",
  665. "psr/log": "~1.0",
  666. "psr/simple-cache": "^1.0",
  667. "topthink/think-helper": "^3.1.1",
  668. "topthink/think-orm": "^2.0"
  669. },
  670. "require-dev": {
  671. "mikey179/vfsstream": "^1.6",
  672. "mockery/mockery": "^1.2",
  673. "phpunit/phpunit": "^7.0"
  674. },
  675. "type": "library",
  676. "autoload": {
  677. "files": [],
  678. "psr-4": {
  679. "think\\": "src/think/"
  680. }
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "Apache-2.0"
  685. ],
  686. "authors": [
  687. {
  688. "name": "liu21st",
  689. "email": "liu21st@gmail.com"
  690. },
  691. {
  692. "name": "yunwuxin",
  693. "email": "448901948@qq.com"
  694. }
  695. ],
  696. "description": "The ThinkPHP Framework.",
  697. "homepage": "http://thinkphp.cn/",
  698. "keywords": [
  699. "framework",
  700. "orm",
  701. "thinkphp"
  702. ],
  703. "time": "2020-06-26T16:03:10+00:00"
  704. },
  705. {
  706. "name": "topthink/think-helper",
  707. "version": "v3.1.4",
  708. "source": {
  709. "type": "git",
  710. "url": "https://github.com/top-think/think-helper.git",
  711. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10"
  712. },
  713. "dist": {
  714. "type": "zip",
  715. "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10",
  716. "reference": "c28d37743bda4a0455286ca85b17b5791d626e10",
  717. "shasum": "",
  718. "mirrors": [
  719. {
  720. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  721. "preferred": true
  722. }
  723. ]
  724. },
  725. "require": {
  726. "php": ">=7.1.0"
  727. },
  728. "type": "library",
  729. "autoload": {
  730. "psr-4": {
  731. "think\\": "src"
  732. },
  733. "files": [
  734. "src/helper.php"
  735. ]
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "Apache-2.0"
  740. ],
  741. "authors": [
  742. {
  743. "name": "yunwuxin",
  744. "email": "448901948@qq.com"
  745. }
  746. ],
  747. "description": "The ThinkPHP6 Helper Package",
  748. "time": "2019-11-08T08:01:10+00:00"
  749. },
  750. {
  751. "name": "topthink/think-orm",
  752. "version": "v2.0.33",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/top-think/think-orm.git",
  756. "reference": "35ca511a1e4d671b39f7afb4c887703c16ef6957"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/top-think/think-orm/zipball/35ca511a1e4d671b39f7afb4c887703c16ef6957",
  761. "reference": "35ca511a1e4d671b39f7afb4c887703c16ef6957",
  762. "shasum": "",
  763. "mirrors": [
  764. {
  765. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  766. "preferred": true
  767. }
  768. ]
  769. },
  770. "require": {
  771. "ext-json": "*",
  772. "php": ">=7.1.0",
  773. "psr/log": "~1.0",
  774. "psr/simple-cache": "^1.0",
  775. "topthink/think-helper": "^3.1"
  776. },
  777. "type": "library",
  778. "autoload": {
  779. "psr-4": {
  780. "think\\": "src"
  781. },
  782. "files": []
  783. },
  784. "notification-url": "https://packagist.org/downloads/",
  785. "license": [
  786. "Apache-2.0"
  787. ],
  788. "authors": [
  789. {
  790. "name": "liu21st",
  791. "email": "liu21st@gmail.com"
  792. }
  793. ],
  794. "description": "think orm",
  795. "keywords": [
  796. "database",
  797. "orm"
  798. ],
  799. "time": "2020-06-22T14:57:28+00:00"
  800. },
  801. {
  802. "name": "topthink/think-template",
  803. "version": "v2.0.7",
  804. "source": {
  805. "type": "git",
  806. "url": "https://github.com/top-think/think-template.git",
  807. "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19"
  808. },
  809. "dist": {
  810. "type": "zip",
  811. "url": "https://api.github.com/repos/top-think/think-template/zipball/e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
  812. "reference": "e98bdbb4a4c94b442f17dfceba81e0134d4fbd19",
  813. "shasum": "",
  814. "mirrors": [
  815. {
  816. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  817. "preferred": true
  818. }
  819. ]
  820. },
  821. "require": {
  822. "php": ">=7.1.0",
  823. "psr/simple-cache": "^1.0"
  824. },
  825. "type": "library",
  826. "autoload": {
  827. "psr-4": {
  828. "think\\": "src"
  829. }
  830. },
  831. "notification-url": "https://packagist.org/downloads/",
  832. "license": [
  833. "Apache-2.0"
  834. ],
  835. "authors": [
  836. {
  837. "name": "liu21st",
  838. "email": "liu21st@gmail.com"
  839. }
  840. ],
  841. "description": "the php template engine",
  842. "time": "2019-09-20T15:31:04+00:00"
  843. },
  844. {
  845. "name": "topthink/think-view",
  846. "version": "v1.0.14",
  847. "source": {
  848. "type": "git",
  849. "url": "https://github.com/top-think/think-view.git",
  850. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
  855. "reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
  856. "shasum": "",
  857. "mirrors": [
  858. {
  859. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  860. "preferred": true
  861. }
  862. ]
  863. },
  864. "require": {
  865. "php": ">=7.1.0",
  866. "topthink/think-template": "^2.0"
  867. },
  868. "type": "library",
  869. "autoload": {
  870. "psr-4": {
  871. "think\\view\\driver\\": "src"
  872. }
  873. },
  874. "notification-url": "https://packagist.org/downloads/",
  875. "license": [
  876. "Apache-2.0"
  877. ],
  878. "authors": [
  879. {
  880. "name": "liu21st",
  881. "email": "liu21st@gmail.com"
  882. }
  883. ],
  884. "description": "thinkphp template driver",
  885. "time": "2019-11-06T11:40:13+00:00"
  886. },
  887. {
  888. "name": "zoujingli/ip2region",
  889. "version": "v1.0.8",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/zoujingli/ip2region.git",
  893. "reference": "d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6",
  898. "reference": "d6be3ab9da1a1ab7e3cd51c4aa634a34de358ce6",
  899. "shasum": "",
  900. "mirrors": [
  901. {
  902. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  903. "preferred": true
  904. }
  905. ]
  906. },
  907. "require": {
  908. "php": ">=5.3"
  909. },
  910. "type": "library",
  911. "autoload": {
  912. "classmap": [
  913. "Ip2Region.php"
  914. ]
  915. },
  916. "notification-url": "https://packagist.org/downloads/",
  917. "license": [
  918. "Apache-2.0"
  919. ],
  920. "authors": [
  921. {
  922. "name": "Anyon",
  923. "email": "zoujingli@qq.com",
  924. "homepage": "http://ctolog.com"
  925. }
  926. ],
  927. "description": "Ip2Region for PHP",
  928. "homepage": "https://github.com/zoujingli/Ip2Region",
  929. "keywords": [
  930. "Ip2Region"
  931. ],
  932. "time": "2020-07-06T05:33:26+00:00"
  933. },
  934. {
  935. "name": "zoujingli/think-library",
  936. "version": "v6.0.x-dev",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/zoujingli/ThinkLibrary.git",
  940. "reference": "1076fed8234de42aba3f3c6a51d55fd96f996272"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/1076fed8234de42aba3f3c6a51d55fd96f996272",
  945. "reference": "1076fed8234de42aba3f3c6a51d55fd96f996272",
  946. "shasum": "",
  947. "mirrors": [
  948. {
  949. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  950. "preferred": true
  951. }
  952. ]
  953. },
  954. "require": {
  955. "ext-curl": "*",
  956. "ext-gd": "*",
  957. "ext-iconv": "*",
  958. "ext-json": "*",
  959. "ext-mbstring": "*",
  960. "topthink/framework": "^6.0"
  961. },
  962. "type": "library",
  963. "extra": {
  964. "think": {
  965. "services": [
  966. "think\\admin\\Library"
  967. ]
  968. }
  969. },
  970. "autoload": {
  971. "files": [
  972. "src/common.php"
  973. ],
  974. "psr-4": {
  975. "think\\admin\\": "src"
  976. }
  977. },
  978. "notification-url": "https://packagist.org/downloads/",
  979. "license": [
  980. "MIT"
  981. ],
  982. "authors": [
  983. {
  984. "name": "Anyon",
  985. "email": "zoujingli@qq.com"
  986. }
  987. ],
  988. "description": "ThinkPHP v6.0 Development Library",
  989. "homepage": "http://thinkadmin.top",
  990. "time": "2020-08-21T09:27:14+00:00"
  991. },
  992. {
  993. "name": "zoujingli/wechat-developer",
  994. "version": "v1.2.25",
  995. "source": {
  996. "type": "git",
  997. "url": "https://github.com/zoujingli/WeChatDeveloper.git",
  998. "reference": "6fcb6504904ee4276b358b3f9b80ffc992eb385c"
  999. },
  1000. "dist": {
  1001. "type": "zip",
  1002. "url": "https://api.github.com/repos/zoujingli/WeChatDeveloper/zipball/6fcb6504904ee4276b358b3f9b80ffc992eb385c",
  1003. "reference": "6fcb6504904ee4276b358b3f9b80ffc992eb385c",
  1004. "shasum": "",
  1005. "mirrors": [
  1006. {
  1007. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1008. "preferred": true
  1009. }
  1010. ]
  1011. },
  1012. "require": {
  1013. "ext-bcmath": "*",
  1014. "ext-curl": "*",
  1015. "ext-json": "*",
  1016. "ext-libxml": "*",
  1017. "ext-mbstring": "*",
  1018. "ext-openssl": "*",
  1019. "ext-simplexml": "*",
  1020. "ext-xml": "*",
  1021. "php": ">=5.4"
  1022. },
  1023. "type": "library",
  1024. "autoload": {
  1025. "classmap": [
  1026. "We.php"
  1027. ],
  1028. "psr-4": {
  1029. "WePay\\": "WePay",
  1030. "WeChat\\": "WeChat",
  1031. "WeMini\\": "WeMini",
  1032. "AliPay\\": "AliPay"
  1033. }
  1034. },
  1035. "notification-url": "https://packagist.org/downloads/",
  1036. "license": [
  1037. "MIT"
  1038. ],
  1039. "authors": [
  1040. {
  1041. "name": "Anyon",
  1042. "email": "zoujingli@qq.com",
  1043. "homepage": "https://thinkadmin.top"
  1044. }
  1045. ],
  1046. "description": "WeChat platform and WeChat payment development tools",
  1047. "homepage": "https://github.com/zoujingli/WeChatDeveloper",
  1048. "keywords": [
  1049. "WeChatDeveloper",
  1050. "WeMini",
  1051. "alipay",
  1052. "wechat",
  1053. "wechatpay",
  1054. "wepay"
  1055. ],
  1056. "time": "2020-08-19T08:52:11+00:00"
  1057. }
  1058. ],
  1059. "packages-dev": [],
  1060. "aliases": [],
  1061. "minimum-stability": "stable",
  1062. "stability-flags": {
  1063. "zoujingli/think-library": 20
  1064. },
  1065. "prefer-stable": false,
  1066. "prefer-lowest": false,
  1067. "platform": {
  1068. "php": ">=7.1.0",
  1069. "ext-gd": "*",
  1070. "ext-xml": "*",
  1071. "ext-json": "*",
  1072. "ext-curl": "*",
  1073. "ext-iconv": "*",
  1074. "ext-openssl": "*",
  1075. "ext-mbstring": "*",
  1076. "ext-simplexml": "*"
  1077. },
  1078. "platform-dev": [],
  1079. "plugin-api-version": "1.1.0"
  1080. }