composer.lock 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776
  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": "bbbe1228ccfc1f36fd66b639098c3614",
  8. "packages": [
  9. {
  10. "name": "abmmhasan/uuid",
  11. "version": "2.01",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/abmmhasan/UUID.git",
  15. "reference": "f220b3cb0936e2d5264a61c765d665e7aaed1816"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/abmmhasan/UUID/zipball/f220b3cb0936e2d5264a61c765d665e7aaed1816",
  20. "reference": "f220b3cb0936e2d5264a61c765d665e7aaed1816",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7.1"
  25. },
  26. "suggest": {
  27. "inforcyph/uid": "If your library uses PHP version 8 or higher, it is recommended to use [infocyph/UID](https://github.com/infocyph/UID) instead."
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "files": [
  32. "src/functions.php"
  33. ],
  34. "psr-4": {
  35. "AbmmHasan\\UUID\\": "src/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "abmmhasan",
  45. "email": "abmmhasan@gmail.com"
  46. }
  47. ],
  48. "description": "UUID (v1, v3-v5) Generator (RFC4122)",
  49. "support": {
  50. "issues": "https://github.com/abmmhasan/UUID/issues",
  51. "source": "https://github.com/abmmhasan/UUID/tree/2.01"
  52. },
  53. "time": "2024-04-26T05:58:07+00:00"
  54. },
  55. {
  56. "name": "erusev/parsedown",
  57. "version": "1.7.4",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/erusev/parsedown.git",
  61. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  66. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "ext-mbstring": "*",
  71. "php": ">=5.3.0"
  72. },
  73. "require-dev": {
  74. "phpunit/phpunit": "^4.8.35"
  75. },
  76. "type": "library",
  77. "autoload": {
  78. "psr-0": {
  79. "Parsedown": ""
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Emanuil Rusev",
  89. "email": "hello@erusev.com",
  90. "homepage": "http://erusev.com"
  91. }
  92. ],
  93. "description": "Parser for Markdown.",
  94. "homepage": "http://parsedown.org",
  95. "keywords": [
  96. "markdown",
  97. "parser"
  98. ],
  99. "support": {
  100. "issues": "https://github.com/erusev/parsedown/issues",
  101. "source": "https://github.com/erusev/parsedown/tree/1.7.x"
  102. },
  103. "time": "2019-12-30T22:54:17+00:00"
  104. },
  105. {
  106. "name": "firebase/php-jwt",
  107. "version": "v6.10.0",
  108. "source": {
  109. "type": "git",
  110. "url": "https://github.com/firebase/php-jwt.git",
  111. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
  112. },
  113. "dist": {
  114. "type": "zip",
  115. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff",
  116. "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
  117. "shasum": ""
  118. },
  119. "require": {
  120. "php": "^7.4||^8.0"
  121. },
  122. "require-dev": {
  123. "guzzlehttp/guzzle": "^6.5||^7.4",
  124. "phpspec/prophecy-phpunit": "^2.0",
  125. "phpunit/phpunit": "^9.5",
  126. "psr/cache": "^1.0||^2.0",
  127. "psr/http-client": "^1.0",
  128. "psr/http-factory": "^1.0"
  129. },
  130. "suggest": {
  131. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  132. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  133. },
  134. "type": "library",
  135. "autoload": {
  136. "psr-4": {
  137. "Firebase\\JWT\\": "src"
  138. }
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "BSD-3-Clause"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Neuman Vong",
  147. "email": "neuman+pear@twilio.com",
  148. "role": "Developer"
  149. },
  150. {
  151. "name": "Anant Narayanan",
  152. "email": "anant@php.net",
  153. "role": "Developer"
  154. }
  155. ],
  156. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  157. "homepage": "https://github.com/firebase/php-jwt",
  158. "keywords": [
  159. "jwt",
  160. "php"
  161. ],
  162. "support": {
  163. "issues": "https://github.com/firebase/php-jwt/issues",
  164. "source": "https://github.com/firebase/php-jwt/tree/v6.10.0"
  165. },
  166. "time": "2023-12-01T16:26:39+00:00"
  167. },
  168. {
  169. "name": "gullevek/dotenv",
  170. "version": "v2.1.1",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/gullevek/dotEnv.git",
  174. "reference": "a7ade8648594c937ca24adb758eb5a702529cf70"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/gullevek/dotEnv/zipball/a7ade8648594c937ca24adb758eb5a702529cf70",
  179. "reference": "a7ade8648594c937ca24adb758eb5a702529cf70",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=7.4.0"
  184. },
  185. "require-dev": {
  186. "phan/phan": "^5.4",
  187. "phpstan/phpdoc-parser": "^2.0",
  188. "phpstan/phpstan": "^2.0",
  189. "phpstan/phpstan-deprecation-rules": "^2.0",
  190. "phpunit/phpunit": "^9"
  191. },
  192. "type": "library",
  193. "autoload": {
  194. "psr-4": {
  195. "gullevek\\dotEnv\\": "src/",
  196. "gullevek\\dotenv\\": "src/"
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "MIT"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Clemens Schwaighofer",
  206. "email": "gullevek@gullevek.org",
  207. "homepage": "http://gullevek.org"
  208. }
  209. ],
  210. "description": "Simple .env file processing and storing in _ENV array",
  211. "homepage": "https://github.com/gullevek/dotEnv",
  212. "keywords": [
  213. ".env",
  214. "_ENV",
  215. "dotenv",
  216. "environment variables"
  217. ],
  218. "support": {
  219. "issues": "https://github.com/gullevek/dotEnv/issues",
  220. "source": "https://github.com/gullevek/dotEnv/tree/v2.1.1"
  221. },
  222. "time": "2024-11-18T11:10:09+00:00"
  223. },
  224. {
  225. "name": "ph-7/just-http-status-codes",
  226. "version": "v1.1.7",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/pH-7/JustHttpStatusCodes.git",
  230. "reference": "6b45f19397116e8821984e03622f50f9f6689d03"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://api.github.com/repos/pH-7/JustHttpStatusCodes/zipball/6b45f19397116e8821984e03622f50f9f6689d03",
  235. "reference": "6b45f19397116e8821984e03622f50f9f6689d03",
  236. "shasum": ""
  237. },
  238. "require": {
  239. "php": ">=7.3.0"
  240. },
  241. "require-dev": {
  242. "phpunit/phpunit": "^9.5"
  243. },
  244. "type": "library",
  245. "autoload": {
  246. "psr-4": {
  247. "PH7\\JustHttp\\": "src"
  248. }
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "MIT"
  253. ],
  254. "authors": [
  255. {
  256. "name": "Pierre-Henry Soria",
  257. "email": "hi@ph7.me",
  258. "homepage": "https://ph7.me",
  259. "role": "Principle Developer"
  260. }
  261. ],
  262. "description": "Just all HTTP status codes",
  263. "homepage": "https://pierrehenry.be",
  264. "keywords": [
  265. "Magic Number",
  266. "PHP status codes",
  267. "all HTTP status codes",
  268. "all status codes",
  269. "clean code",
  270. "code",
  271. "constant",
  272. "constants",
  273. "http",
  274. "http code",
  275. "http status code",
  276. "status code"
  277. ],
  278. "support": {
  279. "issues": "https://github.com/pH-7/JustHttpStatusCodes/issues",
  280. "source": "https://github.com/pH-7/JustHttpStatusCodes/tree/v1.1.7"
  281. },
  282. "funding": [
  283. {
  284. "url": "https://github.com/pH-7",
  285. "type": "github"
  286. },
  287. {
  288. "url": "https://ko-fi.com/phenry",
  289. "type": "ko_fi"
  290. }
  291. ],
  292. "time": "2024-10-21T08:21:08+00:00"
  293. },
  294. {
  295. "name": "respect/stringifier",
  296. "version": "0.2.0",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/Respect/Stringifier.git",
  300. "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
  305. "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "php": ">=7.1"
  310. },
  311. "require-dev": {
  312. "friendsofphp/php-cs-fixer": "^2.8",
  313. "malukenho/docheader": "^0.1.7",
  314. "phpunit/phpunit": "^6.4"
  315. },
  316. "type": "library",
  317. "autoload": {
  318. "files": [
  319. "src/stringify.php"
  320. ],
  321. "psr-4": {
  322. "Respect\\Stringifier\\": "src/"
  323. }
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "MIT"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Respect/Stringifier Contributors",
  332. "homepage": "https://github.com/Respect/Stringifier/graphs/contributors"
  333. }
  334. ],
  335. "description": "Converts any value to a string",
  336. "homepage": "http://respect.github.io/Stringifier/",
  337. "keywords": [
  338. "respect",
  339. "stringifier",
  340. "stringify"
  341. ],
  342. "support": {
  343. "issues": "https://github.com/Respect/Stringifier/issues",
  344. "source": "https://github.com/Respect/Stringifier/tree/0.2.0"
  345. },
  346. "time": "2017-12-29T19:39:25+00:00"
  347. },
  348. {
  349. "name": "respect/validation",
  350. "version": "2.2.4",
  351. "source": {
  352. "type": "git",
  353. "url": "https://github.com/Respect/Validation.git",
  354. "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a"
  355. },
  356. "dist": {
  357. "type": "zip",
  358. "url": "https://api.github.com/repos/Respect/Validation/zipball/d304ace5325efd7180daffb1f8627bb0affd4e3a",
  359. "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a",
  360. "shasum": ""
  361. },
  362. "require": {
  363. "php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
  364. "respect/stringifier": "^0.2.0",
  365. "symfony/polyfill-mbstring": "^1.2"
  366. },
  367. "require-dev": {
  368. "egulias/email-validator": "^3.0",
  369. "malukenho/docheader": "^0.1",
  370. "mikey179/vfsstream": "^1.6",
  371. "phpstan/phpstan": "^1.9",
  372. "phpstan/phpstan-deprecation-rules": "^1.1",
  373. "phpstan/phpstan-phpunit": "^1.3",
  374. "phpunit/phpunit": "^9.6",
  375. "psr/http-message": "^1.0",
  376. "respect/coding-standard": "^3.0",
  377. "squizlabs/php_codesniffer": "^3.7",
  378. "symfony/validator": "^3.0||^4.0"
  379. },
  380. "suggest": {
  381. "egulias/email-validator": "Strict (RFC compliant) email validation",
  382. "ext-bcmath": "Arbitrary Precision Mathematics",
  383. "ext-fileinfo": "File Information",
  384. "ext-mbstring": "Multibyte String Functions"
  385. },
  386. "type": "library",
  387. "autoload": {
  388. "psr-4": {
  389. "Respect\\Validation\\": "library/"
  390. }
  391. },
  392. "notification-url": "https://packagist.org/downloads/",
  393. "license": [
  394. "MIT"
  395. ],
  396. "authors": [
  397. {
  398. "name": "Respect/Validation Contributors",
  399. "homepage": "https://github.com/Respect/Validation/graphs/contributors"
  400. }
  401. ],
  402. "description": "The most awesome validation engine ever created for PHP",
  403. "homepage": "http://respect.github.io/Validation/",
  404. "keywords": [
  405. "respect",
  406. "validation",
  407. "validator"
  408. ],
  409. "support": {
  410. "issues": "https://github.com/Respect/Validation/issues",
  411. "source": "https://github.com/Respect/Validation/tree/2.2.4"
  412. },
  413. "time": "2023-02-15T01:05:24+00:00"
  414. },
  415. {
  416. "name": "riverside/php-express",
  417. "version": "2.0.0",
  418. "source": {
  419. "type": "git",
  420. "url": "https://github.com/riverside/php-express.git",
  421. "reference": "e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e"
  422. },
  423. "dist": {
  424. "type": "zip",
  425. "url": "https://api.github.com/repos/riverside/php-express/zipball/e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e",
  426. "reference": "e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e",
  427. "shasum": ""
  428. },
  429. "require": {
  430. "ext-json": "*",
  431. "php": ">=7.1"
  432. },
  433. "require-dev": {
  434. "phpunit/phpunit": "8"
  435. },
  436. "type": "library",
  437. "autoload": {
  438. "psr-4": {
  439. "Riverside\\Express\\": "src/"
  440. }
  441. },
  442. "notification-url": "https://packagist.org/downloads/",
  443. "license": [
  444. "MIT"
  445. ],
  446. "authors": [
  447. {
  448. "name": "Dimitar Ivanov",
  449. "email": "biggie@abv.bg",
  450. "homepage": "https://twitter.com/DimitarIvanov",
  451. "role": "Developer"
  452. }
  453. ],
  454. "description": "PHP micro-framework inspired by Express.js",
  455. "homepage": "https://github.com/riverside/php-express",
  456. "keywords": [
  457. "application",
  458. "express",
  459. "framework",
  460. "php",
  461. "router"
  462. ],
  463. "support": {
  464. "issues": "https://github.com/riverside/php-express/issues",
  465. "source": "https://github.com/riverside/php-express/tree/v2.0.0"
  466. },
  467. "funding": [
  468. {
  469. "url": "https://www.paypal.me/Dimitar81",
  470. "type": "custom"
  471. }
  472. ],
  473. "time": "2024-09-14T17:45:39+00:00"
  474. },
  475. {
  476. "name": "riverside/php-orm",
  477. "version": "2.0.0",
  478. "source": {
  479. "type": "git",
  480. "url": "https://github.com/riverside/php-orm.git",
  481. "reference": "59793e07f67d21d935e67f7a95e25d8441b91412"
  482. },
  483. "dist": {
  484. "type": "zip",
  485. "url": "https://api.github.com/repos/riverside/php-orm/zipball/59793e07f67d21d935e67f7a95e25d8441b91412",
  486. "reference": "59793e07f67d21d935e67f7a95e25d8441b91412",
  487. "shasum": ""
  488. },
  489. "require": {
  490. "ext-pdo": "*",
  491. "php": ">=7.1"
  492. },
  493. "require-dev": {
  494. "phpunit/phpunit": "8"
  495. },
  496. "type": "library",
  497. "autoload": {
  498. "psr-4": {
  499. "Riverside\\Orm\\": "src/"
  500. }
  501. },
  502. "notification-url": "https://packagist.org/downloads/",
  503. "license": [
  504. "MIT"
  505. ],
  506. "authors": [
  507. {
  508. "name": "Dimitar Ivanov",
  509. "email": "biggie@abv.bg",
  510. "homepage": "https://github.com/riverside",
  511. "role": "Developer"
  512. }
  513. ],
  514. "description": "PHP ORM micro-library and query builder",
  515. "homepage": "https://github.com/riverside/php-orm",
  516. "keywords": [
  517. "database",
  518. "mysql",
  519. "orm",
  520. "pdo",
  521. "php"
  522. ],
  523. "support": {
  524. "issues": "https://github.com/riverside/php-orm/issues",
  525. "source": "https://github.com/riverside/php-orm/tree/v2.0.0"
  526. },
  527. "funding": [
  528. {
  529. "url": "https://www.paypal.me/Dimitar81",
  530. "type": "custom"
  531. }
  532. ],
  533. "time": "2024-09-14T17:01:32+00:00"
  534. },
  535. {
  536. "name": "rmccue/requests",
  537. "version": "v2.0.13",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/WordPress/Requests.git",
  541. "reference": "8bc4aae49f5b2bd0a9f42e920e646ec5b2b0a68a"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/WordPress/Requests/zipball/8bc4aae49f5b2bd0a9f42e920e646ec5b2b0a68a",
  546. "reference": "8bc4aae49f5b2bd0a9f42e920e646ec5b2b0a68a",
  547. "shasum": ""
  548. },
  549. "require": {
  550. "ext-json": "*",
  551. "php": ">=5.6"
  552. },
  553. "require-dev": {
  554. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  555. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  556. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  557. "phpcompatibility/php-compatibility": "^9.0",
  558. "requests/test-server": "dev-main",
  559. "roave/security-advisories": "dev-latest",
  560. "squizlabs/php_codesniffer": "^3.6",
  561. "wp-coding-standards/wpcs": "^2.0",
  562. "yoast/phpunit-polyfills": "^1.0.0"
  563. },
  564. "suggest": {
  565. "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
  566. "ext-curl": "For improved performance",
  567. "ext-openssl": "For secure transport support",
  568. "ext-zlib": "For improved performance when decompressing encoded streams"
  569. },
  570. "type": "library",
  571. "autoload": {
  572. "files": [
  573. "library/Deprecated.php"
  574. ],
  575. "psr-4": {
  576. "WpOrg\\Requests\\": "src/"
  577. },
  578. "classmap": [
  579. "library/Requests.php"
  580. ]
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "ISC"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Ryan McCue",
  589. "homepage": "https://rmccue.io/"
  590. },
  591. {
  592. "name": "Alain Schlesser",
  593. "homepage": "https://github.com/schlessera"
  594. },
  595. {
  596. "name": "Juliette Reinders Folmer",
  597. "homepage": "https://github.com/jrfnl"
  598. },
  599. {
  600. "name": "Contributors",
  601. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  602. }
  603. ],
  604. "description": "A HTTP library written in PHP, for human beings.",
  605. "homepage": "https://requests.ryanmccue.info/",
  606. "keywords": [
  607. "curl",
  608. "fsockopen",
  609. "http",
  610. "idna",
  611. "ipv6",
  612. "iri",
  613. "sockets"
  614. ],
  615. "support": {
  616. "docs": "https://requests.ryanmccue.info/",
  617. "issues": "https://github.com/WordPress/Requests/issues",
  618. "source": "https://github.com/WordPress/Requests"
  619. },
  620. "time": "2024-10-29T10:04:19+00:00"
  621. },
  622. {
  623. "name": "spatie/crypto",
  624. "version": "2.1.0",
  625. "source": {
  626. "type": "git",
  627. "url": "https://github.com/spatie/crypto.git",
  628. "reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb"
  629. },
  630. "dist": {
  631. "type": "zip",
  632. "url": "https://api.github.com/repos/spatie/crypto/zipball/9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
  633. "reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
  634. "shasum": ""
  635. },
  636. "require": {
  637. "ext-openssl": "*",
  638. "php": "^7.4|^8.0"
  639. },
  640. "require-dev": {
  641. "phpunit/phpunit": "^9.3",
  642. "symfony/var-dumper": "^5.1"
  643. },
  644. "type": "library",
  645. "autoload": {
  646. "psr-4": {
  647. "Spatie\\Crypto\\": "src"
  648. }
  649. },
  650. "notification-url": "https://packagist.org/downloads/",
  651. "license": [
  652. "MIT"
  653. ],
  654. "authors": [
  655. {
  656. "name": "Freek Van der Herten",
  657. "email": "freek@spatie.be",
  658. "homepage": "https://spatie.be",
  659. "role": "Developer"
  660. }
  661. ],
  662. "description": "Encrypting and signing data using private/public keys",
  663. "homepage": "https://github.com/spatie/crypto",
  664. "keywords": [
  665. "crypto",
  666. "spatie"
  667. ],
  668. "support": {
  669. "source": "https://github.com/spatie/crypto/tree/2.1.0"
  670. },
  671. "funding": [
  672. {
  673. "url": "https://github.com/sponsors/spatie",
  674. "type": "github"
  675. },
  676. {
  677. "url": "https://spatie.be/open-source/support-us",
  678. "type": "other"
  679. }
  680. ],
  681. "time": "2024-06-20T08:24:56+00:00"
  682. },
  683. {
  684. "name": "symfony/polyfill-mbstring",
  685. "version": "v1.31.0",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/symfony/polyfill-mbstring.git",
  689. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  694. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "php": ">=7.2"
  699. },
  700. "provide": {
  701. "ext-mbstring": "*"
  702. },
  703. "suggest": {
  704. "ext-mbstring": "For best performance"
  705. },
  706. "type": "library",
  707. "extra": {
  708. "thanks": {
  709. "name": "symfony/polyfill",
  710. "url": "https://github.com/symfony/polyfill"
  711. }
  712. },
  713. "autoload": {
  714. "files": [
  715. "bootstrap.php"
  716. ],
  717. "psr-4": {
  718. "Symfony\\Polyfill\\Mbstring\\": ""
  719. }
  720. },
  721. "notification-url": "https://packagist.org/downloads/",
  722. "license": [
  723. "MIT"
  724. ],
  725. "authors": [
  726. {
  727. "name": "Nicolas Grekas",
  728. "email": "p@tchwork.com"
  729. },
  730. {
  731. "name": "Symfony Community",
  732. "homepage": "https://symfony.com/contributors"
  733. }
  734. ],
  735. "description": "Symfony polyfill for the Mbstring extension",
  736. "homepage": "https://symfony.com",
  737. "keywords": [
  738. "compatibility",
  739. "mbstring",
  740. "polyfill",
  741. "portable",
  742. "shim"
  743. ],
  744. "support": {
  745. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  746. },
  747. "funding": [
  748. {
  749. "url": "https://symfony.com/sponsor",
  750. "type": "custom"
  751. },
  752. {
  753. "url": "https://github.com/fabpot",
  754. "type": "github"
  755. },
  756. {
  757. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  758. "type": "tidelift"
  759. }
  760. ],
  761. "time": "2024-09-09T11:45:10+00:00"
  762. }
  763. ],
  764. "packages-dev": [],
  765. "aliases": [],
  766. "minimum-stability": "stable",
  767. "stability-flags": {},
  768. "prefer-stable": false,
  769. "prefer-lowest": false,
  770. "platform": {
  771. "php": "^7.4"
  772. },
  773. "platform-dev": {},
  774. "plugin-api-version": "2.6.0"
  775. }