composer.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  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": "e442471d898d555cab75123cc5bc6f4a",
  8. "packages": [
  9. {
  10. "name": "ezyang/htmlpurifier",
  11. "version": "v4.14.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ezyang/htmlpurifier.git",
  15. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  20. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "files": [
  29. "library/HTMLPurifier.composer.php"
  30. ],
  31. "psr-0": {
  32. "HTMLPurifier": "library/"
  33. },
  34. "exclude-from-classmap": [
  35. "/library/HTMLPurifier/Language/"
  36. ]
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "LGPL-2.1-or-later"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Edward Z. Yang",
  45. "email": "admin@htmlpurifier.org",
  46. "homepage": "http://ezyang.com"
  47. }
  48. ],
  49. "description": "Standards compliant HTML filter written in PHP",
  50. "homepage": "http://htmlpurifier.org/",
  51. "keywords": [
  52. "html"
  53. ],
  54. "time": "2021-12-25T01:21:49+00:00"
  55. },
  56. {
  57. "name": "maennchen/zipstream-php",
  58. "version": "2.1.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  62. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  67. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "myclabs/php-enum": "^1.5",
  72. "php": ">= 7.1",
  73. "psr/http-message": "^1.0",
  74. "symfony/polyfill-mbstring": "^1.0"
  75. },
  76. "require-dev": {
  77. "ext-zip": "*",
  78. "guzzlehttp/guzzle": ">= 6.3",
  79. "mikey179/vfsstream": "^1.6",
  80. "phpunit/phpunit": ">= 7.5"
  81. },
  82. "type": "library",
  83. "autoload": {
  84. "psr-4": {
  85. "ZipStream\\": "src/"
  86. }
  87. },
  88. "notification-url": "https://packagist.org/downloads/",
  89. "license": [
  90. "MIT"
  91. ],
  92. "authors": [
  93. {
  94. "name": "Paul Duncan",
  95. "email": "pabs@pablotron.org"
  96. },
  97. {
  98. "name": "Jonatan Männchen",
  99. "email": "jonatan@maennchen.ch"
  100. },
  101. {
  102. "name": "Jesse Donat",
  103. "email": "donatj@gmail.com"
  104. },
  105. {
  106. "name": "András Kolesár",
  107. "email": "kolesar@kolesar.hu"
  108. }
  109. ],
  110. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  111. "keywords": [
  112. "stream",
  113. "zip"
  114. ],
  115. "funding": [
  116. {
  117. "url": "https://opencollective.com/zipstream",
  118. "type": "open_collective"
  119. }
  120. ],
  121. "time": "2020-05-30T13:11:16+00:00"
  122. },
  123. {
  124. "name": "markbaker/complex",
  125. "version": "3.0.1",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/MarkBaker/PHPComplex.git",
  129. "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
  134. "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "php": "^7.2 || ^8.0"
  139. },
  140. "require-dev": {
  141. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  142. "phpcompatibility/php-compatibility": "^9.0",
  143. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  144. "squizlabs/php_codesniffer": "^3.4"
  145. },
  146. "type": "library",
  147. "autoload": {
  148. "psr-4": {
  149. "Complex\\": "classes/src/"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Mark Baker",
  159. "email": "mark@lange.demon.co.uk"
  160. }
  161. ],
  162. "description": "PHP Class for working with complex numbers",
  163. "homepage": "https://github.com/MarkBaker/PHPComplex",
  164. "keywords": [
  165. "complex",
  166. "mathematics"
  167. ],
  168. "time": "2021-06-29T15:32:53+00:00"
  169. },
  170. {
  171. "name": "markbaker/matrix",
  172. "version": "3.0.0",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  176. "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
  181. "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "php": "^7.1 || ^8.0"
  186. },
  187. "require-dev": {
  188. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  189. "phpcompatibility/php-compatibility": "^9.0",
  190. "phpdocumentor/phpdocumentor": "2.*",
  191. "phploc/phploc": "^4.0",
  192. "phpmd/phpmd": "2.*",
  193. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
  194. "sebastian/phpcpd": "^4.0",
  195. "squizlabs/php_codesniffer": "^3.4"
  196. },
  197. "type": "library",
  198. "autoload": {
  199. "psr-4": {
  200. "Matrix\\": "classes/src/"
  201. }
  202. },
  203. "notification-url": "https://packagist.org/downloads/",
  204. "license": [
  205. "MIT"
  206. ],
  207. "authors": [
  208. {
  209. "name": "Mark Baker",
  210. "email": "mark@demon-angel.eu"
  211. }
  212. ],
  213. "description": "PHP Class for working with matrices",
  214. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  215. "keywords": [
  216. "mathematics",
  217. "matrix",
  218. "vector"
  219. ],
  220. "time": "2021-07-01T19:01:15+00:00"
  221. },
  222. {
  223. "name": "myclabs/php-enum",
  224. "version": "1.8.3",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/myclabs/php-enum.git",
  228. "reference": "b942d263c641ddb5190929ff840c68f78713e937"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
  233. "reference": "b942d263c641ddb5190929ff840c68f78713e937",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "ext-json": "*",
  238. "php": "^7.3 || ^8.0"
  239. },
  240. "require-dev": {
  241. "phpunit/phpunit": "^9.5",
  242. "squizlabs/php_codesniffer": "1.*",
  243. "vimeo/psalm": "^4.6.2"
  244. },
  245. "type": "library",
  246. "autoload": {
  247. "psr-4": {
  248. "MyCLabs\\Enum\\": "src/"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "MIT"
  254. ],
  255. "authors": [
  256. {
  257. "name": "PHP Enum contributors",
  258. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  259. }
  260. ],
  261. "description": "PHP Enum implementation",
  262. "homepage": "http://github.com/myclabs/php-enum",
  263. "keywords": [
  264. "enum"
  265. ],
  266. "funding": [
  267. {
  268. "url": "https://github.com/mnapoli",
  269. "type": "github"
  270. },
  271. {
  272. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  273. "type": "tidelift"
  274. }
  275. ],
  276. "time": "2021-07-05T08:18:36+00:00"
  277. },
  278. {
  279. "name": "phpoffice/phpspreadsheet",
  280. "version": "1.22.0",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  284. "reference": "3a9e29b4f386a08a151a33578e80ef1747037a48"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/3a9e29b4f386a08a151a33578e80ef1747037a48",
  289. "reference": "3a9e29b4f386a08a151a33578e80ef1747037a48",
  290. "shasum": ""
  291. },
  292. "require": {
  293. "ext-ctype": "*",
  294. "ext-dom": "*",
  295. "ext-fileinfo": "*",
  296. "ext-gd": "*",
  297. "ext-iconv": "*",
  298. "ext-libxml": "*",
  299. "ext-mbstring": "*",
  300. "ext-simplexml": "*",
  301. "ext-xml": "*",
  302. "ext-xmlreader": "*",
  303. "ext-xmlwriter": "*",
  304. "ext-zip": "*",
  305. "ext-zlib": "*",
  306. "ezyang/htmlpurifier": "^4.13",
  307. "maennchen/zipstream-php": "^2.1",
  308. "markbaker/complex": "^3.0",
  309. "markbaker/matrix": "^3.0",
  310. "php": "^7.3 || ^8.0",
  311. "psr/http-client": "^1.0",
  312. "psr/http-factory": "^1.0",
  313. "psr/simple-cache": "^1.0"
  314. },
  315. "require-dev": {
  316. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  317. "dompdf/dompdf": "^1.0",
  318. "friendsofphp/php-cs-fixer": "^3.2",
  319. "jpgraph/jpgraph": "^4.0",
  320. "mpdf/mpdf": "8.0.17",
  321. "phpcompatibility/php-compatibility": "^9.3",
  322. "phpstan/phpstan": "^1.1",
  323. "phpstan/phpstan-phpunit": "^1.0",
  324. "phpunit/phpunit": "^8.5 || ^9.0",
  325. "squizlabs/php_codesniffer": "^3.6",
  326. "tecnickcom/tcpdf": "^6.4"
  327. },
  328. "suggest": {
  329. "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
  330. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  331. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  332. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
  333. },
  334. "type": "library",
  335. "autoload": {
  336. "psr-4": {
  337. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  338. }
  339. },
  340. "notification-url": "https://packagist.org/downloads/",
  341. "license": [
  342. "MIT"
  343. ],
  344. "authors": [
  345. {
  346. "name": "Maarten Balliauw",
  347. "homepage": "https://blog.maartenballiauw.be"
  348. },
  349. {
  350. "name": "Mark Baker",
  351. "homepage": "https://markbakeruk.net"
  352. },
  353. {
  354. "name": "Franck Lefevre",
  355. "homepage": "https://rootslabs.net"
  356. },
  357. {
  358. "name": "Erik Tilt"
  359. },
  360. {
  361. "name": "Adrien Crivelli"
  362. }
  363. ],
  364. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  365. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  366. "keywords": [
  367. "OpenXML",
  368. "excel",
  369. "gnumeric",
  370. "ods",
  371. "php",
  372. "spreadsheet",
  373. "xls",
  374. "xlsx"
  375. ],
  376. "time": "2022-02-18T12:57:07+00:00"
  377. },
  378. {
  379. "name": "psr/http-client",
  380. "version": "1.0.1",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/php-fig/http-client.git",
  384. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  389. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "php": "^7.0 || ^8.0",
  394. "psr/http-message": "^1.0"
  395. },
  396. "type": "library",
  397. "extra": {
  398. "branch-alias": {
  399. "dev-master": "1.0.x-dev"
  400. }
  401. },
  402. "autoload": {
  403. "psr-4": {
  404. "Psr\\Http\\Client\\": "src/"
  405. }
  406. },
  407. "notification-url": "https://packagist.org/downloads/",
  408. "license": [
  409. "MIT"
  410. ],
  411. "authors": [
  412. {
  413. "name": "PHP-FIG",
  414. "homepage": "http://www.php-fig.org/"
  415. }
  416. ],
  417. "description": "Common interface for HTTP clients",
  418. "homepage": "https://github.com/php-fig/http-client",
  419. "keywords": [
  420. "http",
  421. "http-client",
  422. "psr",
  423. "psr-18"
  424. ],
  425. "time": "2020-06-29T06:28:15+00:00"
  426. },
  427. {
  428. "name": "psr/http-factory",
  429. "version": "1.0.1",
  430. "source": {
  431. "type": "git",
  432. "url": "https://github.com/php-fig/http-factory.git",
  433. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  434. },
  435. "dist": {
  436. "type": "zip",
  437. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  438. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  439. "shasum": ""
  440. },
  441. "require": {
  442. "php": ">=7.0.0",
  443. "psr/http-message": "^1.0"
  444. },
  445. "type": "library",
  446. "extra": {
  447. "branch-alias": {
  448. "dev-master": "1.0.x-dev"
  449. }
  450. },
  451. "autoload": {
  452. "psr-4": {
  453. "Psr\\Http\\Message\\": "src/"
  454. }
  455. },
  456. "notification-url": "https://packagist.org/downloads/",
  457. "license": [
  458. "MIT"
  459. ],
  460. "authors": [
  461. {
  462. "name": "PHP-FIG",
  463. "homepage": "http://www.php-fig.org/"
  464. }
  465. ],
  466. "description": "Common interfaces for PSR-7 HTTP message factories",
  467. "keywords": [
  468. "factory",
  469. "http",
  470. "message",
  471. "psr",
  472. "psr-17",
  473. "psr-7",
  474. "request",
  475. "response"
  476. ],
  477. "time": "2019-04-30T12:38:16+00:00"
  478. },
  479. {
  480. "name": "psr/http-message",
  481. "version": "1.0.1",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/php-fig/http-message.git",
  485. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  490. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "php": ">=5.3.0"
  495. },
  496. "type": "library",
  497. "extra": {
  498. "branch-alias": {
  499. "dev-master": "1.0.x-dev"
  500. }
  501. },
  502. "autoload": {
  503. "psr-4": {
  504. "Psr\\Http\\Message\\": "src/"
  505. }
  506. },
  507. "notification-url": "https://packagist.org/downloads/",
  508. "license": [
  509. "MIT"
  510. ],
  511. "authors": [
  512. {
  513. "name": "PHP-FIG",
  514. "homepage": "http://www.php-fig.org/"
  515. }
  516. ],
  517. "description": "Common interface for HTTP messages",
  518. "homepage": "https://github.com/php-fig/http-message",
  519. "keywords": [
  520. "http",
  521. "http-message",
  522. "psr",
  523. "psr-7",
  524. "request",
  525. "response"
  526. ],
  527. "time": "2016-08-06T14:39:51+00:00"
  528. },
  529. {
  530. "name": "psr/simple-cache",
  531. "version": "1.0.1",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/php-fig/simple-cache.git",
  535. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  540. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "php": ">=5.3.0"
  545. },
  546. "type": "library",
  547. "extra": {
  548. "branch-alias": {
  549. "dev-master": "1.0.x-dev"
  550. }
  551. },
  552. "autoload": {
  553. "psr-4": {
  554. "Psr\\SimpleCache\\": "src/"
  555. }
  556. },
  557. "notification-url": "https://packagist.org/downloads/",
  558. "license": [
  559. "MIT"
  560. ],
  561. "authors": [
  562. {
  563. "name": "PHP-FIG",
  564. "homepage": "http://www.php-fig.org/"
  565. }
  566. ],
  567. "description": "Common interfaces for simple caching",
  568. "keywords": [
  569. "cache",
  570. "caching",
  571. "psr",
  572. "psr-16",
  573. "simple-cache"
  574. ],
  575. "time": "2017-10-23T01:57:42+00:00"
  576. },
  577. {
  578. "name": "symfony/polyfill-mbstring",
  579. "version": "v1.25.0",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/symfony/polyfill-mbstring.git",
  583. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
  588. "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
  589. "shasum": ""
  590. },
  591. "require": {
  592. "php": ">=7.1"
  593. },
  594. "provide": {
  595. "ext-mbstring": "*"
  596. },
  597. "suggest": {
  598. "ext-mbstring": "For best performance"
  599. },
  600. "type": "library",
  601. "extra": {
  602. "branch-alias": {
  603. "dev-main": "1.23-dev"
  604. },
  605. "thanks": {
  606. "name": "symfony/polyfill",
  607. "url": "https://github.com/symfony/polyfill"
  608. }
  609. },
  610. "autoload": {
  611. "files": [
  612. "bootstrap.php"
  613. ],
  614. "psr-4": {
  615. "Symfony\\Polyfill\\Mbstring\\": ""
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "MIT"
  621. ],
  622. "authors": [
  623. {
  624. "name": "Nicolas Grekas",
  625. "email": "p@tchwork.com"
  626. },
  627. {
  628. "name": "Symfony Community",
  629. "homepage": "https://symfony.com/contributors"
  630. }
  631. ],
  632. "description": "Symfony polyfill for the Mbstring extension",
  633. "homepage": "https://symfony.com",
  634. "keywords": [
  635. "compatibility",
  636. "mbstring",
  637. "polyfill",
  638. "portable",
  639. "shim"
  640. ],
  641. "funding": [
  642. {
  643. "url": "https://symfony.com/sponsor",
  644. "type": "custom"
  645. },
  646. {
  647. "url": "https://github.com/fabpot",
  648. "type": "github"
  649. },
  650. {
  651. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  652. "type": "tidelift"
  653. }
  654. ],
  655. "time": "2021-11-30T18:21:41+00:00"
  656. }
  657. ],
  658. "packages-dev": [],
  659. "aliases": [],
  660. "minimum-stability": "stable",
  661. "stability-flags": [],
  662. "prefer-stable": false,
  663. "prefer-lowest": false,
  664. "platform": [],
  665. "platform-dev": [],
  666. "plugin-api-version": "1.1.0"
  667. }