composer.lock 25 KB

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