composer.lock 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  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": "e7845943d086c07c54d083f85549b98f",
  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.0",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/gullevek/dotEnv.git",
  174. "reference": "b9feacaded4e48effff9da7d1173752aef3dc27f"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/gullevek/dotEnv/zipball/b9feacaded4e48effff9da7d1173752aef3dc27f",
  179. "reference": "b9feacaded4e48effff9da7d1173752aef3dc27f",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=7.4.0"
  184. },
  185. "require-dev": {
  186. "phan/phan": "^5.4",
  187. "phpstan/phpstan": "^1.10",
  188. "phpunit/phpunit": "^9"
  189. },
  190. "type": "library",
  191. "autoload": {
  192. "psr-4": {
  193. "gullevek\\dotEnv\\": "src/",
  194. "gullevek\\dotenv\\": "src/"
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "Clemens Schwaighofer",
  204. "email": "gullevek@gullevek.org",
  205. "homepage": "http://gullevek.org"
  206. }
  207. ],
  208. "description": "Simple .env file processing and storing in _ENV array",
  209. "homepage": "https://github.com/gullevek/dotEnv",
  210. "keywords": [
  211. ".env",
  212. "_ENV",
  213. "dotenv",
  214. "environment variables"
  215. ],
  216. "support": {
  217. "issues": "https://github.com/gullevek/dotEnv/issues",
  218. "source": "https://github.com/gullevek/dotEnv/tree/v2.1.0"
  219. },
  220. "time": "2024-08-21T02:41:15+00:00"
  221. },
  222. {
  223. "name": "ph-7/just-http-status-codes",
  224. "version": "v1.1.6",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/pH-7/JustHttpStatusCodes.git",
  228. "reference": "cafea29cdbb65413d526f279514d1255308d4551"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/pH-7/JustHttpStatusCodes/zipball/cafea29cdbb65413d526f279514d1255308d4551",
  233. "reference": "cafea29cdbb65413d526f279514d1255308d4551",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "php": ">=7.3.0"
  238. },
  239. "require-dev": {
  240. "phpunit/phpunit": "^9.5"
  241. },
  242. "type": "library",
  243. "autoload": {
  244. "psr-4": {
  245. "PH7\\JustHttp\\": "src"
  246. }
  247. },
  248. "notification-url": "https://packagist.org/downloads/",
  249. "license": [
  250. "MIT"
  251. ],
  252. "authors": [
  253. {
  254. "name": "Pierre-Henry Soria",
  255. "email": "hi@ph7.me",
  256. "homepage": "https://ph7.me",
  257. "role": "Principle Developer"
  258. }
  259. ],
  260. "description": "Just all HTTP status codes",
  261. "homepage": "https://pierrehenry.be",
  262. "keywords": [
  263. "Magic Number",
  264. "PHP status codes",
  265. "all HTTP status codes",
  266. "all status codes",
  267. "clean code",
  268. "code",
  269. "constant",
  270. "constants",
  271. "http",
  272. "http code",
  273. "http status code",
  274. "status code"
  275. ],
  276. "support": {
  277. "issues": "https://github.com/pH-7/JustHttpStatusCodes/issues",
  278. "source": "https://github.com/pH-7/JustHttpStatusCodes/tree/v1.1.6"
  279. },
  280. "funding": [
  281. {
  282. "url": "https://github.com/pH-7",
  283. "type": "github"
  284. },
  285. {
  286. "url": "https://ko-fi.com/phenry",
  287. "type": "ko_fi"
  288. }
  289. ],
  290. "time": "2023-06-11T04:11:32+00:00"
  291. },
  292. {
  293. "name": "respect/stringifier",
  294. "version": "0.2.0",
  295. "source": {
  296. "type": "git",
  297. "url": "https://github.com/Respect/Stringifier.git",
  298. "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59"
  299. },
  300. "dist": {
  301. "type": "zip",
  302. "url": "https://api.github.com/repos/Respect/Stringifier/zipball/e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
  303. "reference": "e55af3c8aeaeaa2abb5fa47a58a8e9688cc23b59",
  304. "shasum": ""
  305. },
  306. "require": {
  307. "php": ">=7.1"
  308. },
  309. "require-dev": {
  310. "friendsofphp/php-cs-fixer": "^2.8",
  311. "malukenho/docheader": "^0.1.7",
  312. "phpunit/phpunit": "^6.4"
  313. },
  314. "type": "library",
  315. "autoload": {
  316. "files": [
  317. "src/stringify.php"
  318. ],
  319. "psr-4": {
  320. "Respect\\Stringifier\\": "src/"
  321. }
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Respect/Stringifier Contributors",
  330. "homepage": "https://github.com/Respect/Stringifier/graphs/contributors"
  331. }
  332. ],
  333. "description": "Converts any value to a string",
  334. "homepage": "http://respect.github.io/Stringifier/",
  335. "keywords": [
  336. "respect",
  337. "stringifier",
  338. "stringify"
  339. ],
  340. "support": {
  341. "issues": "https://github.com/Respect/Stringifier/issues",
  342. "source": "https://github.com/Respect/Stringifier/tree/0.2.0"
  343. },
  344. "time": "2017-12-29T19:39:25+00:00"
  345. },
  346. {
  347. "name": "respect/validation",
  348. "version": "2.2.4",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/Respect/Validation.git",
  352. "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/Respect/Validation/zipball/d304ace5325efd7180daffb1f8627bb0affd4e3a",
  357. "reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
  362. "respect/stringifier": "^0.2.0",
  363. "symfony/polyfill-mbstring": "^1.2"
  364. },
  365. "require-dev": {
  366. "egulias/email-validator": "^3.0",
  367. "malukenho/docheader": "^0.1",
  368. "mikey179/vfsstream": "^1.6",
  369. "phpstan/phpstan": "^1.9",
  370. "phpstan/phpstan-deprecation-rules": "^1.1",
  371. "phpstan/phpstan-phpunit": "^1.3",
  372. "phpunit/phpunit": "^9.6",
  373. "psr/http-message": "^1.0",
  374. "respect/coding-standard": "^3.0",
  375. "squizlabs/php_codesniffer": "^3.7",
  376. "symfony/validator": "^3.0||^4.0"
  377. },
  378. "suggest": {
  379. "egulias/email-validator": "Strict (RFC compliant) email validation",
  380. "ext-bcmath": "Arbitrary Precision Mathematics",
  381. "ext-fileinfo": "File Information",
  382. "ext-mbstring": "Multibyte String Functions"
  383. },
  384. "type": "library",
  385. "autoload": {
  386. "psr-4": {
  387. "Respect\\Validation\\": "library/"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "MIT"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Respect/Validation Contributors",
  397. "homepage": "https://github.com/Respect/Validation/graphs/contributors"
  398. }
  399. ],
  400. "description": "The most awesome validation engine ever created for PHP",
  401. "homepage": "http://respect.github.io/Validation/",
  402. "keywords": [
  403. "respect",
  404. "validation",
  405. "validator"
  406. ],
  407. "support": {
  408. "issues": "https://github.com/Respect/Validation/issues",
  409. "source": "https://github.com/Respect/Validation/tree/2.2.4"
  410. },
  411. "time": "2023-02-15T01:05:24+00:00"
  412. },
  413. {
  414. "name": "riverside/php-express",
  415. "version": "2.0.0",
  416. "source": {
  417. "type": "git",
  418. "url": "https://github.com/riverside/php-express.git",
  419. "reference": "e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e"
  420. },
  421. "dist": {
  422. "type": "zip",
  423. "url": "https://api.github.com/repos/riverside/php-express/zipball/e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e",
  424. "reference": "e21038cf140dcafb3ce7a0be9a8cb1e3f94c919e",
  425. "shasum": ""
  426. },
  427. "require": {
  428. "ext-json": "*",
  429. "php": ">=7.1"
  430. },
  431. "require-dev": {
  432. "phpunit/phpunit": "8"
  433. },
  434. "type": "library",
  435. "autoload": {
  436. "psr-4": {
  437. "Riverside\\Express\\": "src/"
  438. }
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "MIT"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Dimitar Ivanov",
  447. "email": "biggie@abv.bg",
  448. "homepage": "https://twitter.com/DimitarIvanov",
  449. "role": "Developer"
  450. }
  451. ],
  452. "description": "PHP micro-framework inspired by Express.js",
  453. "homepage": "https://github.com/riverside/php-express",
  454. "keywords": [
  455. "application",
  456. "express",
  457. "framework",
  458. "php",
  459. "router"
  460. ],
  461. "support": {
  462. "issues": "https://github.com/riverside/php-express/issues",
  463. "source": "https://github.com/riverside/php-express/tree/v2.0.0"
  464. },
  465. "funding": [
  466. {
  467. "url": "https://www.paypal.me/Dimitar81",
  468. "type": "custom"
  469. }
  470. ],
  471. "time": "2024-09-14T17:45:39+00:00"
  472. },
  473. {
  474. "name": "riverside/php-orm",
  475. "version": "2.0.0",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/riverside/php-orm.git",
  479. "reference": "59793e07f67d21d935e67f7a95e25d8441b91412"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/riverside/php-orm/zipball/59793e07f67d21d935e67f7a95e25d8441b91412",
  484. "reference": "59793e07f67d21d935e67f7a95e25d8441b91412",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "ext-pdo": "*",
  489. "php": ">=7.1"
  490. },
  491. "require-dev": {
  492. "phpunit/phpunit": "8"
  493. },
  494. "type": "library",
  495. "autoload": {
  496. "psr-4": {
  497. "Riverside\\Orm\\": "src/"
  498. }
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "MIT"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Dimitar Ivanov",
  507. "email": "biggie@abv.bg",
  508. "homepage": "https://github.com/riverside",
  509. "role": "Developer"
  510. }
  511. ],
  512. "description": "PHP ORM micro-library and query builder",
  513. "homepage": "https://github.com/riverside/php-orm",
  514. "keywords": [
  515. "database",
  516. "mysql",
  517. "orm",
  518. "pdo",
  519. "php"
  520. ],
  521. "support": {
  522. "issues": "https://github.com/riverside/php-orm/issues",
  523. "source": "https://github.com/riverside/php-orm/tree/v2.0.0"
  524. },
  525. "funding": [
  526. {
  527. "url": "https://www.paypal.me/Dimitar81",
  528. "type": "custom"
  529. }
  530. ],
  531. "time": "2024-09-14T17:01:32+00:00"
  532. },
  533. {
  534. "name": "rmccue/requests",
  535. "version": "v2.0.12",
  536. "source": {
  537. "type": "git",
  538. "url": "https://github.com/WordPress/Requests.git",
  539. "reference": "fb67e3d392ff6b89a90e96f19745662f4ecd62b1"
  540. },
  541. "dist": {
  542. "type": "zip",
  543. "url": "https://api.github.com/repos/WordPress/Requests/zipball/fb67e3d392ff6b89a90e96f19745662f4ecd62b1",
  544. "reference": "fb67e3d392ff6b89a90e96f19745662f4ecd62b1",
  545. "shasum": ""
  546. },
  547. "require": {
  548. "ext-json": "*",
  549. "php": ">=5.6"
  550. },
  551. "require-dev": {
  552. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  553. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  554. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  555. "phpcompatibility/php-compatibility": "^9.0",
  556. "requests/test-server": "dev-main",
  557. "roave/security-advisories": "dev-latest",
  558. "squizlabs/php_codesniffer": "^3.6",
  559. "wp-coding-standards/wpcs": "^2.0",
  560. "yoast/phpunit-polyfills": "^1.0.0"
  561. },
  562. "suggest": {
  563. "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
  564. "ext-curl": "For improved performance",
  565. "ext-openssl": "For secure transport support",
  566. "ext-zlib": "For improved performance when decompressing encoded streams"
  567. },
  568. "type": "library",
  569. "autoload": {
  570. "files": [
  571. "library/Deprecated.php"
  572. ],
  573. "psr-4": {
  574. "WpOrg\\Requests\\": "src/"
  575. },
  576. "classmap": [
  577. "library/Requests.php"
  578. ]
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "license": [
  582. "ISC"
  583. ],
  584. "authors": [
  585. {
  586. "name": "Ryan McCue",
  587. "homepage": "https://rmccue.io/"
  588. },
  589. {
  590. "name": "Alain Schlesser",
  591. "homepage": "https://github.com/schlessera"
  592. },
  593. {
  594. "name": "Juliette Reinders Folmer",
  595. "homepage": "https://github.com/jrfnl"
  596. },
  597. {
  598. "name": "Contributors",
  599. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  600. }
  601. ],
  602. "description": "A HTTP library written in PHP, for human beings.",
  603. "homepage": "https://requests.ryanmccue.info/",
  604. "keywords": [
  605. "curl",
  606. "fsockopen",
  607. "http",
  608. "idna",
  609. "ipv6",
  610. "iri",
  611. "sockets"
  612. ],
  613. "support": {
  614. "docs": "https://requests.ryanmccue.info/",
  615. "issues": "https://github.com/WordPress/Requests/issues",
  616. "source": "https://github.com/WordPress/Requests"
  617. },
  618. "time": "2024-07-08T08:10:42+00:00"
  619. },
  620. {
  621. "name": "spatie/crypto",
  622. "version": "2.1.0",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/spatie/crypto.git",
  626. "reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/spatie/crypto/zipball/9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
  631. "reference": "9bda7d690ffa6a8884a8af69da2dba942bbac4eb",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "ext-openssl": "*",
  636. "php": "^7.4|^8.0"
  637. },
  638. "require-dev": {
  639. "phpunit/phpunit": "^9.3",
  640. "symfony/var-dumper": "^5.1"
  641. },
  642. "type": "library",
  643. "autoload": {
  644. "psr-4": {
  645. "Spatie\\Crypto\\": "src"
  646. }
  647. },
  648. "notification-url": "https://packagist.org/downloads/",
  649. "license": [
  650. "MIT"
  651. ],
  652. "authors": [
  653. {
  654. "name": "Freek Van der Herten",
  655. "email": "freek@spatie.be",
  656. "homepage": "https://spatie.be",
  657. "role": "Developer"
  658. }
  659. ],
  660. "description": "Encrypting and signing data using private/public keys",
  661. "homepage": "https://github.com/spatie/crypto",
  662. "keywords": [
  663. "crypto",
  664. "spatie"
  665. ],
  666. "support": {
  667. "source": "https://github.com/spatie/crypto/tree/2.1.0"
  668. },
  669. "funding": [
  670. {
  671. "url": "https://github.com/sponsors/spatie",
  672. "type": "github"
  673. },
  674. {
  675. "url": "https://spatie.be/open-source/support-us",
  676. "type": "other"
  677. }
  678. ],
  679. "time": "2024-06-20T08:24:56+00:00"
  680. },
  681. {
  682. "name": "symfony/polyfill-mbstring",
  683. "version": "v1.31.0",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/symfony/polyfill-mbstring.git",
  687. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
  692. "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "php": ">=7.2"
  697. },
  698. "provide": {
  699. "ext-mbstring": "*"
  700. },
  701. "suggest": {
  702. "ext-mbstring": "For best performance"
  703. },
  704. "type": "library",
  705. "extra": {
  706. "thanks": {
  707. "name": "symfony/polyfill",
  708. "url": "https://github.com/symfony/polyfill"
  709. }
  710. },
  711. "autoload": {
  712. "files": [
  713. "bootstrap.php"
  714. ],
  715. "psr-4": {
  716. "Symfony\\Polyfill\\Mbstring\\": ""
  717. }
  718. },
  719. "notification-url": "https://packagist.org/downloads/",
  720. "license": [
  721. "MIT"
  722. ],
  723. "authors": [
  724. {
  725. "name": "Nicolas Grekas",
  726. "email": "p@tchwork.com"
  727. },
  728. {
  729. "name": "Symfony Community",
  730. "homepage": "https://symfony.com/contributors"
  731. }
  732. ],
  733. "description": "Symfony polyfill for the Mbstring extension",
  734. "homepage": "https://symfony.com",
  735. "keywords": [
  736. "compatibility",
  737. "mbstring",
  738. "polyfill",
  739. "portable",
  740. "shim"
  741. ],
  742. "support": {
  743. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
  744. },
  745. "funding": [
  746. {
  747. "url": "https://symfony.com/sponsor",
  748. "type": "custom"
  749. },
  750. {
  751. "url": "https://github.com/fabpot",
  752. "type": "github"
  753. },
  754. {
  755. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  756. "type": "tidelift"
  757. }
  758. ],
  759. "time": "2024-09-09T11:45:10+00:00"
  760. }
  761. ],
  762. "packages-dev": [],
  763. "aliases": [],
  764. "minimum-stability": "stable",
  765. "stability-flags": [],
  766. "prefer-stable": false,
  767. "prefer-lowest": false,
  768. "platform": [],
  769. "platform-dev": [],
  770. "plugin-api-version": "2.6.0"
  771. }