composer.lock 22 KB

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