installed.json 20 KB

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