composer.lock 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
  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": "d556a98fcf8f4ce30f754888ad4a4766",
  8. "packages": [
  9. {
  10. "name": "amphp/amp",
  11. "version": "v1.2.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/amphp/amp.git",
  15. "reference": "4f2161da5f68f274f116985635aea63b5c0f54d2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/amphp/amp/zipball/4f2161da5f68f274f116985635aea63b5c0f54d2",
  20. "reference": "4f2161da5f68f274f116985635aea63b5c0f54d2",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=5.5"
  31. },
  32. "require-dev": {
  33. "fabpot/php-cs-fixer": "~1.9",
  34. "phpunit/phpunit": "~4.8"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.0.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "files": [
  44. "lib/functions.php"
  45. ],
  46. "psr-4": {
  47. "Amp\\": "lib/"
  48. }
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "MIT"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Daniel Lowrey",
  57. "email": "rdlowrey@php.net",
  58. "role": "Creator / Lead Developer"
  59. }
  60. ],
  61. "description": "A non-blocking concurrency framework for PHP applications",
  62. "homepage": "https://github.com/amphp/amp",
  63. "keywords": [
  64. "async",
  65. "concurrency",
  66. "event",
  67. "non-blocking",
  68. "promise"
  69. ],
  70. "support": {
  71. "issues": "https://github.com/amphp/amp/issues",
  72. "source": "https://github.com/amphp/amp/tree/master"
  73. },
  74. "time": "2016-05-12T12:54:59+00:00"
  75. },
  76. {
  77. "name": "league/flysystem",
  78. "version": "1.1.9",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/thephpleague/flysystem.git",
  82. "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
  87. "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
  88. "shasum": "",
  89. "mirrors": [
  90. {
  91. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  92. "preferred": true
  93. }
  94. ]
  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. "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. "support": {
  165. "issues": "https://github.com/thephpleague/flysystem/issues",
  166. "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
  167. },
  168. "funding": [
  169. {
  170. "url": "https://offset.earth/frankdejonge",
  171. "type": "other"
  172. }
  173. ],
  174. "time": "2021-12-09T09:40:50+00:00"
  175. },
  176. {
  177. "name": "league/flysystem-cached-adapter",
  178. "version": "1.1.0",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  182. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  187. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  188. "shasum": "",
  189. "mirrors": [
  190. {
  191. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  192. "preferred": true
  193. }
  194. ]
  195. },
  196. "require": {
  197. "league/flysystem": "~1.0",
  198. "psr/cache": "^1.0.0"
  199. },
  200. "require-dev": {
  201. "mockery/mockery": "~0.9",
  202. "phpspec/phpspec": "^3.4",
  203. "phpunit/phpunit": "^5.7",
  204. "predis/predis": "~1.0",
  205. "tedivm/stash": "~0.12"
  206. },
  207. "suggest": {
  208. "ext-phpredis": "Pure C implemented extension for PHP"
  209. },
  210. "type": "library",
  211. "autoload": {
  212. "psr-4": {
  213. "League\\Flysystem\\Cached\\": "src/"
  214. }
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "MIT"
  219. ],
  220. "authors": [
  221. {
  222. "name": "frankdejonge",
  223. "email": "info@frenky.net"
  224. }
  225. ],
  226. "description": "An adapter decorator to enable meta-data caching.",
  227. "support": {
  228. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  229. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  230. },
  231. "time": "2020-07-25T15:56:04+00:00"
  232. },
  233. {
  234. "name": "league/mime-type-detection",
  235. "version": "1.11.0",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/thephpleague/mime-type-detection.git",
  239. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  244. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  245. "shasum": "",
  246. "mirrors": [
  247. {
  248. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  249. "preferred": true
  250. }
  251. ]
  252. },
  253. "require": {
  254. "ext-fileinfo": "*",
  255. "php": "^7.2 || ^8.0"
  256. },
  257. "require-dev": {
  258. "friendsofphp/php-cs-fixer": "^3.2",
  259. "phpstan/phpstan": "^0.12.68",
  260. "phpunit/phpunit": "^8.5.8 || ^9.3"
  261. },
  262. "type": "library",
  263. "autoload": {
  264. "psr-4": {
  265. "League\\MimeTypeDetection\\": "src"
  266. }
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "MIT"
  271. ],
  272. "authors": [
  273. {
  274. "name": "Frank de Jonge",
  275. "email": "info@frankdejonge.nl"
  276. }
  277. ],
  278. "description": "Mime-type detection for Flysystem",
  279. "support": {
  280. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  281. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  282. },
  283. "funding": [
  284. {
  285. "url": "https://github.com/frankdejonge",
  286. "type": "github"
  287. },
  288. {
  289. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  290. "type": "tidelift"
  291. }
  292. ],
  293. "time": "2022-04-17T13:12:02+00:00"
  294. },
  295. {
  296. "name": "nmred/kafka-php",
  297. "version": "v0.2.0.8",
  298. "source": {
  299. "type": "git",
  300. "url": "https://github.com/weiboad/kafka-php.git",
  301. "reference": "d5b395aeb9d069dce49fc1dceff0a6f45750d981"
  302. },
  303. "dist": {
  304. "type": "zip",
  305. "url": "https://api.github.com/repos/weiboad/kafka-php/zipball/d5b395aeb9d069dce49fc1dceff0a6f45750d981",
  306. "reference": "d5b395aeb9d069dce49fc1dceff0a6f45750d981",
  307. "shasum": "",
  308. "mirrors": [
  309. {
  310. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  311. "preferred": true
  312. }
  313. ]
  314. },
  315. "require": {
  316. "amphp/amp": "v1.2.2",
  317. "php": ">=5.5",
  318. "psr/log": "1.0.2"
  319. },
  320. "require-dev": {
  321. "kmelia/monolog-stdout-handler": "1.2.1",
  322. "monolog/monolog": "1.22.1",
  323. "phpunit/phpcov": "*",
  324. "phpunit/phpunit": "~4.0",
  325. "satooshi/php-coveralls": "dev-master"
  326. },
  327. "type": "library",
  328. "autoload": {
  329. "psr-0": {
  330. "Kafka\\": "src/"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "BSD-3-Clause"
  336. ],
  337. "description": "Kafka client for php",
  338. "homepage": "http://www.swanlinux.net",
  339. "keywords": [
  340. "client",
  341. "kafka"
  342. ],
  343. "support": {
  344. "issues": "https://github.com/weiboad/kafka-php/issues",
  345. "source": "https://github.com/weiboad/kafka-php/tree/v0.2.0.8"
  346. },
  347. "time": "2017-10-23T09:33:08+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. "support": {
  400. "source": "https://github.com/php-fig/cache/tree/master"
  401. },
  402. "time": "2016-08-06T20:24:11+00:00"
  403. },
  404. {
  405. "name": "psr/container",
  406. "version": "1.1.2",
  407. "source": {
  408. "type": "git",
  409. "url": "https://github.com/php-fig/container.git",
  410. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  411. },
  412. "dist": {
  413. "type": "zip",
  414. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  415. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  416. "shasum": "",
  417. "mirrors": [
  418. {
  419. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  420. "preferred": true
  421. }
  422. ]
  423. },
  424. "require": {
  425. "php": ">=7.4.0"
  426. },
  427. "type": "library",
  428. "autoload": {
  429. "psr-4": {
  430. "Psr\\Container\\": "src/"
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "PHP-FIG",
  440. "homepage": "https://www.php-fig.org/"
  441. }
  442. ],
  443. "description": "Common Container Interface (PHP FIG PSR-11)",
  444. "homepage": "https://github.com/php-fig/container",
  445. "keywords": [
  446. "PSR-11",
  447. "container",
  448. "container-interface",
  449. "container-interop",
  450. "psr"
  451. ],
  452. "support": {
  453. "issues": "https://github.com/php-fig/container/issues",
  454. "source": "https://github.com/php-fig/container/tree/1.1.2"
  455. },
  456. "time": "2021-11-05T16:50:12+00:00"
  457. },
  458. {
  459. "name": "psr/http-message",
  460. "version": "1.0.1",
  461. "source": {
  462. "type": "git",
  463. "url": "https://github.com/php-fig/http-message.git",
  464. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  465. },
  466. "dist": {
  467. "type": "zip",
  468. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  469. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  470. "shasum": "",
  471. "mirrors": [
  472. {
  473. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  474. "preferred": true
  475. }
  476. ]
  477. },
  478. "require": {
  479. "php": ">=5.3.0"
  480. },
  481. "type": "library",
  482. "extra": {
  483. "branch-alias": {
  484. "dev-master": "1.0.x-dev"
  485. }
  486. },
  487. "autoload": {
  488. "psr-4": {
  489. "Psr\\Http\\Message\\": "src/"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "license": [
  494. "MIT"
  495. ],
  496. "authors": [
  497. {
  498. "name": "PHP-FIG",
  499. "homepage": "http://www.php-fig.org/"
  500. }
  501. ],
  502. "description": "Common interface for HTTP messages",
  503. "homepage": "https://github.com/php-fig/http-message",
  504. "keywords": [
  505. "http",
  506. "http-message",
  507. "psr",
  508. "psr-7",
  509. "request",
  510. "response"
  511. ],
  512. "support": {
  513. "source": "https://github.com/php-fig/http-message/tree/master"
  514. },
  515. "time": "2016-08-06T14:39:51+00:00"
  516. },
  517. {
  518. "name": "psr/log",
  519. "version": "1.0.2",
  520. "source": {
  521. "type": "git",
  522. "url": "https://github.com/php-fig/log.git",
  523. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  524. },
  525. "dist": {
  526. "type": "zip",
  527. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  528. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  529. "shasum": "",
  530. "mirrors": [
  531. {
  532. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  533. "preferred": true
  534. }
  535. ]
  536. },
  537. "require": {
  538. "php": ">=5.3.0"
  539. },
  540. "type": "library",
  541. "extra": {
  542. "branch-alias": {
  543. "dev-master": "1.0.x-dev"
  544. }
  545. },
  546. "autoload": {
  547. "psr-4": {
  548. "Psr\\Log\\": "Psr/Log/"
  549. }
  550. },
  551. "notification-url": "https://packagist.org/downloads/",
  552. "license": [
  553. "MIT"
  554. ],
  555. "authors": [
  556. {
  557. "name": "PHP-FIG",
  558. "homepage": "http://www.php-fig.org/"
  559. }
  560. ],
  561. "description": "Common interface for logging libraries",
  562. "homepage": "https://github.com/php-fig/log",
  563. "keywords": [
  564. "log",
  565. "psr",
  566. "psr-3"
  567. ],
  568. "support": {
  569. "source": "https://github.com/php-fig/log/tree/master"
  570. },
  571. "time": "2016-10-10T12:19:37+00:00"
  572. },
  573. {
  574. "name": "psr/simple-cache",
  575. "version": "1.0.1",
  576. "source": {
  577. "type": "git",
  578. "url": "https://github.com/php-fig/simple-cache.git",
  579. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  580. },
  581. "dist": {
  582. "type": "zip",
  583. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  584. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  585. "shasum": "",
  586. "mirrors": [
  587. {
  588. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  589. "preferred": true
  590. }
  591. ]
  592. },
  593. "require": {
  594. "php": ">=5.3.0"
  595. },
  596. "type": "library",
  597. "extra": {
  598. "branch-alias": {
  599. "dev-master": "1.0.x-dev"
  600. }
  601. },
  602. "autoload": {
  603. "psr-4": {
  604. "Psr\\SimpleCache\\": "src/"
  605. }
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "MIT"
  610. ],
  611. "authors": [
  612. {
  613. "name": "PHP-FIG",
  614. "homepage": "http://www.php-fig.org/"
  615. }
  616. ],
  617. "description": "Common interfaces for simple caching",
  618. "keywords": [
  619. "cache",
  620. "caching",
  621. "psr",
  622. "psr-16",
  623. "simple-cache"
  624. ],
  625. "support": {
  626. "source": "https://github.com/php-fig/simple-cache/tree/master"
  627. },
  628. "time": "2017-10-23T01:57:42+00:00"
  629. },
  630. {
  631. "name": "topthink/framework",
  632. "version": "v6.0.13",
  633. "source": {
  634. "type": "git",
  635. "url": "https://github.com/top-think/framework.git",
  636. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6"
  637. },
  638. "dist": {
  639. "type": "zip",
  640. "url": "https://api.github.com/repos/top-think/framework/zipball/126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  641. "reference": "126d5b2cbacb73d6e2a85cbc7a2c6ee59d0b3fa6",
  642. "shasum": "",
  643. "mirrors": [
  644. {
  645. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  646. "preferred": true
  647. }
  648. ]
  649. },
  650. "require": {
  651. "ext-json": "*",
  652. "ext-mbstring": "*",
  653. "league/flysystem": "^1.1.4",
  654. "league/flysystem-cached-adapter": "^1.0",
  655. "php": ">=7.2.5",
  656. "psr/container": "~1.0",
  657. "psr/http-message": "^1.0",
  658. "psr/log": "~1.0",
  659. "psr/simple-cache": "^1.0",
  660. "topthink/think-helper": "^3.1.1",
  661. "topthink/think-orm": "^2.0"
  662. },
  663. "require-dev": {
  664. "guzzlehttp/psr7": "^2.1.0",
  665. "mikey179/vfsstream": "^1.6",
  666. "mockery/mockery": "^1.2",
  667. "phpunit/phpunit": "^7.0"
  668. },
  669. "type": "library",
  670. "autoload": {
  671. "files": [],
  672. "psr-4": {
  673. "think\\": "src/think/"
  674. }
  675. },
  676. "notification-url": "https://packagist.org/downloads/",
  677. "license": [
  678. "Apache-2.0"
  679. ],
  680. "authors": [
  681. {
  682. "name": "liu21st",
  683. "email": "liu21st@gmail.com"
  684. },
  685. {
  686. "name": "yunwuxin",
  687. "email": "448901948@qq.com"
  688. }
  689. ],
  690. "description": "The ThinkPHP Framework.",
  691. "homepage": "http://thinkphp.cn/",
  692. "keywords": [
  693. "framework",
  694. "orm",
  695. "thinkphp"
  696. ],
  697. "support": {
  698. "issues": "https://github.com/top-think/framework/issues",
  699. "source": "https://github.com/top-think/framework/tree/v6.0.13"
  700. },
  701. "time": "2022-07-15T02:52:08+00:00"
  702. },
  703. {
  704. "name": "topthink/think-helper",
  705. "version": "v3.1.6",
  706. "source": {
  707. "type": "git",
  708. "url": "https://github.com/top-think/think-helper.git",
  709. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
  710. },
  711. "dist": {
  712. "type": "zip",
  713. "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
  714. "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
  715. "shasum": "",
  716. "mirrors": [
  717. {
  718. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  719. "preferred": true
  720. }
  721. ]
  722. },
  723. "require": {
  724. "php": ">=7.1.0"
  725. },
  726. "require-dev": {
  727. "phpunit/phpunit": "^9.5"
  728. },
  729. "type": "library",
  730. "autoload": {
  731. "files": [
  732. "src/helper.php"
  733. ],
  734. "psr-4": {
  735. "think\\": "src"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "Apache-2.0"
  741. ],
  742. "authors": [
  743. {
  744. "name": "yunwuxin",
  745. "email": "448901948@qq.com"
  746. }
  747. ],
  748. "description": "The ThinkPHP6 Helper Package",
  749. "support": {
  750. "issues": "https://github.com/top-think/think-helper/issues",
  751. "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
  752. },
  753. "time": "2021-12-15T04:27:55+00:00"
  754. },
  755. {
  756. "name": "topthink/think-multi-app",
  757. "version": "v1.0.14",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/top-think/think-multi-app.git",
  761. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  766. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  767. "shasum": "",
  768. "mirrors": [
  769. {
  770. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  771. "preferred": true
  772. }
  773. ]
  774. },
  775. "require": {
  776. "php": ">=7.1.0",
  777. "topthink/framework": "^6.0.0"
  778. },
  779. "type": "library",
  780. "extra": {
  781. "think": {
  782. "services": [
  783. "think\\app\\Service"
  784. ]
  785. }
  786. },
  787. "autoload": {
  788. "psr-4": {
  789. "think\\app\\": "src"
  790. }
  791. },
  792. "notification-url": "https://packagist.org/downloads/",
  793. "license": [
  794. "Apache-2.0"
  795. ],
  796. "authors": [
  797. {
  798. "name": "liu21st",
  799. "email": "liu21st@gmail.com"
  800. }
  801. ],
  802. "description": "thinkphp6 multi app support",
  803. "support": {
  804. "issues": "https://github.com/top-think/think-multi-app/issues",
  805. "source": "https://github.com/top-think/think-multi-app/tree/master"
  806. },
  807. "time": "2020-07-12T13:50:37+00:00"
  808. },
  809. {
  810. "name": "topthink/think-orm",
  811. "version": "v2.0.54",
  812. "source": {
  813. "type": "git",
  814. "url": "https://github.com/top-think/think-orm.git",
  815. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e"
  816. },
  817. "dist": {
  818. "type": "zip",
  819. "url": "https://api.github.com/repos/top-think/think-orm/zipball/97b061b47616301ff29fbd4c35ed9184e1162e4e",
  820. "reference": "97b061b47616301ff29fbd4c35ed9184e1162e4e",
  821. "shasum": "",
  822. "mirrors": [
  823. {
  824. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  825. "preferred": true
  826. }
  827. ]
  828. },
  829. "require": {
  830. "ext-json": "*",
  831. "ext-pdo": "*",
  832. "php": ">=7.1.0",
  833. "psr/log": "^1.0|^2.0",
  834. "psr/simple-cache": "^1.0|^2.0",
  835. "topthink/think-helper": "^3.1"
  836. },
  837. "require-dev": {
  838. "phpunit/phpunit": "^7|^8|^9.5"
  839. },
  840. "type": "library",
  841. "autoload": {
  842. "files": [
  843. "stubs/load_stubs.php"
  844. ],
  845. "psr-4": {
  846. "think\\": "src"
  847. }
  848. },
  849. "notification-url": "https://packagist.org/downloads/",
  850. "license": [
  851. "Apache-2.0"
  852. ],
  853. "authors": [
  854. {
  855. "name": "liu21st",
  856. "email": "liu21st@gmail.com"
  857. }
  858. ],
  859. "description": "think orm",
  860. "keywords": [
  861. "database",
  862. "orm"
  863. ],
  864. "support": {
  865. "issues": "https://github.com/top-think/think-orm/issues",
  866. "source": "https://github.com/top-think/think-orm/tree/v2.0.54"
  867. },
  868. "time": "2022-07-05T05:25:51+00:00"
  869. }
  870. ],
  871. "packages-dev": [
  872. {
  873. "name": "symfony/polyfill-mbstring",
  874. "version": "v1.26.0",
  875. "source": {
  876. "type": "git",
  877. "url": "https://github.com/symfony/polyfill-mbstring.git",
  878. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  879. },
  880. "dist": {
  881. "type": "zip",
  882. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  883. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  884. "shasum": "",
  885. "mirrors": [
  886. {
  887. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  888. "preferred": true
  889. }
  890. ]
  891. },
  892. "require": {
  893. "php": ">=7.1"
  894. },
  895. "provide": {
  896. "ext-mbstring": "*"
  897. },
  898. "suggest": {
  899. "ext-mbstring": "For best performance"
  900. },
  901. "type": "library",
  902. "extra": {
  903. "branch-alias": {
  904. "dev-main": "1.26-dev"
  905. },
  906. "thanks": {
  907. "name": "symfony/polyfill",
  908. "url": "https://github.com/symfony/polyfill"
  909. }
  910. },
  911. "autoload": {
  912. "files": [
  913. "bootstrap.php"
  914. ],
  915. "psr-4": {
  916. "Symfony\\Polyfill\\Mbstring\\": ""
  917. }
  918. },
  919. "notification-url": "https://packagist.org/downloads/",
  920. "license": [
  921. "MIT"
  922. ],
  923. "authors": [
  924. {
  925. "name": "Nicolas Grekas",
  926. "email": "p@tchwork.com"
  927. },
  928. {
  929. "name": "Symfony Community",
  930. "homepage": "https://symfony.com/contributors"
  931. }
  932. ],
  933. "description": "Symfony polyfill for the Mbstring extension",
  934. "homepage": "https://symfony.com",
  935. "keywords": [
  936. "compatibility",
  937. "mbstring",
  938. "polyfill",
  939. "portable",
  940. "shim"
  941. ],
  942. "support": {
  943. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  944. },
  945. "funding": [
  946. {
  947. "url": "https://symfony.com/sponsor",
  948. "type": "custom"
  949. },
  950. {
  951. "url": "https://github.com/fabpot",
  952. "type": "github"
  953. },
  954. {
  955. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  956. "type": "tidelift"
  957. }
  958. ],
  959. "time": "2022-05-24T11:49:31+00:00"
  960. },
  961. {
  962. "name": "symfony/polyfill-php72",
  963. "version": "v1.26.0",
  964. "source": {
  965. "type": "git",
  966. "url": "https://github.com/symfony/polyfill-php72.git",
  967. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  968. },
  969. "dist": {
  970. "type": "zip",
  971. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  972. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  973. "shasum": "",
  974. "mirrors": [
  975. {
  976. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  977. "preferred": true
  978. }
  979. ]
  980. },
  981. "require": {
  982. "php": ">=7.1"
  983. },
  984. "type": "library",
  985. "extra": {
  986. "branch-alias": {
  987. "dev-main": "1.26-dev"
  988. },
  989. "thanks": {
  990. "name": "symfony/polyfill",
  991. "url": "https://github.com/symfony/polyfill"
  992. }
  993. },
  994. "autoload": {
  995. "files": [
  996. "bootstrap.php"
  997. ],
  998. "psr-4": {
  999. "Symfony\\Polyfill\\Php72\\": ""
  1000. }
  1001. },
  1002. "notification-url": "https://packagist.org/downloads/",
  1003. "license": [
  1004. "MIT"
  1005. ],
  1006. "authors": [
  1007. {
  1008. "name": "Nicolas Grekas",
  1009. "email": "p@tchwork.com"
  1010. },
  1011. {
  1012. "name": "Symfony Community",
  1013. "homepage": "https://symfony.com/contributors"
  1014. }
  1015. ],
  1016. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  1017. "homepage": "https://symfony.com",
  1018. "keywords": [
  1019. "compatibility",
  1020. "polyfill",
  1021. "portable",
  1022. "shim"
  1023. ],
  1024. "support": {
  1025. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  1026. },
  1027. "funding": [
  1028. {
  1029. "url": "https://symfony.com/sponsor",
  1030. "type": "custom"
  1031. },
  1032. {
  1033. "url": "https://github.com/fabpot",
  1034. "type": "github"
  1035. },
  1036. {
  1037. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1038. "type": "tidelift"
  1039. }
  1040. ],
  1041. "time": "2022-05-24T11:49:31+00:00"
  1042. },
  1043. {
  1044. "name": "symfony/polyfill-php80",
  1045. "version": "v1.26.0",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/symfony/polyfill-php80.git",
  1049. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1054. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  1055. "shasum": "",
  1056. "mirrors": [
  1057. {
  1058. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1059. "preferred": true
  1060. }
  1061. ]
  1062. },
  1063. "require": {
  1064. "php": ">=7.1"
  1065. },
  1066. "type": "library",
  1067. "extra": {
  1068. "branch-alias": {
  1069. "dev-main": "1.26-dev"
  1070. },
  1071. "thanks": {
  1072. "name": "symfony/polyfill",
  1073. "url": "https://github.com/symfony/polyfill"
  1074. }
  1075. },
  1076. "autoload": {
  1077. "files": [
  1078. "bootstrap.php"
  1079. ],
  1080. "psr-4": {
  1081. "Symfony\\Polyfill\\Php80\\": ""
  1082. },
  1083. "classmap": [
  1084. "Resources/stubs"
  1085. ]
  1086. },
  1087. "notification-url": "https://packagist.org/downloads/",
  1088. "license": [
  1089. "MIT"
  1090. ],
  1091. "authors": [
  1092. {
  1093. "name": "Ion Bazan",
  1094. "email": "ion.bazan@gmail.com"
  1095. },
  1096. {
  1097. "name": "Nicolas Grekas",
  1098. "email": "p@tchwork.com"
  1099. },
  1100. {
  1101. "name": "Symfony Community",
  1102. "homepage": "https://symfony.com/contributors"
  1103. }
  1104. ],
  1105. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1106. "homepage": "https://symfony.com",
  1107. "keywords": [
  1108. "compatibility",
  1109. "polyfill",
  1110. "portable",
  1111. "shim"
  1112. ],
  1113. "support": {
  1114. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  1115. },
  1116. "funding": [
  1117. {
  1118. "url": "https://symfony.com/sponsor",
  1119. "type": "custom"
  1120. },
  1121. {
  1122. "url": "https://github.com/fabpot",
  1123. "type": "github"
  1124. },
  1125. {
  1126. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1127. "type": "tidelift"
  1128. }
  1129. ],
  1130. "time": "2022-05-10T07:21:04+00:00"
  1131. },
  1132. {
  1133. "name": "symfony/var-dumper",
  1134. "version": "v4.4.44",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/symfony/var-dumper.git",
  1138. "reference": "f19951007dae942cc79b979c1fe26bfdfbeb54ed"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f19951007dae942cc79b979c1fe26bfdfbeb54ed",
  1143. "reference": "f19951007dae942cc79b979c1fe26bfdfbeb54ed",
  1144. "shasum": "",
  1145. "mirrors": [
  1146. {
  1147. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1148. "preferred": true
  1149. }
  1150. ]
  1151. },
  1152. "require": {
  1153. "php": ">=7.1.3",
  1154. "symfony/polyfill-mbstring": "~1.0",
  1155. "symfony/polyfill-php72": "~1.5",
  1156. "symfony/polyfill-php80": "^1.16"
  1157. },
  1158. "conflict": {
  1159. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  1160. "symfony/console": "<3.4"
  1161. },
  1162. "require-dev": {
  1163. "ext-iconv": "*",
  1164. "symfony/console": "^3.4|^4.0|^5.0",
  1165. "symfony/process": "^4.4|^5.0",
  1166. "twig/twig": "^1.43|^2.13|^3.0.4"
  1167. },
  1168. "suggest": {
  1169. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1170. "ext-intl": "To show region name in time zone dump",
  1171. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1172. },
  1173. "bin": [
  1174. "Resources/bin/var-dump-server"
  1175. ],
  1176. "type": "library",
  1177. "autoload": {
  1178. "files": [
  1179. "Resources/functions/dump.php"
  1180. ],
  1181. "psr-4": {
  1182. "Symfony\\Component\\VarDumper\\": ""
  1183. },
  1184. "exclude-from-classmap": [
  1185. "/Tests/"
  1186. ]
  1187. },
  1188. "notification-url": "https://packagist.org/downloads/",
  1189. "license": [
  1190. "MIT"
  1191. ],
  1192. "authors": [
  1193. {
  1194. "name": "Nicolas Grekas",
  1195. "email": "p@tchwork.com"
  1196. },
  1197. {
  1198. "name": "Symfony Community",
  1199. "homepage": "https://symfony.com/contributors"
  1200. }
  1201. ],
  1202. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1203. "homepage": "https://symfony.com",
  1204. "keywords": [
  1205. "debug",
  1206. "dump"
  1207. ],
  1208. "support": {
  1209. "source": "https://github.com/symfony/var-dumper/tree/v4.4.44"
  1210. },
  1211. "funding": [
  1212. {
  1213. "url": "https://symfony.com/sponsor",
  1214. "type": "custom"
  1215. },
  1216. {
  1217. "url": "https://github.com/fabpot",
  1218. "type": "github"
  1219. },
  1220. {
  1221. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1222. "type": "tidelift"
  1223. }
  1224. ],
  1225. "time": "2022-07-20T09:59:04+00:00"
  1226. },
  1227. {
  1228. "name": "topthink/think-trace",
  1229. "version": "v1.4",
  1230. "source": {
  1231. "type": "git",
  1232. "url": "https://github.com/top-think/think-trace.git",
  1233. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1234. },
  1235. "dist": {
  1236. "type": "zip",
  1237. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1238. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1239. "shasum": "",
  1240. "mirrors": [
  1241. {
  1242. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1243. "preferred": true
  1244. }
  1245. ]
  1246. },
  1247. "require": {
  1248. "php": ">=7.1.0",
  1249. "topthink/framework": "^6.0.0"
  1250. },
  1251. "type": "library",
  1252. "extra": {
  1253. "think": {
  1254. "services": [
  1255. "think\\trace\\Service"
  1256. ],
  1257. "config": {
  1258. "trace": "src/config.php"
  1259. }
  1260. }
  1261. },
  1262. "autoload": {
  1263. "psr-4": {
  1264. "think\\trace\\": "src"
  1265. }
  1266. },
  1267. "notification-url": "https://packagist.org/downloads/",
  1268. "license": [
  1269. "Apache-2.0"
  1270. ],
  1271. "authors": [
  1272. {
  1273. "name": "liu21st",
  1274. "email": "liu21st@gmail.com"
  1275. }
  1276. ],
  1277. "description": "thinkphp debug trace",
  1278. "support": {
  1279. "issues": "https://github.com/top-think/think-trace/issues",
  1280. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1281. },
  1282. "time": "2020-06-29T05:27:28+00:00"
  1283. }
  1284. ],
  1285. "aliases": [],
  1286. "minimum-stability": "stable",
  1287. "stability-flags": [],
  1288. "prefer-stable": false,
  1289. "prefer-lowest": false,
  1290. "platform": {
  1291. "php": ">=7.2.5"
  1292. },
  1293. "platform-dev": [],
  1294. "plugin-api-version": "2.3.0"
  1295. }