installed.json 26 KB

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