installed.json 27 KB

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