composer.lock 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  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": "606837774aafe01aec89b1663898d9d7",
  8. "packages": [
  9. {
  10. "name": "ezyang/htmlpurifier",
  11. "version": "v4.16.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ezyang/htmlpurifier.git",
  15. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  20. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  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.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
  31. },
  32. "require-dev": {
  33. "cerdic/css-tidy": "^1.7 || ^2.0",
  34. "simpletest/simpletest": "dev-master"
  35. },
  36. "suggest": {
  37. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  38. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  39. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  40. "ext-tidy": "Used for pretty-printing HTML"
  41. },
  42. "type": "library",
  43. "autoload": {
  44. "files": [
  45. "library/HTMLPurifier.composer.php"
  46. ],
  47. "psr-0": {
  48. "HTMLPurifier": "library/"
  49. },
  50. "exclude-from-classmap": [
  51. "/library/HTMLPurifier/Language/"
  52. ]
  53. },
  54. "notification-url": "https://packagist.org/downloads/",
  55. "license": [
  56. "LGPL-2.1-or-later"
  57. ],
  58. "authors": [
  59. {
  60. "name": "Edward Z. Yang",
  61. "email": "admin@htmlpurifier.org",
  62. "homepage": "http://ezyang.com"
  63. }
  64. ],
  65. "description": "Standards compliant HTML filter written in PHP",
  66. "homepage": "http://htmlpurifier.org/",
  67. "keywords": [
  68. "html"
  69. ],
  70. "support": {
  71. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  72. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
  73. },
  74. "time": "2022-09-18T07:06:19+00:00"
  75. },
  76. {
  77. "name": "maennchen/zipstream-php",
  78. "version": "2.1.0",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  82. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  87. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  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. "myclabs/php-enum": "^1.5",
  98. "php": ">= 7.1",
  99. "psr/http-message": "^1.0",
  100. "symfony/polyfill-mbstring": "^1.0"
  101. },
  102. "require-dev": {
  103. "ext-zip": "*",
  104. "guzzlehttp/guzzle": ">= 6.3",
  105. "mikey179/vfsstream": "^1.6",
  106. "phpunit/phpunit": ">= 7.5"
  107. },
  108. "type": "library",
  109. "autoload": {
  110. "psr-4": {
  111. "ZipStream\\": "src/"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Paul Duncan",
  121. "email": "pabs@pablotron.org"
  122. },
  123. {
  124. "name": "Jonatan Männchen",
  125. "email": "jonatan@maennchen.ch"
  126. },
  127. {
  128. "name": "Jesse Donat",
  129. "email": "donatj@gmail.com"
  130. },
  131. {
  132. "name": "András Kolesár",
  133. "email": "kolesar@kolesar.hu"
  134. }
  135. ],
  136. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  137. "keywords": [
  138. "stream",
  139. "zip"
  140. ],
  141. "support": {
  142. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  143. "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.1.0"
  144. },
  145. "funding": [
  146. {
  147. "url": "https://github.com/maennchen",
  148. "type": "github"
  149. },
  150. {
  151. "url": "https://opencollective.com/zipstream",
  152. "type": "open_collective"
  153. }
  154. ],
  155. "time": "2020-05-30T13:11:16+00:00"
  156. },
  157. {
  158. "name": "markbaker/complex",
  159. "version": "3.0.2",
  160. "source": {
  161. "type": "git",
  162. "url": "https://github.com/MarkBaker/PHPComplex.git",
  163. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  164. },
  165. "dist": {
  166. "type": "zip",
  167. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  168. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  169. "shasum": "",
  170. "mirrors": [
  171. {
  172. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  173. "preferred": true
  174. }
  175. ]
  176. },
  177. "require": {
  178. "php": "^7.2 || ^8.0"
  179. },
  180. "require-dev": {
  181. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  182. "phpcompatibility/php-compatibility": "^9.3",
  183. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  184. "squizlabs/php_codesniffer": "^3.7"
  185. },
  186. "type": "library",
  187. "autoload": {
  188. "psr-4": {
  189. "Complex\\": "classes/src/"
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Mark Baker",
  199. "email": "mark@lange.demon.co.uk"
  200. }
  201. ],
  202. "description": "PHP Class for working with complex numbers",
  203. "homepage": "https://github.com/MarkBaker/PHPComplex",
  204. "keywords": [
  205. "complex",
  206. "mathematics"
  207. ],
  208. "support": {
  209. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  210. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  211. },
  212. "time": "2022-12-06T16:21:08+00:00"
  213. },
  214. {
  215. "name": "markbaker/matrix",
  216. "version": "3.0.1",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  220. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  225. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  226. "shasum": "",
  227. "mirrors": [
  228. {
  229. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  230. "preferred": true
  231. }
  232. ]
  233. },
  234. "require": {
  235. "php": "^7.1 || ^8.0"
  236. },
  237. "require-dev": {
  238. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  239. "phpcompatibility/php-compatibility": "^9.3",
  240. "phpdocumentor/phpdocumentor": "2.*",
  241. "phploc/phploc": "^4.0",
  242. "phpmd/phpmd": "2.*",
  243. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  244. "sebastian/phpcpd": "^4.0",
  245. "squizlabs/php_codesniffer": "^3.7"
  246. },
  247. "type": "library",
  248. "autoload": {
  249. "psr-4": {
  250. "Matrix\\": "classes/src/"
  251. }
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Mark Baker",
  260. "email": "mark@demon-angel.eu"
  261. }
  262. ],
  263. "description": "PHP Class for working with matrices",
  264. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  265. "keywords": [
  266. "mathematics",
  267. "matrix",
  268. "vector"
  269. ],
  270. "support": {
  271. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  272. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  273. },
  274. "time": "2022-12-02T22:17:43+00:00"
  275. },
  276. {
  277. "name": "myclabs/php-enum",
  278. "version": "1.8.3",
  279. "source": {
  280. "type": "git",
  281. "url": "https://github.com/myclabs/php-enum.git",
  282. "reference": "b942d263c641ddb5190929ff840c68f78713e937"
  283. },
  284. "dist": {
  285. "type": "zip",
  286. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
  287. "reference": "b942d263c641ddb5190929ff840c68f78713e937",
  288. "shasum": "",
  289. "mirrors": [
  290. {
  291. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  292. "preferred": true
  293. }
  294. ]
  295. },
  296. "require": {
  297. "ext-json": "*",
  298. "php": "^7.3 || ^8.0"
  299. },
  300. "require-dev": {
  301. "phpunit/phpunit": "^9.5",
  302. "squizlabs/php_codesniffer": "1.*",
  303. "vimeo/psalm": "^4.6.2"
  304. },
  305. "type": "library",
  306. "autoload": {
  307. "psr-4": {
  308. "MyCLabs\\Enum\\": "src/"
  309. }
  310. },
  311. "notification-url": "https://packagist.org/downloads/",
  312. "license": [
  313. "MIT"
  314. ],
  315. "authors": [
  316. {
  317. "name": "PHP Enum contributors",
  318. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  319. }
  320. ],
  321. "description": "PHP Enum implementation",
  322. "homepage": "http://github.com/myclabs/php-enum",
  323. "keywords": [
  324. "enum"
  325. ],
  326. "support": {
  327. "issues": "https://github.com/myclabs/php-enum/issues",
  328. "source": "https://github.com/myclabs/php-enum/tree/1.8.3"
  329. },
  330. "funding": [
  331. {
  332. "url": "https://github.com/mnapoli",
  333. "type": "github"
  334. },
  335. {
  336. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  337. "type": "tidelift"
  338. }
  339. ],
  340. "time": "2021-07-05T08:18:36+00:00"
  341. },
  342. {
  343. "name": "phpoffice/phpspreadsheet",
  344. "version": "1.25.2",
  345. "source": {
  346. "type": "git",
  347. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  348. "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
  349. },
  350. "dist": {
  351. "type": "zip",
  352. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
  353. "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
  354. "shasum": "",
  355. "mirrors": [
  356. {
  357. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  358. "preferred": true
  359. }
  360. ]
  361. },
  362. "require": {
  363. "ext-ctype": "*",
  364. "ext-dom": "*",
  365. "ext-fileinfo": "*",
  366. "ext-gd": "*",
  367. "ext-iconv": "*",
  368. "ext-libxml": "*",
  369. "ext-mbstring": "*",
  370. "ext-simplexml": "*",
  371. "ext-xml": "*",
  372. "ext-xmlreader": "*",
  373. "ext-xmlwriter": "*",
  374. "ext-zip": "*",
  375. "ext-zlib": "*",
  376. "ezyang/htmlpurifier": "^4.15",
  377. "maennchen/zipstream-php": "^2.1",
  378. "markbaker/complex": "^3.0",
  379. "markbaker/matrix": "^3.0",
  380. "php": "^7.3 || ^8.0",
  381. "psr/http-client": "^1.0",
  382. "psr/http-factory": "^1.0",
  383. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  384. },
  385. "require-dev": {
  386. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  387. "dompdf/dompdf": "^1.0 || ^2.0",
  388. "friendsofphp/php-cs-fixer": "^3.2",
  389. "mitoteam/jpgraph": "10.2.4",
  390. "mpdf/mpdf": "8.1.1",
  391. "phpcompatibility/php-compatibility": "^9.3",
  392. "phpstan/phpstan": "^1.1",
  393. "phpstan/phpstan-phpunit": "^1.0",
  394. "phpunit/phpunit": "^8.5 || ^9.0",
  395. "squizlabs/php_codesniffer": "^3.7",
  396. "tecnickcom/tcpdf": "6.5"
  397. },
  398. "suggest": {
  399. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  400. "ext-intl": "PHP Internationalization Functions",
  401. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  402. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  403. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  404. },
  405. "type": "library",
  406. "autoload": {
  407. "psr-4": {
  408. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  409. }
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Maarten Balliauw",
  418. "homepage": "https://blog.maartenballiauw.be"
  419. },
  420. {
  421. "name": "Mark Baker",
  422. "homepage": "https://markbakeruk.net"
  423. },
  424. {
  425. "name": "Franck Lefevre",
  426. "homepage": "https://rootslabs.net"
  427. },
  428. {
  429. "name": "Erik Tilt"
  430. },
  431. {
  432. "name": "Adrien Crivelli"
  433. }
  434. ],
  435. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  436. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  437. "keywords": [
  438. "OpenXML",
  439. "excel",
  440. "gnumeric",
  441. "ods",
  442. "php",
  443. "spreadsheet",
  444. "xls",
  445. "xlsx"
  446. ],
  447. "support": {
  448. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  449. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
  450. },
  451. "time": "2022-09-25T17:21:01+00:00"
  452. },
  453. {
  454. "name": "psr/http-client",
  455. "version": "1.0.1",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/php-fig/http-client.git",
  459. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  464. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  465. "shasum": "",
  466. "mirrors": [
  467. {
  468. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  469. "preferred": true
  470. }
  471. ]
  472. },
  473. "require": {
  474. "php": "^7.0 || ^8.0",
  475. "psr/http-message": "^1.0"
  476. },
  477. "type": "library",
  478. "extra": {
  479. "branch-alias": {
  480. "dev-master": "1.0.x-dev"
  481. }
  482. },
  483. "autoload": {
  484. "psr-4": {
  485. "Psr\\Http\\Client\\": "src/"
  486. }
  487. },
  488. "notification-url": "https://packagist.org/downloads/",
  489. "license": [
  490. "MIT"
  491. ],
  492. "authors": [
  493. {
  494. "name": "PHP-FIG",
  495. "homepage": "http://www.php-fig.org/"
  496. }
  497. ],
  498. "description": "Common interface for HTTP clients",
  499. "homepage": "https://github.com/php-fig/http-client",
  500. "keywords": [
  501. "http",
  502. "http-client",
  503. "psr",
  504. "psr-18"
  505. ],
  506. "support": {
  507. "source": "https://github.com/php-fig/http-client/tree/master"
  508. },
  509. "time": "2020-06-29T06:28:15+00:00"
  510. },
  511. {
  512. "name": "psr/http-factory",
  513. "version": "1.0.1",
  514. "source": {
  515. "type": "git",
  516. "url": "https://github.com/php-fig/http-factory.git",
  517. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  518. },
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  522. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  523. "shasum": "",
  524. "mirrors": [
  525. {
  526. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  527. "preferred": true
  528. }
  529. ]
  530. },
  531. "require": {
  532. "php": ">=7.0.0",
  533. "psr/http-message": "^1.0"
  534. },
  535. "type": "library",
  536. "extra": {
  537. "branch-alias": {
  538. "dev-master": "1.0.x-dev"
  539. }
  540. },
  541. "autoload": {
  542. "psr-4": {
  543. "Psr\\Http\\Message\\": "src/"
  544. }
  545. },
  546. "notification-url": "https://packagist.org/downloads/",
  547. "license": [
  548. "MIT"
  549. ],
  550. "authors": [
  551. {
  552. "name": "PHP-FIG",
  553. "homepage": "http://www.php-fig.org/"
  554. }
  555. ],
  556. "description": "Common interfaces for PSR-7 HTTP message factories",
  557. "keywords": [
  558. "factory",
  559. "http",
  560. "message",
  561. "psr",
  562. "psr-17",
  563. "psr-7",
  564. "request",
  565. "response"
  566. ],
  567. "support": {
  568. "source": "https://github.com/php-fig/http-factory/tree/master"
  569. },
  570. "time": "2019-04-30T12:38:16+00:00"
  571. },
  572. {
  573. "name": "psr/http-message",
  574. "version": "1.0.1",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/php-fig/http-message.git",
  578. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  583. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  584. "shasum": "",
  585. "mirrors": [
  586. {
  587. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  588. "preferred": true
  589. }
  590. ]
  591. },
  592. "require": {
  593. "php": ">=5.3.0"
  594. },
  595. "type": "library",
  596. "extra": {
  597. "branch-alias": {
  598. "dev-master": "1.0.x-dev"
  599. }
  600. },
  601. "autoload": {
  602. "psr-4": {
  603. "Psr\\Http\\Message\\": "src/"
  604. }
  605. },
  606. "notification-url": "https://packagist.org/downloads/",
  607. "license": [
  608. "MIT"
  609. ],
  610. "authors": [
  611. {
  612. "name": "PHP-FIG",
  613. "homepage": "http://www.php-fig.org/"
  614. }
  615. ],
  616. "description": "Common interface for HTTP messages",
  617. "homepage": "https://github.com/php-fig/http-message",
  618. "keywords": [
  619. "http",
  620. "http-message",
  621. "psr",
  622. "psr-7",
  623. "request",
  624. "response"
  625. ],
  626. "support": {
  627. "source": "https://github.com/php-fig/http-message/tree/master"
  628. },
  629. "time": "2016-08-06T14:39:51+00:00"
  630. },
  631. {
  632. "name": "psr/simple-cache",
  633. "version": "1.0.1",
  634. "source": {
  635. "type": "git",
  636. "url": "https://github.com/php-fig/simple-cache.git",
  637. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  638. },
  639. "dist": {
  640. "type": "zip",
  641. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  642. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  643. "shasum": "",
  644. "mirrors": [
  645. {
  646. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  647. "preferred": true
  648. }
  649. ]
  650. },
  651. "require": {
  652. "php": ">=5.3.0"
  653. },
  654. "type": "library",
  655. "extra": {
  656. "branch-alias": {
  657. "dev-master": "1.0.x-dev"
  658. }
  659. },
  660. "autoload": {
  661. "psr-4": {
  662. "Psr\\SimpleCache\\": "src/"
  663. }
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "MIT"
  668. ],
  669. "authors": [
  670. {
  671. "name": "PHP-FIG",
  672. "homepage": "http://www.php-fig.org/"
  673. }
  674. ],
  675. "description": "Common interfaces for simple caching",
  676. "keywords": [
  677. "cache",
  678. "caching",
  679. "psr",
  680. "psr-16",
  681. "simple-cache"
  682. ],
  683. "support": {
  684. "source": "https://github.com/php-fig/simple-cache/tree/master"
  685. },
  686. "time": "2017-10-23T01:57:42+00:00"
  687. },
  688. {
  689. "name": "symfony/polyfill-mbstring",
  690. "version": "v1.27.0",
  691. "source": {
  692. "type": "git",
  693. "url": "https://github.com/symfony/polyfill-mbstring.git",
  694. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  695. },
  696. "dist": {
  697. "type": "zip",
  698. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  699. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  700. "shasum": "",
  701. "mirrors": [
  702. {
  703. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  704. "preferred": true
  705. }
  706. ]
  707. },
  708. "require": {
  709. "php": ">=7.1"
  710. },
  711. "provide": {
  712. "ext-mbstring": "*"
  713. },
  714. "suggest": {
  715. "ext-mbstring": "For best performance"
  716. },
  717. "type": "library",
  718. "extra": {
  719. "branch-alias": {
  720. "dev-main": "1.27-dev"
  721. },
  722. "thanks": {
  723. "name": "symfony/polyfill",
  724. "url": "https://github.com/symfony/polyfill"
  725. }
  726. },
  727. "autoload": {
  728. "files": [
  729. "bootstrap.php"
  730. ],
  731. "psr-4": {
  732. "Symfony\\Polyfill\\Mbstring\\": ""
  733. }
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Nicolas Grekas",
  742. "email": "p@tchwork.com"
  743. },
  744. {
  745. "name": "Symfony Community",
  746. "homepage": "https://symfony.com/contributors"
  747. }
  748. ],
  749. "description": "Symfony polyfill for the Mbstring extension",
  750. "homepage": "https://symfony.com",
  751. "keywords": [
  752. "compatibility",
  753. "mbstring",
  754. "polyfill",
  755. "portable",
  756. "shim"
  757. ],
  758. "support": {
  759. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  760. },
  761. "funding": [
  762. {
  763. "url": "https://symfony.com/sponsor",
  764. "type": "custom"
  765. },
  766. {
  767. "url": "https://github.com/fabpot",
  768. "type": "github"
  769. },
  770. {
  771. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  772. "type": "tidelift"
  773. }
  774. ],
  775. "time": "2022-11-03T14:55:06+00:00"
  776. },
  777. {
  778. "name": "topthink/framework",
  779. "version": "v5.1.41",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/top-think/framework.git",
  783. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/top-think/framework/zipball/7137741a323a4a60cfca334507cd1812fac91bb2",
  788. "reference": "7137741a323a4a60cfca334507cd1812fac91bb2",
  789. "shasum": "",
  790. "mirrors": [
  791. {
  792. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  793. "preferred": true
  794. }
  795. ]
  796. },
  797. "require": {
  798. "php": ">=5.6.0",
  799. "topthink/think-installer": "2.*"
  800. },
  801. "require-dev": {
  802. "johnkary/phpunit-speedtrap": "^1.0",
  803. "mikey179/vfsstream": "~1.6",
  804. "phpdocumentor/reflection-docblock": "^2.0",
  805. "phploc/phploc": "2.*",
  806. "phpunit/phpunit": "^5.0|^6.0",
  807. "sebastian/phpcpd": "2.*",
  808. "squizlabs/php_codesniffer": "2.*"
  809. },
  810. "type": "think-framework",
  811. "notification-url": "https://packagist.org/downloads/",
  812. "license": [
  813. "Apache-2.0"
  814. ],
  815. "authors": [
  816. {
  817. "name": "liu21st",
  818. "email": "liu21st@gmail.com"
  819. },
  820. {
  821. "name": "yunwuxin",
  822. "email": "448901948@qq.com"
  823. }
  824. ],
  825. "description": "the new thinkphp framework",
  826. "homepage": "http://thinkphp.cn/",
  827. "keywords": [
  828. "framework",
  829. "orm",
  830. "thinkphp"
  831. ],
  832. "support": {
  833. "issues": "https://github.com/top-think/framework/issues",
  834. "source": "https://github.com/top-think/framework/tree/v5.1.41"
  835. },
  836. "time": "2021-01-11T02:51:29+00:00"
  837. },
  838. {
  839. "name": "topthink/think-installer",
  840. "version": "v2.0.5",
  841. "source": {
  842. "type": "git",
  843. "url": "https://github.com/top-think/think-installer.git",
  844. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88"
  845. },
  846. "dist": {
  847. "type": "zip",
  848. "url": "https://api.github.com/repos/top-think/think-installer/zipball/38ba647706e35d6704b5d370c06f8a160b635f88",
  849. "reference": "38ba647706e35d6704b5d370c06f8a160b635f88",
  850. "shasum": "",
  851. "mirrors": [
  852. {
  853. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  854. "preferred": true
  855. }
  856. ]
  857. },
  858. "require": {
  859. "composer-plugin-api": "^1.0||^2.0"
  860. },
  861. "require-dev": {
  862. "composer/composer": "^1.0||^2.0"
  863. },
  864. "type": "composer-plugin",
  865. "extra": {
  866. "class": "think\\composer\\Plugin"
  867. },
  868. "autoload": {
  869. "psr-4": {
  870. "think\\composer\\": "src"
  871. }
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "Apache-2.0"
  876. ],
  877. "authors": [
  878. {
  879. "name": "yunwuxin",
  880. "email": "448901948@qq.com"
  881. }
  882. ],
  883. "support": {
  884. "issues": "https://github.com/top-think/think-installer/issues",
  885. "source": "https://github.com/top-think/think-installer/tree/v2.0.5"
  886. },
  887. "time": "2021-01-14T12:12:14+00:00"
  888. },
  889. {
  890. "name": "topthink/think-worker",
  891. "version": "v2.0.12",
  892. "source": {
  893. "type": "git",
  894. "url": "https://github.com/top-think/think-worker.git",
  895. "reference": "922d8c95e2f095e0da66d18b9e3fbbfd8de70a3f"
  896. },
  897. "dist": {
  898. "type": "zip",
  899. "url": "https://api.github.com/repos/top-think/think-worker/zipball/922d8c95e2f095e0da66d18b9e3fbbfd8de70a3f",
  900. "reference": "922d8c95e2f095e0da66d18b9e3fbbfd8de70a3f",
  901. "shasum": "",
  902. "mirrors": [
  903. {
  904. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  905. "preferred": true
  906. }
  907. ]
  908. },
  909. "require": {
  910. "ext-fileinfo": "*",
  911. "topthink/framework": "^5.1.18",
  912. "topthink/think-installer": "^2.0",
  913. "workerman/gateway-worker": "^3.0.0",
  914. "workerman/workerman": "^3.5.0"
  915. },
  916. "type": "think-extend",
  917. "extra": {
  918. "think-config": {
  919. "worker": "src/config/worker.php",
  920. "worker_server": "src/config/server.php",
  921. "gateway_worker": "src/config/gateway.php"
  922. }
  923. },
  924. "autoload": {
  925. "files": [
  926. "src/command.php"
  927. ],
  928. "psr-4": {
  929. "think\\worker\\": "src"
  930. }
  931. },
  932. "notification-url": "https://packagist.org/downloads/",
  933. "license": [
  934. "Apache-2.0"
  935. ],
  936. "authors": [
  937. {
  938. "name": "liu21st",
  939. "email": "liu21st@gmail.com"
  940. }
  941. ],
  942. "description": "workerman extend for thinkphp5.1",
  943. "support": {
  944. "issues": "https://github.com/top-think/think-worker/issues",
  945. "source": "https://github.com/top-think/think-worker/tree/v2.0.12"
  946. },
  947. "time": "2019-03-08T11:22:34+00:00"
  948. },
  949. {
  950. "name": "workerman/gateway-worker",
  951. "version": "v3.0.22",
  952. "source": {
  953. "type": "git",
  954. "url": "https://github.com/walkor/GatewayWorker.git",
  955. "reference": "a615036c482d11f68b693998575e804752ef9068"
  956. },
  957. "dist": {
  958. "type": "zip",
  959. "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/a615036c482d11f68b693998575e804752ef9068",
  960. "reference": "a615036c482d11f68b693998575e804752ef9068",
  961. "shasum": "",
  962. "mirrors": [
  963. {
  964. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  965. "preferred": true
  966. }
  967. ]
  968. },
  969. "require": {
  970. "workerman/workerman": ">=3.5.0"
  971. },
  972. "type": "library",
  973. "autoload": {
  974. "psr-4": {
  975. "GatewayWorker\\": "./src"
  976. }
  977. },
  978. "notification-url": "https://packagist.org/downloads/",
  979. "license": [
  980. "MIT"
  981. ],
  982. "homepage": "http://www.workerman.net",
  983. "keywords": [
  984. "communication",
  985. "distributed"
  986. ],
  987. "support": {
  988. "issues": "https://github.com/walkor/GatewayWorker/issues",
  989. "source": "https://github.com/walkor/GatewayWorker/tree/v3.0.22"
  990. },
  991. "funding": [
  992. {
  993. "url": "https://opencollective.com/walkor",
  994. "type": "open_collective"
  995. },
  996. {
  997. "url": "https://www.patreon.com/walkor",
  998. "type": "patreon"
  999. }
  1000. ],
  1001. "time": "2021-12-23T13:13:09+00:00"
  1002. },
  1003. {
  1004. "name": "workerman/workerman",
  1005. "version": "v3.5.34",
  1006. "source": {
  1007. "type": "git",
  1008. "url": "https://github.com/walkor/workerman.git",
  1009. "reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a"
  1010. },
  1011. "dist": {
  1012. "type": "zip",
  1013. "url": "https://api.github.com/repos/walkor/workerman/zipball/fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
  1014. "reference": "fe4fc5ecc44d0410a22214d9e8679e2fc3795f5a",
  1015. "shasum": "",
  1016. "mirrors": [
  1017. {
  1018. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1019. "preferred": true
  1020. }
  1021. ]
  1022. },
  1023. "require": {
  1024. "php": ">=5.3"
  1025. },
  1026. "suggest": {
  1027. "ext-event": "For better performance. "
  1028. },
  1029. "type": "library",
  1030. "autoload": {
  1031. "psr-4": {
  1032. "Workerman\\": "./"
  1033. }
  1034. },
  1035. "notification-url": "https://packagist.org/downloads/",
  1036. "license": [
  1037. "MIT"
  1038. ],
  1039. "authors": [
  1040. {
  1041. "name": "walkor",
  1042. "email": "walkor@workerman.net",
  1043. "homepage": "http://www.workerman.net",
  1044. "role": "Developer"
  1045. }
  1046. ],
  1047. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  1048. "homepage": "http://www.workerman.net",
  1049. "keywords": [
  1050. "asynchronous",
  1051. "event-loop"
  1052. ],
  1053. "support": {
  1054. "email": "walkor@workerman.net",
  1055. "forum": "http://wenda.workerman.net/",
  1056. "issues": "https://github.com/walkor/workerman/issues",
  1057. "source": "https://github.com/walkor/workerman",
  1058. "wiki": "http://doc.workerman.net/"
  1059. },
  1060. "funding": [
  1061. {
  1062. "url": "https://opencollective.com/workerman",
  1063. "type": "open_collective"
  1064. },
  1065. {
  1066. "url": "https://www.patreon.com/walkor",
  1067. "type": "patreon"
  1068. }
  1069. ],
  1070. "time": "2022-12-16T02:47:08+00:00"
  1071. },
  1072. {
  1073. "name": "workerman/workerman-for-win",
  1074. "version": "v3.5.1",
  1075. "source": {
  1076. "type": "git",
  1077. "url": "https://github.com/walkor/workerman-for-win.git",
  1078. "reference": "cbaae3193e4567fd9cfc8099931c63d9b12174ee"
  1079. },
  1080. "dist": {
  1081. "type": "zip",
  1082. "url": "https://api.github.com/repos/walkor/workerman-for-win/zipball/cbaae3193e4567fd9cfc8099931c63d9b12174ee",
  1083. "reference": "cbaae3193e4567fd9cfc8099931c63d9b12174ee",
  1084. "shasum": "",
  1085. "mirrors": [
  1086. {
  1087. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  1088. "preferred": true
  1089. }
  1090. ]
  1091. },
  1092. "require": {
  1093. "php": ">=5.3"
  1094. },
  1095. "type": "project",
  1096. "autoload": {
  1097. "psr-4": {
  1098. "Workerman\\": "./"
  1099. }
  1100. },
  1101. "notification-url": "https://packagist.org/downloads/",
  1102. "license": [
  1103. "MIT"
  1104. ],
  1105. "authors": [
  1106. {
  1107. "name": "walkor",
  1108. "email": "walkor@workerman.net",
  1109. "homepage": "http://www.workerman.net",
  1110. "role": "Developer"
  1111. }
  1112. ],
  1113. "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  1114. "homepage": "http://www.workerman.net",
  1115. "keywords": [
  1116. "asynchronous",
  1117. "event-loop"
  1118. ],
  1119. "support": {
  1120. "email": "walkor@workerman.net",
  1121. "forum": "http://wenda.workerman.net/",
  1122. "issues": "https://github.com/walkor/workerman/issues",
  1123. "source": "https://github.com/walkor/workerman",
  1124. "wiki": "http://doc3.workerman.net/index.html"
  1125. },
  1126. "time": "2017-08-28T10:05:00+00:00"
  1127. }
  1128. ],
  1129. "packages-dev": [],
  1130. "aliases": [],
  1131. "minimum-stability": "stable",
  1132. "stability-flags": [],
  1133. "prefer-stable": false,
  1134. "prefer-lowest": false,
  1135. "platform": {
  1136. "php": ">=5.6.0"
  1137. },
  1138. "platform-dev": [],
  1139. "plugin-api-version": "2.1.0"
  1140. }