composer.lock 25 KB

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