nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
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": "26e117448b7e4aff234b5ed0dbd68e1d",
8 "packages": [
9 {
10 "name": "axy/backtrace",
11 "version": "2.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/axypro/backtrace.git",
15 "reference": "e0f806986db00190e567b0071c765bd792360f06"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/axypro/backtrace/zipball/e0f806986db00190e567b0071c765bd792360f06",
20 "reference": "e0f806986db00190e567b0071c765bd792360f06",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=7.1"
25 },
26 "require-dev": {
27 "phpmd/phpmd": "^2.6",
28 "phpunit/phpunit": "^7.5",
29 "squizlabs/php_codesniffer": "^3.4"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "axy\\backtrace\\": "src",
35 "axy\\backtrace\\tests\\": "tests"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "MIT"
41 ],
42 "authors": [
43 {
44 "name": "Oleg Grigoriev",
45 "email": "go.vasac@gmail.com"
46 }
47 ],
48 "description": "Tracing in PHP",
49 "homepage": "https://github.com/axypro/backtrace",
50 "keywords": [
51 "Backtrace",
52 "debug",
53 "exception",
54 "trace"
55 ],
56 "support": {
57 "issues": "https://github.com/axypro/backtrace/issues",
58 "source": "https://github.com/axypro/backtrace/tree/2.0.0"
59 },
60 "time": "2019-02-02T18:01:31+00:00"
61 },
62 {
63 "name": "brick/math",
64 "version": "0.14.1",
65 "source": {
66 "type": "git",
67 "url": "https://github.com/brick/math.git",
68 "reference": "f05858549e5f9d7bb45875a75583240a38a281d0"
69 },
70 "dist": {
71 "type": "zip",
72 "url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0",
73 "reference": "f05858549e5f9d7bb45875a75583240a38a281d0",
74 "shasum": ""
75 },
76 "require": {
77 "php": "^8.2"
78 },
79 "require-dev": {
80 "php-coveralls/php-coveralls": "^2.2",
81 "phpstan/phpstan": "2.1.22",
82 "phpunit/phpunit": "^11.5"
83 },
84 "type": "library",
85 "autoload": {
86 "psr-4": {
87 "Brick\\Math\\": "src/"
88 }
89 },
90 "notification-url": "https://packagist.org/downloads/",
91 "license": [
92 "MIT"
93 ],
94 "description": "Arbitrary-precision arithmetic library",
95 "keywords": [
96 "Arbitrary-precision",
97 "BigInteger",
98 "BigRational",
99 "arithmetic",
100 "bigdecimal",
101 "bignum",
102 "bignumber",
103 "brick",
104 "decimal",
105 "integer",
106 "math",
107 "mathematics",
108 "rational"
109 ],
110 "support": {
111 "issues": "https://github.com/brick/math/issues",
112 "source": "https://github.com/brick/math/tree/0.14.1"
113 },
114 "funding": [
115 {
116 "url": "https://github.com/BenMorel",
117 "type": "github"
118 }
119 ],
120 "time": "2025-11-24T14:40:29+00:00"
121 },
122 {
123 "name": "carbonphp/carbon-doctrine-types",
124 "version": "1.0.0",
125 "source": {
126 "type": "git",
127 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
128 "reference": "3c430083d0b41ceed84ecccf9dac613241d7305d"
129 },
130 "dist": {
131 "type": "zip",
132 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/3c430083d0b41ceed84ecccf9dac613241d7305d",
133 "reference": "3c430083d0b41ceed84ecccf9dac613241d7305d",
134 "shasum": ""
135 },
136 "require": {
137 "php": "^7.1.8 || ^8.0"
138 },
139 "conflict": {
140 "doctrine/dbal": ">=3.7.0"
141 },
142 "require-dev": {
143 "doctrine/dbal": ">=2.0.0",
144 "nesbot/carbon": "^2.71.0 || ^3.0.0",
145 "phpunit/phpunit": "^10.3"
146 },
147 "type": "library",
148 "autoload": {
149 "psr-4": {
150 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
151 }
152 },
153 "notification-url": "https://packagist.org/downloads/",
154 "license": [
155 "MIT"
156 ],
157 "authors": [
158 {
159 "name": "KyleKatarn",
160 "email": "kylekatarnls@gmail.com"
161 }
162 ],
163 "description": "Types to use Carbon in Doctrine",
164 "keywords": [
165 "carbon",
166 "date",
167 "datetime",
168 "doctrine",
169 "time"
170 ],
171 "support": {
172 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
173 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/1.0.0"
174 },
175 "funding": [
176 {
177 "url": "https://github.com/kylekatarnls",
178 "type": "github"
179 },
180 {
181 "url": "https://opencollective.com/Carbon",
182 "type": "open_collective"
183 },
184 {
185 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
186 "type": "tidelift"
187 }
188 ],
189 "time": "2023-10-01T12:35:29+00:00"
190 },
191 {
192 "name": "components/font-awesome",
193 "version": "5.15.4",
194 "source": {
195 "type": "git",
196 "url": "https://github.com/components/font-awesome.git",
197 "reference": "e6fd09f30f578915cc0cf186b0dd0da54385b6be"
198 },
199 "dist": {
200 "type": "zip",
201 "url": "https://api.github.com/repos/components/font-awesome/zipball/e6fd09f30f578915cc0cf186b0dd0da54385b6be",
202 "reference": "e6fd09f30f578915cc0cf186b0dd0da54385b6be",
203 "shasum": ""
204 },
205 "type": "component",
206 "extra": {
207 "component": {
208 "files": [
209 "css/all.min.css",
210 "webfonts/*"
211 ],
212 "styles": [
213 "css/all.css"
214 ]
215 }
216 },
217 "notification-url": "https://packagist.org/downloads/",
218 "license": [
219 "CC-BY-4.0",
220 "MIT",
221 "OFL-1.1"
222 ],
223 "description": "Font Awesome, the iconic SVG, font, and CSS framework.",
224 "support": {
225 "issues": "https://github.com/components/font-awesome/issues",
226 "source": "https://github.com/components/font-awesome/tree/5.15.4"
227 },
228 "time": "2021-08-15T10:31:24+00:00"
229 },
230 {
231 "name": "dflydev/dot-access-data",
232 "version": "v3.0.3",
233 "source": {
234 "type": "git",
235 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
236 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
237 },
238 "dist": {
239 "type": "zip",
240 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
241 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
242 "shasum": ""
243 },
244 "require": {
245 "php": "^7.1 || ^8.0"
246 },
247 "require-dev": {
248 "phpstan/phpstan": "^0.12.42",
249 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
250 "scrutinizer/ocular": "1.6.0",
251 "squizlabs/php_codesniffer": "^3.5",
252 "vimeo/psalm": "^4.0.0"
253 },
254 "type": "library",
255 "extra": {
256 "branch-alias": {
257 "dev-main": "3.x-dev"
258 }
259 },
260 "autoload": {
261 "psr-4": {
262 "Dflydev\\DotAccessData\\": "src/"
263 }
264 },
265 "notification-url": "https://packagist.org/downloads/",
266 "license": [
267 "MIT"
268 ],
269 "authors": [
270 {
271 "name": "Dragonfly Development Inc.",
272 "email": "info@dflydev.com",
273 "homepage": "http://dflydev.com"
274 },
275 {
276 "name": "Beau Simensen",
277 "email": "beau@dflydev.com",
278 "homepage": "http://beausimensen.com"
279 },
280 {
281 "name": "Carlos Frutos",
282 "email": "carlos@kiwing.it",
283 "homepage": "https://github.com/cfrutos"
284 },
285 {
286 "name": "Colin O'Dell",
287 "email": "colinodell@gmail.com",
288 "homepage": "https://www.colinodell.com"
289 }
290 ],
291 "description": "Given a deep data structure, access data by dot notation.",
292 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
293 "keywords": [
294 "access",
295 "data",
296 "dot",
297 "notation"
298 ],
299 "support": {
300 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
301 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
302 },
303 "time": "2024-07-08T12:26:09+00:00"
304 },
305 {
306 "name": "dflydev/fig-cookies",
307 "version": "v3.2.0",
308 "source": {
309 "type": "git",
310 "url": "https://github.com/dflydev/dflydev-fig-cookies.git",
311 "reference": "f9c63878e75483800477db4f897237b36556617b"
312 },
313 "dist": {
314 "type": "zip",
315 "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/f9c63878e75483800477db4f897237b36556617b",
316 "reference": "f9c63878e75483800477db4f897237b36556617b",
317 "shasum": ""
318 },
319 "require": {
320 "ext-pcre": "*",
321 "php": "^7.2 || ^8.0",
322 "psr/http-message": "^1.0.1 || ^2"
323 },
324 "require-dev": {
325 "doctrine/coding-standard": "^8",
326 "phpstan/extension-installer": "^1.0",
327 "phpstan/phpstan": "^0.12",
328 "phpstan/phpstan-phpunit": "^0.12.16",
329 "phpunit/phpunit": "^7.2.6 || ^9",
330 "scrutinizer/ocular": "^1.8",
331 "squizlabs/php_codesniffer": "^3.3",
332 "vimeo/psalm": "^4.4"
333 },
334 "type": "library",
335 "extra": {
336 "branch-alias": {
337 "dev-main": "3.0.x-dev"
338 }
339 },
340 "autoload": {
341 "psr-4": {
342 "Dflydev\\FigCookies\\": "src/Dflydev/FigCookies"
343 }
344 },
345 "notification-url": "https://packagist.org/downloads/",
346 "license": [
347 "MIT"
348 ],
349 "authors": [
350 {
351 "name": "Beau Simensen",
352 "email": "beau@dflydev.com"
353 }
354 ],
355 "description": "Cookies for PSR-7 HTTP Message Interface.",
356 "keywords": [
357 "cookies",
358 "psr-7",
359 "psr7"
360 ],
361 "support": {
362 "issues": "https://github.com/dflydev/dflydev-fig-cookies/issues",
363 "source": "https://github.com/dflydev/dflydev-fig-cookies/tree/v3.2.0"
364 },
365 "time": "2025-09-03T20:01:04+00:00"
366 },
367 {
368 "name": "doctrine/cache",
369 "version": "2.2.0",
370 "source": {
371 "type": "git",
372 "url": "https://github.com/doctrine/cache.git",
373 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
374 },
375 "dist": {
376 "type": "zip",
377 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
378 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
379 "shasum": ""
380 },
381 "require": {
382 "php": "~7.1 || ^8.0"
383 },
384 "conflict": {
385 "doctrine/common": ">2.2,<2.4"
386 },
387 "require-dev": {
388 "cache/integration-tests": "dev-master",
389 "doctrine/coding-standard": "^9",
390 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
391 "psr/cache": "^1.0 || ^2.0 || ^3.0",
392 "symfony/cache": "^4.4 || ^5.4 || ^6",
393 "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
394 },
395 "type": "library",
396 "autoload": {
397 "psr-4": {
398 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
399 }
400 },
401 "notification-url": "https://packagist.org/downloads/",
402 "license": [
403 "MIT"
404 ],
405 "authors": [
406 {
407 "name": "Guilherme Blanco",
408 "email": "guilhermeblanco@gmail.com"
409 },
410 {
411 "name": "Roman Borschel",
412 "email": "roman@code-factory.org"
413 },
414 {
415 "name": "Benjamin Eberlei",
416 "email": "kontakt@beberlei.de"
417 },
418 {
419 "name": "Jonathan Wage",
420 "email": "jonwage@gmail.com"
421 },
422 {
423 "name": "Johannes Schmitt",
424 "email": "schmittjoh@gmail.com"
425 }
426 ],
427 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
428 "homepage": "https://www.doctrine-project.org/projects/cache.html",
429 "keywords": [
430 "abstraction",
431 "apcu",
432 "cache",
433 "caching",
434 "couchdb",
435 "memcached",
436 "php",
437 "redis",
438 "xcache"
439 ],
440 "support": {
441 "issues": "https://github.com/doctrine/cache/issues",
442 "source": "https://github.com/doctrine/cache/tree/2.2.0"
443 },
444 "funding": [
445 {
446 "url": "https://www.doctrine-project.org/sponsorship.html",
447 "type": "custom"
448 },
449 {
450 "url": "https://www.patreon.com/phpdoctrine",
451 "type": "patreon"
452 },
453 {
454 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
455 "type": "tidelift"
456 }
457 ],
458 "abandoned": true,
459 "time": "2022-05-20T20:07:39+00:00"
460 },
461 {
462 "name": "doctrine/dbal",
463 "version": "2.13.9",
464 "source": {
465 "type": "git",
466 "url": "https://github.com/doctrine/dbal.git",
467 "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
468 },
469 "dist": {
470 "type": "zip",
471 "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
472 "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
473 "shasum": ""
474 },
475 "require": {
476 "doctrine/cache": "^1.0|^2.0",
477 "doctrine/deprecations": "^0.5.3|^1",
478 "doctrine/event-manager": "^1.0",
479 "ext-pdo": "*",
480 "php": "^7.1 || ^8"
481 },
482 "require-dev": {
483 "doctrine/coding-standard": "9.0.0",
484 "jetbrains/phpstorm-stubs": "2021.1",
485 "phpstan/phpstan": "1.4.6",
486 "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
487 "psalm/plugin-phpunit": "0.16.1",
488 "squizlabs/php_codesniffer": "3.6.2",
489 "symfony/cache": "^4.4",
490 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
491 "vimeo/psalm": "4.22.0"
492 },
493 "suggest": {
494 "symfony/console": "For helpful console commands such as SQL execution and import of files."
495 },
496 "bin": [
497 "bin/doctrine-dbal"
498 ],
499 "type": "library",
500 "autoload": {
501 "psr-4": {
502 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
503 }
504 },
505 "notification-url": "https://packagist.org/downloads/",
506 "license": [
507 "MIT"
508 ],
509 "authors": [
510 {
511 "name": "Guilherme Blanco",
512 "email": "guilhermeblanco@gmail.com"
513 },
514 {
515 "name": "Roman Borschel",
516 "email": "roman@code-factory.org"
517 },
518 {
519 "name": "Benjamin Eberlei",
520 "email": "kontakt@beberlei.de"
521 },
522 {
523 "name": "Jonathan Wage",
524 "email": "jonwage@gmail.com"
525 }
526 ],
527 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
528 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
529 "keywords": [
530 "abstraction",
531 "database",
532 "db2",
533 "dbal",
534 "mariadb",
535 "mssql",
536 "mysql",
537 "oci8",
538 "oracle",
539 "pdo",
540 "pgsql",
541 "postgresql",
542 "queryobject",
543 "sasql",
544 "sql",
545 "sqlanywhere",
546 "sqlite",
547 "sqlserver",
548 "sqlsrv"
549 ],
550 "support": {
551 "issues": "https://github.com/doctrine/dbal/issues",
552 "source": "https://github.com/doctrine/dbal/tree/2.13.9"
553 },
554 "funding": [
555 {
556 "url": "https://www.doctrine-project.org/sponsorship.html",
557 "type": "custom"
558 },
559 {
560 "url": "https://www.patreon.com/phpdoctrine",
561 "type": "patreon"
562 },
563 {
564 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
565 "type": "tidelift"
566 }
567 ],
568 "time": "2022-05-02T20:28:55+00:00"
569 },
570 {
571 "name": "doctrine/deprecations",
572 "version": "1.1.5",
573 "source": {
574 "type": "git",
575 "url": "https://github.com/doctrine/deprecations.git",
576 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
577 },
578 "dist": {
579 "type": "zip",
580 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
581 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
582 "shasum": ""
583 },
584 "require": {
585 "php": "^7.1 || ^8.0"
586 },
587 "conflict": {
588 "phpunit/phpunit": "<=7.5 || >=13"
589 },
590 "require-dev": {
591 "doctrine/coding-standard": "^9 || ^12 || ^13",
592 "phpstan/phpstan": "1.4.10 || 2.1.11",
593 "phpstan/phpstan-phpunit": "^1.0 || ^2",
594 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
595 "psr/log": "^1 || ^2 || ^3"
596 },
597 "suggest": {
598 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
599 },
600 "type": "library",
601 "autoload": {
602 "psr-4": {
603 "Doctrine\\Deprecations\\": "src"
604 }
605 },
606 "notification-url": "https://packagist.org/downloads/",
607 "license": [
608 "MIT"
609 ],
610 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
611 "homepage": "https://www.doctrine-project.org/",
612 "support": {
613 "issues": "https://github.com/doctrine/deprecations/issues",
614 "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
615 },
616 "time": "2025-04-07T20:06:18+00:00"
617 },
618 {
619 "name": "doctrine/event-manager",
620 "version": "1.2.0",
621 "source": {
622 "type": "git",
623 "url": "https://github.com/doctrine/event-manager.git",
624 "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
625 },
626 "dist": {
627 "type": "zip",
628 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
629 "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
630 "shasum": ""
631 },
632 "require": {
633 "doctrine/deprecations": "^0.5.3 || ^1",
634 "php": "^7.1 || ^8.0"
635 },
636 "conflict": {
637 "doctrine/common": "<2.9"
638 },
639 "require-dev": {
640 "doctrine/coding-standard": "^9 || ^10",
641 "phpstan/phpstan": "~1.4.10 || ^1.8.8",
642 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
643 "vimeo/psalm": "^4.24"
644 },
645 "type": "library",
646 "autoload": {
647 "psr-4": {
648 "Doctrine\\Common\\": "src"
649 }
650 },
651 "notification-url": "https://packagist.org/downloads/",
652 "license": [
653 "MIT"
654 ],
655 "authors": [
656 {
657 "name": "Guilherme Blanco",
658 "email": "guilhermeblanco@gmail.com"
659 },
660 {
661 "name": "Roman Borschel",
662 "email": "roman@code-factory.org"
663 },
664 {
665 "name": "Benjamin Eberlei",
666 "email": "kontakt@beberlei.de"
667 },
668 {
669 "name": "Jonathan Wage",
670 "email": "jonwage@gmail.com"
671 },
672 {
673 "name": "Johannes Schmitt",
674 "email": "schmittjoh@gmail.com"
675 },
676 {
677 "name": "Marco Pivetta",
678 "email": "ocramius@gmail.com"
679 }
680 ],
681 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
682 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
683 "keywords": [
684 "event",
685 "event dispatcher",
686 "event manager",
687 "event system",
688 "events"
689 ],
690 "support": {
691 "issues": "https://github.com/doctrine/event-manager/issues",
692 "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
693 },
694 "funding": [
695 {
696 "url": "https://www.doctrine-project.org/sponsorship.html",
697 "type": "custom"
698 },
699 {
700 "url": "https://www.patreon.com/phpdoctrine",
701 "type": "patreon"
702 },
703 {
704 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
705 "type": "tidelift"
706 }
707 ],
708 "time": "2022-10-12T20:51:15+00:00"
709 },
710 {
711 "name": "doctrine/inflector",
712 "version": "2.1.0",
713 "source": {
714 "type": "git",
715 "url": "https://github.com/doctrine/inflector.git",
716 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
717 },
718 "dist": {
719 "type": "zip",
720 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
721 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
722 "shasum": ""
723 },
724 "require": {
725 "php": "^7.2 || ^8.0"
726 },
727 "require-dev": {
728 "doctrine/coding-standard": "^12.0 || ^13.0",
729 "phpstan/phpstan": "^1.12 || ^2.0",
730 "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
731 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
732 "phpunit/phpunit": "^8.5 || ^12.2"
733 },
734 "type": "library",
735 "autoload": {
736 "psr-4": {
737 "Doctrine\\Inflector\\": "src"
738 }
739 },
740 "notification-url": "https://packagist.org/downloads/",
741 "license": [
742 "MIT"
743 ],
744 "authors": [
745 {
746 "name": "Guilherme Blanco",
747 "email": "guilhermeblanco@gmail.com"
748 },
749 {
750 "name": "Roman Borschel",
751 "email": "roman@code-factory.org"
752 },
753 {
754 "name": "Benjamin Eberlei",
755 "email": "kontakt@beberlei.de"
756 },
757 {
758 "name": "Jonathan Wage",
759 "email": "jonwage@gmail.com"
760 },
761 {
762 "name": "Johannes Schmitt",
763 "email": "schmittjoh@gmail.com"
764 }
765 ],
766 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
767 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
768 "keywords": [
769 "inflection",
770 "inflector",
771 "lowercase",
772 "manipulation",
773 "php",
774 "plural",
775 "singular",
776 "strings",
777 "uppercase",
778 "words"
779 ],
780 "support": {
781 "issues": "https://github.com/doctrine/inflector/issues",
782 "source": "https://github.com/doctrine/inflector/tree/2.1.0"
783 },
784 "funding": [
785 {
786 "url": "https://www.doctrine-project.org/sponsorship.html",
787 "type": "custom"
788 },
789 {
790 "url": "https://www.patreon.com/phpdoctrine",
791 "type": "patreon"
792 },
793 {
794 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
795 "type": "tidelift"
796 }
797 ],
798 "time": "2025-08-10T19:31:58+00:00"
799 },
800 {
801 "name": "doctrine/lexer",
802 "version": "1.2.3",
803 "source": {
804 "type": "git",
805 "url": "https://github.com/doctrine/lexer.git",
806 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
807 },
808 "dist": {
809 "type": "zip",
810 "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
811 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
812 "shasum": ""
813 },
814 "require": {
815 "php": "^7.1 || ^8.0"
816 },
817 "require-dev": {
818 "doctrine/coding-standard": "^9.0",
819 "phpstan/phpstan": "^1.3",
820 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
821 "vimeo/psalm": "^4.11"
822 },
823 "type": "library",
824 "autoload": {
825 "psr-4": {
826 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
827 }
828 },
829 "notification-url": "https://packagist.org/downloads/",
830 "license": [
831 "MIT"
832 ],
833 "authors": [
834 {
835 "name": "Guilherme Blanco",
836 "email": "guilhermeblanco@gmail.com"
837 },
838 {
839 "name": "Roman Borschel",
840 "email": "roman@code-factory.org"
841 },
842 {
843 "name": "Johannes Schmitt",
844 "email": "schmittjoh@gmail.com"
845 }
846 ],
847 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
848 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
849 "keywords": [
850 "annotations",
851 "docblock",
852 "lexer",
853 "parser",
854 "php"
855 ],
856 "support": {
857 "issues": "https://github.com/doctrine/lexer/issues",
858 "source": "https://github.com/doctrine/lexer/tree/1.2.3"
859 },
860 "funding": [
861 {
862 "url": "https://www.doctrine-project.org/sponsorship.html",
863 "type": "custom"
864 },
865 {
866 "url": "https://www.patreon.com/phpdoctrine",
867 "type": "patreon"
868 },
869 {
870 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
871 "type": "tidelift"
872 }
873 ],
874 "time": "2022-02-28T11:07:21+00:00"
875 },
876 {
877 "name": "dragonmantank/cron-expression",
878 "version": "v3.6.0",
879 "source": {
880 "type": "git",
881 "url": "https://github.com/dragonmantank/cron-expression.git",
882 "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013"
883 },
884 "dist": {
885 "type": "zip",
886 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013",
887 "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013",
888 "shasum": ""
889 },
890 "require": {
891 "php": "^8.2|^8.3|^8.4|^8.5"
892 },
893 "replace": {
894 "mtdowling/cron-expression": "^1.0"
895 },
896 "require-dev": {
897 "phpstan/extension-installer": "^1.4.3",
898 "phpstan/phpstan": "^1.12.32|^2.1.31",
899 "phpunit/phpunit": "^8.5.48|^9.0"
900 },
901 "type": "library",
902 "extra": {
903 "branch-alias": {
904 "dev-master": "3.x-dev"
905 }
906 },
907 "autoload": {
908 "psr-4": {
909 "Cron\\": "src/Cron/"
910 }
911 },
912 "notification-url": "https://packagist.org/downloads/",
913 "license": [
914 "MIT"
915 ],
916 "authors": [
917 {
918 "name": "Chris Tankersley",
919 "email": "chris@ctankersley.com",
920 "homepage": "https://github.com/dragonmantank"
921 }
922 ],
923 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
924 "keywords": [
925 "cron",
926 "schedule"
927 ],
928 "support": {
929 "issues": "https://github.com/dragonmantank/cron-expression/issues",
930 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0"
931 },
932 "funding": [
933 {
934 "url": "https://github.com/dragonmantank",
935 "type": "github"
936 }
937 ],
938 "time": "2025-10-31T18:51:33+00:00"
939 },
940 {
941 "name": "egulias/email-validator",
942 "version": "2.1.25",
943 "source": {
944 "type": "git",
945 "url": "https://github.com/egulias/EmailValidator.git",
946 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
947 },
948 "dist": {
949 "type": "zip",
950 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
951 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
952 "shasum": ""
953 },
954 "require": {
955 "doctrine/lexer": "^1.0.1",
956 "php": ">=5.5",
957 "symfony/polyfill-intl-idn": "^1.10"
958 },
959 "require-dev": {
960 "dominicsayers/isemail": "^3.0.7",
961 "phpunit/phpunit": "^4.8.36|^7.5.15",
962 "satooshi/php-coveralls": "^1.0.1"
963 },
964 "suggest": {
965 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
966 },
967 "type": "library",
968 "extra": {
969 "branch-alias": {
970 "dev-master": "2.1.x-dev"
971 }
972 },
973 "autoload": {
974 "psr-4": {
975 "Egulias\\EmailValidator\\": "src"
976 }
977 },
978 "notification-url": "https://packagist.org/downloads/",
979 "license": [
980 "MIT"
981 ],
982 "authors": [
983 {
984 "name": "Eduardo Gulias Davis"
985 }
986 ],
987 "description": "A library for validating emails against several RFCs",
988 "homepage": "https://github.com/egulias/EmailValidator",
989 "keywords": [
990 "email",
991 "emailvalidation",
992 "emailvalidator",
993 "validation",
994 "validator"
995 ],
996 "support": {
997 "issues": "https://github.com/egulias/EmailValidator/issues",
998 "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
999 },
1000 "funding": [
1001 {
1002 "url": "https://github.com/egulias",
1003 "type": "github"
1004 }
1005 ],
1006 "time": "2020-12-29T14:50:06+00:00"
1007 },
1008 {
1009 "name": "fig/http-message-util",
1010 "version": "1.1.5",
1011 "source": {
1012 "type": "git",
1013 "url": "https://github.com/php-fig/http-message-util.git",
1014 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
1015 },
1016 "dist": {
1017 "type": "zip",
1018 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
1019 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
1020 "shasum": ""
1021 },
1022 "require": {
1023 "php": "^5.3 || ^7.0 || ^8.0"
1024 },
1025 "suggest": {
1026 "psr/http-message": "The package containing the PSR-7 interfaces"
1027 },
1028 "type": "library",
1029 "extra": {
1030 "branch-alias": {
1031 "dev-master": "1.1.x-dev"
1032 }
1033 },
1034 "autoload": {
1035 "psr-4": {
1036 "Fig\\Http\\Message\\": "src/"
1037 }
1038 },
1039 "notification-url": "https://packagist.org/downloads/",
1040 "license": [
1041 "MIT"
1042 ],
1043 "authors": [
1044 {
1045 "name": "PHP-FIG",
1046 "homepage": "https://www.php-fig.org/"
1047 }
1048 ],
1049 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
1050 "keywords": [
1051 "http",
1052 "http-message",
1053 "psr",
1054 "psr-7",
1055 "request",
1056 "response"
1057 ],
1058 "support": {
1059 "issues": "https://github.com/php-fig/http-message-util/issues",
1060 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
1061 },
1062 "time": "2020-11-24T22:02:12+00:00"
1063 },
1064 {
1065 "name": "filp/whoops",
1066 "version": "2.18.4",
1067 "source": {
1068 "type": "git",
1069 "url": "https://github.com/filp/whoops.git",
1070 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
1071 },
1072 "dist": {
1073 "type": "zip",
1074 "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
1075 "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
1076 "shasum": ""
1077 },
1078 "require": {
1079 "php": "^7.1 || ^8.0",
1080 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1081 },
1082 "require-dev": {
1083 "mockery/mockery": "^1.0",
1084 "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
1085 "symfony/var-dumper": "^4.0 || ^5.0"
1086 },
1087 "suggest": {
1088 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1089 "whoops/soap": "Formats errors as SOAP responses"
1090 },
1091 "type": "library",
1092 "extra": {
1093 "branch-alias": {
1094 "dev-master": "2.7-dev"
1095 }
1096 },
1097 "autoload": {
1098 "psr-4": {
1099 "Whoops\\": "src/Whoops/"
1100 }
1101 },
1102 "notification-url": "https://packagist.org/downloads/",
1103 "license": [
1104 "MIT"
1105 ],
1106 "authors": [
1107 {
1108 "name": "Filipe Dobreira",
1109 "homepage": "https://github.com/filp",
1110 "role": "Developer"
1111 }
1112 ],
1113 "description": "php error handling for cool kids",
1114 "homepage": "https://filp.github.io/whoops/",
1115 "keywords": [
1116 "error",
1117 "exception",
1118 "handling",
1119 "library",
1120 "throwable",
1121 "whoops"
1122 ],
1123 "support": {
1124 "issues": "https://github.com/filp/whoops/issues",
1125 "source": "https://github.com/filp/whoops/tree/2.18.4"
1126 },
1127 "funding": [
1128 {
1129 "url": "https://github.com/denis-sokolov",
1130 "type": "github"
1131 }
1132 ],
1133 "time": "2025-08-08T12:00:00+00:00"
1134 },
1135 {
1136 "name": "flarum/approval",
1137 "version": "v1.8.2",
1138 "source": {
1139 "type": "git",
1140 "url": "https://github.com/flarum/approval.git",
1141 "reference": "61a76252b455d5dcad5535e9fef4a5445643d59a"
1142 },
1143 "dist": {
1144 "type": "zip",
1145 "url": "https://api.github.com/repos/flarum/approval/zipball/61a76252b455d5dcad5535e9fef4a5445643d59a",
1146 "reference": "61a76252b455d5dcad5535e9fef4a5445643d59a",
1147 "shasum": ""
1148 },
1149 "require": {
1150 "flarum/core": "^1.8",
1151 "flarum/flags": "^1.7"
1152 },
1153 "require-dev": {
1154 "flarum/testing": "^1.0.0"
1155 },
1156 "type": "flarum-extension",
1157 "extra": {
1158 "flarum-cli": {
1159 "modules": {
1160 "js": true,
1161 "css": true,
1162 "admin": true,
1163 "forum": true,
1164 "gitConf": true,
1165 "styleci": true,
1166 "jsCommon": false,
1167 "prettier": true,
1168 "typescript": false,
1169 "bundlewatch": false,
1170 "editorConfig": true,
1171 "githubActions": true,
1172 "backendTesting": true
1173 }
1174 },
1175 "branch-alias": {
1176 "dev-main": "1.x-dev"
1177 },
1178 "flarum-extension": {
1179 "icon": {
1180 "name": "fas fa-check",
1181 "color": "#3F8A32",
1182 "backgroundColor": "#ABDC88"
1183 },
1184 "title": "Approval",
1185 "category": "feature"
1186 }
1187 },
1188 "autoload": {
1189 "psr-4": {
1190 "Flarum\\Approval\\": "src/"
1191 }
1192 },
1193 "notification-url": "https://packagist.org/downloads/",
1194 "license": [
1195 "MIT"
1196 ],
1197 "description": "Make discussions and posts require moderator approval.",
1198 "homepage": "https://flarum.org",
1199 "keywords": [
1200 "moderation"
1201 ],
1202 "support": {
1203 "forum": "https://discuss.flarum.org",
1204 "issues": "https://github.com/flarum/framework/issues",
1205 "source": "https://github.com/flarum/approval"
1206 },
1207 "funding": [
1208 {
1209 "url": "https://flarum.org/donate/",
1210 "type": "website"
1211 }
1212 ],
1213 "time": "2024-10-02T11:13:26+00:00"
1214 },
1215 {
1216 "name": "flarum/bbcode",
1217 "version": "v1.8.0",
1218 "source": {
1219 "type": "git",
1220 "url": "https://github.com/flarum/bbcode.git",
1221 "reference": "9d5fa06b18bf78c9d2f6e82d3904fff6e3fcb8a9"
1222 },
1223 "dist": {
1224 "type": "zip",
1225 "url": "https://api.github.com/repos/flarum/bbcode/zipball/9d5fa06b18bf78c9d2f6e82d3904fff6e3fcb8a9",
1226 "reference": "9d5fa06b18bf78c9d2f6e82d3904fff6e3fcb8a9",
1227 "shasum": ""
1228 },
1229 "require": {
1230 "flarum/core": "^1.8"
1231 },
1232 "type": "flarum-extension",
1233 "extra": {
1234 "flarum-cli": {
1235 "modules": {
1236 "js": false,
1237 "css": false,
1238 "admin": false,
1239 "forum": false,
1240 "gitConf": true,
1241 "styleci": true,
1242 "jsCommon": false,
1243 "prettier": false,
1244 "typescript": false,
1245 "bundlewatch": false,
1246 "editorConfig": true,
1247 "githubActions": false,
1248 "backendTesting": false
1249 }
1250 },
1251 "branch-alias": {
1252 "dev-main": "1.x-dev"
1253 },
1254 "flarum-extension": {
1255 "icon": {
1256 "name": "fas fa-bold",
1257 "color": "#fff",
1258 "backgroundColor": "#238C59"
1259 },
1260 "title": "BBCode",
1261 "category": "feature"
1262 }
1263 },
1264 "autoload": {
1265 "psr-4": {
1266 "Flarum\\BBCode\\": "src"
1267 }
1268 },
1269 "notification-url": "https://packagist.org/downloads/",
1270 "license": [
1271 "MIT"
1272 ],
1273 "description": "Allow posts to be formatted with BBCode.",
1274 "homepage": "https://flarum.org",
1275 "keywords": [
1276 "formatting"
1277 ],
1278 "support": {
1279 "forum": "https://discuss.flarum.org",
1280 "issues": "https://github.com/flarum/framework/issues",
1281 "source": "https://github.com/flarum/bbcode"
1282 },
1283 "funding": [
1284 {
1285 "url": "https://flarum.org/donate/",
1286 "type": "website"
1287 }
1288 ],
1289 "time": "2023-05-20T15:08:42+00:00"
1290 },
1291 {
1292 "name": "flarum/core",
1293 "version": "v1.8.11",
1294 "source": {
1295 "type": "git",
1296 "url": "https://github.com/flarum/flarum-core.git",
1297 "reference": "ee319329968aa7ce9ca7be6153887abe77a84c80"
1298 },
1299 "dist": {
1300 "type": "zip",
1301 "url": "https://api.github.com/repos/flarum/flarum-core/zipball/ee319329968aa7ce9ca7be6153887abe77a84c80",
1302 "reference": "ee319329968aa7ce9ca7be6153887abe77a84c80",
1303 "shasum": ""
1304 },
1305 "require": {
1306 "components/font-awesome": "^5.14.0",
1307 "dflydev/fig-cookies": "^3.0.0",
1308 "doctrine/dbal": "^2.7",
1309 "dragonmantank/cron-expression": "^3.1.0",
1310 "franzl/whoops-middleware": "^2.0.0",
1311 "guzzlehttp/guzzle": "^6.0|^7.4",
1312 "illuminate/bus": "^8.0",
1313 "illuminate/cache": "^8.0",
1314 "illuminate/config": "^8.0",
1315 "illuminate/console": "^8.0",
1316 "illuminate/container": "^8.0",
1317 "illuminate/contracts": "^8.0",
1318 "illuminate/database": "^8.0",
1319 "illuminate/events": "^8.0",
1320 "illuminate/filesystem": "^8.0",
1321 "illuminate/hashing": "^8.0",
1322 "illuminate/mail": "^8.0",
1323 "illuminate/queue": "^8.0",
1324 "illuminate/session": "^8.0",
1325 "illuminate/support": "^8.0",
1326 "illuminate/validation": "^8.0",
1327 "illuminate/view": "^8.0",
1328 "intervention/image": "2.5.* || ^2.6.1",
1329 "jenssegers/agent": "^2.6",
1330 "laminas/laminas-diactoros": "^2.4.1 || ^3.0.0",
1331 "laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0 || ^3.0.0",
1332 "laminas/laminas-stratigility": "^3.2.2 || ^4.0.0",
1333 "league/flysystem": "^1.0.11",
1334 "matthiasmullie/minify": "^1.3",
1335 "middlewares/base-path": "^2.0.1",
1336 "middlewares/base-path-router": "^2.0.1",
1337 "middlewares/request-handler": "^2.0.1",
1338 "monolog/monolog": "^1.16.0",
1339 "nesbot/carbon": "^2.0",
1340 "nikic/fast-route": "^0.6",
1341 "php": ">=7.3 || ^8.0",
1342 "psr/http-message": "^1.0",
1343 "psr/http-server-handler": "^1.0",
1344 "psr/http-server-middleware": "^1.0",
1345 "s9e/text-formatter": ">=2.3.6 <2.15",
1346 "staudenmeir/eloquent-eager-limit": "^1.0",
1347 "sycho/json-api": "^0.5.0",
1348 "sycho/sourcemap": "^2.0.0",
1349 "symfony/config": "^5.2.2",
1350 "symfony/console": "^5.2.2",
1351 "symfony/event-dispatcher": "^5.2.2",
1352 "symfony/mime": "^5.2.0",
1353 "symfony/polyfill-intl-messageformatter": "^1.22.0",
1354 "symfony/translation": "^5.1.5",
1355 "symfony/yaml": "^5.2.2",
1356 "wikimedia/less.php": "^3.2"
1357 },
1358 "require-dev": {
1359 "flarum/testing": "^1.0.0"
1360 },
1361 "type": "library",
1362 "extra": {
1363 "flarum-cli": {
1364 "modules": {
1365 "js": true,
1366 "css": true,
1367 "admin": true,
1368 "forum": true,
1369 "gitConf": true,
1370 "styleci": true,
1371 "jsCommon": true,
1372 "prettier": true,
1373 "typescript": true,
1374 "bundlewatch": true,
1375 "editorConfig": true,
1376 "githubActions": true,
1377 "backendTesting": true
1378 },
1379 "excludeScaffolding": [
1380 "LICENSE.md",
1381 "js/tsconfig.json",
1382 "js/webpack.config.js"
1383 ]
1384 },
1385 "branch-alias": {
1386 "dev-main": "1.x-dev"
1387 }
1388 },
1389 "autoload": {
1390 "files": [
1391 "src/helpers.php"
1392 ],
1393 "psr-4": {
1394 "Flarum\\": "src/"
1395 }
1396 },
1397 "notification-url": "https://packagist.org/downloads/",
1398 "license": [
1399 "MIT"
1400 ],
1401 "authors": [
1402 {
1403 "name": "Flarum",
1404 "email": "info@flarum.org",
1405 "homepage": "https://flarum.org/team"
1406 }
1407 ],
1408 "description": "Delightfully simple forum software.",
1409 "homepage": "https://flarum.org/",
1410 "keywords": [
1411 "discussion",
1412 "forum"
1413 ],
1414 "support": {
1415 "chat": "https://flarum.org/chat",
1416 "docs": "https://docs.flarum.org",
1417 "forum": "https://discuss.flarum.org",
1418 "issues": "https://github.com/flarum/framework/issues",
1419 "source": "https://github.com/flarum/flarum-core"
1420 },
1421 "funding": [
1422 {
1423 "url": "https://github.com/sponsors/flarum",
1424 "type": "github"
1425 },
1426 {
1427 "url": "https://opencollective.com/flarum",
1428 "type": "opencollective"
1429 },
1430 {
1431 "url": "https://flarum.org/donate",
1432 "type": "other"
1433 }
1434 ],
1435 "time": "2025-10-08T17:57:23+00:00"
1436 },
1437 {
1438 "name": "flarum/emoji",
1439 "version": "v1.8.1",
1440 "source": {
1441 "type": "git",
1442 "url": "https://github.com/flarum/emoji.git",
1443 "reference": "edd6527e1014fd30779627f1c91461d12a9a1173"
1444 },
1445 "dist": {
1446 "type": "zip",
1447 "url": "https://api.github.com/repos/flarum/emoji/zipball/edd6527e1014fd30779627f1c91461d12a9a1173",
1448 "reference": "edd6527e1014fd30779627f1c91461d12a9a1173",
1449 "shasum": ""
1450 },
1451 "require": {
1452 "flarum/core": "^1.8"
1453 },
1454 "type": "flarum-extension",
1455 "extra": {
1456 "flarum-cli": {
1457 "modules": {
1458 "js": true,
1459 "css": true,
1460 "admin": false,
1461 "forum": true,
1462 "gitConf": true,
1463 "styleci": true,
1464 "jsCommon": false,
1465 "prettier": true,
1466 "typescript": false,
1467 "bundlewatch": false,
1468 "editorConfig": true,
1469 "githubActions": true,
1470 "backendTesting": false
1471 }
1472 },
1473 "branch-alias": {
1474 "dev-main": "1.x-dev"
1475 },
1476 "flarum-extension": {
1477 "icon": {
1478 "image": "icon.svg",
1479 "backgroundColor": "#FECC4D"
1480 },
1481 "title": "Emoji",
1482 "category": "feature"
1483 }
1484 },
1485 "notification-url": "https://packagist.org/downloads/",
1486 "license": [
1487 "MIT"
1488 ],
1489 "description": "Convert text and unicode emoji into Twemoji.",
1490 "homepage": "https://flarum.org",
1491 "keywords": [
1492 "formatting"
1493 ],
1494 "support": {
1495 "forum": "https://discuss.flarum.org",
1496 "issues": "https://github.com/flarum/framework/issues",
1497 "source": "https://github.com/flarum/emoji"
1498 },
1499 "funding": [
1500 {
1501 "url": "https://flarum.org/donate/",
1502 "type": "website"
1503 }
1504 ],
1505 "time": "2024-10-02T07:10:53+00:00"
1506 },
1507 {
1508 "name": "flarum/flags",
1509 "version": "v1.8.2",
1510 "source": {
1511 "type": "git",
1512 "url": "https://github.com/flarum/flags.git",
1513 "reference": "ba857db6f0e8c8b55cbab1ca0b7bc30215e92447"
1514 },
1515 "dist": {
1516 "type": "zip",
1517 "url": "https://api.github.com/repos/flarum/flags/zipball/ba857db6f0e8c8b55cbab1ca0b7bc30215e92447",
1518 "reference": "ba857db6f0e8c8b55cbab1ca0b7bc30215e92447",
1519 "shasum": ""
1520 },
1521 "require": {
1522 "flarum/core": "^1.8.6"
1523 },
1524 "require-dev": {
1525 "flarum/core": "*@dev",
1526 "flarum/tags": "*@dev",
1527 "flarum/testing": "^1.0.0"
1528 },
1529 "type": "flarum-extension",
1530 "extra": {
1531 "flarum-cli": {
1532 "modules": {
1533 "js": true,
1534 "css": true,
1535 "admin": true,
1536 "forum": true,
1537 "gitConf": true,
1538 "styleci": true,
1539 "jsCommon": false,
1540 "prettier": true,
1541 "typescript": true,
1542 "bundlewatch": false,
1543 "editorConfig": true,
1544 "githubActions": true,
1545 "backendTesting": true
1546 }
1547 },
1548 "branch-alias": {
1549 "dev-main": "1.x-dev"
1550 },
1551 "flarum-extension": {
1552 "icon": {
1553 "name": "fas fa-flag",
1554 "color": "#fff",
1555 "backgroundColor": "#D659B5"
1556 },
1557 "title": "Flags",
1558 "category": "feature"
1559 }
1560 },
1561 "autoload": {
1562 "psr-4": {
1563 "Flarum\\Flags\\": "src/"
1564 }
1565 },
1566 "notification-url": "https://packagist.org/downloads/",
1567 "license": [
1568 "MIT"
1569 ],
1570 "description": "Allow users to flag posts for moderator review.",
1571 "homepage": "https://flarum.org",
1572 "keywords": [
1573 "moderation"
1574 ],
1575 "support": {
1576 "forum": "https://discuss.flarum.org",
1577 "issues": "https://github.com/flarum/framework/issues",
1578 "source": "https://github.com/flarum/flags"
1579 },
1580 "funding": [
1581 {
1582 "url": "https://flarum.org/donate/",
1583 "type": "website"
1584 }
1585 ],
1586 "time": "2024-10-26T22:18:59+00:00"
1587 },
1588 {
1589 "name": "flarum/lang-english",
1590 "version": "v1.8.0",
1591 "source": {
1592 "type": "git",
1593 "url": "https://github.com/flarum/lang-english.git",
1594 "reference": "7b1c2feb49f0b6707746907ca426dd309860b60f"
1595 },
1596 "dist": {
1597 "type": "zip",
1598 "url": "https://api.github.com/repos/flarum/lang-english/zipball/7b1c2feb49f0b6707746907ca426dd309860b60f",
1599 "reference": "7b1c2feb49f0b6707746907ca426dd309860b60f",
1600 "shasum": ""
1601 },
1602 "require": {
1603 "flarum/core": "^1.8"
1604 },
1605 "type": "flarum-extension",
1606 "extra": {
1607 "flarum-cli": {
1608 "modules": {
1609 "js": false,
1610 "css": false,
1611 "admin": false,
1612 "forum": false,
1613 "gitConf": true,
1614 "styleci": true,
1615 "jsCommon": false,
1616 "prettier": false,
1617 "typescript": false,
1618 "bundlewatch": false,
1619 "editorConfig": true,
1620 "githubActions": false,
1621 "backendTesting": false
1622 }
1623 },
1624 "branch-alias": {
1625 "dev-main": "1.x-dev"
1626 },
1627 "flarum-locale": {
1628 "code": "en",
1629 "title": "English"
1630 },
1631 "flarum-extension": {
1632 "icon": {
1633 "image": "icon.svg",
1634 "backgroundSize": "cover",
1635 "backgroundColor": "#00247d",
1636 "backgroundPosition": "center"
1637 },
1638 "info": {
1639 "donate": "https://flarum.org/donate/",
1640 "support": "https://discuss.flarum.org",
1641 "website": "https://flarum.org"
1642 },
1643 "title": "English",
1644 "category": "language"
1645 }
1646 },
1647 "notification-url": "https://packagist.org/downloads/",
1648 "license": [
1649 "MIT"
1650 ],
1651 "description": "English language pack.",
1652 "keywords": [
1653 "locale"
1654 ],
1655 "support": {
1656 "source": "https://github.com/flarum/lang-english/tree/v1.8.0"
1657 },
1658 "funding": [
1659 {
1660 "url": "https://github.com/flarum",
1661 "type": "github"
1662 },
1663 {
1664 "url": "https://opencollective.com/flarum",
1665 "type": "open_collective"
1666 }
1667 ],
1668 "time": "2023-05-20T15:08:42+00:00"
1669 },
1670 {
1671 "name": "flarum/likes",
1672 "version": "v1.8.1",
1673 "source": {
1674 "type": "git",
1675 "url": "https://github.com/flarum/likes.git",
1676 "reference": "106cfa65076ba4be2da7af99f86eac99e5a38f4d"
1677 },
1678 "dist": {
1679 "type": "zip",
1680 "url": "https://api.github.com/repos/flarum/likes/zipball/106cfa65076ba4be2da7af99f86eac99e5a38f4d",
1681 "reference": "106cfa65076ba4be2da7af99f86eac99e5a38f4d",
1682 "shasum": ""
1683 },
1684 "require": {
1685 "flarum/core": "^1.8"
1686 },
1687 "require-dev": {
1688 "flarum/testing": "^1.0.0"
1689 },
1690 "type": "flarum-extension",
1691 "extra": {
1692 "flarum-cli": {
1693 "modules": {
1694 "js": true,
1695 "css": true,
1696 "admin": true,
1697 "forum": true,
1698 "gitConf": true,
1699 "styleci": true,
1700 "jsCommon": false,
1701 "prettier": true,
1702 "typescript": false,
1703 "bundlewatch": false,
1704 "editorConfig": true,
1705 "githubActions": true,
1706 "backendTesting": true
1707 }
1708 },
1709 "branch-alias": {
1710 "dev-main": "1.x-dev"
1711 },
1712 "flarum-extension": {
1713 "icon": {
1714 "name": "far fa-thumbs-up",
1715 "color": "#fff",
1716 "backgroundColor": "#3A649D"
1717 },
1718 "title": "Likes",
1719 "category": "feature"
1720 }
1721 },
1722 "autoload": {
1723 "psr-4": {
1724 "Flarum\\Likes\\": "src/"
1725 }
1726 },
1727 "notification-url": "https://packagist.org/downloads/",
1728 "license": [
1729 "MIT"
1730 ],
1731 "description": "Allow users to like posts.",
1732 "homepage": "https://flarum.org",
1733 "keywords": [
1734 "discussion"
1735 ],
1736 "support": {
1737 "forum": "https://discuss.flarum.org",
1738 "issues": "https://github.com/flarum/framework/issues",
1739 "source": "https://github.com/flarum/likes"
1740 },
1741 "funding": [
1742 {
1743 "url": "https://flarum.org/donate/",
1744 "type": "website"
1745 }
1746 ],
1747 "time": "2024-10-02T11:13:26+00:00"
1748 },
1749 {
1750 "name": "flarum/lock",
1751 "version": "v1.8.2",
1752 "source": {
1753 "type": "git",
1754 "url": "https://github.com/flarum/lock.git",
1755 "reference": "f526df48dfa7b87aee0ca0b245000a3f3960cece"
1756 },
1757 "dist": {
1758 "type": "zip",
1759 "url": "https://api.github.com/repos/flarum/lock/zipball/f526df48dfa7b87aee0ca0b245000a3f3960cece",
1760 "reference": "f526df48dfa7b87aee0ca0b245000a3f3960cece",
1761 "shasum": ""
1762 },
1763 "require": {
1764 "flarum/core": "^1.8"
1765 },
1766 "type": "flarum-extension",
1767 "extra": {
1768 "flarum-cli": {
1769 "modules": {
1770 "js": true,
1771 "css": true,
1772 "admin": true,
1773 "forum": true,
1774 "gitConf": true,
1775 "styleci": true,
1776 "jsCommon": false,
1777 "prettier": true,
1778 "typescript": false,
1779 "bundlewatch": false,
1780 "editorConfig": true,
1781 "githubActions": true,
1782 "backendTesting": false
1783 }
1784 },
1785 "branch-alias": {
1786 "dev-main": "1.x-dev"
1787 },
1788 "flarum-extension": {
1789 "icon": {
1790 "name": "fas fa-lock",
1791 "color": "#666",
1792 "backgroundColor": "#ddd"
1793 },
1794 "title": "Lock",
1795 "category": "feature"
1796 }
1797 },
1798 "autoload": {
1799 "psr-4": {
1800 "Flarum\\Lock\\": "src/"
1801 }
1802 },
1803 "notification-url": "https://packagist.org/downloads/",
1804 "license": [
1805 "MIT"
1806 ],
1807 "description": "End a discussion and don't let anyone add further replies.",
1808 "homepage": "https://flarum.org",
1809 "keywords": [
1810 "moderation"
1811 ],
1812 "support": {
1813 "forum": "https://discuss.flarum.org",
1814 "issues": "https://github.com/flarum/framework/issues",
1815 "source": "https://github.com/flarum/lock"
1816 },
1817 "funding": [
1818 {
1819 "url": "https://flarum.org/donate/",
1820 "type": "website"
1821 }
1822 ],
1823 "time": "2024-10-26T22:15:50+00:00"
1824 },
1825 {
1826 "name": "flarum/markdown",
1827 "version": "v1.8.1",
1828 "source": {
1829 "type": "git",
1830 "url": "https://github.com/flarum/markdown.git",
1831 "reference": "22ea41d3be90d56c8b853c6798d25d2075e5f66f"
1832 },
1833 "dist": {
1834 "type": "zip",
1835 "url": "https://api.github.com/repos/flarum/markdown/zipball/22ea41d3be90d56c8b853c6798d25d2075e5f66f",
1836 "reference": "22ea41d3be90d56c8b853c6798d25d2075e5f66f",
1837 "shasum": ""
1838 },
1839 "require": {
1840 "flarum/core": "^1.8"
1841 },
1842 "type": "flarum-extension",
1843 "extra": {
1844 "flarum-cli": {
1845 "modules": {
1846 "js": true,
1847 "css": true,
1848 "admin": false,
1849 "forum": true,
1850 "gitConf": true,
1851 "styleci": true,
1852 "jsCommon": false,
1853 "prettier": true,
1854 "typescript": false,
1855 "bundlewatch": false,
1856 "editorConfig": true,
1857 "githubActions": true,
1858 "backendTesting": false
1859 }
1860 },
1861 "branch-alias": {
1862 "dev-main": "1.x-dev"
1863 },
1864 "flarum-extension": {
1865 "icon": {
1866 "color": "#fff",
1867 "image": "icon.svg",
1868 "backgroundSize": "100%",
1869 "backgroundColor": "#000",
1870 "backgroundRepeat": "no-repeat",
1871 "backgroundPosition": "center"
1872 },
1873 "title": "Markdown",
1874 "category": "feature"
1875 }
1876 },
1877 "notification-url": "https://packagist.org/downloads/",
1878 "license": [
1879 "MIT"
1880 ],
1881 "description": "Allow posts to be formatted with Markdown.",
1882 "homepage": "https://flarum.org",
1883 "keywords": [
1884 "formatting"
1885 ],
1886 "support": {
1887 "forum": "https://discuss.flarum.org",
1888 "issues": "https://github.com/flarum/framework/issues",
1889 "source": "https://github.com/flarum/markdown"
1890 },
1891 "funding": [
1892 {
1893 "url": "https://flarum.org/donate/",
1894 "type": "website"
1895 }
1896 ],
1897 "time": "2024-10-02T07:10:53+00:00"
1898 },
1899 {
1900 "name": "flarum/mentions",
1901 "version": "v1.8.5",
1902 "source": {
1903 "type": "git",
1904 "url": "https://github.com/flarum/mentions.git",
1905 "reference": "cda26a4fbfa39b646c6d63394b281b004ddf69b6"
1906 },
1907 "dist": {
1908 "type": "zip",
1909 "url": "https://api.github.com/repos/flarum/mentions/zipball/cda26a4fbfa39b646c6d63394b281b004ddf69b6",
1910 "reference": "cda26a4fbfa39b646c6d63394b281b004ddf69b6",
1911 "shasum": ""
1912 },
1913 "require": {
1914 "flarum/core": "^1.8"
1915 },
1916 "require-dev": {
1917 "flarum/core": "*@dev",
1918 "flarum/tags": "*@dev",
1919 "flarum/testing": "^1.0.0"
1920 },
1921 "type": "flarum-extension",
1922 "extra": {
1923 "flarum-cli": {
1924 "modules": {
1925 "js": true,
1926 "css": true,
1927 "admin": true,
1928 "forum": true,
1929 "gitConf": true,
1930 "styleci": true,
1931 "jsCommon": false,
1932 "prettier": true,
1933 "typescript": false,
1934 "bundlewatch": false,
1935 "editorConfig": true,
1936 "githubActions": true,
1937 "backendTesting": true
1938 }
1939 },
1940 "branch-alias": {
1941 "dev-main": "1.x-dev"
1942 },
1943 "flarum-extension": {
1944 "icon": {
1945 "name": "fas fa-at",
1946 "color": "#fff",
1947 "backgroundColor": "#539EC1"
1948 },
1949 "title": "Mentions",
1950 "category": "feature",
1951 "optional-dependencies": [
1952 "flarum/tags"
1953 ]
1954 }
1955 },
1956 "autoload": {
1957 "psr-4": {
1958 "Flarum\\Mentions\\": "src/"
1959 }
1960 },
1961 "notification-url": "https://packagist.org/downloads/",
1962 "license": [
1963 "MIT"
1964 ],
1965 "description": "Mention and reply to specific posts and users.",
1966 "homepage": "https://flarum.org",
1967 "keywords": [
1968 "discussion"
1969 ],
1970 "support": {
1971 "forum": "https://discuss.flarum.org",
1972 "issues": "https://github.com/flarum/framework/issues",
1973 "source": "https://github.com/flarum/mentions"
1974 },
1975 "funding": [
1976 {
1977 "url": "https://flarum.org/donate/",
1978 "type": "website"
1979 }
1980 ],
1981 "time": "2024-11-06T14:59:27+00:00"
1982 },
1983 {
1984 "name": "flarum/nicknames",
1985 "version": "v1.8.2",
1986 "source": {
1987 "type": "git",
1988 "url": "https://github.com/flarum/nicknames.git",
1989 "reference": "ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6"
1990 },
1991 "dist": {
1992 "type": "zip",
1993 "url": "https://api.github.com/repos/flarum/nicknames/zipball/ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6",
1994 "reference": "ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6",
1995 "shasum": ""
1996 },
1997 "require": {
1998 "flarum/core": "^1.8"
1999 },
2000 "require-dev": {
2001 "flarum/core": "1.x-dev",
2002 "flarum/testing": "^1.0.0"
2003 },
2004 "type": "flarum-extension",
2005 "extra": {
2006 "flarum-cli": {
2007 "modules": {
2008 "js": true,
2009 "css": false,
2010 "admin": true,
2011 "forum": true,
2012 "gitConf": true,
2013 "styleci": true,
2014 "jsCommon": false,
2015 "prettier": true,
2016 "typescript": false,
2017 "bundlewatch": false,
2018 "editorConfig": true,
2019 "githubActions": true,
2020 "backendTesting": true
2021 }
2022 },
2023 "branch-alias": {
2024 "dev-main": "1.x-dev"
2025 },
2026 "flarum-extension": {
2027 "icon": {
2028 "name": "fas fa-user-tag",
2029 "color": "#ffffff",
2030 "backgroundColor": "#8E4529"
2031 },
2032 "title": "Nicknames",
2033 "category": "feature"
2034 }
2035 },
2036 "autoload": {
2037 "psr-4": {
2038 "Flarum\\Nicknames\\": "src/"
2039 }
2040 },
2041 "notification-url": "https://packagist.org/downloads/",
2042 "license": [
2043 "MIT"
2044 ],
2045 "description": "Allow users to set nicknames.",
2046 "homepage": "https://flarum.org",
2047 "keywords": [
2048 "nicknames"
2049 ],
2050 "support": {
2051 "forum": "https://discuss.flarum.org",
2052 "issues": "https://github.com/flarum/framework/issues",
2053 "source": "https://github.com/flarum/nicknames"
2054 },
2055 "funding": [
2056 {
2057 "url": "https://flarum.org/donate/",
2058 "type": "website"
2059 }
2060 ],
2061 "time": "2024-10-26T22:15:50+00:00"
2062 },
2063 {
2064 "name": "flarum/pusher",
2065 "version": "v1.8.1",
2066 "source": {
2067 "type": "git",
2068 "url": "https://github.com/flarum/pusher.git",
2069 "reference": "dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f"
2070 },
2071 "dist": {
2072 "type": "zip",
2073 "url": "https://api.github.com/repos/flarum/pusher/zipball/dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f",
2074 "reference": "dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f",
2075 "shasum": ""
2076 },
2077 "require": {
2078 "flarum/core": "^1.8",
2079 "pusher/pusher-php-server": "^2.2"
2080 },
2081 "require-dev": {
2082 "flarum/tags": "^1.0"
2083 },
2084 "type": "flarum-extension",
2085 "extra": {
2086 "flarum-cli": {
2087 "modules": {
2088 "js": true,
2089 "css": true,
2090 "admin": true,
2091 "forum": true,
2092 "gitConf": true,
2093 "styleci": true,
2094 "jsCommon": false,
2095 "prettier": true,
2096 "typescript": true,
2097 "bundlewatch": false,
2098 "editorConfig": true,
2099 "githubActions": true,
2100 "backendTesting": false
2101 }
2102 },
2103 "branch-alias": {
2104 "dev-main": "1.x-dev"
2105 },
2106 "flarum-extension": {
2107 "icon": {
2108 "color": "#fff",
2109 "image": "icon.png",
2110 "backgroundSize": "46% 63%",
2111 "backgroundColor": "#40bad8",
2112 "backgroundRepeat": "no-repeat",
2113 "backgroundPosition": "center"
2114 },
2115 "title": "Pusher",
2116 "category": "feature"
2117 }
2118 },
2119 "autoload": {
2120 "psr-4": {
2121 "Flarum\\Pusher\\": "src/"
2122 }
2123 },
2124 "notification-url": "https://packagist.org/downloads/",
2125 "license": [
2126 "MIT"
2127 ],
2128 "description": "See new discussions and posts in real-time using Pusher.",
2129 "homepage": "https://flarum.org",
2130 "keywords": [
2131 "discussion"
2132 ],
2133 "support": {
2134 "forum": "https://discuss.flarum.org",
2135 "issues": "https://github.com/flarum/framework/issues",
2136 "source": "https://github.com/flarum/pusher"
2137 },
2138 "funding": [
2139 {
2140 "url": "https://flarum.org/donate/",
2141 "type": "website"
2142 }
2143 ],
2144 "time": "2024-09-29T14:35:29+00:00"
2145 },
2146 {
2147 "name": "flarum/statistics",
2148 "version": "v1.8.1",
2149 "source": {
2150 "type": "git",
2151 "url": "https://github.com/flarum/statistics.git",
2152 "reference": "e907100ad530babb12c67f4959ae14e22f77b3fc"
2153 },
2154 "dist": {
2155 "type": "zip",
2156 "url": "https://api.github.com/repos/flarum/statistics/zipball/e907100ad530babb12c67f4959ae14e22f77b3fc",
2157 "reference": "e907100ad530babb12c67f4959ae14e22f77b3fc",
2158 "shasum": ""
2159 },
2160 "require": {
2161 "flarum/core": "^1.8"
2162 },
2163 "require-dev": {
2164 "flarum/testing": "^1.0.0"
2165 },
2166 "type": "flarum-extension",
2167 "extra": {
2168 "flarum-cli": {
2169 "modules": {
2170 "js": true,
2171 "css": true,
2172 "admin": true,
2173 "forum": false,
2174 "gitConf": true,
2175 "styleci": true,
2176 "jsCommon": false,
2177 "prettier": true,
2178 "typescript": true,
2179 "bundlewatch": false,
2180 "editorConfig": true,
2181 "githubActions": true,
2182 "backendTesting": true
2183 },
2184 "excludeScaffolding": [
2185 "js/src/admin/index.ts"
2186 ]
2187 },
2188 "branch-alias": {
2189 "dev-main": "1.x-dev"
2190 },
2191 "flarum-extension": {
2192 "icon": {
2193 "name": "fas fa-chart-bar",
2194 "color": "#fff",
2195 "backgroundColor": "#6932d1"
2196 },
2197 "title": "Statistics",
2198 "category": "feature"
2199 }
2200 },
2201 "autoload": {
2202 "psr-4": {
2203 "Flarum\\Statistics\\": "src/"
2204 }
2205 },
2206 "notification-url": "https://packagist.org/downloads/",
2207 "license": [
2208 "MIT"
2209 ],
2210 "description": "Add a basic statistics widget on the Dashboard.",
2211 "homepage": "https://flarum.org",
2212 "keywords": [
2213 "administration"
2214 ],
2215 "support": {
2216 "forum": "https://discuss.flarum.org",
2217 "issues": "https://github.com/flarum/framework/issues",
2218 "source": "https://github.com/flarum/statistics"
2219 },
2220 "funding": [
2221 {
2222 "url": "https://flarum.org/donate/",
2223 "type": "website"
2224 }
2225 ],
2226 "time": "2024-10-02T07:10:53+00:00"
2227 },
2228 {
2229 "name": "flarum/sticky",
2230 "version": "v1.8.2",
2231 "source": {
2232 "type": "git",
2233 "url": "https://github.com/flarum/sticky.git",
2234 "reference": "a020d8d4619ce788990cf0c94f56424184048caa"
2235 },
2236 "dist": {
2237 "type": "zip",
2238 "url": "https://api.github.com/repos/flarum/sticky/zipball/a020d8d4619ce788990cf0c94f56424184048caa",
2239 "reference": "a020d8d4619ce788990cf0c94f56424184048caa",
2240 "shasum": ""
2241 },
2242 "require": {
2243 "flarum/core": "^1.8"
2244 },
2245 "require-dev": {
2246 "flarum/tags": "*@dev",
2247 "flarum/testing": "^1.0.0"
2248 },
2249 "type": "flarum-extension",
2250 "extra": {
2251 "flarum-cli": {
2252 "modules": {
2253 "js": true,
2254 "css": true,
2255 "admin": true,
2256 "forum": true,
2257 "gitConf": true,
2258 "styleci": true,
2259 "jsCommon": false,
2260 "prettier": true,
2261 "typescript": false,
2262 "bundlewatch": false,
2263 "editorConfig": true,
2264 "githubActions": true,
2265 "backendTesting": true
2266 }
2267 },
2268 "branch-alias": {
2269 "dev-main": "1.x-dev"
2270 },
2271 "flarum-extension": {
2272 "icon": {
2273 "name": "fas fa-thumbtack",
2274 "color": "#fff",
2275 "backgroundColor": "#D13E32"
2276 },
2277 "title": "Sticky",
2278 "category": "feature"
2279 }
2280 },
2281 "autoload": {
2282 "psr-4": {
2283 "Flarum\\Sticky\\": "src/"
2284 }
2285 },
2286 "notification-url": "https://packagist.org/downloads/",
2287 "license": [
2288 "MIT"
2289 ],
2290 "description": "Pin discussions to the top of the list.",
2291 "homepage": "https://flarum.org",
2292 "keywords": [
2293 "discussion"
2294 ],
2295 "support": {
2296 "forum": "https://discuss.flarum.org",
2297 "issues": "https://github.com/flarum/framework/issues",
2298 "source": "https://github.com/flarum/sticky"
2299 },
2300 "funding": [
2301 {
2302 "url": "https://flarum.org/donate/",
2303 "type": "website"
2304 }
2305 ],
2306 "time": "2024-10-26T22:15:50+00:00"
2307 },
2308 {
2309 "name": "flarum/subscriptions",
2310 "version": "v1.8.1",
2311 "source": {
2312 "type": "git",
2313 "url": "https://github.com/flarum/subscriptions.git",
2314 "reference": "594100acf52ad74a33cbd30e5ca2220196790821"
2315 },
2316 "dist": {
2317 "type": "zip",
2318 "url": "https://api.github.com/repos/flarum/subscriptions/zipball/594100acf52ad74a33cbd30e5ca2220196790821",
2319 "reference": "594100acf52ad74a33cbd30e5ca2220196790821",
2320 "shasum": ""
2321 },
2322 "require": {
2323 "flarum/core": "^1.8"
2324 },
2325 "require-dev": {
2326 "flarum/approval": "@dev",
2327 "flarum/testing": "^1.0.0"
2328 },
2329 "type": "flarum-extension",
2330 "extra": {
2331 "flarum-cli": {
2332 "modules": {
2333 "js": true,
2334 "css": true,
2335 "admin": false,
2336 "forum": true,
2337 "gitConf": true,
2338 "styleci": true,
2339 "jsCommon": false,
2340 "prettier": true,
2341 "typescript": false,
2342 "bundlewatch": false,
2343 "editorConfig": true,
2344 "githubActions": true,
2345 "backendTesting": true
2346 }
2347 },
2348 "branch-alias": {
2349 "dev-main": "1.x-dev"
2350 },
2351 "flarum-extension": {
2352 "icon": {
2353 "name": "fas fa-star",
2354 "color": "#de8e00",
2355 "backgroundColor": "#ffea7b"
2356 },
2357 "title": "Subscriptions",
2358 "category": "feature",
2359 "optional-dependencies": [
2360 "flarum/approval"
2361 ]
2362 }
2363 },
2364 "autoload": {
2365 "psr-4": {
2366 "Flarum\\Subscriptions\\": "src/"
2367 }
2368 },
2369 "notification-url": "https://packagist.org/downloads/",
2370 "license": [
2371 "MIT"
2372 ],
2373 "description": "Allow users to follow discussions and receive notifications for new posts.",
2374 "homepage": "https://flarum.org",
2375 "keywords": [
2376 "discussion"
2377 ],
2378 "support": {
2379 "forum": "https://discuss.flarum.org",
2380 "issues": "https://github.com/flarum/framework/issues",
2381 "source": "https://github.com/flarum/subscriptions"
2382 },
2383 "funding": [
2384 {
2385 "url": "https://flarum.org/donate/",
2386 "type": "website"
2387 }
2388 ],
2389 "time": "2024-10-02T07:10:53+00:00"
2390 },
2391 {
2392 "name": "flarum/suspend",
2393 "version": "v1.8.4",
2394 "source": {
2395 "type": "git",
2396 "url": "https://github.com/flarum/suspend.git",
2397 "reference": "8c62430d238f650eeb54323c204b335d9c39f771"
2398 },
2399 "dist": {
2400 "type": "zip",
2401 "url": "https://api.github.com/repos/flarum/suspend/zipball/8c62430d238f650eeb54323c204b335d9c39f771",
2402 "reference": "8c62430d238f650eeb54323c204b335d9c39f771",
2403 "shasum": ""
2404 },
2405 "require": {
2406 "flarum/core": "^1.8"
2407 },
2408 "require-dev": {
2409 "flarum/testing": "^1.0.0"
2410 },
2411 "type": "flarum-extension",
2412 "extra": {
2413 "flarum-cli": {
2414 "modules": {
2415 "js": true,
2416 "css": true,
2417 "admin": true,
2418 "forum": true,
2419 "gitConf": true,
2420 "styleci": true,
2421 "jsCommon": false,
2422 "prettier": true,
2423 "typescript": false,
2424 "bundlewatch": false,
2425 "editorConfig": true,
2426 "githubActions": true,
2427 "backendTesting": true
2428 }
2429 },
2430 "branch-alias": {
2431 "dev-main": "1.x-dev"
2432 },
2433 "flarum-extension": {
2434 "icon": {
2435 "name": "fas fa-ban",
2436 "color": "#666",
2437 "backgroundColor": "#ddd"
2438 },
2439 "title": "Suspend",
2440 "category": "feature"
2441 }
2442 },
2443 "autoload": {
2444 "psr-4": {
2445 "Flarum\\Suspend\\": "src/"
2446 }
2447 },
2448 "notification-url": "https://packagist.org/downloads/",
2449 "license": [
2450 "MIT"
2451 ],
2452 "description": "Suspend users so they can't post.",
2453 "homepage": "https://flarum.org",
2454 "keywords": [
2455 "moderation"
2456 ],
2457 "support": {
2458 "forum": "https://discuss.flarum.org",
2459 "issues": "https://github.com/flarum/framework/issues",
2460 "source": "https://github.com/flarum/suspend"
2461 },
2462 "funding": [
2463 {
2464 "url": "https://flarum.org/donate/",
2465 "type": "website"
2466 }
2467 ],
2468 "time": "2024-11-20T08:51:17+00:00"
2469 },
2470 {
2471 "name": "flarum/tags",
2472 "version": "v1.8.5",
2473 "source": {
2474 "type": "git",
2475 "url": "https://github.com/flarum/tags.git",
2476 "reference": "1f8bcd261da7c3d4967785a5836ab641ad1ac991"
2477 },
2478 "dist": {
2479 "type": "zip",
2480 "url": "https://api.github.com/repos/flarum/tags/zipball/1f8bcd261da7c3d4967785a5836ab641ad1ac991",
2481 "reference": "1f8bcd261da7c3d4967785a5836ab641ad1ac991",
2482 "shasum": ""
2483 },
2484 "require": {
2485 "flarum/core": "^1.8"
2486 },
2487 "require-dev": {
2488 "flarum/core": "*@dev",
2489 "flarum/testing": "^1.0.0"
2490 },
2491 "type": "flarum-extension",
2492 "extra": {
2493 "flarum-cli": {
2494 "modules": {
2495 "js": true,
2496 "css": true,
2497 "admin": true,
2498 "forum": true,
2499 "gitConf": true,
2500 "styleci": true,
2501 "jsCommon": true,
2502 "prettier": false,
2503 "typescript": true,
2504 "bundlewatch": false,
2505 "editorConfig": true,
2506 "githubActions": true,
2507 "backendTesting": true
2508 }
2509 },
2510 "branch-alias": {
2511 "dev-main": "1.x-dev"
2512 },
2513 "flarum-extension": {
2514 "icon": {
2515 "name": "fas fa-tags",
2516 "color": "#fff",
2517 "backgroundColor": "#F28326"
2518 },
2519 "title": "Tags",
2520 "category": "feature"
2521 }
2522 },
2523 "autoload": {
2524 "psr-4": {
2525 "Flarum\\Tags\\": "src/"
2526 }
2527 },
2528 "notification-url": "https://packagist.org/downloads/",
2529 "license": [
2530 "MIT"
2531 ],
2532 "description": "Organize discussions into a hierarchy of tags and categories.",
2533 "homepage": "https://flarum.org",
2534 "keywords": [
2535 "discussion"
2536 ],
2537 "support": {
2538 "forum": "https://discuss.flarum.org",
2539 "issues": "https://github.com/flarum/framework/issues",
2540 "source": "https://github.com/flarum/tags"
2541 },
2542 "funding": [
2543 {
2544 "url": "https://flarum.org/donate/",
2545 "type": "website"
2546 }
2547 ],
2548 "time": "2025-10-03T11:14:51+00:00"
2549 },
2550 {
2551 "name": "franzl/whoops-middleware",
2552 "version": "2.0.0",
2553 "source": {
2554 "type": "git",
2555 "url": "https://github.com/franzliedke/whoops-middleware.git",
2556 "reference": "71d75c5fff75587d6194a051d510a9eca0e3a047"
2557 },
2558 "dist": {
2559 "type": "zip",
2560 "url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/71d75c5fff75587d6194a051d510a9eca0e3a047",
2561 "reference": "71d75c5fff75587d6194a051d510a9eca0e3a047",
2562 "shasum": ""
2563 },
2564 "require": {
2565 "filp/whoops": "^1.1 || ^2.0",
2566 "middlewares/utils": "^3.0",
2567 "php": "^7.2 || ^8.0"
2568 },
2569 "require-dev": {
2570 "laminas/laminas-diactoros": "^1.1.0 || ^2.0",
2571 "phpunit/phpunit": "^8.0",
2572 "psr/http-server-middleware": "^1.0"
2573 },
2574 "suggest": {
2575 "psr/http-server-middleware": "In case you want to use PSR 15 middleware"
2576 },
2577 "type": "library",
2578 "autoload": {
2579 "psr-4": {
2580 "Franzl\\Middleware\\Whoops\\": "src/"
2581 }
2582 },
2583 "notification-url": "https://packagist.org/downloads/",
2584 "license": [
2585 "MIT"
2586 ],
2587 "description": "PSR-15 compatible middleware for Whoops, the pretty error handler",
2588 "support": {
2589 "issues": "https://github.com/franzliedke/whoops-middleware/issues",
2590 "source": "https://github.com/franzliedke/whoops-middleware/tree/2.0.0"
2591 },
2592 "time": "2021-01-03T01:30:07+00:00"
2593 },
2594 {
2595 "name": "guzzlehttp/guzzle",
2596 "version": "7.10.0",
2597 "source": {
2598 "type": "git",
2599 "url": "https://github.com/guzzle/guzzle.git",
2600 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
2601 },
2602 "dist": {
2603 "type": "zip",
2604 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
2605 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
2606 "shasum": ""
2607 },
2608 "require": {
2609 "ext-json": "*",
2610 "guzzlehttp/promises": "^2.3",
2611 "guzzlehttp/psr7": "^2.8",
2612 "php": "^7.2.5 || ^8.0",
2613 "psr/http-client": "^1.0",
2614 "symfony/deprecation-contracts": "^2.2 || ^3.0"
2615 },
2616 "provide": {
2617 "psr/http-client-implementation": "1.0"
2618 },
2619 "require-dev": {
2620 "bamarni/composer-bin-plugin": "^1.8.2",
2621 "ext-curl": "*",
2622 "guzzle/client-integration-tests": "3.0.2",
2623 "php-http/message-factory": "^1.1",
2624 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
2625 "psr/log": "^1.1 || ^2.0 || ^3.0"
2626 },
2627 "suggest": {
2628 "ext-curl": "Required for CURL handler support",
2629 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
2630 "psr/log": "Required for using the Log middleware"
2631 },
2632 "type": "library",
2633 "extra": {
2634 "bamarni-bin": {
2635 "bin-links": true,
2636 "forward-command": false
2637 }
2638 },
2639 "autoload": {
2640 "files": [
2641 "src/functions_include.php"
2642 ],
2643 "psr-4": {
2644 "GuzzleHttp\\": "src/"
2645 }
2646 },
2647 "notification-url": "https://packagist.org/downloads/",
2648 "license": [
2649 "MIT"
2650 ],
2651 "authors": [
2652 {
2653 "name": "Graham Campbell",
2654 "email": "hello@gjcampbell.co.uk",
2655 "homepage": "https://github.com/GrahamCampbell"
2656 },
2657 {
2658 "name": "Michael Dowling",
2659 "email": "mtdowling@gmail.com",
2660 "homepage": "https://github.com/mtdowling"
2661 },
2662 {
2663 "name": "Jeremy Lindblom",
2664 "email": "jeremeamia@gmail.com",
2665 "homepage": "https://github.com/jeremeamia"
2666 },
2667 {
2668 "name": "George Mponos",
2669 "email": "gmponos@gmail.com",
2670 "homepage": "https://github.com/gmponos"
2671 },
2672 {
2673 "name": "Tobias Nyholm",
2674 "email": "tobias.nyholm@gmail.com",
2675 "homepage": "https://github.com/Nyholm"
2676 },
2677 {
2678 "name": "Márk Sági-Kazár",
2679 "email": "mark.sagikazar@gmail.com",
2680 "homepage": "https://github.com/sagikazarmark"
2681 },
2682 {
2683 "name": "Tobias Schultze",
2684 "email": "webmaster@tubo-world.de",
2685 "homepage": "https://github.com/Tobion"
2686 }
2687 ],
2688 "description": "Guzzle is a PHP HTTP client library",
2689 "keywords": [
2690 "client",
2691 "curl",
2692 "framework",
2693 "http",
2694 "http client",
2695 "psr-18",
2696 "psr-7",
2697 "rest",
2698 "web service"
2699 ],
2700 "support": {
2701 "issues": "https://github.com/guzzle/guzzle/issues",
2702 "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
2703 },
2704 "funding": [
2705 {
2706 "url": "https://github.com/GrahamCampbell",
2707 "type": "github"
2708 },
2709 {
2710 "url": "https://github.com/Nyholm",
2711 "type": "github"
2712 },
2713 {
2714 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
2715 "type": "tidelift"
2716 }
2717 ],
2718 "time": "2025-08-23T22:36:01+00:00"
2719 },
2720 {
2721 "name": "guzzlehttp/promises",
2722 "version": "2.3.0",
2723 "source": {
2724 "type": "git",
2725 "url": "https://github.com/guzzle/promises.git",
2726 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
2727 },
2728 "dist": {
2729 "type": "zip",
2730 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
2731 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
2732 "shasum": ""
2733 },
2734 "require": {
2735 "php": "^7.2.5 || ^8.0"
2736 },
2737 "require-dev": {
2738 "bamarni/composer-bin-plugin": "^1.8.2",
2739 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
2740 },
2741 "type": "library",
2742 "extra": {
2743 "bamarni-bin": {
2744 "bin-links": true,
2745 "forward-command": false
2746 }
2747 },
2748 "autoload": {
2749 "psr-4": {
2750 "GuzzleHttp\\Promise\\": "src/"
2751 }
2752 },
2753 "notification-url": "https://packagist.org/downloads/",
2754 "license": [
2755 "MIT"
2756 ],
2757 "authors": [
2758 {
2759 "name": "Graham Campbell",
2760 "email": "hello@gjcampbell.co.uk",
2761 "homepage": "https://github.com/GrahamCampbell"
2762 },
2763 {
2764 "name": "Michael Dowling",
2765 "email": "mtdowling@gmail.com",
2766 "homepage": "https://github.com/mtdowling"
2767 },
2768 {
2769 "name": "Tobias Nyholm",
2770 "email": "tobias.nyholm@gmail.com",
2771 "homepage": "https://github.com/Nyholm"
2772 },
2773 {
2774 "name": "Tobias Schultze",
2775 "email": "webmaster@tubo-world.de",
2776 "homepage": "https://github.com/Tobion"
2777 }
2778 ],
2779 "description": "Guzzle promises library",
2780 "keywords": [
2781 "promise"
2782 ],
2783 "support": {
2784 "issues": "https://github.com/guzzle/promises/issues",
2785 "source": "https://github.com/guzzle/promises/tree/2.3.0"
2786 },
2787 "funding": [
2788 {
2789 "url": "https://github.com/GrahamCampbell",
2790 "type": "github"
2791 },
2792 {
2793 "url": "https://github.com/Nyholm",
2794 "type": "github"
2795 },
2796 {
2797 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
2798 "type": "tidelift"
2799 }
2800 ],
2801 "time": "2025-08-22T14:34:08+00:00"
2802 },
2803 {
2804 "name": "guzzlehttp/psr7",
2805 "version": "2.8.0",
2806 "source": {
2807 "type": "git",
2808 "url": "https://github.com/guzzle/psr7.git",
2809 "reference": "21dc724a0583619cd1652f673303492272778051"
2810 },
2811 "dist": {
2812 "type": "zip",
2813 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
2814 "reference": "21dc724a0583619cd1652f673303492272778051",
2815 "shasum": ""
2816 },
2817 "require": {
2818 "php": "^7.2.5 || ^8.0",
2819 "psr/http-factory": "^1.0",
2820 "psr/http-message": "^1.1 || ^2.0",
2821 "ralouphie/getallheaders": "^3.0"
2822 },
2823 "provide": {
2824 "psr/http-factory-implementation": "1.0",
2825 "psr/http-message-implementation": "1.0"
2826 },
2827 "require-dev": {
2828 "bamarni/composer-bin-plugin": "^1.8.2",
2829 "http-interop/http-factory-tests": "0.9.0",
2830 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
2831 },
2832 "suggest": {
2833 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2834 },
2835 "type": "library",
2836 "extra": {
2837 "bamarni-bin": {
2838 "bin-links": true,
2839 "forward-command": false
2840 }
2841 },
2842 "autoload": {
2843 "psr-4": {
2844 "GuzzleHttp\\Psr7\\": "src/"
2845 }
2846 },
2847 "notification-url": "https://packagist.org/downloads/",
2848 "license": [
2849 "MIT"
2850 ],
2851 "authors": [
2852 {
2853 "name": "Graham Campbell",
2854 "email": "hello@gjcampbell.co.uk",
2855 "homepage": "https://github.com/GrahamCampbell"
2856 },
2857 {
2858 "name": "Michael Dowling",
2859 "email": "mtdowling@gmail.com",
2860 "homepage": "https://github.com/mtdowling"
2861 },
2862 {
2863 "name": "George Mponos",
2864 "email": "gmponos@gmail.com",
2865 "homepage": "https://github.com/gmponos"
2866 },
2867 {
2868 "name": "Tobias Nyholm",
2869 "email": "tobias.nyholm@gmail.com",
2870 "homepage": "https://github.com/Nyholm"
2871 },
2872 {
2873 "name": "Márk Sági-Kazár",
2874 "email": "mark.sagikazar@gmail.com",
2875 "homepage": "https://github.com/sagikazarmark"
2876 },
2877 {
2878 "name": "Tobias Schultze",
2879 "email": "webmaster@tubo-world.de",
2880 "homepage": "https://github.com/Tobion"
2881 },
2882 {
2883 "name": "Márk Sági-Kazár",
2884 "email": "mark.sagikazar@gmail.com",
2885 "homepage": "https://sagikazarmark.hu"
2886 }
2887 ],
2888 "description": "PSR-7 message implementation that also provides common utility methods",
2889 "keywords": [
2890 "http",
2891 "message",
2892 "psr-7",
2893 "request",
2894 "response",
2895 "stream",
2896 "uri",
2897 "url"
2898 ],
2899 "support": {
2900 "issues": "https://github.com/guzzle/psr7/issues",
2901 "source": "https://github.com/guzzle/psr7/tree/2.8.0"
2902 },
2903 "funding": [
2904 {
2905 "url": "https://github.com/GrahamCampbell",
2906 "type": "github"
2907 },
2908 {
2909 "url": "https://github.com/Nyholm",
2910 "type": "github"
2911 },
2912 {
2913 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
2914 "type": "tidelift"
2915 }
2916 ],
2917 "time": "2025-08-23T21:21:41+00:00"
2918 },
2919 {
2920 "name": "illuminate/bus",
2921 "version": "v8.83.27",
2922 "source": {
2923 "type": "git",
2924 "url": "https://github.com/illuminate/bus.git",
2925 "reference": "d2a8ae4bfd881086e55455e470776358eab27eae"
2926 },
2927 "dist": {
2928 "type": "zip",
2929 "url": "https://api.github.com/repos/illuminate/bus/zipball/d2a8ae4bfd881086e55455e470776358eab27eae",
2930 "reference": "d2a8ae4bfd881086e55455e470776358eab27eae",
2931 "shasum": ""
2932 },
2933 "require": {
2934 "illuminate/collections": "^8.0",
2935 "illuminate/contracts": "^8.0",
2936 "illuminate/pipeline": "^8.0",
2937 "illuminate/support": "^8.0",
2938 "php": "^7.3|^8.0"
2939 },
2940 "suggest": {
2941 "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
2942 },
2943 "type": "library",
2944 "extra": {
2945 "branch-alias": {
2946 "dev-master": "8.x-dev"
2947 }
2948 },
2949 "autoload": {
2950 "psr-4": {
2951 "Illuminate\\Bus\\": ""
2952 }
2953 },
2954 "notification-url": "https://packagist.org/downloads/",
2955 "license": [
2956 "MIT"
2957 ],
2958 "authors": [
2959 {
2960 "name": "Taylor Otwell",
2961 "email": "taylor@laravel.com"
2962 }
2963 ],
2964 "description": "The Illuminate Bus package.",
2965 "homepage": "https://laravel.com",
2966 "support": {
2967 "issues": "https://github.com/laravel/framework/issues",
2968 "source": "https://github.com/laravel/framework"
2969 },
2970 "time": "2022-03-07T15:02:42+00:00"
2971 },
2972 {
2973 "name": "illuminate/cache",
2974 "version": "v8.83.27",
2975 "source": {
2976 "type": "git",
2977 "url": "https://github.com/illuminate/cache.git",
2978 "reference": "7ae5b3661413dad7264b5c69037190d766bae50f"
2979 },
2980 "dist": {
2981 "type": "zip",
2982 "url": "https://api.github.com/repos/illuminate/cache/zipball/7ae5b3661413dad7264b5c69037190d766bae50f",
2983 "reference": "7ae5b3661413dad7264b5c69037190d766bae50f",
2984 "shasum": ""
2985 },
2986 "require": {
2987 "illuminate/collections": "^8.0",
2988 "illuminate/contracts": "^8.0",
2989 "illuminate/macroable": "^8.0",
2990 "illuminate/support": "^8.0",
2991 "php": "^7.3|^8.0"
2992 },
2993 "provide": {
2994 "psr/simple-cache-implementation": "1.0"
2995 },
2996 "suggest": {
2997 "ext-memcached": "Required to use the memcache cache driver.",
2998 "illuminate/database": "Required to use the database cache driver (^8.0).",
2999 "illuminate/filesystem": "Required to use the file cache driver (^8.0).",
3000 "illuminate/redis": "Required to use the redis cache driver (^8.0).",
3001 "symfony/cache": "Required to PSR-6 cache bridge (^5.4)."
3002 },
3003 "type": "library",
3004 "extra": {
3005 "branch-alias": {
3006 "dev-master": "8.x-dev"
3007 }
3008 },
3009 "autoload": {
3010 "psr-4": {
3011 "Illuminate\\Cache\\": ""
3012 }
3013 },
3014 "notification-url": "https://packagist.org/downloads/",
3015 "license": [
3016 "MIT"
3017 ],
3018 "authors": [
3019 {
3020 "name": "Taylor Otwell",
3021 "email": "taylor@laravel.com"
3022 }
3023 ],
3024 "description": "The Illuminate Cache package.",
3025 "homepage": "https://laravel.com",
3026 "support": {
3027 "issues": "https://github.com/laravel/framework/issues",
3028 "source": "https://github.com/laravel/framework"
3029 },
3030 "time": "2022-07-22T14:58:32+00:00"
3031 },
3032 {
3033 "name": "illuminate/collections",
3034 "version": "v8.83.27",
3035 "source": {
3036 "type": "git",
3037 "url": "https://github.com/illuminate/collections.git",
3038 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
3039 },
3040 "dist": {
3041 "type": "zip",
3042 "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
3043 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
3044 "shasum": ""
3045 },
3046 "require": {
3047 "illuminate/contracts": "^8.0",
3048 "illuminate/macroable": "^8.0",
3049 "php": "^7.3|^8.0"
3050 },
3051 "suggest": {
3052 "symfony/var-dumper": "Required to use the dump method (^5.4)."
3053 },
3054 "type": "library",
3055 "extra": {
3056 "branch-alias": {
3057 "dev-master": "8.x-dev"
3058 }
3059 },
3060 "autoload": {
3061 "files": [
3062 "helpers.php"
3063 ],
3064 "psr-4": {
3065 "Illuminate\\Support\\": ""
3066 }
3067 },
3068 "notification-url": "https://packagist.org/downloads/",
3069 "license": [
3070 "MIT"
3071 ],
3072 "authors": [
3073 {
3074 "name": "Taylor Otwell",
3075 "email": "taylor@laravel.com"
3076 }
3077 ],
3078 "description": "The Illuminate Collections package.",
3079 "homepage": "https://laravel.com",
3080 "support": {
3081 "issues": "https://github.com/laravel/framework/issues",
3082 "source": "https://github.com/laravel/framework"
3083 },
3084 "time": "2022-06-23T15:29:49+00:00"
3085 },
3086 {
3087 "name": "illuminate/config",
3088 "version": "v8.83.27",
3089 "source": {
3090 "type": "git",
3091 "url": "https://github.com/illuminate/config.git",
3092 "reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8"
3093 },
3094 "dist": {
3095 "type": "zip",
3096 "url": "https://api.github.com/repos/illuminate/config/zipball/feac56ab7a5c70cf2dc60dffe4323eb9851f51a8",
3097 "reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8",
3098 "shasum": ""
3099 },
3100 "require": {
3101 "illuminate/collections": "^8.0",
3102 "illuminate/contracts": "^8.0",
3103 "php": "^7.3|^8.0"
3104 },
3105 "type": "library",
3106 "extra": {
3107 "branch-alias": {
3108 "dev-master": "8.x-dev"
3109 }
3110 },
3111 "autoload": {
3112 "psr-4": {
3113 "Illuminate\\Config\\": ""
3114 }
3115 },
3116 "notification-url": "https://packagist.org/downloads/",
3117 "license": [
3118 "MIT"
3119 ],
3120 "authors": [
3121 {
3122 "name": "Taylor Otwell",
3123 "email": "taylor@laravel.com"
3124 }
3125 ],
3126 "description": "The Illuminate Config package.",
3127 "homepage": "https://laravel.com",
3128 "support": {
3129 "issues": "https://github.com/laravel/framework/issues",
3130 "source": "https://github.com/laravel/framework"
3131 },
3132 "time": "2022-01-31T15:57:46+00:00"
3133 },
3134 {
3135 "name": "illuminate/console",
3136 "version": "v8.83.27",
3137 "source": {
3138 "type": "git",
3139 "url": "https://github.com/illuminate/console.git",
3140 "reference": "4aaa93223eb3bd8119157c95f58c022967826035"
3141 },
3142 "dist": {
3143 "type": "zip",
3144 "url": "https://api.github.com/repos/illuminate/console/zipball/4aaa93223eb3bd8119157c95f58c022967826035",
3145 "reference": "4aaa93223eb3bd8119157c95f58c022967826035",
3146 "shasum": ""
3147 },
3148 "require": {
3149 "illuminate/collections": "^8.0",
3150 "illuminate/contracts": "^8.0",
3151 "illuminate/macroable": "^8.0",
3152 "illuminate/support": "^8.0",
3153 "php": "^7.3|^8.0",
3154 "symfony/console": "^5.4",
3155 "symfony/process": "^5.4"
3156 },
3157 "suggest": {
3158 "dragonmantank/cron-expression": "Required to use scheduler (^3.0.2).",
3159 "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.5.5|^7.0.1).",
3160 "illuminate/bus": "Required to use the scheduled job dispatcher (^8.0).",
3161 "illuminate/container": "Required to use the scheduler (^8.0).",
3162 "illuminate/filesystem": "Required to use the generator command (^8.0).",
3163 "illuminate/queue": "Required to use closures for scheduled jobs (^8.0)."
3164 },
3165 "type": "library",
3166 "extra": {
3167 "branch-alias": {
3168 "dev-master": "8.x-dev"
3169 }
3170 },
3171 "autoload": {
3172 "psr-4": {
3173 "Illuminate\\Console\\": ""
3174 }
3175 },
3176 "notification-url": "https://packagist.org/downloads/",
3177 "license": [
3178 "MIT"
3179 ],
3180 "authors": [
3181 {
3182 "name": "Taylor Otwell",
3183 "email": "taylor@laravel.com"
3184 }
3185 ],
3186 "description": "The Illuminate Console package.",
3187 "homepage": "https://laravel.com",
3188 "support": {
3189 "issues": "https://github.com/laravel/framework/issues",
3190 "source": "https://github.com/laravel/framework"
3191 },
3192 "time": "2022-04-21T22:14:18+00:00"
3193 },
3194 {
3195 "name": "illuminate/container",
3196 "version": "v8.83.27",
3197 "source": {
3198 "type": "git",
3199 "url": "https://github.com/illuminate/container.git",
3200 "reference": "14062628d05f75047c5a1360b9350028427d568e"
3201 },
3202 "dist": {
3203 "type": "zip",
3204 "url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",
3205 "reference": "14062628d05f75047c5a1360b9350028427d568e",
3206 "shasum": ""
3207 },
3208 "require": {
3209 "illuminate/contracts": "^8.0",
3210 "php": "^7.3|^8.0",
3211 "psr/container": "^1.0"
3212 },
3213 "provide": {
3214 "psr/container-implementation": "1.0"
3215 },
3216 "type": "library",
3217 "extra": {
3218 "branch-alias": {
3219 "dev-master": "8.x-dev"
3220 }
3221 },
3222 "autoload": {
3223 "psr-4": {
3224 "Illuminate\\Container\\": ""
3225 }
3226 },
3227 "notification-url": "https://packagist.org/downloads/",
3228 "license": [
3229 "MIT"
3230 ],
3231 "authors": [
3232 {
3233 "name": "Taylor Otwell",
3234 "email": "taylor@laravel.com"
3235 }
3236 ],
3237 "description": "The Illuminate Container package.",
3238 "homepage": "https://laravel.com",
3239 "support": {
3240 "issues": "https://github.com/laravel/framework/issues",
3241 "source": "https://github.com/laravel/framework"
3242 },
3243 "time": "2022-02-02T21:03:35+00:00"
3244 },
3245 {
3246 "name": "illuminate/contracts",
3247 "version": "v8.83.27",
3248 "source": {
3249 "type": "git",
3250 "url": "https://github.com/illuminate/contracts.git",
3251 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
3252 },
3253 "dist": {
3254 "type": "zip",
3255 "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
3256 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
3257 "shasum": ""
3258 },
3259 "require": {
3260 "php": "^7.3|^8.0",
3261 "psr/container": "^1.0",
3262 "psr/simple-cache": "^1.0"
3263 },
3264 "type": "library",
3265 "extra": {
3266 "branch-alias": {
3267 "dev-master": "8.x-dev"
3268 }
3269 },
3270 "autoload": {
3271 "psr-4": {
3272 "Illuminate\\Contracts\\": ""
3273 }
3274 },
3275 "notification-url": "https://packagist.org/downloads/",
3276 "license": [
3277 "MIT"
3278 ],
3279 "authors": [
3280 {
3281 "name": "Taylor Otwell",
3282 "email": "taylor@laravel.com"
3283 }
3284 ],
3285 "description": "The Illuminate Contracts package.",
3286 "homepage": "https://laravel.com",
3287 "support": {
3288 "issues": "https://github.com/laravel/framework/issues",
3289 "source": "https://github.com/laravel/framework"
3290 },
3291 "time": "2022-01-13T14:47:47+00:00"
3292 },
3293 {
3294 "name": "illuminate/database",
3295 "version": "v8.83.27",
3296 "source": {
3297 "type": "git",
3298 "url": "https://github.com/illuminate/database.git",
3299 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1"
3300 },
3301 "dist": {
3302 "type": "zip",
3303 "url": "https://api.github.com/repos/illuminate/database/zipball/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
3304 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",
3305 "shasum": ""
3306 },
3307 "require": {
3308 "ext-json": "*",
3309 "illuminate/collections": "^8.0",
3310 "illuminate/container": "^8.0",
3311 "illuminate/contracts": "^8.0",
3312 "illuminate/macroable": "^8.0",
3313 "illuminate/support": "^8.0",
3314 "php": "^7.3|^8.0",
3315 "symfony/console": "^5.4"
3316 },
3317 "suggest": {
3318 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
3319 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
3320 "illuminate/console": "Required to use the database commands (^8.0).",
3321 "illuminate/events": "Required to use the observers with Eloquent (^8.0).",
3322 "illuminate/filesystem": "Required to use the migrations (^8.0).",
3323 "illuminate/pagination": "Required to paginate the result set (^8.0).",
3324 "symfony/finder": "Required to use Eloquent model factories (^5.4)."
3325 },
3326 "type": "library",
3327 "extra": {
3328 "branch-alias": {
3329 "dev-master": "8.x-dev"
3330 }
3331 },
3332 "autoload": {
3333 "psr-4": {
3334 "Illuminate\\Database\\": ""
3335 }
3336 },
3337 "notification-url": "https://packagist.org/downloads/",
3338 "license": [
3339 "MIT"
3340 ],
3341 "authors": [
3342 {
3343 "name": "Taylor Otwell",
3344 "email": "taylor@laravel.com"
3345 }
3346 ],
3347 "description": "The Illuminate Database package.",
3348 "homepage": "https://laravel.com",
3349 "keywords": [
3350 "database",
3351 "laravel",
3352 "orm",
3353 "sql"
3354 ],
3355 "support": {
3356 "issues": "https://github.com/laravel/framework/issues",
3357 "source": "https://github.com/laravel/framework"
3358 },
3359 "time": "2022-08-31T16:16:06+00:00"
3360 },
3361 {
3362 "name": "illuminate/events",
3363 "version": "v8.83.27",
3364 "source": {
3365 "type": "git",
3366 "url": "https://github.com/illuminate/events.git",
3367 "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d"
3368 },
3369 "dist": {
3370 "type": "zip",
3371 "url": "https://api.github.com/repos/illuminate/events/zipball/b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
3372 "reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
3373 "shasum": ""
3374 },
3375 "require": {
3376 "illuminate/bus": "^8.0",
3377 "illuminate/collections": "^8.0",
3378 "illuminate/container": "^8.0",
3379 "illuminate/contracts": "^8.0",
3380 "illuminate/macroable": "^8.0",
3381 "illuminate/support": "^8.0",
3382 "php": "^7.3|^8.0"
3383 },
3384 "type": "library",
3385 "extra": {
3386 "branch-alias": {
3387 "dev-master": "8.x-dev"
3388 }
3389 },
3390 "autoload": {
3391 "files": [
3392 "functions.php"
3393 ],
3394 "psr-4": {
3395 "Illuminate\\Events\\": ""
3396 }
3397 },
3398 "notification-url": "https://packagist.org/downloads/",
3399 "license": [
3400 "MIT"
3401 ],
3402 "authors": [
3403 {
3404 "name": "Taylor Otwell",
3405 "email": "taylor@laravel.com"
3406 }
3407 ],
3408 "description": "The Illuminate Events package.",
3409 "homepage": "https://laravel.com",
3410 "support": {
3411 "issues": "https://github.com/laravel/framework/issues",
3412 "source": "https://github.com/laravel/framework"
3413 },
3414 "time": "2021-09-15T14:32:50+00:00"
3415 },
3416 {
3417 "name": "illuminate/filesystem",
3418 "version": "v8.83.27",
3419 "source": {
3420 "type": "git",
3421 "url": "https://github.com/illuminate/filesystem.git",
3422 "reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2"
3423 },
3424 "dist": {
3425 "type": "zip",
3426 "url": "https://api.github.com/repos/illuminate/filesystem/zipball/73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
3427 "reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
3428 "shasum": ""
3429 },
3430 "require": {
3431 "illuminate/collections": "^8.0",
3432 "illuminate/contracts": "^8.0",
3433 "illuminate/macroable": "^8.0",
3434 "illuminate/support": "^8.0",
3435 "php": "^7.3|^8.0",
3436 "symfony/finder": "^5.4"
3437 },
3438 "suggest": {
3439 "ext-ftp": "Required to use the Flysystem FTP driver.",
3440 "illuminate/http": "Required for handling uploaded files (^7.0).",
3441 "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).",
3442 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
3443 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
3444 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
3445 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
3446 "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
3447 "symfony/mime": "Required to enable support for guessing extensions (^5.4)."
3448 },
3449 "type": "library",
3450 "extra": {
3451 "branch-alias": {
3452 "dev-master": "8.x-dev"
3453 }
3454 },
3455 "autoload": {
3456 "psr-4": {
3457 "Illuminate\\Filesystem\\": ""
3458 }
3459 },
3460 "notification-url": "https://packagist.org/downloads/",
3461 "license": [
3462 "MIT"
3463 ],
3464 "authors": [
3465 {
3466 "name": "Taylor Otwell",
3467 "email": "taylor@laravel.com"
3468 }
3469 ],
3470 "description": "The Illuminate Filesystem package.",
3471 "homepage": "https://laravel.com",
3472 "support": {
3473 "issues": "https://github.com/laravel/framework/issues",
3474 "source": "https://github.com/laravel/framework"
3475 },
3476 "time": "2022-01-15T15:00:40+00:00"
3477 },
3478 {
3479 "name": "illuminate/hashing",
3480 "version": "v8.83.27",
3481 "source": {
3482 "type": "git",
3483 "url": "https://github.com/illuminate/hashing.git",
3484 "reference": "2617f4de8d0150a3f8641b086fafac8c1e0cdbf2"
3485 },
3486 "dist": {
3487 "type": "zip",
3488 "url": "https://api.github.com/repos/illuminate/hashing/zipball/2617f4de8d0150a3f8641b086fafac8c1e0cdbf2",
3489 "reference": "2617f4de8d0150a3f8641b086fafac8c1e0cdbf2",
3490 "shasum": ""
3491 },
3492 "require": {
3493 "illuminate/contracts": "^8.0",
3494 "illuminate/support": "^8.0",
3495 "php": "^7.3|^8.0"
3496 },
3497 "type": "library",
3498 "extra": {
3499 "branch-alias": {
3500 "dev-master": "8.x-dev"
3501 }
3502 },
3503 "autoload": {
3504 "psr-4": {
3505 "Illuminate\\Hashing\\": ""
3506 }
3507 },
3508 "notification-url": "https://packagist.org/downloads/",
3509 "license": [
3510 "MIT"
3511 ],
3512 "authors": [
3513 {
3514 "name": "Taylor Otwell",
3515 "email": "taylor@laravel.com"
3516 }
3517 ],
3518 "description": "The Illuminate Hashing package.",
3519 "homepage": "https://laravel.com",
3520 "support": {
3521 "issues": "https://github.com/laravel/framework/issues",
3522 "source": "https://github.com/laravel/framework"
3523 },
3524 "time": "2021-10-22T13:20:42+00:00"
3525 },
3526 {
3527 "name": "illuminate/macroable",
3528 "version": "v8.83.27",
3529 "source": {
3530 "type": "git",
3531 "url": "https://github.com/illuminate/macroable.git",
3532 "reference": "aed81891a6e046fdee72edd497f822190f61c162"
3533 },
3534 "dist": {
3535 "type": "zip",
3536 "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
3537 "reference": "aed81891a6e046fdee72edd497f822190f61c162",
3538 "shasum": ""
3539 },
3540 "require": {
3541 "php": "^7.3|^8.0"
3542 },
3543 "type": "library",
3544 "extra": {
3545 "branch-alias": {
3546 "dev-master": "8.x-dev"
3547 }
3548 },
3549 "autoload": {
3550 "psr-4": {
3551 "Illuminate\\Support\\": ""
3552 }
3553 },
3554 "notification-url": "https://packagist.org/downloads/",
3555 "license": [
3556 "MIT"
3557 ],
3558 "authors": [
3559 {
3560 "name": "Taylor Otwell",
3561 "email": "taylor@laravel.com"
3562 }
3563 ],
3564 "description": "The Illuminate Macroable package.",
3565 "homepage": "https://laravel.com",
3566 "support": {
3567 "issues": "https://github.com/laravel/framework/issues",
3568 "source": "https://github.com/laravel/framework"
3569 },
3570 "time": "2021-11-16T13:57:03+00:00"
3571 },
3572 {
3573 "name": "illuminate/mail",
3574 "version": "v8.83.27",
3575 "source": {
3576 "type": "git",
3577 "url": "https://github.com/illuminate/mail.git",
3578 "reference": "557c01a4c6d3862829b004f198c1777a7f8fc35f"
3579 },
3580 "dist": {
3581 "type": "zip",
3582 "url": "https://api.github.com/repos/illuminate/mail/zipball/557c01a4c6d3862829b004f198c1777a7f8fc35f",
3583 "reference": "557c01a4c6d3862829b004f198c1777a7f8fc35f",
3584 "shasum": ""
3585 },
3586 "require": {
3587 "ext-json": "*",
3588 "illuminate/collections": "^8.0",
3589 "illuminate/container": "^8.0",
3590 "illuminate/contracts": "^8.0",
3591 "illuminate/macroable": "^8.0",
3592 "illuminate/support": "^8.0",
3593 "league/commonmark": "^1.3|^2.0.2",
3594 "php": "^7.3|^8.0",
3595 "psr/log": "^1.0|^2.0",
3596 "swiftmailer/swiftmailer": "^6.3",
3597 "tijsverkoyen/css-to-inline-styles": "^2.2.2"
3598 },
3599 "suggest": {
3600 "aws/aws-sdk-php": "Required to use the SES mail driver (^3.198.1).",
3601 "guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.5.5|^7.0.1).",
3602 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
3603 },
3604 "type": "library",
3605 "extra": {
3606 "branch-alias": {
3607 "dev-master": "8.x-dev"
3608 }
3609 },
3610 "autoload": {
3611 "psr-4": {
3612 "Illuminate\\Mail\\": ""
3613 }
3614 },
3615 "notification-url": "https://packagist.org/downloads/",
3616 "license": [
3617 "MIT"
3618 ],
3619 "authors": [
3620 {
3621 "name": "Taylor Otwell",
3622 "email": "taylor@laravel.com"
3623 }
3624 ],
3625 "description": "The Illuminate Mail package.",
3626 "homepage": "https://laravel.com",
3627 "support": {
3628 "issues": "https://github.com/laravel/framework/issues",
3629 "source": "https://github.com/laravel/framework"
3630 },
3631 "time": "2022-01-05T15:17:19+00:00"
3632 },
3633 {
3634 "name": "illuminate/pipeline",
3635 "version": "v8.83.27",
3636 "source": {
3637 "type": "git",
3638 "url": "https://github.com/illuminate/pipeline.git",
3639 "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
3640 },
3641 "dist": {
3642 "type": "zip",
3643 "url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
3644 "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
3645 "shasum": ""
3646 },
3647 "require": {
3648 "illuminate/contracts": "^8.0",
3649 "illuminate/support": "^8.0",
3650 "php": "^7.3|^8.0"
3651 },
3652 "type": "library",
3653 "extra": {
3654 "branch-alias": {
3655 "dev-master": "8.x-dev"
3656 }
3657 },
3658 "autoload": {
3659 "psr-4": {
3660 "Illuminate\\Pipeline\\": ""
3661 }
3662 },
3663 "notification-url": "https://packagist.org/downloads/",
3664 "license": [
3665 "MIT"
3666 ],
3667 "authors": [
3668 {
3669 "name": "Taylor Otwell",
3670 "email": "taylor@laravel.com"
3671 }
3672 ],
3673 "description": "The Illuminate Pipeline package.",
3674 "homepage": "https://laravel.com",
3675 "support": {
3676 "issues": "https://github.com/laravel/framework/issues",
3677 "source": "https://github.com/laravel/framework"
3678 },
3679 "time": "2021-03-26T18:39:16+00:00"
3680 },
3681 {
3682 "name": "illuminate/queue",
3683 "version": "v8.83.27",
3684 "source": {
3685 "type": "git",
3686 "url": "https://github.com/illuminate/queue.git",
3687 "reference": "0023daabf67743f7a2bd8328ca2b5537d93e4ae7"
3688 },
3689 "dist": {
3690 "type": "zip",
3691 "url": "https://api.github.com/repos/illuminate/queue/zipball/0023daabf67743f7a2bd8328ca2b5537d93e4ae7",
3692 "reference": "0023daabf67743f7a2bd8328ca2b5537d93e4ae7",
3693 "shasum": ""
3694 },
3695 "require": {
3696 "ext-json": "*",
3697 "illuminate/collections": "^8.0",
3698 "illuminate/console": "^8.0",
3699 "illuminate/container": "^8.0",
3700 "illuminate/contracts": "^8.0",
3701 "illuminate/database": "^8.0",
3702 "illuminate/filesystem": "^8.0",
3703 "illuminate/pipeline": "^8.0",
3704 "illuminate/support": "^8.0",
3705 "laravel/serializable-closure": "^1.0",
3706 "opis/closure": "^3.6",
3707 "php": "^7.3|^8.0",
3708 "ramsey/uuid": "^4.2.2",
3709 "symfony/process": "^5.4"
3710 },
3711 "suggest": {
3712 "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.198.1).",
3713 "ext-pcntl": "Required to use all features of the queue worker.",
3714 "ext-posix": "Required to use all features of the queue worker.",
3715 "illuminate/redis": "Required to use the Redis queue driver (^8.0).",
3716 "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)."
3717 },
3718 "type": "library",
3719 "extra": {
3720 "branch-alias": {
3721 "dev-master": "8.x-dev"
3722 }
3723 },
3724 "autoload": {
3725 "psr-4": {
3726 "Illuminate\\Queue\\": ""
3727 }
3728 },
3729 "notification-url": "https://packagist.org/downloads/",
3730 "license": [
3731 "MIT"
3732 ],
3733 "authors": [
3734 {
3735 "name": "Taylor Otwell",
3736 "email": "taylor@laravel.com"
3737 }
3738 ],
3739 "description": "The Illuminate Queue package.",
3740 "homepage": "https://laravel.com",
3741 "support": {
3742 "issues": "https://github.com/laravel/framework/issues",
3743 "source": "https://github.com/laravel/framework"
3744 },
3745 "time": "2022-07-21T19:36:12+00:00"
3746 },
3747 {
3748 "name": "illuminate/session",
3749 "version": "v8.83.27",
3750 "source": {
3751 "type": "git",
3752 "url": "https://github.com/illuminate/session.git",
3753 "reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c"
3754 },
3755 "dist": {
3756 "type": "zip",
3757 "url": "https://api.github.com/repos/illuminate/session/zipball/9c9988d7229d888c098eebbbb9fcb8c68580411c",
3758 "reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c",
3759 "shasum": ""
3760 },
3761 "require": {
3762 "ext-json": "*",
3763 "illuminate/collections": "^8.0",
3764 "illuminate/contracts": "^8.0",
3765 "illuminate/filesystem": "^8.0",
3766 "illuminate/support": "^8.0",
3767 "php": "^7.3|^8.0",
3768 "symfony/finder": "^5.4",
3769 "symfony/http-foundation": "^5.4"
3770 },
3771 "suggest": {
3772 "illuminate/console": "Required to use the session:table command (^8.0)."
3773 },
3774 "type": "library",
3775 "extra": {
3776 "branch-alias": {
3777 "dev-master": "8.x-dev"
3778 }
3779 },
3780 "autoload": {
3781 "psr-4": {
3782 "Illuminate\\Session\\": ""
3783 }
3784 },
3785 "notification-url": "https://packagist.org/downloads/",
3786 "license": [
3787 "MIT"
3788 ],
3789 "authors": [
3790 {
3791 "name": "Taylor Otwell",
3792 "email": "taylor@laravel.com"
3793 }
3794 ],
3795 "description": "The Illuminate Session package.",
3796 "homepage": "https://laravel.com",
3797 "support": {
3798 "issues": "https://github.com/laravel/framework/issues",
3799 "source": "https://github.com/laravel/framework"
3800 },
3801 "time": "2022-01-13T18:28:06+00:00"
3802 },
3803 {
3804 "name": "illuminate/support",
3805 "version": "v8.83.27",
3806 "source": {
3807 "type": "git",
3808 "url": "https://github.com/illuminate/support.git",
3809 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b"
3810 },
3811 "dist": {
3812 "type": "zip",
3813 "url": "https://api.github.com/repos/illuminate/support/zipball/1c79242468d3bbd9a0f7477df34f9647dde2a09b",
3814 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b",
3815 "shasum": ""
3816 },
3817 "require": {
3818 "doctrine/inflector": "^1.4|^2.0",
3819 "ext-json": "*",
3820 "ext-mbstring": "*",
3821 "illuminate/collections": "^8.0",
3822 "illuminate/contracts": "^8.0",
3823 "illuminate/macroable": "^8.0",
3824 "nesbot/carbon": "^2.53.1",
3825 "php": "^7.3|^8.0",
3826 "voku/portable-ascii": "^1.6.1"
3827 },
3828 "conflict": {
3829 "tightenco/collect": "<5.5.33"
3830 },
3831 "suggest": {
3832 "illuminate/filesystem": "Required to use the composer class (^8.0).",
3833 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
3834 "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
3835 "symfony/process": "Required to use the composer class (^5.4).",
3836 "symfony/var-dumper": "Required to use the dd function (^5.4).",
3837 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
3838 },
3839 "type": "library",
3840 "extra": {
3841 "branch-alias": {
3842 "dev-master": "8.x-dev"
3843 }
3844 },
3845 "autoload": {
3846 "files": [
3847 "helpers.php"
3848 ],
3849 "psr-4": {
3850 "Illuminate\\Support\\": ""
3851 }
3852 },
3853 "notification-url": "https://packagist.org/downloads/",
3854 "license": [
3855 "MIT"
3856 ],
3857 "authors": [
3858 {
3859 "name": "Taylor Otwell",
3860 "email": "taylor@laravel.com"
3861 }
3862 ],
3863 "description": "The Illuminate Support package.",
3864 "homepage": "https://laravel.com",
3865 "support": {
3866 "issues": "https://github.com/laravel/framework/issues",
3867 "source": "https://github.com/laravel/framework"
3868 },
3869 "time": "2022-09-21T21:30:03+00:00"
3870 },
3871 {
3872 "name": "illuminate/translation",
3873 "version": "v8.83.27",
3874 "source": {
3875 "type": "git",
3876 "url": "https://github.com/illuminate/translation.git",
3877 "reference": "e119d1e55351bd846579c333dd24f9a042b724b2"
3878 },
3879 "dist": {
3880 "type": "zip",
3881 "url": "https://api.github.com/repos/illuminate/translation/zipball/e119d1e55351bd846579c333dd24f9a042b724b2",
3882 "reference": "e119d1e55351bd846579c333dd24f9a042b724b2",
3883 "shasum": ""
3884 },
3885 "require": {
3886 "ext-json": "*",
3887 "illuminate/collections": "^8.0",
3888 "illuminate/contracts": "^8.0",
3889 "illuminate/filesystem": "^8.0",
3890 "illuminate/macroable": "^8.0",
3891 "illuminate/support": "^8.0",
3892 "php": "^7.3|^8.0"
3893 },
3894 "type": "library",
3895 "extra": {
3896 "branch-alias": {
3897 "dev-master": "8.x-dev"
3898 }
3899 },
3900 "autoload": {
3901 "psr-4": {
3902 "Illuminate\\Translation\\": ""
3903 }
3904 },
3905 "notification-url": "https://packagist.org/downloads/",
3906 "license": [
3907 "MIT"
3908 ],
3909 "authors": [
3910 {
3911 "name": "Taylor Otwell",
3912 "email": "taylor@laravel.com"
3913 }
3914 ],
3915 "description": "The Illuminate Translation package.",
3916 "homepage": "https://laravel.com",
3917 "support": {
3918 "issues": "https://github.com/laravel/framework/issues",
3919 "source": "https://github.com/laravel/framework"
3920 },
3921 "time": "2022-05-02T13:55:33+00:00"
3922 },
3923 {
3924 "name": "illuminate/validation",
3925 "version": "v8.83.27",
3926 "source": {
3927 "type": "git",
3928 "url": "https://github.com/illuminate/validation.git",
3929 "reference": "bb104f15545a55664755f58a278c7013f835918a"
3930 },
3931 "dist": {
3932 "type": "zip",
3933 "url": "https://api.github.com/repos/illuminate/validation/zipball/bb104f15545a55664755f58a278c7013f835918a",
3934 "reference": "bb104f15545a55664755f58a278c7013f835918a",
3935 "shasum": ""
3936 },
3937 "require": {
3938 "egulias/email-validator": "^2.1.10",
3939 "ext-json": "*",
3940 "illuminate/collections": "^8.0",
3941 "illuminate/container": "^8.0",
3942 "illuminate/contracts": "^8.0",
3943 "illuminate/macroable": "^8.0",
3944 "illuminate/support": "^8.0",
3945 "illuminate/translation": "^8.0",
3946 "php": "^7.3|^8.0",
3947 "symfony/http-foundation": "^5.4",
3948 "symfony/mime": "^5.4"
3949 },
3950 "suggest": {
3951 "ext-bcmath": "Required to use the multiple_of validation rule.",
3952 "illuminate/database": "Required to use the database presence verifier (^8.0)."
3953 },
3954 "type": "library",
3955 "extra": {
3956 "branch-alias": {
3957 "dev-master": "8.x-dev"
3958 }
3959 },
3960 "autoload": {
3961 "psr-4": {
3962 "Illuminate\\Validation\\": ""
3963 }
3964 },
3965 "notification-url": "https://packagist.org/downloads/",
3966 "license": [
3967 "MIT"
3968 ],
3969 "authors": [
3970 {
3971 "name": "Taylor Otwell",
3972 "email": "taylor@laravel.com"
3973 }
3974 ],
3975 "description": "The Illuminate Validation package.",
3976 "homepage": "https://laravel.com",
3977 "support": {
3978 "issues": "https://github.com/laravel/framework/issues",
3979 "source": "https://github.com/laravel/framework"
3980 },
3981 "time": "2022-05-30T13:21:10+00:00"
3982 },
3983 {
3984 "name": "illuminate/view",
3985 "version": "v8.83.27",
3986 "source": {
3987 "type": "git",
3988 "url": "https://github.com/illuminate/view.git",
3989 "reference": "5e73eef48d9242532f81fadc14c816a01bfb1388"
3990 },
3991 "dist": {
3992 "type": "zip",
3993 "url": "https://api.github.com/repos/illuminate/view/zipball/5e73eef48d9242532f81fadc14c816a01bfb1388",
3994 "reference": "5e73eef48d9242532f81fadc14c816a01bfb1388",
3995 "shasum": ""
3996 },
3997 "require": {
3998 "ext-json": "*",
3999 "illuminate/collections": "^8.0",
4000 "illuminate/container": "^8.0",
4001 "illuminate/contracts": "^8.0",
4002 "illuminate/events": "^8.0",
4003 "illuminate/filesystem": "^8.0",
4004 "illuminate/macroable": "^8.0",
4005 "illuminate/support": "^8.0",
4006 "php": "^7.3|^8.0"
4007 },
4008 "type": "library",
4009 "extra": {
4010 "branch-alias": {
4011 "dev-master": "8.x-dev"
4012 }
4013 },
4014 "autoload": {
4015 "psr-4": {
4016 "Illuminate\\View\\": ""
4017 }
4018 },
4019 "notification-url": "https://packagist.org/downloads/",
4020 "license": [
4021 "MIT"
4022 ],
4023 "authors": [
4024 {
4025 "name": "Taylor Otwell",
4026 "email": "taylor@laravel.com"
4027 }
4028 ],
4029 "description": "The Illuminate View package.",
4030 "homepage": "https://laravel.com",
4031 "support": {
4032 "issues": "https://github.com/laravel/framework/issues",
4033 "source": "https://github.com/laravel/framework"
4034 },
4035 "time": "2022-04-14T13:47:10+00:00"
4036 },
4037 {
4038 "name": "intervention/image",
4039 "version": "2.7.2",
4040 "source": {
4041 "type": "git",
4042 "url": "https://github.com/Intervention/image.git",
4043 "reference": "04be355f8d6734c826045d02a1079ad658322dad"
4044 },
4045 "dist": {
4046 "type": "zip",
4047 "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
4048 "reference": "04be355f8d6734c826045d02a1079ad658322dad",
4049 "shasum": ""
4050 },
4051 "require": {
4052 "ext-fileinfo": "*",
4053 "guzzlehttp/psr7": "~1.1 || ^2.0",
4054 "php": ">=5.4.0"
4055 },
4056 "require-dev": {
4057 "mockery/mockery": "~0.9.2",
4058 "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
4059 },
4060 "suggest": {
4061 "ext-gd": "to use GD library based image processing.",
4062 "ext-imagick": "to use Imagick based image processing.",
4063 "intervention/imagecache": "Caching extension for the Intervention Image library"
4064 },
4065 "type": "library",
4066 "extra": {
4067 "laravel": {
4068 "aliases": {
4069 "Image": "Intervention\\Image\\Facades\\Image"
4070 },
4071 "providers": [
4072 "Intervention\\Image\\ImageServiceProvider"
4073 ]
4074 },
4075 "branch-alias": {
4076 "dev-master": "2.4-dev"
4077 }
4078 },
4079 "autoload": {
4080 "psr-4": {
4081 "Intervention\\Image\\": "src/Intervention/Image"
4082 }
4083 },
4084 "notification-url": "https://packagist.org/downloads/",
4085 "license": [
4086 "MIT"
4087 ],
4088 "authors": [
4089 {
4090 "name": "Oliver Vogel",
4091 "email": "oliver@intervention.io",
4092 "homepage": "https://intervention.io/"
4093 }
4094 ],
4095 "description": "Image handling and manipulation library with support for Laravel integration",
4096 "homepage": "http://image.intervention.io/",
4097 "keywords": [
4098 "gd",
4099 "image",
4100 "imagick",
4101 "laravel",
4102 "thumbnail",
4103 "watermark"
4104 ],
4105 "support": {
4106 "issues": "https://github.com/Intervention/image/issues",
4107 "source": "https://github.com/Intervention/image/tree/2.7.2"
4108 },
4109 "funding": [
4110 {
4111 "url": "https://paypal.me/interventionio",
4112 "type": "custom"
4113 },
4114 {
4115 "url": "https://github.com/Intervention",
4116 "type": "github"
4117 }
4118 ],
4119 "time": "2022-05-21T17:30:32+00:00"
4120 },
4121 {
4122 "name": "jaybizzle/crawler-detect",
4123 "version": "v1.3.6",
4124 "source": {
4125 "type": "git",
4126 "url": "https://github.com/JayBizzle/Crawler-Detect.git",
4127 "reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813"
4128 },
4129 "dist": {
4130 "type": "zip",
4131 "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
4132 "reference": "61f2ef1ad2d0ae922c265931cb0a8032a1ed2813",
4133 "shasum": ""
4134 },
4135 "require": {
4136 "php": ">=7.1.0"
4137 },
4138 "require-dev": {
4139 "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
4140 },
4141 "type": "library",
4142 "autoload": {
4143 "psr-4": {
4144 "Jaybizzle\\CrawlerDetect\\": "src/"
4145 }
4146 },
4147 "notification-url": "https://packagist.org/downloads/",
4148 "license": [
4149 "MIT"
4150 ],
4151 "authors": [
4152 {
4153 "name": "Mark Beech",
4154 "email": "m@rkbee.ch",
4155 "role": "Developer"
4156 }
4157 ],
4158 "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
4159 "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
4160 "keywords": [
4161 "crawler",
4162 "crawler detect",
4163 "crawler detector",
4164 "crawlerdetect",
4165 "php crawler detect"
4166 ],
4167 "support": {
4168 "issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
4169 "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.6"
4170 },
4171 "time": "2025-09-30T16:22:43+00:00"
4172 },
4173 {
4174 "name": "jenssegers/agent",
4175 "version": "v2.6.4",
4176 "source": {
4177 "type": "git",
4178 "url": "https://github.com/jenssegers/agent.git",
4179 "reference": "daa11c43729510b3700bc34d414664966b03bffe"
4180 },
4181 "dist": {
4182 "type": "zip",
4183 "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe",
4184 "reference": "daa11c43729510b3700bc34d414664966b03bffe",
4185 "shasum": ""
4186 },
4187 "require": {
4188 "jaybizzle/crawler-detect": "^1.2",
4189 "mobiledetect/mobiledetectlib": "^2.7.6",
4190 "php": ">=5.6"
4191 },
4192 "require-dev": {
4193 "php-coveralls/php-coveralls": "^2.1",
4194 "phpunit/phpunit": "^5.0|^6.0|^7.0"
4195 },
4196 "suggest": {
4197 "illuminate/support": "Required for laravel service providers"
4198 },
4199 "type": "library",
4200 "extra": {
4201 "laravel": {
4202 "aliases": {
4203 "Agent": "Jenssegers\\Agent\\Facades\\Agent"
4204 },
4205 "providers": [
4206 "Jenssegers\\Agent\\AgentServiceProvider"
4207 ]
4208 },
4209 "branch-alias": {
4210 "dev-master": "3.0-dev"
4211 }
4212 },
4213 "autoload": {
4214 "psr-4": {
4215 "Jenssegers\\Agent\\": "src/"
4216 }
4217 },
4218 "notification-url": "https://packagist.org/downloads/",
4219 "license": [
4220 "MIT"
4221 ],
4222 "authors": [
4223 {
4224 "name": "Jens Segers",
4225 "homepage": "https://jenssegers.com"
4226 }
4227 ],
4228 "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
4229 "homepage": "https://github.com/jenssegers/agent",
4230 "keywords": [
4231 "Agent",
4232 "browser",
4233 "desktop",
4234 "laravel",
4235 "mobile",
4236 "platform",
4237 "user agent",
4238 "useragent"
4239 ],
4240 "support": {
4241 "issues": "https://github.com/jenssegers/agent/issues",
4242 "source": "https://github.com/jenssegers/agent/tree/v2.6.4"
4243 },
4244 "funding": [
4245 {
4246 "url": "https://github.com/jenssegers",
4247 "type": "github"
4248 },
4249 {
4250 "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent",
4251 "type": "tidelift"
4252 }
4253 ],
4254 "time": "2020-06-13T08:05:20+00:00"
4255 },
4256 {
4257 "name": "laminas/laminas-diactoros",
4258 "version": "3.8.0",
4259 "source": {
4260 "type": "git",
4261 "url": "https://github.com/laminas/laminas-diactoros.git",
4262 "reference": "60c182916b2749480895601649563970f3f12ec4"
4263 },
4264 "dist": {
4265 "type": "zip",
4266 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/60c182916b2749480895601649563970f3f12ec4",
4267 "reference": "60c182916b2749480895601649563970f3f12ec4",
4268 "shasum": ""
4269 },
4270 "require": {
4271 "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
4272 "psr/http-factory": "^1.1",
4273 "psr/http-message": "^1.1 || ^2.0"
4274 },
4275 "conflict": {
4276 "amphp/amp": "<2.6.4"
4277 },
4278 "provide": {
4279 "psr/http-factory-implementation": "^1.0",
4280 "psr/http-message-implementation": "^1.1 || ^2.0"
4281 },
4282 "require-dev": {
4283 "ext-curl": "*",
4284 "ext-dom": "*",
4285 "ext-gd": "*",
4286 "ext-libxml": "*",
4287 "http-interop/http-factory-tests": "^2.2.0",
4288 "laminas/laminas-coding-standard": "~3.1.0",
4289 "php-http/psr7-integration-tests": "^1.4.0",
4290 "phpunit/phpunit": "^10.5.36",
4291 "psalm/plugin-phpunit": "^0.19.5",
4292 "vimeo/psalm": "^6.13"
4293 },
4294 "type": "library",
4295 "extra": {
4296 "laminas": {
4297 "module": "Laminas\\Diactoros",
4298 "config-provider": "Laminas\\Diactoros\\ConfigProvider"
4299 }
4300 },
4301 "autoload": {
4302 "files": [
4303 "src/functions/create_uploaded_file.php",
4304 "src/functions/marshal_headers_from_sapi.php",
4305 "src/functions/marshal_method_from_sapi.php",
4306 "src/functions/marshal_protocol_version_from_sapi.php",
4307 "src/functions/normalize_server.php",
4308 "src/functions/normalize_uploaded_files.php",
4309 "src/functions/parse_cookie_header.php"
4310 ],
4311 "psr-4": {
4312 "Laminas\\Diactoros\\": "src/"
4313 }
4314 },
4315 "notification-url": "https://packagist.org/downloads/",
4316 "license": [
4317 "BSD-3-Clause"
4318 ],
4319 "description": "PSR HTTP Message implementations",
4320 "homepage": "https://laminas.dev",
4321 "keywords": [
4322 "http",
4323 "laminas",
4324 "psr",
4325 "psr-17",
4326 "psr-7"
4327 ],
4328 "support": {
4329 "chat": "https://laminas.dev/chat",
4330 "docs": "https://docs.laminas.dev/laminas-diactoros/",
4331 "forum": "https://discourse.laminas.dev",
4332 "issues": "https://github.com/laminas/laminas-diactoros/issues",
4333 "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
4334 "source": "https://github.com/laminas/laminas-diactoros"
4335 },
4336 "funding": [
4337 {
4338 "url": "https://funding.communitybridge.org/projects/laminas-project",
4339 "type": "community_bridge"
4340 }
4341 ],
4342 "time": "2025-10-12T15:31:36+00:00"
4343 },
4344 {
4345 "name": "laminas/laminas-escaper",
4346 "version": "2.18.0",
4347 "source": {
4348 "type": "git",
4349 "url": "https://github.com/laminas/laminas-escaper.git",
4350 "reference": "06f211dfffff18d91844c1f55250d5d13c007e18"
4351 },
4352 "dist": {
4353 "type": "zip",
4354 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/06f211dfffff18d91844c1f55250d5d13c007e18",
4355 "reference": "06f211dfffff18d91844c1f55250d5d13c007e18",
4356 "shasum": ""
4357 },
4358 "require": {
4359 "ext-ctype": "*",
4360 "ext-mbstring": "*",
4361 "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
4362 },
4363 "conflict": {
4364 "zendframework/zend-escaper": "*"
4365 },
4366 "require-dev": {
4367 "infection/infection": "^0.31.0",
4368 "laminas/laminas-coding-standard": "~3.1.0",
4369 "phpunit/phpunit": "^11.5.42",
4370 "psalm/plugin-phpunit": "^0.19.5",
4371 "vimeo/psalm": "^6.13.1"
4372 },
4373 "type": "library",
4374 "autoload": {
4375 "psr-4": {
4376 "Laminas\\Escaper\\": "src/"
4377 }
4378 },
4379 "notification-url": "https://packagist.org/downloads/",
4380 "license": [
4381 "BSD-3-Clause"
4382 ],
4383 "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
4384 "homepage": "https://laminas.dev",
4385 "keywords": [
4386 "escaper",
4387 "laminas"
4388 ],
4389 "support": {
4390 "chat": "https://laminas.dev/chat",
4391 "docs": "https://docs.laminas.dev/laminas-escaper/",
4392 "forum": "https://discourse.laminas.dev",
4393 "issues": "https://github.com/laminas/laminas-escaper/issues",
4394 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
4395 "source": "https://github.com/laminas/laminas-escaper"
4396 },
4397 "funding": [
4398 {
4399 "url": "https://funding.communitybridge.org/projects/laminas-project",
4400 "type": "community_bridge"
4401 }
4402 ],
4403 "time": "2025-10-14T18:31:13+00:00"
4404 },
4405 {
4406 "name": "laminas/laminas-httphandlerrunner",
4407 "version": "2.13.0",
4408 "source": {
4409 "type": "git",
4410 "url": "https://github.com/laminas/laminas-httphandlerrunner.git",
4411 "reference": "181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e"
4412 },
4413 "dist": {
4414 "type": "zip",
4415 "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e",
4416 "reference": "181eaeeb838ad3d80fbbcfb0657a46bc212bbd4e",
4417 "shasum": ""
4418 },
4419 "require": {
4420 "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
4421 "psr/http-message": "^1.0 || ^2.0",
4422 "psr/http-message-implementation": "^1.0 || ^2.0",
4423 "psr/http-server-handler": "^1.0"
4424 },
4425 "require-dev": {
4426 "laminas/laminas-coding-standard": "~3.1.0",
4427 "laminas/laminas-diactoros": "^3.6.0",
4428 "phpunit/phpunit": "^10.5.46",
4429 "psalm/plugin-phpunit": "^0.19.5",
4430 "vimeo/psalm": "^6.10.3"
4431 },
4432 "type": "library",
4433 "extra": {
4434 "laminas": {
4435 "config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
4436 }
4437 },
4438 "autoload": {
4439 "psr-4": {
4440 "Laminas\\HttpHandlerRunner\\": "src/"
4441 }
4442 },
4443 "notification-url": "https://packagist.org/downloads/",
4444 "license": [
4445 "BSD-3-Clause"
4446 ],
4447 "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
4448 "homepage": "https://laminas.dev",
4449 "keywords": [
4450 "components",
4451 "laminas",
4452 "mezzio",
4453 "psr-15",
4454 "psr-7"
4455 ],
4456 "support": {
4457 "chat": "https://laminas.dev/chat",
4458 "docs": "https://docs.laminas.dev/laminas-httphandlerrunner/",
4459 "forum": "https://discourse.laminas.dev",
4460 "issues": "https://github.com/laminas/laminas-httphandlerrunner/issues",
4461 "rss": "https://github.com/laminas/laminas-httphandlerrunner/releases.atom",
4462 "source": "https://github.com/laminas/laminas-httphandlerrunner"
4463 },
4464 "funding": [
4465 {
4466 "url": "https://funding.communitybridge.org/projects/laminas-project",
4467 "type": "community_bridge"
4468 }
4469 ],
4470 "time": "2025-10-12T20:58:29+00:00"
4471 },
4472 {
4473 "name": "laminas/laminas-stratigility",
4474 "version": "4.3.0",
4475 "source": {
4476 "type": "git",
4477 "url": "https://github.com/laminas/laminas-stratigility.git",
4478 "reference": "3413771ac42d096a108236f2790bba6803df8a27"
4479 },
4480 "dist": {
4481 "type": "zip",
4482 "url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/3413771ac42d096a108236f2790bba6803df8a27",
4483 "reference": "3413771ac42d096a108236f2790bba6803df8a27",
4484 "shasum": ""
4485 },
4486 "require": {
4487 "fig/http-message-util": "^1.1",
4488 "laminas/laminas-escaper": "^2.10.0",
4489 "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
4490 "psr/http-factory": "^1.0.2",
4491 "psr/http-message": "^1.0 || ^2.0",
4492 "psr/http-server-middleware": "^1.0.2"
4493 },
4494 "conflict": {
4495 "zendframework/zend-stratigility": "*"
4496 },
4497 "require-dev": {
4498 "laminas/laminas-coding-standard": "~3.1.0",
4499 "laminas/laminas-diactoros": "^2.25 || ^3.8.0",
4500 "phpunit/phpunit": "^11.5.42",
4501 "psalm/plugin-phpunit": "^0.19.5",
4502 "vimeo/psalm": "^6.13.1"
4503 },
4504 "suggest": {
4505 "psr/http-factory-implementation": "Please install a psr/http-factory implementation to consume Stratigility; e.g., laminas/laminas-diactoros",
4506 "psr/http-message-implementation": "Please install a psr/http-message implementation to consume Stratigility; e.g., laminas/laminas-diactoros"
4507 },
4508 "type": "library",
4509 "autoload": {
4510 "files": [
4511 "src/functions/double-pass-middleware.php",
4512 "src/functions/host.php",
4513 "src/functions/middleware.php",
4514 "src/functions/path.php"
4515 ],
4516 "psr-4": {
4517 "Laminas\\Stratigility\\": "src/"
4518 }
4519 },
4520 "notification-url": "https://packagist.org/downloads/",
4521 "license": [
4522 "BSD-3-Clause"
4523 ],
4524 "description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
4525 "homepage": "https://laminas.dev",
4526 "keywords": [
4527 "http",
4528 "laminas",
4529 "middleware",
4530 "psr-15",
4531 "psr-17",
4532 "psr-7"
4533 ],
4534 "support": {
4535 "chat": "https://laminas.dev/chat",
4536 "docs": "https://docs.laminas.dev/laminas-stratigility/",
4537 "forum": "https://discourse.laminas.dev",
4538 "issues": "https://github.com/laminas/laminas-stratigility/issues",
4539 "rss": "https://github.com/laminas/laminas-stratigility/releases.atom",
4540 "source": "https://github.com/laminas/laminas-stratigility"
4541 },
4542 "funding": [
4543 {
4544 "url": "https://funding.communitybridge.org/projects/laminas-project",
4545 "type": "community_bridge"
4546 }
4547 ],
4548 "time": "2025-10-14T20:48:06+00:00"
4549 },
4550 {
4551 "name": "laravel/serializable-closure",
4552 "version": "v1.3.7",
4553 "source": {
4554 "type": "git",
4555 "url": "https://github.com/laravel/serializable-closure.git",
4556 "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
4557 },
4558 "dist": {
4559 "type": "zip",
4560 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
4561 "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
4562 "shasum": ""
4563 },
4564 "require": {
4565 "php": "^7.3|^8.0"
4566 },
4567 "require-dev": {
4568 "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
4569 "nesbot/carbon": "^2.61|^3.0",
4570 "pestphp/pest": "^1.21.3",
4571 "phpstan/phpstan": "^1.8.2",
4572 "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
4573 },
4574 "type": "library",
4575 "extra": {
4576 "branch-alias": {
4577 "dev-master": "1.x-dev"
4578 }
4579 },
4580 "autoload": {
4581 "psr-4": {
4582 "Laravel\\SerializableClosure\\": "src/"
4583 }
4584 },
4585 "notification-url": "https://packagist.org/downloads/",
4586 "license": [
4587 "MIT"
4588 ],
4589 "authors": [
4590 {
4591 "name": "Taylor Otwell",
4592 "email": "taylor@laravel.com"
4593 },
4594 {
4595 "name": "Nuno Maduro",
4596 "email": "nuno@laravel.com"
4597 }
4598 ],
4599 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
4600 "keywords": [
4601 "closure",
4602 "laravel",
4603 "serializable"
4604 ],
4605 "support": {
4606 "issues": "https://github.com/laravel/serializable-closure/issues",
4607 "source": "https://github.com/laravel/serializable-closure"
4608 },
4609 "time": "2024-11-14T18:34:49+00:00"
4610 },
4611 {
4612 "name": "league/commonmark",
4613 "version": "2.8.0",
4614 "source": {
4615 "type": "git",
4616 "url": "https://github.com/thephpleague/commonmark.git",
4617 "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb"
4618 },
4619 "dist": {
4620 "type": "zip",
4621 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
4622 "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
4623 "shasum": ""
4624 },
4625 "require": {
4626 "ext-mbstring": "*",
4627 "league/config": "^1.1.1",
4628 "php": "^7.4 || ^8.0",
4629 "psr/event-dispatcher": "^1.0",
4630 "symfony/deprecation-contracts": "^2.1 || ^3.0",
4631 "symfony/polyfill-php80": "^1.16"
4632 },
4633 "require-dev": {
4634 "cebe/markdown": "^1.0",
4635 "commonmark/cmark": "0.31.1",
4636 "commonmark/commonmark.js": "0.31.1",
4637 "composer/package-versions-deprecated": "^1.8",
4638 "embed/embed": "^4.4",
4639 "erusev/parsedown": "^1.0",
4640 "ext-json": "*",
4641 "github/gfm": "0.29.0",
4642 "michelf/php-markdown": "^1.4 || ^2.0",
4643 "nyholm/psr7": "^1.5",
4644 "phpstan/phpstan": "^1.8.2",
4645 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
4646 "scrutinizer/ocular": "^1.8.1",
4647 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
4648 "symfony/process": "^5.4 | ^6.0 | ^7.0",
4649 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
4650 "unleashedtech/php-coding-standard": "^3.1.1",
4651 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
4652 },
4653 "suggest": {
4654 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
4655 },
4656 "type": "library",
4657 "extra": {
4658 "branch-alias": {
4659 "dev-main": "2.9-dev"
4660 }
4661 },
4662 "autoload": {
4663 "psr-4": {
4664 "League\\CommonMark\\": "src"
4665 }
4666 },
4667 "notification-url": "https://packagist.org/downloads/",
4668 "license": [
4669 "BSD-3-Clause"
4670 ],
4671 "authors": [
4672 {
4673 "name": "Colin O'Dell",
4674 "email": "colinodell@gmail.com",
4675 "homepage": "https://www.colinodell.com",
4676 "role": "Lead Developer"
4677 }
4678 ],
4679 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
4680 "homepage": "https://commonmark.thephpleague.com",
4681 "keywords": [
4682 "commonmark",
4683 "flavored",
4684 "gfm",
4685 "github",
4686 "github-flavored",
4687 "markdown",
4688 "md",
4689 "parser"
4690 ],
4691 "support": {
4692 "docs": "https://commonmark.thephpleague.com/",
4693 "forum": "https://github.com/thephpleague/commonmark/discussions",
4694 "issues": "https://github.com/thephpleague/commonmark/issues",
4695 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
4696 "source": "https://github.com/thephpleague/commonmark"
4697 },
4698 "funding": [
4699 {
4700 "url": "https://www.colinodell.com/sponsor",
4701 "type": "custom"
4702 },
4703 {
4704 "url": "https://www.paypal.me/colinpodell/10.00",
4705 "type": "custom"
4706 },
4707 {
4708 "url": "https://github.com/colinodell",
4709 "type": "github"
4710 },
4711 {
4712 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
4713 "type": "tidelift"
4714 }
4715 ],
4716 "time": "2025-11-26T21:48:24+00:00"
4717 },
4718 {
4719 "name": "league/config",
4720 "version": "v1.2.0",
4721 "source": {
4722 "type": "git",
4723 "url": "https://github.com/thephpleague/config.git",
4724 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
4725 },
4726 "dist": {
4727 "type": "zip",
4728 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
4729 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
4730 "shasum": ""
4731 },
4732 "require": {
4733 "dflydev/dot-access-data": "^3.0.1",
4734 "nette/schema": "^1.2",
4735 "php": "^7.4 || ^8.0"
4736 },
4737 "require-dev": {
4738 "phpstan/phpstan": "^1.8.2",
4739 "phpunit/phpunit": "^9.5.5",
4740 "scrutinizer/ocular": "^1.8.1",
4741 "unleashedtech/php-coding-standard": "^3.1",
4742 "vimeo/psalm": "^4.7.3"
4743 },
4744 "type": "library",
4745 "extra": {
4746 "branch-alias": {
4747 "dev-main": "1.2-dev"
4748 }
4749 },
4750 "autoload": {
4751 "psr-4": {
4752 "League\\Config\\": "src"
4753 }
4754 },
4755 "notification-url": "https://packagist.org/downloads/",
4756 "license": [
4757 "BSD-3-Clause"
4758 ],
4759 "authors": [
4760 {
4761 "name": "Colin O'Dell",
4762 "email": "colinodell@gmail.com",
4763 "homepage": "https://www.colinodell.com",
4764 "role": "Lead Developer"
4765 }
4766 ],
4767 "description": "Define configuration arrays with strict schemas and access values with dot notation",
4768 "homepage": "https://config.thephpleague.com",
4769 "keywords": [
4770 "array",
4771 "config",
4772 "configuration",
4773 "dot",
4774 "dot-access",
4775 "nested",
4776 "schema"
4777 ],
4778 "support": {
4779 "docs": "https://config.thephpleague.com/",
4780 "issues": "https://github.com/thephpleague/config/issues",
4781 "rss": "https://github.com/thephpleague/config/releases.atom",
4782 "source": "https://github.com/thephpleague/config"
4783 },
4784 "funding": [
4785 {
4786 "url": "https://www.colinodell.com/sponsor",
4787 "type": "custom"
4788 },
4789 {
4790 "url": "https://www.paypal.me/colinpodell/10.00",
4791 "type": "custom"
4792 },
4793 {
4794 "url": "https://github.com/colinodell",
4795 "type": "github"
4796 }
4797 ],
4798 "time": "2022-12-11T20:36:23+00:00"
4799 },
4800 {
4801 "name": "league/flysystem",
4802 "version": "1.1.10",
4803 "source": {
4804 "type": "git",
4805 "url": "https://github.com/thephpleague/flysystem.git",
4806 "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
4807 },
4808 "dist": {
4809 "type": "zip",
4810 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
4811 "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
4812 "shasum": ""
4813 },
4814 "require": {
4815 "ext-fileinfo": "*",
4816 "league/mime-type-detection": "^1.3",
4817 "php": "^7.2.5 || ^8.0"
4818 },
4819 "conflict": {
4820 "league/flysystem-sftp": "<1.0.6"
4821 },
4822 "require-dev": {
4823 "phpspec/prophecy": "^1.11.1",
4824 "phpunit/phpunit": "^8.5.8"
4825 },
4826 "suggest": {
4827 "ext-ftp": "Allows you to use FTP server storage",
4828 "ext-openssl": "Allows you to use FTPS server storage",
4829 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
4830 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
4831 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
4832 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
4833 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
4834 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
4835 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
4836 "league/flysystem-webdav": "Allows you to use WebDAV storage",
4837 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
4838 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
4839 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
4840 },
4841 "type": "library",
4842 "extra": {
4843 "branch-alias": {
4844 "dev-master": "1.1-dev"
4845 }
4846 },
4847 "autoload": {
4848 "psr-4": {
4849 "League\\Flysystem\\": "src/"
4850 }
4851 },
4852 "notification-url": "https://packagist.org/downloads/",
4853 "license": [
4854 "MIT"
4855 ],
4856 "authors": [
4857 {
4858 "name": "Frank de Jonge",
4859 "email": "info@frenky.net"
4860 }
4861 ],
4862 "description": "Filesystem abstraction: Many filesystems, one API.",
4863 "keywords": [
4864 "Cloud Files",
4865 "WebDAV",
4866 "abstraction",
4867 "aws",
4868 "cloud",
4869 "copy.com",
4870 "dropbox",
4871 "file systems",
4872 "files",
4873 "filesystem",
4874 "filesystems",
4875 "ftp",
4876 "rackspace",
4877 "remote",
4878 "s3",
4879 "sftp",
4880 "storage"
4881 ],
4882 "support": {
4883 "issues": "https://github.com/thephpleague/flysystem/issues",
4884 "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
4885 },
4886 "funding": [
4887 {
4888 "url": "https://offset.earth/frankdejonge",
4889 "type": "other"
4890 }
4891 ],
4892 "time": "2022-10-04T09:16:37+00:00"
4893 },
4894 {
4895 "name": "league/mime-type-detection",
4896 "version": "1.16.0",
4897 "source": {
4898 "type": "git",
4899 "url": "https://github.com/thephpleague/mime-type-detection.git",
4900 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
4901 },
4902 "dist": {
4903 "type": "zip",
4904 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
4905 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
4906 "shasum": ""
4907 },
4908 "require": {
4909 "ext-fileinfo": "*",
4910 "php": "^7.4 || ^8.0"
4911 },
4912 "require-dev": {
4913 "friendsofphp/php-cs-fixer": "^3.2",
4914 "phpstan/phpstan": "^0.12.68",
4915 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
4916 },
4917 "type": "library",
4918 "autoload": {
4919 "psr-4": {
4920 "League\\MimeTypeDetection\\": "src"
4921 }
4922 },
4923 "notification-url": "https://packagist.org/downloads/",
4924 "license": [
4925 "MIT"
4926 ],
4927 "authors": [
4928 {
4929 "name": "Frank de Jonge",
4930 "email": "info@frankdejonge.nl"
4931 }
4932 ],
4933 "description": "Mime-type detection for Flysystem",
4934 "support": {
4935 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
4936 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
4937 },
4938 "funding": [
4939 {
4940 "url": "https://github.com/frankdejonge",
4941 "type": "github"
4942 },
4943 {
4944 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
4945 "type": "tidelift"
4946 }
4947 ],
4948 "time": "2024-09-21T08:32:55+00:00"
4949 },
4950 {
4951 "name": "matthiasmullie/minify",
4952 "version": "1.3.75",
4953 "source": {
4954 "type": "git",
4955 "url": "https://github.com/matthiasmullie/minify.git",
4956 "reference": "76ba4a5f555fd7bf4aa408af608e991569076671"
4957 },
4958 "dist": {
4959 "type": "zip",
4960 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/76ba4a5f555fd7bf4aa408af608e991569076671",
4961 "reference": "76ba4a5f555fd7bf4aa408af608e991569076671",
4962 "shasum": ""
4963 },
4964 "require": {
4965 "ext-pcre": "*",
4966 "matthiasmullie/path-converter": "~1.1",
4967 "php": ">=5.3.0"
4968 },
4969 "require-dev": {
4970 "friendsofphp/php-cs-fixer": ">=2.0",
4971 "matthiasmullie/scrapbook": ">=1.3",
4972 "phpunit/phpunit": ">=4.8"
4973 },
4974 "suggest": {
4975 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
4976 },
4977 "bin": [
4978 "bin/minifycss",
4979 "bin/minifyjs"
4980 ],
4981 "type": "library",
4982 "autoload": {
4983 "psr-4": {
4984 "MatthiasMullie\\Minify\\": "src/"
4985 }
4986 },
4987 "notification-url": "https://packagist.org/downloads/",
4988 "license": [
4989 "MIT"
4990 ],
4991 "authors": [
4992 {
4993 "name": "Matthias Mullie",
4994 "email": "minify@mullie.eu",
4995 "homepage": "https://www.mullie.eu",
4996 "role": "Developer"
4997 }
4998 ],
4999 "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
5000 "homepage": "https://github.com/matthiasmullie/minify",
5001 "keywords": [
5002 "JS",
5003 "css",
5004 "javascript",
5005 "minifier",
5006 "minify"
5007 ],
5008 "support": {
5009 "issues": "https://github.com/matthiasmullie/minify/issues",
5010 "source": "https://github.com/matthiasmullie/minify/tree/1.3.75"
5011 },
5012 "funding": [
5013 {
5014 "url": "https://github.com/matthiasmullie",
5015 "type": "github"
5016 }
5017 ],
5018 "time": "2025-06-25T09:56:19+00:00"
5019 },
5020 {
5021 "name": "matthiasmullie/path-converter",
5022 "version": "1.1.3",
5023 "source": {
5024 "type": "git",
5025 "url": "https://github.com/matthiasmullie/path-converter.git",
5026 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
5027 },
5028 "dist": {
5029 "type": "zip",
5030 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
5031 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
5032 "shasum": ""
5033 },
5034 "require": {
5035 "ext-pcre": "*",
5036 "php": ">=5.3.0"
5037 },
5038 "require-dev": {
5039 "phpunit/phpunit": "~4.8"
5040 },
5041 "type": "library",
5042 "autoload": {
5043 "psr-4": {
5044 "MatthiasMullie\\PathConverter\\": "src/"
5045 }
5046 },
5047 "notification-url": "https://packagist.org/downloads/",
5048 "license": [
5049 "MIT"
5050 ],
5051 "authors": [
5052 {
5053 "name": "Matthias Mullie",
5054 "email": "pathconverter@mullie.eu",
5055 "homepage": "http://www.mullie.eu",
5056 "role": "Developer"
5057 }
5058 ],
5059 "description": "Relative path converter",
5060 "homepage": "http://github.com/matthiasmullie/path-converter",
5061 "keywords": [
5062 "converter",
5063 "path",
5064 "paths",
5065 "relative"
5066 ],
5067 "support": {
5068 "issues": "https://github.com/matthiasmullie/path-converter/issues",
5069 "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
5070 },
5071 "time": "2019-02-05T23:41:09+00:00"
5072 },
5073 {
5074 "name": "middlewares/base-path",
5075 "version": "v2.2.0",
5076 "source": {
5077 "type": "git",
5078 "url": "https://github.com/middlewares/base-path.git",
5079 "reference": "243ad6a6435cc74e221d81867d1110853ebf6321"
5080 },
5081 "dist": {
5082 "type": "zip",
5083 "url": "https://api.github.com/repos/middlewares/base-path/zipball/243ad6a6435cc74e221d81867d1110853ebf6321",
5084 "reference": "243ad6a6435cc74e221d81867d1110853ebf6321",
5085 "shasum": ""
5086 },
5087 "require": {
5088 "php": "^7.2 || ^8.0",
5089 "psr/http-server-middleware": "^1"
5090 },
5091 "require-dev": {
5092 "friendsofphp/php-cs-fixer": "^3",
5093 "laminas/laminas-diactoros": "^2 || ^3",
5094 "middlewares/utils": "^2 || ^3 || ^4",
5095 "oscarotero/php-cs-fixer-config": "^2",
5096 "phpstan/phpstan": "^1 || ^2",
5097 "phpunit/phpunit": "^8 || ^9",
5098 "squizlabs/php_codesniffer": "^3"
5099 },
5100 "type": "library",
5101 "autoload": {
5102 "psr-4": {
5103 "Middlewares\\": "src/"
5104 }
5105 },
5106 "notification-url": "https://packagist.org/downloads/",
5107 "license": [
5108 "MIT"
5109 ],
5110 "description": "Middleware to remove the prefix from the uri path of the request.",
5111 "homepage": "https://github.com/middlewares/base-path",
5112 "keywords": [
5113 "http",
5114 "middleware",
5115 "psr-15",
5116 "psr-7",
5117 "server"
5118 ],
5119 "support": {
5120 "issues": "https://github.com/middlewares/base-path/issues",
5121 "source": "https://github.com/middlewares/base-path/tree/v2.2.0"
5122 },
5123 "time": "2025-03-23T10:15:15+00:00"
5124 },
5125 {
5126 "name": "middlewares/base-path-router",
5127 "version": "v2.1.0",
5128 "source": {
5129 "type": "git",
5130 "url": "https://github.com/middlewares/base-path-router.git",
5131 "reference": "0f93a817c659084f9d8b70809d24e43b498ac502"
5132 },
5133 "dist": {
5134 "type": "zip",
5135 "url": "https://api.github.com/repos/middlewares/base-path-router/zipball/0f93a817c659084f9d8b70809d24e43b498ac502",
5136 "reference": "0f93a817c659084f9d8b70809d24e43b498ac502",
5137 "shasum": ""
5138 },
5139 "require": {
5140 "middlewares/utils": "^2 || ^3 || ^4",
5141 "php": "^7.2 || ^8.0",
5142 "psr/http-server-middleware": "^1"
5143 },
5144 "require-dev": {
5145 "friendsofphp/php-cs-fixer": "^3",
5146 "laminas/laminas-diactoros": "^2 || ^3",
5147 "oscarotero/php-cs-fixer-config": "^2",
5148 "phpstan/phpstan": "^1 || ^2",
5149 "phpunit/phpunit": "^8 || ^9",
5150 "squizlabs/php_codesniffer": "^3"
5151 },
5152 "type": "library",
5153 "autoload": {
5154 "psr-4": {
5155 "Middlewares\\": "src/"
5156 }
5157 },
5158 "notification-url": "https://packagist.org/downloads/",
5159 "license": [
5160 "MIT"
5161 ],
5162 "description": "A PSR-15 middleware for hierarchical dispatching based on path prefixes",
5163 "homepage": "https://github.com/middlewares/base-path-router",
5164 "keywords": [
5165 "http",
5166 "middleware",
5167 "psr-15",
5168 "psr-7",
5169 "routing",
5170 "server"
5171 ],
5172 "support": {
5173 "issues": "https://github.com/middlewares/base-path-router/issues",
5174 "source": "https://github.com/middlewares/base-path-router/tree/v2.1.0"
5175 },
5176 "time": "2025-03-22T13:12:28+00:00"
5177 },
5178 {
5179 "name": "middlewares/request-handler",
5180 "version": "v2.1.0",
5181 "source": {
5182 "type": "git",
5183 "url": "https://github.com/middlewares/request-handler.git",
5184 "reference": "732bc798d9ae11c2703b870ccd098030fb609c3b"
5185 },
5186 "dist": {
5187 "type": "zip",
5188 "url": "https://api.github.com/repos/middlewares/request-handler/zipball/732bc798d9ae11c2703b870ccd098030fb609c3b",
5189 "reference": "732bc798d9ae11c2703b870ccd098030fb609c3b",
5190 "shasum": ""
5191 },
5192 "require": {
5193 "middlewares/utils": "^2 || ^3 || ^4",
5194 "php": "^7.2 || ^8.0",
5195 "psr/container": "^1.0||^2.0",
5196 "psr/http-server-middleware": "^1"
5197 },
5198 "require-dev": {
5199 "friendsofphp/php-cs-fixer": "^3",
5200 "laminas/laminas-diactoros": "^2 || ^3",
5201 "oscarotero/php-cs-fixer-config": "^2",
5202 "phpstan/phpstan": "^1 || ^2",
5203 "phpunit/phpunit": "^8 || ^9",
5204 "squizlabs/php_codesniffer": "^3"
5205 },
5206 "type": "library",
5207 "autoload": {
5208 "psr-4": {
5209 "Middlewares\\": "src/"
5210 }
5211 },
5212 "notification-url": "https://packagist.org/downloads/",
5213 "license": [
5214 "MIT"
5215 ],
5216 "description": "Middleware to execute request handlers",
5217 "homepage": "https://github.com/middlewares/request-handler",
5218 "keywords": [
5219 "controller",
5220 "handler",
5221 "http",
5222 "invoke",
5223 "middleware",
5224 "psr-15",
5225 "psr-7",
5226 "request",
5227 "server"
5228 ],
5229 "support": {
5230 "issues": "https://github.com/middlewares/request-handler/issues",
5231 "source": "https://github.com/middlewares/request-handler/tree/v2.1.0"
5232 },
5233 "time": "2025-03-23T18:04:48+00:00"
5234 },
5235 {
5236 "name": "middlewares/utils",
5237 "version": "v3.3.0",
5238 "source": {
5239 "type": "git",
5240 "url": "https://github.com/middlewares/utils.git",
5241 "reference": "670b135ce0dbd040eadb025a9388f9bd617cc010"
5242 },
5243 "dist": {
5244 "type": "zip",
5245 "url": "https://api.github.com/repos/middlewares/utils/zipball/670b135ce0dbd040eadb025a9388f9bd617cc010",
5246 "reference": "670b135ce0dbd040eadb025a9388f9bd617cc010",
5247 "shasum": ""
5248 },
5249 "require": {
5250 "php": "^7.2 || ^8.0",
5251 "psr/container": "^1.0 || ^2.0",
5252 "psr/http-factory": "^1.0",
5253 "psr/http-message": "^1.0",
5254 "psr/http-server-middleware": "^1.0"
5255 },
5256 "require-dev": {
5257 "friendsofphp/php-cs-fixer": "^v2.16",
5258 "guzzlehttp/psr7": "^2.0",
5259 "laminas/laminas-diactoros": "^2.4",
5260 "nyholm/psr7": "^1.0",
5261 "oscarotero/php-cs-fixer-config": "^1.0",
5262 "phpstan/phpstan": "^0.12",
5263 "phpunit/phpunit": "^8|^9",
5264 "slim/psr7": "^1.4",
5265 "squizlabs/php_codesniffer": "^3.5",
5266 "sunrise/http-message": "^1.0",
5267 "sunrise/http-server-request": "^1.0",
5268 "sunrise/stream": "^1.0.15",
5269 "sunrise/uri": "^1.0.15"
5270 },
5271 "type": "library",
5272 "autoload": {
5273 "psr-4": {
5274 "Middlewares\\Utils\\": "src/"
5275 }
5276 },
5277 "notification-url": "https://packagist.org/downloads/",
5278 "license": [
5279 "MIT"
5280 ],
5281 "description": "Common utils for PSR-15 middleware packages",
5282 "homepage": "https://github.com/middlewares/utils",
5283 "keywords": [
5284 "PSR-11",
5285 "http",
5286 "middleware",
5287 "psr-15",
5288 "psr-17",
5289 "psr-7"
5290 ],
5291 "support": {
5292 "issues": "https://github.com/middlewares/utils/issues",
5293 "source": "https://github.com/middlewares/utils/tree/v3.3.0"
5294 },
5295 "time": "2021-07-04T17:56:23+00:00"
5296 },
5297 {
5298 "name": "mobiledetect/mobiledetectlib",
5299 "version": "2.8.45",
5300 "source": {
5301 "type": "git",
5302 "url": "https://github.com/serbanghita/Mobile-Detect.git",
5303 "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266"
5304 },
5305 "dist": {
5306 "type": "zip",
5307 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/96aaebcf4f50d3d2692ab81d2c5132e425bca266",
5308 "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266",
5309 "shasum": ""
5310 },
5311 "require": {
5312 "php": ">=5.0.0"
5313 },
5314 "require-dev": {
5315 "phpunit/phpunit": "~4.8.36"
5316 },
5317 "type": "library",
5318 "autoload": {
5319 "psr-0": {
5320 "Detection": "namespaced/"
5321 },
5322 "classmap": [
5323 "Mobile_Detect.php"
5324 ]
5325 },
5326 "notification-url": "https://packagist.org/downloads/",
5327 "license": [
5328 "MIT"
5329 ],
5330 "authors": [
5331 {
5332 "name": "Serban Ghita",
5333 "email": "serbanghita@gmail.com",
5334 "homepage": "http://mobiledetect.net",
5335 "role": "Developer"
5336 }
5337 ],
5338 "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
5339 "homepage": "https://github.com/serbanghita/Mobile-Detect",
5340 "keywords": [
5341 "detect mobile devices",
5342 "mobile",
5343 "mobile detect",
5344 "mobile detector",
5345 "php mobile detect"
5346 ],
5347 "support": {
5348 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
5349 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.45"
5350 },
5351 "funding": [
5352 {
5353 "url": "https://github.com/serbanghita",
5354 "type": "github"
5355 }
5356 ],
5357 "time": "2023-11-07T21:57:25+00:00"
5358 },
5359 {
5360 "name": "monolog/monolog",
5361 "version": "1.27.1",
5362 "source": {
5363 "type": "git",
5364 "url": "https://github.com/Seldaek/monolog.git",
5365 "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
5366 },
5367 "dist": {
5368 "type": "zip",
5369 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
5370 "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
5371 "shasum": ""
5372 },
5373 "require": {
5374 "php": ">=5.3.0",
5375 "psr/log": "~1.0"
5376 },
5377 "provide": {
5378 "psr/log-implementation": "1.0.0"
5379 },
5380 "require-dev": {
5381 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
5382 "doctrine/couchdb": "~1.0@dev",
5383 "graylog2/gelf-php": "~1.0",
5384 "php-amqplib/php-amqplib": "~2.4",
5385 "php-console/php-console": "^3.1.3",
5386 "phpstan/phpstan": "^0.12.59",
5387 "phpunit/phpunit": "~4.5",
5388 "ruflin/elastica": ">=0.90 <3.0",
5389 "sentry/sentry": "^0.13",
5390 "swiftmailer/swiftmailer": "^5.3|^6.0"
5391 },
5392 "suggest": {
5393 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
5394 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
5395 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
5396 "ext-mongo": "Allow sending log messages to a MongoDB server",
5397 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
5398 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
5399 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
5400 "php-console/php-console": "Allow sending log messages to Google Chrome",
5401 "rollbar/rollbar": "Allow sending log messages to Rollbar",
5402 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
5403 "sentry/sentry": "Allow sending log messages to a Sentry server"
5404 },
5405 "type": "library",
5406 "autoload": {
5407 "psr-4": {
5408 "Monolog\\": "src/Monolog"
5409 }
5410 },
5411 "notification-url": "https://packagist.org/downloads/",
5412 "license": [
5413 "MIT"
5414 ],
5415 "authors": [
5416 {
5417 "name": "Jordi Boggiano",
5418 "email": "j.boggiano@seld.be",
5419 "homepage": "http://seld.be"
5420 }
5421 ],
5422 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
5423 "homepage": "http://github.com/Seldaek/monolog",
5424 "keywords": [
5425 "log",
5426 "logging",
5427 "psr-3"
5428 ],
5429 "support": {
5430 "issues": "https://github.com/Seldaek/monolog/issues",
5431 "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
5432 },
5433 "funding": [
5434 {
5435 "url": "https://github.com/Seldaek",
5436 "type": "github"
5437 },
5438 {
5439 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
5440 "type": "tidelift"
5441 }
5442 ],
5443 "time": "2022-06-09T08:53:42+00:00"
5444 },
5445 {
5446 "name": "nesbot/carbon",
5447 "version": "2.73.0",
5448 "source": {
5449 "type": "git",
5450 "url": "https://github.com/CarbonPHP/carbon.git",
5451 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"
5452 },
5453 "dist": {
5454 "type": "zip",
5455 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",
5456 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",
5457 "shasum": ""
5458 },
5459 "require": {
5460 "carbonphp/carbon-doctrine-types": "*",
5461 "ext-json": "*",
5462 "php": "^7.1.8 || ^8.0",
5463 "psr/clock": "^1.0",
5464 "symfony/polyfill-mbstring": "^1.0",
5465 "symfony/polyfill-php80": "^1.16",
5466 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
5467 },
5468 "provide": {
5469 "psr/clock-implementation": "1.0"
5470 },
5471 "require-dev": {
5472 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
5473 "doctrine/orm": "^2.7 || ^3.0",
5474 "friendsofphp/php-cs-fixer": "^3.0",
5475 "kylekatarnls/multi-tester": "^2.0",
5476 "ondrejmirtes/better-reflection": "<6",
5477 "phpmd/phpmd": "^2.9",
5478 "phpstan/extension-installer": "^1.0",
5479 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
5480 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
5481 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
5482 "squizlabs/php_codesniffer": "^3.4"
5483 },
5484 "bin": [
5485 "bin/carbon"
5486 ],
5487 "type": "library",
5488 "extra": {
5489 "laravel": {
5490 "providers": [
5491 "Carbon\\Laravel\\ServiceProvider"
5492 ]
5493 },
5494 "phpstan": {
5495 "includes": [
5496 "extension.neon"
5497 ]
5498 },
5499 "branch-alias": {
5500 "dev-2.x": "2.x-dev",
5501 "dev-master": "3.x-dev"
5502 }
5503 },
5504 "autoload": {
5505 "psr-4": {
5506 "Carbon\\": "src/Carbon/"
5507 }
5508 },
5509 "notification-url": "https://packagist.org/downloads/",
5510 "license": [
5511 "MIT"
5512 ],
5513 "authors": [
5514 {
5515 "name": "Brian Nesbitt",
5516 "email": "brian@nesbot.com",
5517 "homepage": "https://markido.com"
5518 },
5519 {
5520 "name": "kylekatarnls",
5521 "homepage": "https://github.com/kylekatarnls"
5522 }
5523 ],
5524 "description": "An API extension for DateTime that supports 281 different languages.",
5525 "homepage": "https://carbon.nesbot.com",
5526 "keywords": [
5527 "date",
5528 "datetime",
5529 "time"
5530 ],
5531 "support": {
5532 "docs": "https://carbon.nesbot.com/docs",
5533 "issues": "https://github.com/briannesbitt/Carbon/issues",
5534 "source": "https://github.com/briannesbitt/Carbon"
5535 },
5536 "funding": [
5537 {
5538 "url": "https://github.com/sponsors/kylekatarnls",
5539 "type": "github"
5540 },
5541 {
5542 "url": "https://opencollective.com/Carbon#sponsor",
5543 "type": "opencollective"
5544 },
5545 {
5546 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
5547 "type": "tidelift"
5548 }
5549 ],
5550 "time": "2025-01-08T20:10:23+00:00"
5551 },
5552 {
5553 "name": "nette/schema",
5554 "version": "v1.3.3",
5555 "source": {
5556 "type": "git",
5557 "url": "https://github.com/nette/schema.git",
5558 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004"
5559 },
5560 "dist": {
5561 "type": "zip",
5562 "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004",
5563 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004",
5564 "shasum": ""
5565 },
5566 "require": {
5567 "nette/utils": "^4.0",
5568 "php": "8.1 - 8.5"
5569 },
5570 "require-dev": {
5571 "nette/tester": "^2.5.2",
5572 "phpstan/phpstan-nette": "^2.0@stable",
5573 "tracy/tracy": "^2.8"
5574 },
5575 "type": "library",
5576 "extra": {
5577 "branch-alias": {
5578 "dev-master": "1.3-dev"
5579 }
5580 },
5581 "autoload": {
5582 "psr-4": {
5583 "Nette\\": "src"
5584 },
5585 "classmap": [
5586 "src/"
5587 ]
5588 },
5589 "notification-url": "https://packagist.org/downloads/",
5590 "license": [
5591 "BSD-3-Clause",
5592 "GPL-2.0-only",
5593 "GPL-3.0-only"
5594 ],
5595 "authors": [
5596 {
5597 "name": "David Grudl",
5598 "homepage": "https://davidgrudl.com"
5599 },
5600 {
5601 "name": "Nette Community",
5602 "homepage": "https://nette.org/contributors"
5603 }
5604 ],
5605 "description": "📐 Nette Schema: validating data structures against a given Schema.",
5606 "homepage": "https://nette.org",
5607 "keywords": [
5608 "config",
5609 "nette"
5610 ],
5611 "support": {
5612 "issues": "https://github.com/nette/schema/issues",
5613 "source": "https://github.com/nette/schema/tree/v1.3.3"
5614 },
5615 "time": "2025-10-30T22:57:59+00:00"
5616 },
5617 {
5618 "name": "nette/utils",
5619 "version": "v4.1.0",
5620 "source": {
5621 "type": "git",
5622 "url": "https://github.com/nette/utils.git",
5623 "reference": "fa1f0b8261ed150447979eb22e373b7b7ad5a8e0"
5624 },
5625 "dist": {
5626 "type": "zip",
5627 "url": "https://api.github.com/repos/nette/utils/zipball/fa1f0b8261ed150447979eb22e373b7b7ad5a8e0",
5628 "reference": "fa1f0b8261ed150447979eb22e373b7b7ad5a8e0",
5629 "shasum": ""
5630 },
5631 "require": {
5632 "php": "8.2 - 8.5"
5633 },
5634 "conflict": {
5635 "nette/finder": "<3",
5636 "nette/schema": "<1.2.2"
5637 },
5638 "require-dev": {
5639 "jetbrains/phpstorm-attributes": "^1.2",
5640 "nette/tester": "^2.5",
5641 "phpstan/phpstan-nette": "^2.0@stable",
5642 "tracy/tracy": "^2.9"
5643 },
5644 "suggest": {
5645 "ext-gd": "to use Image",
5646 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
5647 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
5648 "ext-json": "to use Nette\\Utils\\Json",
5649 "ext-mbstring": "to use Strings::lower() etc...",
5650 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
5651 },
5652 "type": "library",
5653 "extra": {
5654 "branch-alias": {
5655 "dev-master": "4.1-dev"
5656 }
5657 },
5658 "autoload": {
5659 "psr-4": {
5660 "Nette\\": "src"
5661 },
5662 "classmap": [
5663 "src/"
5664 ]
5665 },
5666 "notification-url": "https://packagist.org/downloads/",
5667 "license": [
5668 "BSD-3-Clause",
5669 "GPL-2.0-only",
5670 "GPL-3.0-only"
5671 ],
5672 "authors": [
5673 {
5674 "name": "David Grudl",
5675 "homepage": "https://davidgrudl.com"
5676 },
5677 {
5678 "name": "Nette Community",
5679 "homepage": "https://nette.org/contributors"
5680 }
5681 ],
5682 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
5683 "homepage": "https://nette.org",
5684 "keywords": [
5685 "array",
5686 "core",
5687 "datetime",
5688 "images",
5689 "json",
5690 "nette",
5691 "paginator",
5692 "password",
5693 "slugify",
5694 "string",
5695 "unicode",
5696 "utf-8",
5697 "utility",
5698 "validation"
5699 ],
5700 "support": {
5701 "issues": "https://github.com/nette/utils/issues",
5702 "source": "https://github.com/nette/utils/tree/v4.1.0"
5703 },
5704 "time": "2025-12-01T17:49:23+00:00"
5705 },
5706 {
5707 "name": "nikic/fast-route",
5708 "version": "v0.6.0",
5709 "source": {
5710 "type": "git",
5711 "url": "https://github.com/nikic/FastRoute.git",
5712 "reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
5713 },
5714 "dist": {
5715 "type": "zip",
5716 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
5717 "reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
5718 "shasum": ""
5719 },
5720 "require": {
5721 "php": ">=5.4.0"
5722 },
5723 "type": "library",
5724 "autoload": {
5725 "files": [
5726 "src/functions.php"
5727 ],
5728 "psr-4": {
5729 "FastRoute\\": "src/"
5730 }
5731 },
5732 "notification-url": "https://packagist.org/downloads/",
5733 "license": [
5734 "BSD-3-Clause"
5735 ],
5736 "authors": [
5737 {
5738 "name": "Nikita Popov",
5739 "email": "nikic@php.net"
5740 }
5741 ],
5742 "description": "Fast request router for PHP",
5743 "keywords": [
5744 "router",
5745 "routing"
5746 ],
5747 "support": {
5748 "issues": "https://github.com/nikic/FastRoute/issues",
5749 "source": "https://github.com/nikic/FastRoute/tree/master"
5750 },
5751 "time": "2015-06-18T19:15:47+00:00"
5752 },
5753 {
5754 "name": "opis/closure",
5755 "version": "3.7.0",
5756 "source": {
5757 "type": "git",
5758 "url": "https://github.com/opis/closure.git",
5759 "reference": "b1a22a6be71c1263f3ca6e68f00b3fd4d394abc4"
5760 },
5761 "dist": {
5762 "type": "zip",
5763 "url": "https://api.github.com/repos/opis/closure/zipball/b1a22a6be71c1263f3ca6e68f00b3fd4d394abc4",
5764 "reference": "b1a22a6be71c1263f3ca6e68f00b3fd4d394abc4",
5765 "shasum": ""
5766 },
5767 "require": {
5768 "php": "^5.4 || ^7.0 || ^8.0"
5769 },
5770 "require-dev": {
5771 "jeremeamia/superclosure": "^2.0",
5772 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
5773 },
5774 "type": "library",
5775 "extra": {
5776 "branch-alias": {
5777 "dev-master": "3.6.x-dev"
5778 }
5779 },
5780 "autoload": {
5781 "files": [
5782 "functions.php"
5783 ],
5784 "psr-4": {
5785 "Opis\\Closure\\": "src/"
5786 }
5787 },
5788 "notification-url": "https://packagist.org/downloads/",
5789 "license": [
5790 "MIT"
5791 ],
5792 "authors": [
5793 {
5794 "name": "Marius Sarca",
5795 "email": "marius.sarca@gmail.com"
5796 },
5797 {
5798 "name": "Sorin Sarca",
5799 "email": "sarca_sorin@hotmail.com"
5800 }
5801 ],
5802 "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
5803 "homepage": "https://opis.io/closure",
5804 "keywords": [
5805 "anonymous functions",
5806 "closure",
5807 "function",
5808 "serializable",
5809 "serialization",
5810 "serialize"
5811 ],
5812 "support": {
5813 "issues": "https://github.com/opis/closure/issues",
5814 "source": "https://github.com/opis/closure/tree/3.7.0"
5815 },
5816 "time": "2025-07-08T20:30:08+00:00"
5817 },
5818 {
5819 "name": "psr/clock",
5820 "version": "1.0.0",
5821 "source": {
5822 "type": "git",
5823 "url": "https://github.com/php-fig/clock.git",
5824 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
5825 },
5826 "dist": {
5827 "type": "zip",
5828 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
5829 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
5830 "shasum": ""
5831 },
5832 "require": {
5833 "php": "^7.0 || ^8.0"
5834 },
5835 "type": "library",
5836 "autoload": {
5837 "psr-4": {
5838 "Psr\\Clock\\": "src/"
5839 }
5840 },
5841 "notification-url": "https://packagist.org/downloads/",
5842 "license": [
5843 "MIT"
5844 ],
5845 "authors": [
5846 {
5847 "name": "PHP-FIG",
5848 "homepage": "https://www.php-fig.org/"
5849 }
5850 ],
5851 "description": "Common interface for reading the clock.",
5852 "homepage": "https://github.com/php-fig/clock",
5853 "keywords": [
5854 "clock",
5855 "now",
5856 "psr",
5857 "psr-20",
5858 "time"
5859 ],
5860 "support": {
5861 "issues": "https://github.com/php-fig/clock/issues",
5862 "source": "https://github.com/php-fig/clock/tree/1.0.0"
5863 },
5864 "time": "2022-11-25T14:36:26+00:00"
5865 },
5866 {
5867 "name": "psr/container",
5868 "version": "1.1.2",
5869 "source": {
5870 "type": "git",
5871 "url": "https://github.com/php-fig/container.git",
5872 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
5873 },
5874 "dist": {
5875 "type": "zip",
5876 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
5877 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
5878 "shasum": ""
5879 },
5880 "require": {
5881 "php": ">=7.4.0"
5882 },
5883 "type": "library",
5884 "autoload": {
5885 "psr-4": {
5886 "Psr\\Container\\": "src/"
5887 }
5888 },
5889 "notification-url": "https://packagist.org/downloads/",
5890 "license": [
5891 "MIT"
5892 ],
5893 "authors": [
5894 {
5895 "name": "PHP-FIG",
5896 "homepage": "https://www.php-fig.org/"
5897 }
5898 ],
5899 "description": "Common Container Interface (PHP FIG PSR-11)",
5900 "homepage": "https://github.com/php-fig/container",
5901 "keywords": [
5902 "PSR-11",
5903 "container",
5904 "container-interface",
5905 "container-interop",
5906 "psr"
5907 ],
5908 "support": {
5909 "issues": "https://github.com/php-fig/container/issues",
5910 "source": "https://github.com/php-fig/container/tree/1.1.2"
5911 },
5912 "time": "2021-11-05T16:50:12+00:00"
5913 },
5914 {
5915 "name": "psr/event-dispatcher",
5916 "version": "1.0.0",
5917 "source": {
5918 "type": "git",
5919 "url": "https://github.com/php-fig/event-dispatcher.git",
5920 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
5921 },
5922 "dist": {
5923 "type": "zip",
5924 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
5925 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
5926 "shasum": ""
5927 },
5928 "require": {
5929 "php": ">=7.2.0"
5930 },
5931 "type": "library",
5932 "extra": {
5933 "branch-alias": {
5934 "dev-master": "1.0.x-dev"
5935 }
5936 },
5937 "autoload": {
5938 "psr-4": {
5939 "Psr\\EventDispatcher\\": "src/"
5940 }
5941 },
5942 "notification-url": "https://packagist.org/downloads/",
5943 "license": [
5944 "MIT"
5945 ],
5946 "authors": [
5947 {
5948 "name": "PHP-FIG",
5949 "homepage": "http://www.php-fig.org/"
5950 }
5951 ],
5952 "description": "Standard interfaces for event handling.",
5953 "keywords": [
5954 "events",
5955 "psr",
5956 "psr-14"
5957 ],
5958 "support": {
5959 "issues": "https://github.com/php-fig/event-dispatcher/issues",
5960 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
5961 },
5962 "time": "2019-01-08T18:20:26+00:00"
5963 },
5964 {
5965 "name": "psr/http-client",
5966 "version": "1.0.3",
5967 "source": {
5968 "type": "git",
5969 "url": "https://github.com/php-fig/http-client.git",
5970 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
5971 },
5972 "dist": {
5973 "type": "zip",
5974 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
5975 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
5976 "shasum": ""
5977 },
5978 "require": {
5979 "php": "^7.0 || ^8.0",
5980 "psr/http-message": "^1.0 || ^2.0"
5981 },
5982 "type": "library",
5983 "extra": {
5984 "branch-alias": {
5985 "dev-master": "1.0.x-dev"
5986 }
5987 },
5988 "autoload": {
5989 "psr-4": {
5990 "Psr\\Http\\Client\\": "src/"
5991 }
5992 },
5993 "notification-url": "https://packagist.org/downloads/",
5994 "license": [
5995 "MIT"
5996 ],
5997 "authors": [
5998 {
5999 "name": "PHP-FIG",
6000 "homepage": "https://www.php-fig.org/"
6001 }
6002 ],
6003 "description": "Common interface for HTTP clients",
6004 "homepage": "https://github.com/php-fig/http-client",
6005 "keywords": [
6006 "http",
6007 "http-client",
6008 "psr",
6009 "psr-18"
6010 ],
6011 "support": {
6012 "source": "https://github.com/php-fig/http-client"
6013 },
6014 "time": "2023-09-23T14:17:50+00:00"
6015 },
6016 {
6017 "name": "psr/http-factory",
6018 "version": "1.1.0",
6019 "source": {
6020 "type": "git",
6021 "url": "https://github.com/php-fig/http-factory.git",
6022 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
6023 },
6024 "dist": {
6025 "type": "zip",
6026 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
6027 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
6028 "shasum": ""
6029 },
6030 "require": {
6031 "php": ">=7.1",
6032 "psr/http-message": "^1.0 || ^2.0"
6033 },
6034 "type": "library",
6035 "extra": {
6036 "branch-alias": {
6037 "dev-master": "1.0.x-dev"
6038 }
6039 },
6040 "autoload": {
6041 "psr-4": {
6042 "Psr\\Http\\Message\\": "src/"
6043 }
6044 },
6045 "notification-url": "https://packagist.org/downloads/",
6046 "license": [
6047 "MIT"
6048 ],
6049 "authors": [
6050 {
6051 "name": "PHP-FIG",
6052 "homepage": "https://www.php-fig.org/"
6053 }
6054 ],
6055 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
6056 "keywords": [
6057 "factory",
6058 "http",
6059 "message",
6060 "psr",
6061 "psr-17",
6062 "psr-7",
6063 "request",
6064 "response"
6065 ],
6066 "support": {
6067 "source": "https://github.com/php-fig/http-factory"
6068 },
6069 "time": "2024-04-15T12:06:14+00:00"
6070 },
6071 {
6072 "name": "psr/http-message",
6073 "version": "1.1",
6074 "source": {
6075 "type": "git",
6076 "url": "https://github.com/php-fig/http-message.git",
6077 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
6078 },
6079 "dist": {
6080 "type": "zip",
6081 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6082 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6083 "shasum": ""
6084 },
6085 "require": {
6086 "php": "^7.2 || ^8.0"
6087 },
6088 "type": "library",
6089 "extra": {
6090 "branch-alias": {
6091 "dev-master": "1.1.x-dev"
6092 }
6093 },
6094 "autoload": {
6095 "psr-4": {
6096 "Psr\\Http\\Message\\": "src/"
6097 }
6098 },
6099 "notification-url": "https://packagist.org/downloads/",
6100 "license": [
6101 "MIT"
6102 ],
6103 "authors": [
6104 {
6105 "name": "PHP-FIG",
6106 "homepage": "http://www.php-fig.org/"
6107 }
6108 ],
6109 "description": "Common interface for HTTP messages",
6110 "homepage": "https://github.com/php-fig/http-message",
6111 "keywords": [
6112 "http",
6113 "http-message",
6114 "psr",
6115 "psr-7",
6116 "request",
6117 "response"
6118 ],
6119 "support": {
6120 "source": "https://github.com/php-fig/http-message/tree/1.1"
6121 },
6122 "time": "2023-04-04T09:50:52+00:00"
6123 },
6124 {
6125 "name": "psr/http-server-handler",
6126 "version": "1.0.2",
6127 "source": {
6128 "type": "git",
6129 "url": "https://github.com/php-fig/http-server-handler.git",
6130 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
6131 },
6132 "dist": {
6133 "type": "zip",
6134 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
6135 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
6136 "shasum": ""
6137 },
6138 "require": {
6139 "php": ">=7.0",
6140 "psr/http-message": "^1.0 || ^2.0"
6141 },
6142 "type": "library",
6143 "extra": {
6144 "branch-alias": {
6145 "dev-master": "1.0.x-dev"
6146 }
6147 },
6148 "autoload": {
6149 "psr-4": {
6150 "Psr\\Http\\Server\\": "src/"
6151 }
6152 },
6153 "notification-url": "https://packagist.org/downloads/",
6154 "license": [
6155 "MIT"
6156 ],
6157 "authors": [
6158 {
6159 "name": "PHP-FIG",
6160 "homepage": "https://www.php-fig.org/"
6161 }
6162 ],
6163 "description": "Common interface for HTTP server-side request handler",
6164 "keywords": [
6165 "handler",
6166 "http",
6167 "http-interop",
6168 "psr",
6169 "psr-15",
6170 "psr-7",
6171 "request",
6172 "response",
6173 "server"
6174 ],
6175 "support": {
6176 "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
6177 },
6178 "time": "2023-04-10T20:06:20+00:00"
6179 },
6180 {
6181 "name": "psr/http-server-middleware",
6182 "version": "1.0.2",
6183 "source": {
6184 "type": "git",
6185 "url": "https://github.com/php-fig/http-server-middleware.git",
6186 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
6187 },
6188 "dist": {
6189 "type": "zip",
6190 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
6191 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
6192 "shasum": ""
6193 },
6194 "require": {
6195 "php": ">=7.0",
6196 "psr/http-message": "^1.0 || ^2.0",
6197 "psr/http-server-handler": "^1.0"
6198 },
6199 "type": "library",
6200 "extra": {
6201 "branch-alias": {
6202 "dev-master": "1.0.x-dev"
6203 }
6204 },
6205 "autoload": {
6206 "psr-4": {
6207 "Psr\\Http\\Server\\": "src/"
6208 }
6209 },
6210 "notification-url": "https://packagist.org/downloads/",
6211 "license": [
6212 "MIT"
6213 ],
6214 "authors": [
6215 {
6216 "name": "PHP-FIG",
6217 "homepage": "https://www.php-fig.org/"
6218 }
6219 ],
6220 "description": "Common interface for HTTP server-side middleware",
6221 "keywords": [
6222 "http",
6223 "http-interop",
6224 "middleware",
6225 "psr",
6226 "psr-15",
6227 "psr-7",
6228 "request",
6229 "response"
6230 ],
6231 "support": {
6232 "issues": "https://github.com/php-fig/http-server-middleware/issues",
6233 "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
6234 },
6235 "time": "2023-04-11T06:14:47+00:00"
6236 },
6237 {
6238 "name": "psr/log",
6239 "version": "1.1.4",
6240 "source": {
6241 "type": "git",
6242 "url": "https://github.com/php-fig/log.git",
6243 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6244 },
6245 "dist": {
6246 "type": "zip",
6247 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6248 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6249 "shasum": ""
6250 },
6251 "require": {
6252 "php": ">=5.3.0"
6253 },
6254 "type": "library",
6255 "extra": {
6256 "branch-alias": {
6257 "dev-master": "1.1.x-dev"
6258 }
6259 },
6260 "autoload": {
6261 "psr-4": {
6262 "Psr\\Log\\": "Psr/Log/"
6263 }
6264 },
6265 "notification-url": "https://packagist.org/downloads/",
6266 "license": [
6267 "MIT"
6268 ],
6269 "authors": [
6270 {
6271 "name": "PHP-FIG",
6272 "homepage": "https://www.php-fig.org/"
6273 }
6274 ],
6275 "description": "Common interface for logging libraries",
6276 "homepage": "https://github.com/php-fig/log",
6277 "keywords": [
6278 "log",
6279 "psr",
6280 "psr-3"
6281 ],
6282 "support": {
6283 "source": "https://github.com/php-fig/log/tree/1.1.4"
6284 },
6285 "time": "2021-05-03T11:20:27+00:00"
6286 },
6287 {
6288 "name": "psr/simple-cache",
6289 "version": "1.0.1",
6290 "source": {
6291 "type": "git",
6292 "url": "https://github.com/php-fig/simple-cache.git",
6293 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6294 },
6295 "dist": {
6296 "type": "zip",
6297 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6298 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6299 "shasum": ""
6300 },
6301 "require": {
6302 "php": ">=5.3.0"
6303 },
6304 "type": "library",
6305 "extra": {
6306 "branch-alias": {
6307 "dev-master": "1.0.x-dev"
6308 }
6309 },
6310 "autoload": {
6311 "psr-4": {
6312 "Psr\\SimpleCache\\": "src/"
6313 }
6314 },
6315 "notification-url": "https://packagist.org/downloads/",
6316 "license": [
6317 "MIT"
6318 ],
6319 "authors": [
6320 {
6321 "name": "PHP-FIG",
6322 "homepage": "http://www.php-fig.org/"
6323 }
6324 ],
6325 "description": "Common interfaces for simple caching",
6326 "keywords": [
6327 "cache",
6328 "caching",
6329 "psr",
6330 "psr-16",
6331 "simple-cache"
6332 ],
6333 "support": {
6334 "source": "https://github.com/php-fig/simple-cache/tree/master"
6335 },
6336 "time": "2017-10-23T01:57:42+00:00"
6337 },
6338 {
6339 "name": "pusher/pusher-php-server",
6340 "version": "2.6.4",
6341 "source": {
6342 "type": "git",
6343 "url": "https://github.com/pusher/pusher-http-php.git",
6344 "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d"
6345 },
6346 "dist": {
6347 "type": "zip",
6348 "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
6349 "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
6350 "shasum": ""
6351 },
6352 "require": {
6353 "ext-curl": "*",
6354 "php": ">=5.2"
6355 },
6356 "require-dev": {
6357 "phpunit/phpunit": "~4"
6358 },
6359 "type": "library",
6360 "autoload": {
6361 "classmap": [
6362 "lib/"
6363 ]
6364 },
6365 "notification-url": "https://packagist.org/downloads/",
6366 "license": [
6367 "MIT"
6368 ],
6369 "description": "Library for interacting with the Pusher REST API",
6370 "homepage": "https://github.com/pusher/pusher-php-server",
6371 "keywords": [
6372 "events",
6373 "php-pusher-server",
6374 "publish",
6375 "pusher",
6376 "realtime",
6377 "rest",
6378 "trigger"
6379 ],
6380 "support": {
6381 "issues": "https://github.com/pusher/pusher-http-php/issues",
6382 "source": "https://github.com/pusher/pusher-http-php/tree/master"
6383 },
6384 "time": "2017-06-06T16:41:17+00:00"
6385 },
6386 {
6387 "name": "ralouphie/getallheaders",
6388 "version": "3.0.3",
6389 "source": {
6390 "type": "git",
6391 "url": "https://github.com/ralouphie/getallheaders.git",
6392 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6393 },
6394 "dist": {
6395 "type": "zip",
6396 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6397 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6398 "shasum": ""
6399 },
6400 "require": {
6401 "php": ">=5.6"
6402 },
6403 "require-dev": {
6404 "php-coveralls/php-coveralls": "^2.1",
6405 "phpunit/phpunit": "^5 || ^6.5"
6406 },
6407 "type": "library",
6408 "autoload": {
6409 "files": [
6410 "src/getallheaders.php"
6411 ]
6412 },
6413 "notification-url": "https://packagist.org/downloads/",
6414 "license": [
6415 "MIT"
6416 ],
6417 "authors": [
6418 {
6419 "name": "Ralph Khattar",
6420 "email": "ralph.khattar@gmail.com"
6421 }
6422 ],
6423 "description": "A polyfill for getallheaders.",
6424 "support": {
6425 "issues": "https://github.com/ralouphie/getallheaders/issues",
6426 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6427 },
6428 "time": "2019-03-08T08:55:37+00:00"
6429 },
6430 {
6431 "name": "ramsey/collection",
6432 "version": "2.1.1",
6433 "source": {
6434 "type": "git",
6435 "url": "https://github.com/ramsey/collection.git",
6436 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
6437 },
6438 "dist": {
6439 "type": "zip",
6440 "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
6441 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
6442 "shasum": ""
6443 },
6444 "require": {
6445 "php": "^8.1"
6446 },
6447 "require-dev": {
6448 "captainhook/plugin-composer": "^5.3",
6449 "ergebnis/composer-normalize": "^2.45",
6450 "fakerphp/faker": "^1.24",
6451 "hamcrest/hamcrest-php": "^2.0",
6452 "jangregor/phpstan-prophecy": "^2.1",
6453 "mockery/mockery": "^1.6",
6454 "php-parallel-lint/php-console-highlighter": "^1.0",
6455 "php-parallel-lint/php-parallel-lint": "^1.4",
6456 "phpspec/prophecy-phpunit": "^2.3",
6457 "phpstan/extension-installer": "^1.4",
6458 "phpstan/phpstan": "^2.1",
6459 "phpstan/phpstan-mockery": "^2.0",
6460 "phpstan/phpstan-phpunit": "^2.0",
6461 "phpunit/phpunit": "^10.5",
6462 "ramsey/coding-standard": "^2.3",
6463 "ramsey/conventional-commits": "^1.6",
6464 "roave/security-advisories": "dev-latest"
6465 },
6466 "type": "library",
6467 "extra": {
6468 "captainhook": {
6469 "force-install": true
6470 },
6471 "ramsey/conventional-commits": {
6472 "configFile": "conventional-commits.json"
6473 }
6474 },
6475 "autoload": {
6476 "psr-4": {
6477 "Ramsey\\Collection\\": "src/"
6478 }
6479 },
6480 "notification-url": "https://packagist.org/downloads/",
6481 "license": [
6482 "MIT"
6483 ],
6484 "authors": [
6485 {
6486 "name": "Ben Ramsey",
6487 "email": "ben@benramsey.com",
6488 "homepage": "https://benramsey.com"
6489 }
6490 ],
6491 "description": "A PHP library for representing and manipulating collections.",
6492 "keywords": [
6493 "array",
6494 "collection",
6495 "hash",
6496 "map",
6497 "queue",
6498 "set"
6499 ],
6500 "support": {
6501 "issues": "https://github.com/ramsey/collection/issues",
6502 "source": "https://github.com/ramsey/collection/tree/2.1.1"
6503 },
6504 "time": "2025-03-22T05:38:12+00:00"
6505 },
6506 {
6507 "name": "ramsey/uuid",
6508 "version": "4.9.1",
6509 "source": {
6510 "type": "git",
6511 "url": "https://github.com/ramsey/uuid.git",
6512 "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440"
6513 },
6514 "dist": {
6515 "type": "zip",
6516 "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440",
6517 "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440",
6518 "shasum": ""
6519 },
6520 "require": {
6521 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
6522 "php": "^8.0",
6523 "ramsey/collection": "^1.2 || ^2.0"
6524 },
6525 "replace": {
6526 "rhumsaa/uuid": "self.version"
6527 },
6528 "require-dev": {
6529 "captainhook/captainhook": "^5.25",
6530 "captainhook/plugin-composer": "^5.3",
6531 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
6532 "ergebnis/composer-normalize": "^2.47",
6533 "mockery/mockery": "^1.6",
6534 "paragonie/random-lib": "^2",
6535 "php-mock/php-mock": "^2.6",
6536 "php-mock/php-mock-mockery": "^1.5",
6537 "php-parallel-lint/php-parallel-lint": "^1.4.0",
6538 "phpbench/phpbench": "^1.2.14",
6539 "phpstan/extension-installer": "^1.4",
6540 "phpstan/phpstan": "^2.1",
6541 "phpstan/phpstan-mockery": "^2.0",
6542 "phpstan/phpstan-phpunit": "^2.0",
6543 "phpunit/phpunit": "^9.6",
6544 "slevomat/coding-standard": "^8.18",
6545 "squizlabs/php_codesniffer": "^3.13"
6546 },
6547 "suggest": {
6548 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
6549 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
6550 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
6551 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
6552 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
6553 },
6554 "type": "library",
6555 "extra": {
6556 "captainhook": {
6557 "force-install": true
6558 }
6559 },
6560 "autoload": {
6561 "files": [
6562 "src/functions.php"
6563 ],
6564 "psr-4": {
6565 "Ramsey\\Uuid\\": "src/"
6566 }
6567 },
6568 "notification-url": "https://packagist.org/downloads/",
6569 "license": [
6570 "MIT"
6571 ],
6572 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
6573 "keywords": [
6574 "guid",
6575 "identifier",
6576 "uuid"
6577 ],
6578 "support": {
6579 "issues": "https://github.com/ramsey/uuid/issues",
6580 "source": "https://github.com/ramsey/uuid/tree/4.9.1"
6581 },
6582 "time": "2025-09-04T20:59:21+00:00"
6583 },
6584 {
6585 "name": "s9e/regexp-builder",
6586 "version": "1.4.6",
6587 "source": {
6588 "type": "git",
6589 "url": "https://github.com/s9e/RegexpBuilder.git",
6590 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a"
6591 },
6592 "dist": {
6593 "type": "zip",
6594 "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/3a646bc7c40dba41903b7065f32230721e00df3a",
6595 "reference": "3a646bc7c40dba41903b7065f32230721e00df3a",
6596 "shasum": ""
6597 },
6598 "require": {
6599 "lib-pcre": ">=7.2",
6600 "php": ">=7.1"
6601 },
6602 "require-dev": {
6603 "phpunit/phpunit": ">=9.1"
6604 },
6605 "type": "library",
6606 "autoload": {
6607 "psr-4": {
6608 "s9e\\RegexpBuilder\\": "src"
6609 }
6610 },
6611 "notification-url": "https://packagist.org/downloads/",
6612 "license": [
6613 "MIT"
6614 ],
6615 "description": "Single-purpose library that generates regular expressions that match a list of strings.",
6616 "homepage": "https://github.com/s9e/RegexpBuilder/",
6617 "keywords": [
6618 "regexp"
6619 ],
6620 "support": {
6621 "issues": "https://github.com/s9e/RegexpBuilder/issues",
6622 "source": "https://github.com/s9e/RegexpBuilder/tree/1.4.6"
6623 },
6624 "time": "2022-03-05T16:22:35+00:00"
6625 },
6626 {
6627 "name": "s9e/sweetdom",
6628 "version": "2.1.2",
6629 "source": {
6630 "type": "git",
6631 "url": "https://github.com/s9e/SweetDOM.git",
6632 "reference": "482d42537a1e0ab98924a9d932b724a175302fe8"
6633 },
6634 "dist": {
6635 "type": "zip",
6636 "url": "https://api.github.com/repos/s9e/SweetDOM/zipball/482d42537a1e0ab98924a9d932b724a175302fe8",
6637 "reference": "482d42537a1e0ab98924a9d932b724a175302fe8",
6638 "shasum": ""
6639 },
6640 "require": {
6641 "ext-dom": "*",
6642 "php": ">=8.0"
6643 },
6644 "require-dev": {
6645 "phpunit/phpunit": "^10.0"
6646 },
6647 "type": "library",
6648 "autoload": {
6649 "psr-4": {
6650 "s9e\\SweetDOM\\": "src"
6651 }
6652 },
6653 "notification-url": "https://packagist.org/downloads/",
6654 "license": [
6655 "MIT"
6656 ],
6657 "description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
6658 "homepage": "https://github.com/s9e/SweetDOM/",
6659 "keywords": [
6660 "dom",
6661 "xsl",
6662 "xslt"
6663 ],
6664 "support": {
6665 "issues": "https://github.com/s9e/SweetDOM/issues",
6666 "source": "https://github.com/s9e/SweetDOM/tree/2.1.2"
6667 },
6668 "time": "2023-10-07T13:06:42+00:00"
6669 },
6670 {
6671 "name": "s9e/text-formatter",
6672 "version": "2.14.3",
6673 "source": {
6674 "type": "git",
6675 "url": "https://github.com/s9e/TextFormatter.git",
6676 "reference": "bec02b24b78e4bc292c731b334d7cd31be72c3c7"
6677 },
6678 "dist": {
6679 "type": "zip",
6680 "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/bec02b24b78e4bc292c731b334d7cd31be72c3c7",
6681 "reference": "bec02b24b78e4bc292c731b334d7cd31be72c3c7",
6682 "shasum": ""
6683 },
6684 "require": {
6685 "ext-dom": "*",
6686 "ext-filter": "*",
6687 "lib-pcre": ">=8.13",
6688 "php": "^8.0",
6689 "s9e/regexp-builder": "^1.4",
6690 "s9e/sweetdom": "^2.0"
6691 },
6692 "require-dev": {
6693 "code-lts/doctum": "*",
6694 "matthiasmullie/minify": "*",
6695 "phpunit/phpunit": "^9.5"
6696 },
6697 "suggest": {
6698 "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
6699 "ext-intl": "Allows international URLs to be accepted by the URL filter",
6700 "ext-json": "Enables the generation of a JavaScript parser",
6701 "ext-mbstring": "Improves the performance of the PHP renderer",
6702 "ext-tokenizer": "Improves the performance of the PHP renderer",
6703 "ext-xsl": "Enables the XSLT renderer",
6704 "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
6705 },
6706 "type": "library",
6707 "extra": {
6708 "version": "2.14.3"
6709 },
6710 "autoload": {
6711 "psr-4": {
6712 "s9e\\TextFormatter\\": "src"
6713 }
6714 },
6715 "notification-url": "https://packagist.org/downloads/",
6716 "license": [
6717 "MIT"
6718 ],
6719 "description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding third-party media (YouTube, etc...), enhanced typography and more.",
6720 "homepage": "https://github.com/s9e/TextFormatter/",
6721 "keywords": [
6722 "bbcode",
6723 "bbcodes",
6724 "blog",
6725 "censor",
6726 "embed",
6727 "emoji",
6728 "emoticons",
6729 "engine",
6730 "forum",
6731 "html",
6732 "markdown",
6733 "markup",
6734 "media",
6735 "parser",
6736 "shortcodes"
6737 ],
6738 "support": {
6739 "issues": "https://github.com/s9e/TextFormatter/issues",
6740 "source": "https://github.com/s9e/TextFormatter/tree/2.14.3"
6741 },
6742 "time": "2023-11-11T15:27:53+00:00"
6743 },
6744 {
6745 "name": "staudenmeir/eloquent-eager-limit",
6746 "version": "v1.6.1",
6747 "source": {
6748 "type": "git",
6749 "url": "https://github.com/staudenmeir/eloquent-eager-limit.git",
6750 "reference": "439135c4b3361a313c2e7102d68bf807518d1bf9"
6751 },
6752 "dist": {
6753 "type": "zip",
6754 "url": "https://api.github.com/repos/staudenmeir/eloquent-eager-limit/zipball/439135c4b3361a313c2e7102d68bf807518d1bf9",
6755 "reference": "439135c4b3361a313c2e7102d68bf807518d1bf9",
6756 "shasum": ""
6757 },
6758 "require": {
6759 "illuminate/database": "^8.0",
6760 "php": "^7.3|^8.0"
6761 },
6762 "require-dev": {
6763 "phpunit/phpunit": "^9.3"
6764 },
6765 "type": "library",
6766 "autoload": {
6767 "psr-4": {
6768 "Staudenmeir\\EloquentEagerLimit\\": "src/"
6769 }
6770 },
6771 "notification-url": "https://packagist.org/downloads/",
6772 "license": [
6773 "MIT"
6774 ],
6775 "authors": [
6776 {
6777 "name": "Jonas Staudenmeir",
6778 "email": "mail@jonas-staudenmeir.de"
6779 }
6780 ],
6781 "description": "Laravel Eloquent eager loading with limit",
6782 "support": {
6783 "issues": "https://github.com/staudenmeir/eloquent-eager-limit/issues",
6784 "source": "https://github.com/staudenmeir/eloquent-eager-limit/tree/v1.6.1"
6785 },
6786 "funding": [
6787 {
6788 "url": "https://paypal.me/JonasStaudenmeir",
6789 "type": "custom"
6790 }
6791 ],
6792 "time": "2020-11-22T18:13:55+00:00"
6793 },
6794 {
6795 "name": "swiftmailer/swiftmailer",
6796 "version": "v6.3.0",
6797 "source": {
6798 "type": "git",
6799 "url": "https://github.com/swiftmailer/swiftmailer.git",
6800 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
6801 },
6802 "dist": {
6803 "type": "zip",
6804 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
6805 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
6806 "shasum": ""
6807 },
6808 "require": {
6809 "egulias/email-validator": "^2.0|^3.1",
6810 "php": ">=7.0.0",
6811 "symfony/polyfill-iconv": "^1.0",
6812 "symfony/polyfill-intl-idn": "^1.10",
6813 "symfony/polyfill-mbstring": "^1.0"
6814 },
6815 "require-dev": {
6816 "mockery/mockery": "^1.0",
6817 "symfony/phpunit-bridge": "^4.4|^5.4"
6818 },
6819 "suggest": {
6820 "ext-intl": "Needed to support internationalized email addresses"
6821 },
6822 "type": "library",
6823 "extra": {
6824 "branch-alias": {
6825 "dev-master": "6.2-dev"
6826 }
6827 },
6828 "autoload": {
6829 "files": [
6830 "lib/swift_required.php"
6831 ]
6832 },
6833 "notification-url": "https://packagist.org/downloads/",
6834 "license": [
6835 "MIT"
6836 ],
6837 "authors": [
6838 {
6839 "name": "Chris Corbyn"
6840 },
6841 {
6842 "name": "Fabien Potencier",
6843 "email": "fabien@symfony.com"
6844 }
6845 ],
6846 "description": "Swiftmailer, free feature-rich PHP mailer",
6847 "homepage": "https://swiftmailer.symfony.com",
6848 "keywords": [
6849 "email",
6850 "mail",
6851 "mailer"
6852 ],
6853 "support": {
6854 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
6855 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
6856 },
6857 "funding": [
6858 {
6859 "url": "https://github.com/fabpot",
6860 "type": "github"
6861 },
6862 {
6863 "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
6864 "type": "tidelift"
6865 }
6866 ],
6867 "abandoned": "symfony/mailer",
6868 "time": "2021-10-18T15:26:12+00:00"
6869 },
6870 {
6871 "name": "sycho/codecs-base64vlq",
6872 "version": "2.0.0",
6873 "source": {
6874 "type": "git",
6875 "url": "https://github.com/SychO9/codecs-base64vlq.git",
6876 "reference": "210932edfb29049831e4def7f11a264944132ac9"
6877 },
6878 "dist": {
6879 "type": "zip",
6880 "url": "https://api.github.com/repos/SychO9/codecs-base64vlq/zipball/210932edfb29049831e4def7f11a264944132ac9",
6881 "reference": "210932edfb29049831e4def7f11a264944132ac9",
6882 "shasum": ""
6883 },
6884 "require": {
6885 "php": ">=7.3",
6886 "sycho/errors": "^3.0"
6887 },
6888 "require-dev": {
6889 "sycho/errors": "^3.x-dev"
6890 },
6891 "type": "library",
6892 "extra": {
6893 "branch-alias": {
6894 "dev-main": "2.x-dev"
6895 }
6896 },
6897 "autoload": {
6898 "psr-4": {
6899 "axy\\codecs\\base64vlq\\": ""
6900 }
6901 },
6902 "notification-url": "https://packagist.org/downloads/",
6903 "license": [
6904 "MIT"
6905 ],
6906 "authors": [
6907 {
6908 "name": "Oleg Grigoriev",
6909 "email": "go.vasac@gmail.com"
6910 }
6911 ],
6912 "description": "Codec for VLQ (variable-length quantity) Base64 algorithm",
6913 "homepage": "https://github.com/sycho9/codecs-base64vlq",
6914 "keywords": [
6915 "Source map",
6916 "VLQ",
6917 "Variable length quantity",
6918 "base64",
6919 "codec"
6920 ],
6921 "support": {
6922 "source": "https://github.com/SychO9/codecs-base64vlq/tree/2.0.0"
6923 },
6924 "time": "2022-04-09T13:12:22+00:00"
6925 },
6926 {
6927 "name": "sycho/errors",
6928 "version": "3.0.0",
6929 "source": {
6930 "type": "git",
6931 "url": "https://github.com/SychO9/errors.git",
6932 "reference": "82e955d247940aa7feed35e1ec7a61fc46639582"
6933 },
6934 "dist": {
6935 "type": "zip",
6936 "url": "https://api.github.com/repos/SychO9/errors/zipball/82e955d247940aa7feed35e1ec7a61fc46639582",
6937 "reference": "82e955d247940aa7feed35e1ec7a61fc46639582",
6938 "shasum": ""
6939 },
6940 "require": {
6941 "axy/backtrace": "~2.0.0",
6942 "php": ">=7.3"
6943 },
6944 "require-dev": {
6945 "phpmd/phpmd": "^2.6",
6946 "phpunit/phpunit": "^9.0",
6947 "squizlabs/php_codesniffer": "^3.4"
6948 },
6949 "type": "library",
6950 "extra": {
6951 "branch-alias": {
6952 "dev-main": "3.x-dev"
6953 }
6954 },
6955 "autoload": {
6956 "psr-4": {
6957 "axy\\errors\\": "src/"
6958 }
6959 },
6960 "notification-url": "https://packagist.org/downloads/",
6961 "license": [
6962 "MIT"
6963 ],
6964 "authors": [
6965 {
6966 "name": "Oleg Grigoriev",
6967 "email": "go.vasac@gmail.com"
6968 }
6969 ],
6970 "description": "Exceptions in PHP",
6971 "homepage": "https://github.com/sycho9/errors",
6972 "keywords": [
6973 "error",
6974 "exception"
6975 ],
6976 "support": {
6977 "source": "https://github.com/SychO9/errors/tree/3.0.0"
6978 },
6979 "time": "2022-04-09T13:10:47+00:00"
6980 },
6981 {
6982 "name": "sycho/json-api",
6983 "version": "v0.5.2",
6984 "source": {
6985 "type": "git",
6986 "url": "https://github.com/SychO9/json-api-php.git",
6987 "reference": "5ef867317a6b39b307af0fc98c5b9c5828607301"
6988 },
6989 "dist": {
6990 "type": "zip",
6991 "url": "https://api.github.com/repos/SychO9/json-api-php/zipball/5ef867317a6b39b307af0fc98c5b9c5828607301",
6992 "reference": "5ef867317a6b39b307af0fc98c5b9c5828607301",
6993 "shasum": ""
6994 },
6995 "require": {
6996 "ext-json": "*",
6997 "php": "^7.3 || ^8.0"
6998 },
6999 "require-dev": {
7000 "phpunit/phpunit": "^9.0"
7001 },
7002 "type": "library",
7003 "extra": {
7004 "branch-alias": {
7005 "dev-master": "0.5-dev"
7006 }
7007 },
7008 "autoload": {
7009 "psr-4": {
7010 "Tobscure\\JsonApi\\": "src/"
7011 }
7012 },
7013 "notification-url": "https://packagist.org/downloads/",
7014 "license": [
7015 "MIT"
7016 ],
7017 "authors": [
7018 {
7019 "name": "Toby Zerner",
7020 "email": "toby.zerner@gmail.com"
7021 }
7022 ],
7023 "description": "JSON-API responses in PHP",
7024 "keywords": [
7025 "api",
7026 "json",
7027 "jsonapi",
7028 "standard"
7029 ],
7030 "support": {
7031 "source": "https://github.com/SychO9/json-api-php/tree/v0.5.2"
7032 },
7033 "time": "2023-04-16T10:46:37+00:00"
7034 },
7035 {
7036 "name": "sycho/sourcemap",
7037 "version": "2.0.0",
7038 "source": {
7039 "type": "git",
7040 "url": "https://github.com/SychO9/sourcemap.git",
7041 "reference": "81d514186e37efbea7f4dd701ea9133fd3412bf1"
7042 },
7043 "dist": {
7044 "type": "zip",
7045 "url": "https://api.github.com/repos/SychO9/sourcemap/zipball/81d514186e37efbea7f4dd701ea9133fd3412bf1",
7046 "reference": "81d514186e37efbea7f4dd701ea9133fd3412bf1",
7047 "shasum": ""
7048 },
7049 "require": {
7050 "ext-json": "*",
7051 "php": ">=7.3",
7052 "sycho/codecs-base64vlq": "^2.0",
7053 "sycho/errors": "^3.0"
7054 },
7055 "require-dev": {
7056 "phpunit/phpunit": "^9.0",
7057 "sycho/codecs-base64vlq": "^2.x-dev",
7058 "sycho/errors": "^3.x-dev"
7059 },
7060 "type": "library",
7061 "extra": {
7062 "branch-alias": {
7063 "dev-main": "2.x-dev"
7064 }
7065 },
7066 "autoload": {
7067 "psr-4": {
7068 "axy\\sourcemap\\": "src/"
7069 }
7070 },
7071 "notification-url": "https://packagist.org/downloads/",
7072 "license": [
7073 "MIT"
7074 ],
7075 "authors": [
7076 {
7077 "name": "Oleg Grigoriev",
7078 "email": "go.vasac@gmail.com"
7079 }
7080 ],
7081 "description": "Work with JavaScript/CSS Source Map",
7082 "homepage": "https://github.com/sycho9/sourcemap",
7083 "keywords": [
7084 "Source map",
7085 "css",
7086 "javascript",
7087 "sourcemap"
7088 ],
7089 "support": {
7090 "source": "https://github.com/SychO9/sourcemap/tree/2.0.0"
7091 },
7092 "time": "2022-04-09T13:13:12+00:00"
7093 },
7094 {
7095 "name": "symfony/config",
7096 "version": "v5.4.46",
7097 "source": {
7098 "type": "git",
7099 "url": "https://github.com/symfony/config.git",
7100 "reference": "977c88a02d7d3f16904a81907531b19666a08e78"
7101 },
7102 "dist": {
7103 "type": "zip",
7104 "url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78",
7105 "reference": "977c88a02d7d3f16904a81907531b19666a08e78",
7106 "shasum": ""
7107 },
7108 "require": {
7109 "php": ">=7.2.5",
7110 "symfony/deprecation-contracts": "^2.1|^3",
7111 "symfony/filesystem": "^4.4|^5.0|^6.0",
7112 "symfony/polyfill-ctype": "~1.8",
7113 "symfony/polyfill-php80": "^1.16",
7114 "symfony/polyfill-php81": "^1.22"
7115 },
7116 "conflict": {
7117 "symfony/finder": "<4.4"
7118 },
7119 "require-dev": {
7120 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7121 "symfony/finder": "^4.4|^5.0|^6.0",
7122 "symfony/messenger": "^4.4|^5.0|^6.0",
7123 "symfony/service-contracts": "^1.1|^2|^3",
7124 "symfony/yaml": "^4.4|^5.0|^6.0"
7125 },
7126 "suggest": {
7127 "symfony/yaml": "To use the yaml reference dumper"
7128 },
7129 "type": "library",
7130 "autoload": {
7131 "psr-4": {
7132 "Symfony\\Component\\Config\\": ""
7133 },
7134 "exclude-from-classmap": [
7135 "/Tests/"
7136 ]
7137 },
7138 "notification-url": "https://packagist.org/downloads/",
7139 "license": [
7140 "MIT"
7141 ],
7142 "authors": [
7143 {
7144 "name": "Fabien Potencier",
7145 "email": "fabien@symfony.com"
7146 },
7147 {
7148 "name": "Symfony Community",
7149 "homepage": "https://symfony.com/contributors"
7150 }
7151 ],
7152 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7153 "homepage": "https://symfony.com",
7154 "support": {
7155 "source": "https://github.com/symfony/config/tree/v5.4.46"
7156 },
7157 "funding": [
7158 {
7159 "url": "https://symfony.com/sponsor",
7160 "type": "custom"
7161 },
7162 {
7163 "url": "https://github.com/fabpot",
7164 "type": "github"
7165 },
7166 {
7167 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7168 "type": "tidelift"
7169 }
7170 ],
7171 "time": "2024-10-30T07:58:02+00:00"
7172 },
7173 {
7174 "name": "symfony/console",
7175 "version": "v5.4.47",
7176 "source": {
7177 "type": "git",
7178 "url": "https://github.com/symfony/console.git",
7179 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
7180 },
7181 "dist": {
7182 "type": "zip",
7183 "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
7184 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
7185 "shasum": ""
7186 },
7187 "require": {
7188 "php": ">=7.2.5",
7189 "symfony/deprecation-contracts": "^2.1|^3",
7190 "symfony/polyfill-mbstring": "~1.0",
7191 "symfony/polyfill-php73": "^1.9",
7192 "symfony/polyfill-php80": "^1.16",
7193 "symfony/service-contracts": "^1.1|^2|^3",
7194 "symfony/string": "^5.1|^6.0"
7195 },
7196 "conflict": {
7197 "psr/log": ">=3",
7198 "symfony/dependency-injection": "<4.4",
7199 "symfony/dotenv": "<5.1",
7200 "symfony/event-dispatcher": "<4.4",
7201 "symfony/lock": "<4.4",
7202 "symfony/process": "<4.4"
7203 },
7204 "provide": {
7205 "psr/log-implementation": "1.0|2.0"
7206 },
7207 "require-dev": {
7208 "psr/log": "^1|^2",
7209 "symfony/config": "^4.4|^5.0|^6.0",
7210 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7211 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7212 "symfony/lock": "^4.4|^5.0|^6.0",
7213 "symfony/process": "^4.4|^5.0|^6.0",
7214 "symfony/var-dumper": "^4.4|^5.0|^6.0"
7215 },
7216 "suggest": {
7217 "psr/log": "For using the console logger",
7218 "symfony/event-dispatcher": "",
7219 "symfony/lock": "",
7220 "symfony/process": ""
7221 },
7222 "type": "library",
7223 "autoload": {
7224 "psr-4": {
7225 "Symfony\\Component\\Console\\": ""
7226 },
7227 "exclude-from-classmap": [
7228 "/Tests/"
7229 ]
7230 },
7231 "notification-url": "https://packagist.org/downloads/",
7232 "license": [
7233 "MIT"
7234 ],
7235 "authors": [
7236 {
7237 "name": "Fabien Potencier",
7238 "email": "fabien@symfony.com"
7239 },
7240 {
7241 "name": "Symfony Community",
7242 "homepage": "https://symfony.com/contributors"
7243 }
7244 ],
7245 "description": "Eases the creation of beautiful and testable command line interfaces",
7246 "homepage": "https://symfony.com",
7247 "keywords": [
7248 "cli",
7249 "command-line",
7250 "console",
7251 "terminal"
7252 ],
7253 "support": {
7254 "source": "https://github.com/symfony/console/tree/v5.4.47"
7255 },
7256 "funding": [
7257 {
7258 "url": "https://symfony.com/sponsor",
7259 "type": "custom"
7260 },
7261 {
7262 "url": "https://github.com/fabpot",
7263 "type": "github"
7264 },
7265 {
7266 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7267 "type": "tidelift"
7268 }
7269 ],
7270 "time": "2024-11-06T11:30:55+00:00"
7271 },
7272 {
7273 "name": "symfony/css-selector",
7274 "version": "v7.4.0",
7275 "source": {
7276 "type": "git",
7277 "url": "https://github.com/symfony/css-selector.git",
7278 "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135"
7279 },
7280 "dist": {
7281 "type": "zip",
7282 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ab862f478513e7ca2fe9ec117a6f01a8da6e1135",
7283 "reference": "ab862f478513e7ca2fe9ec117a6f01a8da6e1135",
7284 "shasum": ""
7285 },
7286 "require": {
7287 "php": ">=8.2"
7288 },
7289 "type": "library",
7290 "autoload": {
7291 "psr-4": {
7292 "Symfony\\Component\\CssSelector\\": ""
7293 },
7294 "exclude-from-classmap": [
7295 "/Tests/"
7296 ]
7297 },
7298 "notification-url": "https://packagist.org/downloads/",
7299 "license": [
7300 "MIT"
7301 ],
7302 "authors": [
7303 {
7304 "name": "Fabien Potencier",
7305 "email": "fabien@symfony.com"
7306 },
7307 {
7308 "name": "Jean-François Simon",
7309 "email": "jeanfrancois.simon@sensiolabs.com"
7310 },
7311 {
7312 "name": "Symfony Community",
7313 "homepage": "https://symfony.com/contributors"
7314 }
7315 ],
7316 "description": "Converts CSS selectors to XPath expressions",
7317 "homepage": "https://symfony.com",
7318 "support": {
7319 "source": "https://github.com/symfony/css-selector/tree/v7.4.0"
7320 },
7321 "funding": [
7322 {
7323 "url": "https://symfony.com/sponsor",
7324 "type": "custom"
7325 },
7326 {
7327 "url": "https://github.com/fabpot",
7328 "type": "github"
7329 },
7330 {
7331 "url": "https://github.com/nicolas-grekas",
7332 "type": "github"
7333 },
7334 {
7335 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7336 "type": "tidelift"
7337 }
7338 ],
7339 "time": "2025-10-30T13:39:42+00:00"
7340 },
7341 {
7342 "name": "symfony/deprecation-contracts",
7343 "version": "v3.6.0",
7344 "source": {
7345 "type": "git",
7346 "url": "https://github.com/symfony/deprecation-contracts.git",
7347 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
7348 },
7349 "dist": {
7350 "type": "zip",
7351 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
7352 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
7353 "shasum": ""
7354 },
7355 "require": {
7356 "php": ">=8.1"
7357 },
7358 "type": "library",
7359 "extra": {
7360 "thanks": {
7361 "url": "https://github.com/symfony/contracts",
7362 "name": "symfony/contracts"
7363 },
7364 "branch-alias": {
7365 "dev-main": "3.6-dev"
7366 }
7367 },
7368 "autoload": {
7369 "files": [
7370 "function.php"
7371 ]
7372 },
7373 "notification-url": "https://packagist.org/downloads/",
7374 "license": [
7375 "MIT"
7376 ],
7377 "authors": [
7378 {
7379 "name": "Nicolas Grekas",
7380 "email": "p@tchwork.com"
7381 },
7382 {
7383 "name": "Symfony Community",
7384 "homepage": "https://symfony.com/contributors"
7385 }
7386 ],
7387 "description": "A generic function and convention to trigger deprecation notices",
7388 "homepage": "https://symfony.com",
7389 "support": {
7390 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
7391 },
7392 "funding": [
7393 {
7394 "url": "https://symfony.com/sponsor",
7395 "type": "custom"
7396 },
7397 {
7398 "url": "https://github.com/fabpot",
7399 "type": "github"
7400 },
7401 {
7402 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7403 "type": "tidelift"
7404 }
7405 ],
7406 "time": "2024-09-25T14:21:43+00:00"
7407 },
7408 {
7409 "name": "symfony/event-dispatcher",
7410 "version": "v5.4.45",
7411 "source": {
7412 "type": "git",
7413 "url": "https://github.com/symfony/event-dispatcher.git",
7414 "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9"
7415 },
7416 "dist": {
7417 "type": "zip",
7418 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9",
7419 "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9",
7420 "shasum": ""
7421 },
7422 "require": {
7423 "php": ">=7.2.5",
7424 "symfony/deprecation-contracts": "^2.1|^3",
7425 "symfony/event-dispatcher-contracts": "^2|^3",
7426 "symfony/polyfill-php80": "^1.16"
7427 },
7428 "conflict": {
7429 "symfony/dependency-injection": "<4.4"
7430 },
7431 "provide": {
7432 "psr/event-dispatcher-implementation": "1.0",
7433 "symfony/event-dispatcher-implementation": "2.0"
7434 },
7435 "require-dev": {
7436 "psr/log": "^1|^2|^3",
7437 "symfony/config": "^4.4|^5.0|^6.0",
7438 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7439 "symfony/error-handler": "^4.4|^5.0|^6.0",
7440 "symfony/expression-language": "^4.4|^5.0|^6.0",
7441 "symfony/http-foundation": "^4.4|^5.0|^6.0",
7442 "symfony/service-contracts": "^1.1|^2|^3",
7443 "symfony/stopwatch": "^4.4|^5.0|^6.0"
7444 },
7445 "suggest": {
7446 "symfony/dependency-injection": "",
7447 "symfony/http-kernel": ""
7448 },
7449 "type": "library",
7450 "autoload": {
7451 "psr-4": {
7452 "Symfony\\Component\\EventDispatcher\\": ""
7453 },
7454 "exclude-from-classmap": [
7455 "/Tests/"
7456 ]
7457 },
7458 "notification-url": "https://packagist.org/downloads/",
7459 "license": [
7460 "MIT"
7461 ],
7462 "authors": [
7463 {
7464 "name": "Fabien Potencier",
7465 "email": "fabien@symfony.com"
7466 },
7467 {
7468 "name": "Symfony Community",
7469 "homepage": "https://symfony.com/contributors"
7470 }
7471 ],
7472 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
7473 "homepage": "https://symfony.com",
7474 "support": {
7475 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.45"
7476 },
7477 "funding": [
7478 {
7479 "url": "https://symfony.com/sponsor",
7480 "type": "custom"
7481 },
7482 {
7483 "url": "https://github.com/fabpot",
7484 "type": "github"
7485 },
7486 {
7487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7488 "type": "tidelift"
7489 }
7490 ],
7491 "time": "2024-09-25T14:11:13+00:00"
7492 },
7493 {
7494 "name": "symfony/event-dispatcher-contracts",
7495 "version": "v3.6.0",
7496 "source": {
7497 "type": "git",
7498 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
7499 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
7500 },
7501 "dist": {
7502 "type": "zip",
7503 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
7504 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
7505 "shasum": ""
7506 },
7507 "require": {
7508 "php": ">=8.1",
7509 "psr/event-dispatcher": "^1"
7510 },
7511 "type": "library",
7512 "extra": {
7513 "thanks": {
7514 "url": "https://github.com/symfony/contracts",
7515 "name": "symfony/contracts"
7516 },
7517 "branch-alias": {
7518 "dev-main": "3.6-dev"
7519 }
7520 },
7521 "autoload": {
7522 "psr-4": {
7523 "Symfony\\Contracts\\EventDispatcher\\": ""
7524 }
7525 },
7526 "notification-url": "https://packagist.org/downloads/",
7527 "license": [
7528 "MIT"
7529 ],
7530 "authors": [
7531 {
7532 "name": "Nicolas Grekas",
7533 "email": "p@tchwork.com"
7534 },
7535 {
7536 "name": "Symfony Community",
7537 "homepage": "https://symfony.com/contributors"
7538 }
7539 ],
7540 "description": "Generic abstractions related to dispatching event",
7541 "homepage": "https://symfony.com",
7542 "keywords": [
7543 "abstractions",
7544 "contracts",
7545 "decoupling",
7546 "interfaces",
7547 "interoperability",
7548 "standards"
7549 ],
7550 "support": {
7551 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
7552 },
7553 "funding": [
7554 {
7555 "url": "https://symfony.com/sponsor",
7556 "type": "custom"
7557 },
7558 {
7559 "url": "https://github.com/fabpot",
7560 "type": "github"
7561 },
7562 {
7563 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7564 "type": "tidelift"
7565 }
7566 ],
7567 "time": "2024-09-25T14:21:43+00:00"
7568 },
7569 {
7570 "name": "symfony/filesystem",
7571 "version": "v6.4.24",
7572 "source": {
7573 "type": "git",
7574 "url": "https://github.com/symfony/filesystem.git",
7575 "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8"
7576 },
7577 "dist": {
7578 "type": "zip",
7579 "url": "https://api.github.com/repos/symfony/filesystem/zipball/75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
7580 "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
7581 "shasum": ""
7582 },
7583 "require": {
7584 "php": ">=8.1",
7585 "symfony/polyfill-ctype": "~1.8",
7586 "symfony/polyfill-mbstring": "~1.8"
7587 },
7588 "require-dev": {
7589 "symfony/process": "^5.4|^6.4|^7.0"
7590 },
7591 "type": "library",
7592 "autoload": {
7593 "psr-4": {
7594 "Symfony\\Component\\Filesystem\\": ""
7595 },
7596 "exclude-from-classmap": [
7597 "/Tests/"
7598 ]
7599 },
7600 "notification-url": "https://packagist.org/downloads/",
7601 "license": [
7602 "MIT"
7603 ],
7604 "authors": [
7605 {
7606 "name": "Fabien Potencier",
7607 "email": "fabien@symfony.com"
7608 },
7609 {
7610 "name": "Symfony Community",
7611 "homepage": "https://symfony.com/contributors"
7612 }
7613 ],
7614 "description": "Provides basic utilities for the filesystem",
7615 "homepage": "https://symfony.com",
7616 "support": {
7617 "source": "https://github.com/symfony/filesystem/tree/v6.4.24"
7618 },
7619 "funding": [
7620 {
7621 "url": "https://symfony.com/sponsor",
7622 "type": "custom"
7623 },
7624 {
7625 "url": "https://github.com/fabpot",
7626 "type": "github"
7627 },
7628 {
7629 "url": "https://github.com/nicolas-grekas",
7630 "type": "github"
7631 },
7632 {
7633 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7634 "type": "tidelift"
7635 }
7636 ],
7637 "time": "2025-07-10T08:14:14+00:00"
7638 },
7639 {
7640 "name": "symfony/finder",
7641 "version": "v5.4.45",
7642 "source": {
7643 "type": "git",
7644 "url": "https://github.com/symfony/finder.git",
7645 "reference": "63741784cd7b9967975eec610b256eed3ede022b"
7646 },
7647 "dist": {
7648 "type": "zip",
7649 "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
7650 "reference": "63741784cd7b9967975eec610b256eed3ede022b",
7651 "shasum": ""
7652 },
7653 "require": {
7654 "php": ">=7.2.5",
7655 "symfony/deprecation-contracts": "^2.1|^3",
7656 "symfony/polyfill-php80": "^1.16"
7657 },
7658 "type": "library",
7659 "autoload": {
7660 "psr-4": {
7661 "Symfony\\Component\\Finder\\": ""
7662 },
7663 "exclude-from-classmap": [
7664 "/Tests/"
7665 ]
7666 },
7667 "notification-url": "https://packagist.org/downloads/",
7668 "license": [
7669 "MIT"
7670 ],
7671 "authors": [
7672 {
7673 "name": "Fabien Potencier",
7674 "email": "fabien@symfony.com"
7675 },
7676 {
7677 "name": "Symfony Community",
7678 "homepage": "https://symfony.com/contributors"
7679 }
7680 ],
7681 "description": "Finds files and directories via an intuitive fluent interface",
7682 "homepage": "https://symfony.com",
7683 "support": {
7684 "source": "https://github.com/symfony/finder/tree/v5.4.45"
7685 },
7686 "funding": [
7687 {
7688 "url": "https://symfony.com/sponsor",
7689 "type": "custom"
7690 },
7691 {
7692 "url": "https://github.com/fabpot",
7693 "type": "github"
7694 },
7695 {
7696 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7697 "type": "tidelift"
7698 }
7699 ],
7700 "time": "2024-09-28T13:32:08+00:00"
7701 },
7702 {
7703 "name": "symfony/http-foundation",
7704 "version": "v5.4.50",
7705 "source": {
7706 "type": "git",
7707 "url": "https://github.com/symfony/http-foundation.git",
7708 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609"
7709 },
7710 "dist": {
7711 "type": "zip",
7712 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609",
7713 "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609",
7714 "shasum": ""
7715 },
7716 "require": {
7717 "php": ">=7.2.5",
7718 "symfony/deprecation-contracts": "^2.1|^3",
7719 "symfony/polyfill-mbstring": "~1.1",
7720 "symfony/polyfill-php80": "^1.16"
7721 },
7722 "require-dev": {
7723 "predis/predis": "^1.0|^2.0",
7724 "symfony/cache": "^4.4|^5.0|^6.0",
7725 "symfony/dependency-injection": "^5.4|^6.0",
7726 "symfony/expression-language": "^4.4|^5.0|^6.0",
7727 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
7728 "symfony/mime": "^4.4|^5.0|^6.0",
7729 "symfony/rate-limiter": "^5.2|^6.0"
7730 },
7731 "suggest": {
7732 "symfony/mime": "To use the file extension guesser"
7733 },
7734 "type": "library",
7735 "autoload": {
7736 "psr-4": {
7737 "Symfony\\Component\\HttpFoundation\\": ""
7738 },
7739 "exclude-from-classmap": [
7740 "/Tests/"
7741 ]
7742 },
7743 "notification-url": "https://packagist.org/downloads/",
7744 "license": [
7745 "MIT"
7746 ],
7747 "authors": [
7748 {
7749 "name": "Fabien Potencier",
7750 "email": "fabien@symfony.com"
7751 },
7752 {
7753 "name": "Symfony Community",
7754 "homepage": "https://symfony.com/contributors"
7755 }
7756 ],
7757 "description": "Defines an object-oriented layer for the HTTP specification",
7758 "homepage": "https://symfony.com",
7759 "support": {
7760 "source": "https://github.com/symfony/http-foundation/tree/v5.4.50"
7761 },
7762 "funding": [
7763 {
7764 "url": "https://symfony.com/sponsor",
7765 "type": "custom"
7766 },
7767 {
7768 "url": "https://github.com/fabpot",
7769 "type": "github"
7770 },
7771 {
7772 "url": "https://github.com/nicolas-grekas",
7773 "type": "github"
7774 },
7775 {
7776 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7777 "type": "tidelift"
7778 }
7779 ],
7780 "time": "2025-11-03T12:58:48+00:00"
7781 },
7782 {
7783 "name": "symfony/mime",
7784 "version": "v5.4.45",
7785 "source": {
7786 "type": "git",
7787 "url": "https://github.com/symfony/mime.git",
7788 "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064"
7789 },
7790 "dist": {
7791 "type": "zip",
7792 "url": "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064",
7793 "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064",
7794 "shasum": ""
7795 },
7796 "require": {
7797 "php": ">=7.2.5",
7798 "symfony/deprecation-contracts": "^2.1|^3",
7799 "symfony/polyfill-intl-idn": "^1.10",
7800 "symfony/polyfill-mbstring": "^1.0",
7801 "symfony/polyfill-php80": "^1.16"
7802 },
7803 "conflict": {
7804 "egulias/email-validator": "~3.0.0",
7805 "phpdocumentor/reflection-docblock": "<3.2.2",
7806 "phpdocumentor/type-resolver": "<1.4.0",
7807 "symfony/mailer": "<4.4",
7808 "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3"
7809 },
7810 "require-dev": {
7811 "egulias/email-validator": "^2.1.10|^3.1|^4",
7812 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
7813 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7814 "symfony/process": "^5.4|^6.4",
7815 "symfony/property-access": "^4.4|^5.1|^6.0",
7816 "symfony/property-info": "^4.4|^5.1|^6.0",
7817 "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3"
7818 },
7819 "type": "library",
7820 "autoload": {
7821 "psr-4": {
7822 "Symfony\\Component\\Mime\\": ""
7823 },
7824 "exclude-from-classmap": [
7825 "/Tests/"
7826 ]
7827 },
7828 "notification-url": "https://packagist.org/downloads/",
7829 "license": [
7830 "MIT"
7831 ],
7832 "authors": [
7833 {
7834 "name": "Fabien Potencier",
7835 "email": "fabien@symfony.com"
7836 },
7837 {
7838 "name": "Symfony Community",
7839 "homepage": "https://symfony.com/contributors"
7840 }
7841 ],
7842 "description": "Allows manipulating MIME messages",
7843 "homepage": "https://symfony.com",
7844 "keywords": [
7845 "mime",
7846 "mime-type"
7847 ],
7848 "support": {
7849 "source": "https://github.com/symfony/mime/tree/v5.4.45"
7850 },
7851 "funding": [
7852 {
7853 "url": "https://symfony.com/sponsor",
7854 "type": "custom"
7855 },
7856 {
7857 "url": "https://github.com/fabpot",
7858 "type": "github"
7859 },
7860 {
7861 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7862 "type": "tidelift"
7863 }
7864 ],
7865 "time": "2024-10-23T20:18:32+00:00"
7866 },
7867 {
7868 "name": "symfony/polyfill-ctype",
7869 "version": "v1.33.0",
7870 "source": {
7871 "type": "git",
7872 "url": "https://github.com/symfony/polyfill-ctype.git",
7873 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
7874 },
7875 "dist": {
7876 "type": "zip",
7877 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
7878 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
7879 "shasum": ""
7880 },
7881 "require": {
7882 "php": ">=7.2"
7883 },
7884 "provide": {
7885 "ext-ctype": "*"
7886 },
7887 "suggest": {
7888 "ext-ctype": "For best performance"
7889 },
7890 "type": "library",
7891 "extra": {
7892 "thanks": {
7893 "url": "https://github.com/symfony/polyfill",
7894 "name": "symfony/polyfill"
7895 }
7896 },
7897 "autoload": {
7898 "files": [
7899 "bootstrap.php"
7900 ],
7901 "psr-4": {
7902 "Symfony\\Polyfill\\Ctype\\": ""
7903 }
7904 },
7905 "notification-url": "https://packagist.org/downloads/",
7906 "license": [
7907 "MIT"
7908 ],
7909 "authors": [
7910 {
7911 "name": "Gert de Pagter",
7912 "email": "BackEndTea@gmail.com"
7913 },
7914 {
7915 "name": "Symfony Community",
7916 "homepage": "https://symfony.com/contributors"
7917 }
7918 ],
7919 "description": "Symfony polyfill for ctype functions",
7920 "homepage": "https://symfony.com",
7921 "keywords": [
7922 "compatibility",
7923 "ctype",
7924 "polyfill",
7925 "portable"
7926 ],
7927 "support": {
7928 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
7929 },
7930 "funding": [
7931 {
7932 "url": "https://symfony.com/sponsor",
7933 "type": "custom"
7934 },
7935 {
7936 "url": "https://github.com/fabpot",
7937 "type": "github"
7938 },
7939 {
7940 "url": "https://github.com/nicolas-grekas",
7941 "type": "github"
7942 },
7943 {
7944 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7945 "type": "tidelift"
7946 }
7947 ],
7948 "time": "2024-09-09T11:45:10+00:00"
7949 },
7950 {
7951 "name": "symfony/polyfill-iconv",
7952 "version": "v1.33.0",
7953 "source": {
7954 "type": "git",
7955 "url": "https://github.com/symfony/polyfill-iconv.git",
7956 "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa"
7957 },
7958 "dist": {
7959 "type": "zip",
7960 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa",
7961 "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa",
7962 "shasum": ""
7963 },
7964 "require": {
7965 "php": ">=7.2"
7966 },
7967 "provide": {
7968 "ext-iconv": "*"
7969 },
7970 "suggest": {
7971 "ext-iconv": "For best performance"
7972 },
7973 "type": "library",
7974 "extra": {
7975 "thanks": {
7976 "url": "https://github.com/symfony/polyfill",
7977 "name": "symfony/polyfill"
7978 }
7979 },
7980 "autoload": {
7981 "files": [
7982 "bootstrap.php"
7983 ],
7984 "psr-4": {
7985 "Symfony\\Polyfill\\Iconv\\": ""
7986 }
7987 },
7988 "notification-url": "https://packagist.org/downloads/",
7989 "license": [
7990 "MIT"
7991 ],
7992 "authors": [
7993 {
7994 "name": "Nicolas Grekas",
7995 "email": "p@tchwork.com"
7996 },
7997 {
7998 "name": "Symfony Community",
7999 "homepage": "https://symfony.com/contributors"
8000 }
8001 ],
8002 "description": "Symfony polyfill for the Iconv extension",
8003 "homepage": "https://symfony.com",
8004 "keywords": [
8005 "compatibility",
8006 "iconv",
8007 "polyfill",
8008 "portable",
8009 "shim"
8010 ],
8011 "support": {
8012 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.33.0"
8013 },
8014 "funding": [
8015 {
8016 "url": "https://symfony.com/sponsor",
8017 "type": "custom"
8018 },
8019 {
8020 "url": "https://github.com/fabpot",
8021 "type": "github"
8022 },
8023 {
8024 "url": "https://github.com/nicolas-grekas",
8025 "type": "github"
8026 },
8027 {
8028 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8029 "type": "tidelift"
8030 }
8031 ],
8032 "time": "2024-09-17T14:58:18+00:00"
8033 },
8034 {
8035 "name": "symfony/polyfill-intl-grapheme",
8036 "version": "v1.33.0",
8037 "source": {
8038 "type": "git",
8039 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8040 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
8041 },
8042 "dist": {
8043 "type": "zip",
8044 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
8045 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
8046 "shasum": ""
8047 },
8048 "require": {
8049 "php": ">=7.2"
8050 },
8051 "suggest": {
8052 "ext-intl": "For best performance"
8053 },
8054 "type": "library",
8055 "extra": {
8056 "thanks": {
8057 "url": "https://github.com/symfony/polyfill",
8058 "name": "symfony/polyfill"
8059 }
8060 },
8061 "autoload": {
8062 "files": [
8063 "bootstrap.php"
8064 ],
8065 "psr-4": {
8066 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8067 }
8068 },
8069 "notification-url": "https://packagist.org/downloads/",
8070 "license": [
8071 "MIT"
8072 ],
8073 "authors": [
8074 {
8075 "name": "Nicolas Grekas",
8076 "email": "p@tchwork.com"
8077 },
8078 {
8079 "name": "Symfony Community",
8080 "homepage": "https://symfony.com/contributors"
8081 }
8082 ],
8083 "description": "Symfony polyfill for intl's grapheme_* functions",
8084 "homepage": "https://symfony.com",
8085 "keywords": [
8086 "compatibility",
8087 "grapheme",
8088 "intl",
8089 "polyfill",
8090 "portable",
8091 "shim"
8092 ],
8093 "support": {
8094 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
8095 },
8096 "funding": [
8097 {
8098 "url": "https://symfony.com/sponsor",
8099 "type": "custom"
8100 },
8101 {
8102 "url": "https://github.com/fabpot",
8103 "type": "github"
8104 },
8105 {
8106 "url": "https://github.com/nicolas-grekas",
8107 "type": "github"
8108 },
8109 {
8110 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8111 "type": "tidelift"
8112 }
8113 ],
8114 "time": "2025-06-27T09:58:17+00:00"
8115 },
8116 {
8117 "name": "symfony/polyfill-intl-idn",
8118 "version": "v1.33.0",
8119 "source": {
8120 "type": "git",
8121 "url": "https://github.com/symfony/polyfill-intl-idn.git",
8122 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
8123 },
8124 "dist": {
8125 "type": "zip",
8126 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
8127 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
8128 "shasum": ""
8129 },
8130 "require": {
8131 "php": ">=7.2",
8132 "symfony/polyfill-intl-normalizer": "^1.10"
8133 },
8134 "suggest": {
8135 "ext-intl": "For best performance"
8136 },
8137 "type": "library",
8138 "extra": {
8139 "thanks": {
8140 "url": "https://github.com/symfony/polyfill",
8141 "name": "symfony/polyfill"
8142 }
8143 },
8144 "autoload": {
8145 "files": [
8146 "bootstrap.php"
8147 ],
8148 "psr-4": {
8149 "Symfony\\Polyfill\\Intl\\Idn\\": ""
8150 }
8151 },
8152 "notification-url": "https://packagist.org/downloads/",
8153 "license": [
8154 "MIT"
8155 ],
8156 "authors": [
8157 {
8158 "name": "Laurent Bassin",
8159 "email": "laurent@bassin.info"
8160 },
8161 {
8162 "name": "Trevor Rowbotham",
8163 "email": "trevor.rowbotham@pm.me"
8164 },
8165 {
8166 "name": "Symfony Community",
8167 "homepage": "https://symfony.com/contributors"
8168 }
8169 ],
8170 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
8171 "homepage": "https://symfony.com",
8172 "keywords": [
8173 "compatibility",
8174 "idn",
8175 "intl",
8176 "polyfill",
8177 "portable",
8178 "shim"
8179 ],
8180 "support": {
8181 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
8182 },
8183 "funding": [
8184 {
8185 "url": "https://symfony.com/sponsor",
8186 "type": "custom"
8187 },
8188 {
8189 "url": "https://github.com/fabpot",
8190 "type": "github"
8191 },
8192 {
8193 "url": "https://github.com/nicolas-grekas",
8194 "type": "github"
8195 },
8196 {
8197 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8198 "type": "tidelift"
8199 }
8200 ],
8201 "time": "2024-09-10T14:38:51+00:00"
8202 },
8203 {
8204 "name": "symfony/polyfill-intl-messageformatter",
8205 "version": "v1.33.0",
8206 "source": {
8207 "type": "git",
8208 "url": "https://github.com/symfony/polyfill-intl-messageformatter.git",
8209 "reference": "d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de"
8210 },
8211 "dist": {
8212 "type": "zip",
8213 "url": "https://api.github.com/repos/symfony/polyfill-intl-messageformatter/zipball/d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de",
8214 "reference": "d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de",
8215 "shasum": ""
8216 },
8217 "require": {
8218 "php": ">=7.2"
8219 },
8220 "suggest": {
8221 "ext-intl": "For best performance"
8222 },
8223 "type": "library",
8224 "extra": {
8225 "thanks": {
8226 "url": "https://github.com/symfony/polyfill",
8227 "name": "symfony/polyfill"
8228 }
8229 },
8230 "autoload": {
8231 "files": [
8232 "bootstrap.php"
8233 ],
8234 "psr-4": {
8235 "Symfony\\Polyfill\\Intl\\MessageFormatter\\": ""
8236 },
8237 "classmap": [
8238 "Resources/stubs"
8239 ]
8240 },
8241 "notification-url": "https://packagist.org/downloads/",
8242 "license": [
8243 "MIT"
8244 ],
8245 "authors": [
8246 {
8247 "name": "Nicolas Grekas",
8248 "email": "p@tchwork.com"
8249 },
8250 {
8251 "name": "Symfony Community",
8252 "homepage": "https://symfony.com/contributors"
8253 }
8254 ],
8255 "description": "Symfony polyfill for intl's MessageFormatter class and related functions",
8256 "homepage": "https://symfony.com",
8257 "keywords": [
8258 "compatibility",
8259 "intl",
8260 "messageformatter",
8261 "polyfill",
8262 "portable",
8263 "shim"
8264 ],
8265 "support": {
8266 "source": "https://github.com/symfony/polyfill-intl-messageformatter/tree/v1.33.0"
8267 },
8268 "funding": [
8269 {
8270 "url": "https://symfony.com/sponsor",
8271 "type": "custom"
8272 },
8273 {
8274 "url": "https://github.com/fabpot",
8275 "type": "github"
8276 },
8277 {
8278 "url": "https://github.com/nicolas-grekas",
8279 "type": "github"
8280 },
8281 {
8282 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8283 "type": "tidelift"
8284 }
8285 ],
8286 "time": "2024-09-09T11:45:10+00:00"
8287 },
8288 {
8289 "name": "symfony/polyfill-intl-normalizer",
8290 "version": "v1.33.0",
8291 "source": {
8292 "type": "git",
8293 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8294 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
8295 },
8296 "dist": {
8297 "type": "zip",
8298 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
8299 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
8300 "shasum": ""
8301 },
8302 "require": {
8303 "php": ">=7.2"
8304 },
8305 "suggest": {
8306 "ext-intl": "For best performance"
8307 },
8308 "type": "library",
8309 "extra": {
8310 "thanks": {
8311 "url": "https://github.com/symfony/polyfill",
8312 "name": "symfony/polyfill"
8313 }
8314 },
8315 "autoload": {
8316 "files": [
8317 "bootstrap.php"
8318 ],
8319 "psr-4": {
8320 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8321 },
8322 "classmap": [
8323 "Resources/stubs"
8324 ]
8325 },
8326 "notification-url": "https://packagist.org/downloads/",
8327 "license": [
8328 "MIT"
8329 ],
8330 "authors": [
8331 {
8332 "name": "Nicolas Grekas",
8333 "email": "p@tchwork.com"
8334 },
8335 {
8336 "name": "Symfony Community",
8337 "homepage": "https://symfony.com/contributors"
8338 }
8339 ],
8340 "description": "Symfony polyfill for intl's Normalizer class and related functions",
8341 "homepage": "https://symfony.com",
8342 "keywords": [
8343 "compatibility",
8344 "intl",
8345 "normalizer",
8346 "polyfill",
8347 "portable",
8348 "shim"
8349 ],
8350 "support": {
8351 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
8352 },
8353 "funding": [
8354 {
8355 "url": "https://symfony.com/sponsor",
8356 "type": "custom"
8357 },
8358 {
8359 "url": "https://github.com/fabpot",
8360 "type": "github"
8361 },
8362 {
8363 "url": "https://github.com/nicolas-grekas",
8364 "type": "github"
8365 },
8366 {
8367 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8368 "type": "tidelift"
8369 }
8370 ],
8371 "time": "2024-09-09T11:45:10+00:00"
8372 },
8373 {
8374 "name": "symfony/polyfill-mbstring",
8375 "version": "v1.33.0",
8376 "source": {
8377 "type": "git",
8378 "url": "https://github.com/symfony/polyfill-mbstring.git",
8379 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
8380 },
8381 "dist": {
8382 "type": "zip",
8383 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
8384 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
8385 "shasum": ""
8386 },
8387 "require": {
8388 "ext-iconv": "*",
8389 "php": ">=7.2"
8390 },
8391 "provide": {
8392 "ext-mbstring": "*"
8393 },
8394 "suggest": {
8395 "ext-mbstring": "For best performance"
8396 },
8397 "type": "library",
8398 "extra": {
8399 "thanks": {
8400 "url": "https://github.com/symfony/polyfill",
8401 "name": "symfony/polyfill"
8402 }
8403 },
8404 "autoload": {
8405 "files": [
8406 "bootstrap.php"
8407 ],
8408 "psr-4": {
8409 "Symfony\\Polyfill\\Mbstring\\": ""
8410 }
8411 },
8412 "notification-url": "https://packagist.org/downloads/",
8413 "license": [
8414 "MIT"
8415 ],
8416 "authors": [
8417 {
8418 "name": "Nicolas Grekas",
8419 "email": "p@tchwork.com"
8420 },
8421 {
8422 "name": "Symfony Community",
8423 "homepage": "https://symfony.com/contributors"
8424 }
8425 ],
8426 "description": "Symfony polyfill for the Mbstring extension",
8427 "homepage": "https://symfony.com",
8428 "keywords": [
8429 "compatibility",
8430 "mbstring",
8431 "polyfill",
8432 "portable",
8433 "shim"
8434 ],
8435 "support": {
8436 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
8437 },
8438 "funding": [
8439 {
8440 "url": "https://symfony.com/sponsor",
8441 "type": "custom"
8442 },
8443 {
8444 "url": "https://github.com/fabpot",
8445 "type": "github"
8446 },
8447 {
8448 "url": "https://github.com/nicolas-grekas",
8449 "type": "github"
8450 },
8451 {
8452 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8453 "type": "tidelift"
8454 }
8455 ],
8456 "time": "2024-12-23T08:48:59+00:00"
8457 },
8458 {
8459 "name": "symfony/polyfill-php73",
8460 "version": "v1.33.0",
8461 "source": {
8462 "type": "git",
8463 "url": "https://github.com/symfony/polyfill-php73.git",
8464 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
8465 },
8466 "dist": {
8467 "type": "zip",
8468 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
8469 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
8470 "shasum": ""
8471 },
8472 "require": {
8473 "php": ">=7.2"
8474 },
8475 "type": "library",
8476 "extra": {
8477 "thanks": {
8478 "url": "https://github.com/symfony/polyfill",
8479 "name": "symfony/polyfill"
8480 }
8481 },
8482 "autoload": {
8483 "files": [
8484 "bootstrap.php"
8485 ],
8486 "psr-4": {
8487 "Symfony\\Polyfill\\Php73\\": ""
8488 },
8489 "classmap": [
8490 "Resources/stubs"
8491 ]
8492 },
8493 "notification-url": "https://packagist.org/downloads/",
8494 "license": [
8495 "MIT"
8496 ],
8497 "authors": [
8498 {
8499 "name": "Nicolas Grekas",
8500 "email": "p@tchwork.com"
8501 },
8502 {
8503 "name": "Symfony Community",
8504 "homepage": "https://symfony.com/contributors"
8505 }
8506 ],
8507 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8508 "homepage": "https://symfony.com",
8509 "keywords": [
8510 "compatibility",
8511 "polyfill",
8512 "portable",
8513 "shim"
8514 ],
8515 "support": {
8516 "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
8517 },
8518 "funding": [
8519 {
8520 "url": "https://symfony.com/sponsor",
8521 "type": "custom"
8522 },
8523 {
8524 "url": "https://github.com/fabpot",
8525 "type": "github"
8526 },
8527 {
8528 "url": "https://github.com/nicolas-grekas",
8529 "type": "github"
8530 },
8531 {
8532 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8533 "type": "tidelift"
8534 }
8535 ],
8536 "time": "2024-09-09T11:45:10+00:00"
8537 },
8538 {
8539 "name": "symfony/polyfill-php80",
8540 "version": "v1.33.0",
8541 "source": {
8542 "type": "git",
8543 "url": "https://github.com/symfony/polyfill-php80.git",
8544 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
8545 },
8546 "dist": {
8547 "type": "zip",
8548 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
8549 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
8550 "shasum": ""
8551 },
8552 "require": {
8553 "php": ">=7.2"
8554 },
8555 "type": "library",
8556 "extra": {
8557 "thanks": {
8558 "url": "https://github.com/symfony/polyfill",
8559 "name": "symfony/polyfill"
8560 }
8561 },
8562 "autoload": {
8563 "files": [
8564 "bootstrap.php"
8565 ],
8566 "psr-4": {
8567 "Symfony\\Polyfill\\Php80\\": ""
8568 },
8569 "classmap": [
8570 "Resources/stubs"
8571 ]
8572 },
8573 "notification-url": "https://packagist.org/downloads/",
8574 "license": [
8575 "MIT"
8576 ],
8577 "authors": [
8578 {
8579 "name": "Ion Bazan",
8580 "email": "ion.bazan@gmail.com"
8581 },
8582 {
8583 "name": "Nicolas Grekas",
8584 "email": "p@tchwork.com"
8585 },
8586 {
8587 "name": "Symfony Community",
8588 "homepage": "https://symfony.com/contributors"
8589 }
8590 ],
8591 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
8592 "homepage": "https://symfony.com",
8593 "keywords": [
8594 "compatibility",
8595 "polyfill",
8596 "portable",
8597 "shim"
8598 ],
8599 "support": {
8600 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
8601 },
8602 "funding": [
8603 {
8604 "url": "https://symfony.com/sponsor",
8605 "type": "custom"
8606 },
8607 {
8608 "url": "https://github.com/fabpot",
8609 "type": "github"
8610 },
8611 {
8612 "url": "https://github.com/nicolas-grekas",
8613 "type": "github"
8614 },
8615 {
8616 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8617 "type": "tidelift"
8618 }
8619 ],
8620 "time": "2025-01-02T08:10:11+00:00"
8621 },
8622 {
8623 "name": "symfony/polyfill-php81",
8624 "version": "v1.33.0",
8625 "source": {
8626 "type": "git",
8627 "url": "https://github.com/symfony/polyfill-php81.git",
8628 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
8629 },
8630 "dist": {
8631 "type": "zip",
8632 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
8633 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
8634 "shasum": ""
8635 },
8636 "require": {
8637 "php": ">=7.2"
8638 },
8639 "type": "library",
8640 "extra": {
8641 "thanks": {
8642 "url": "https://github.com/symfony/polyfill",
8643 "name": "symfony/polyfill"
8644 }
8645 },
8646 "autoload": {
8647 "files": [
8648 "bootstrap.php"
8649 ],
8650 "psr-4": {
8651 "Symfony\\Polyfill\\Php81\\": ""
8652 },
8653 "classmap": [
8654 "Resources/stubs"
8655 ]
8656 },
8657 "notification-url": "https://packagist.org/downloads/",
8658 "license": [
8659 "MIT"
8660 ],
8661 "authors": [
8662 {
8663 "name": "Nicolas Grekas",
8664 "email": "p@tchwork.com"
8665 },
8666 {
8667 "name": "Symfony Community",
8668 "homepage": "https://symfony.com/contributors"
8669 }
8670 ],
8671 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
8672 "homepage": "https://symfony.com",
8673 "keywords": [
8674 "compatibility",
8675 "polyfill",
8676 "portable",
8677 "shim"
8678 ],
8679 "support": {
8680 "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0"
8681 },
8682 "funding": [
8683 {
8684 "url": "https://symfony.com/sponsor",
8685 "type": "custom"
8686 },
8687 {
8688 "url": "https://github.com/fabpot",
8689 "type": "github"
8690 },
8691 {
8692 "url": "https://github.com/nicolas-grekas",
8693 "type": "github"
8694 },
8695 {
8696 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8697 "type": "tidelift"
8698 }
8699 ],
8700 "time": "2024-09-09T11:45:10+00:00"
8701 },
8702 {
8703 "name": "symfony/process",
8704 "version": "v5.4.47",
8705 "source": {
8706 "type": "git",
8707 "url": "https://github.com/symfony/process.git",
8708 "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"
8709 },
8710 "dist": {
8711 "type": "zip",
8712 "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",
8713 "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",
8714 "shasum": ""
8715 },
8716 "require": {
8717 "php": ">=7.2.5",
8718 "symfony/polyfill-php80": "^1.16"
8719 },
8720 "type": "library",
8721 "autoload": {
8722 "psr-4": {
8723 "Symfony\\Component\\Process\\": ""
8724 },
8725 "exclude-from-classmap": [
8726 "/Tests/"
8727 ]
8728 },
8729 "notification-url": "https://packagist.org/downloads/",
8730 "license": [
8731 "MIT"
8732 ],
8733 "authors": [
8734 {
8735 "name": "Fabien Potencier",
8736 "email": "fabien@symfony.com"
8737 },
8738 {
8739 "name": "Symfony Community",
8740 "homepage": "https://symfony.com/contributors"
8741 }
8742 ],
8743 "description": "Executes commands in sub-processes",
8744 "homepage": "https://symfony.com",
8745 "support": {
8746 "source": "https://github.com/symfony/process/tree/v5.4.47"
8747 },
8748 "funding": [
8749 {
8750 "url": "https://symfony.com/sponsor",
8751 "type": "custom"
8752 },
8753 {
8754 "url": "https://github.com/fabpot",
8755 "type": "github"
8756 },
8757 {
8758 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8759 "type": "tidelift"
8760 }
8761 ],
8762 "time": "2024-11-06T11:36:42+00:00"
8763 },
8764 {
8765 "name": "symfony/service-contracts",
8766 "version": "v3.6.1",
8767 "source": {
8768 "type": "git",
8769 "url": "https://github.com/symfony/service-contracts.git",
8770 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
8771 },
8772 "dist": {
8773 "type": "zip",
8774 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
8775 "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
8776 "shasum": ""
8777 },
8778 "require": {
8779 "php": ">=8.1",
8780 "psr/container": "^1.1|^2.0",
8781 "symfony/deprecation-contracts": "^2.5|^3"
8782 },
8783 "conflict": {
8784 "ext-psr": "<1.1|>=2"
8785 },
8786 "type": "library",
8787 "extra": {
8788 "thanks": {
8789 "url": "https://github.com/symfony/contracts",
8790 "name": "symfony/contracts"
8791 },
8792 "branch-alias": {
8793 "dev-main": "3.6-dev"
8794 }
8795 },
8796 "autoload": {
8797 "psr-4": {
8798 "Symfony\\Contracts\\Service\\": ""
8799 },
8800 "exclude-from-classmap": [
8801 "/Test/"
8802 ]
8803 },
8804 "notification-url": "https://packagist.org/downloads/",
8805 "license": [
8806 "MIT"
8807 ],
8808 "authors": [
8809 {
8810 "name": "Nicolas Grekas",
8811 "email": "p@tchwork.com"
8812 },
8813 {
8814 "name": "Symfony Community",
8815 "homepage": "https://symfony.com/contributors"
8816 }
8817 ],
8818 "description": "Generic abstractions related to writing services",
8819 "homepage": "https://symfony.com",
8820 "keywords": [
8821 "abstractions",
8822 "contracts",
8823 "decoupling",
8824 "interfaces",
8825 "interoperability",
8826 "standards"
8827 ],
8828 "support": {
8829 "source": "https://github.com/symfony/service-contracts/tree/v3.6.1"
8830 },
8831 "funding": [
8832 {
8833 "url": "https://symfony.com/sponsor",
8834 "type": "custom"
8835 },
8836 {
8837 "url": "https://github.com/fabpot",
8838 "type": "github"
8839 },
8840 {
8841 "url": "https://github.com/nicolas-grekas",
8842 "type": "github"
8843 },
8844 {
8845 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8846 "type": "tidelift"
8847 }
8848 ],
8849 "time": "2025-07-15T11:30:57+00:00"
8850 },
8851 {
8852 "name": "symfony/string",
8853 "version": "v6.4.26",
8854 "source": {
8855 "type": "git",
8856 "url": "https://github.com/symfony/string.git",
8857 "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea"
8858 },
8859 "dist": {
8860 "type": "zip",
8861 "url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea",
8862 "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea",
8863 "shasum": ""
8864 },
8865 "require": {
8866 "php": ">=8.1",
8867 "symfony/polyfill-ctype": "~1.8",
8868 "symfony/polyfill-intl-grapheme": "~1.0",
8869 "symfony/polyfill-intl-normalizer": "~1.0",
8870 "symfony/polyfill-mbstring": "~1.0"
8871 },
8872 "conflict": {
8873 "symfony/translation-contracts": "<2.5"
8874 },
8875 "require-dev": {
8876 "symfony/http-client": "^5.4|^6.0|^7.0",
8877 "symfony/intl": "^6.2|^7.0",
8878 "symfony/translation-contracts": "^2.5|^3.0",
8879 "symfony/var-exporter": "^5.4|^6.0|^7.0"
8880 },
8881 "type": "library",
8882 "autoload": {
8883 "files": [
8884 "Resources/functions.php"
8885 ],
8886 "psr-4": {
8887 "Symfony\\Component\\String\\": ""
8888 },
8889 "exclude-from-classmap": [
8890 "/Tests/"
8891 ]
8892 },
8893 "notification-url": "https://packagist.org/downloads/",
8894 "license": [
8895 "MIT"
8896 ],
8897 "authors": [
8898 {
8899 "name": "Nicolas Grekas",
8900 "email": "p@tchwork.com"
8901 },
8902 {
8903 "name": "Symfony Community",
8904 "homepage": "https://symfony.com/contributors"
8905 }
8906 ],
8907 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
8908 "homepage": "https://symfony.com",
8909 "keywords": [
8910 "grapheme",
8911 "i18n",
8912 "string",
8913 "unicode",
8914 "utf-8",
8915 "utf8"
8916 ],
8917 "support": {
8918 "source": "https://github.com/symfony/string/tree/v6.4.26"
8919 },
8920 "funding": [
8921 {
8922 "url": "https://symfony.com/sponsor",
8923 "type": "custom"
8924 },
8925 {
8926 "url": "https://github.com/fabpot",
8927 "type": "github"
8928 },
8929 {
8930 "url": "https://github.com/nicolas-grekas",
8931 "type": "github"
8932 },
8933 {
8934 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8935 "type": "tidelift"
8936 }
8937 ],
8938 "time": "2025-09-11T14:32:46+00:00"
8939 },
8940 {
8941 "name": "symfony/translation",
8942 "version": "v5.4.45",
8943 "source": {
8944 "type": "git",
8945 "url": "https://github.com/symfony/translation.git",
8946 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed"
8947 },
8948 "dist": {
8949 "type": "zip",
8950 "url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed",
8951 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed",
8952 "shasum": ""
8953 },
8954 "require": {
8955 "php": ">=7.2.5",
8956 "symfony/deprecation-contracts": "^2.1|^3",
8957 "symfony/polyfill-mbstring": "~1.0",
8958 "symfony/polyfill-php80": "^1.16",
8959 "symfony/translation-contracts": "^2.3"
8960 },
8961 "conflict": {
8962 "symfony/config": "<4.4",
8963 "symfony/console": "<5.3",
8964 "symfony/dependency-injection": "<5.0",
8965 "symfony/http-kernel": "<5.0",
8966 "symfony/twig-bundle": "<5.0",
8967 "symfony/yaml": "<4.4"
8968 },
8969 "provide": {
8970 "symfony/translation-implementation": "2.3"
8971 },
8972 "require-dev": {
8973 "psr/log": "^1|^2|^3",
8974 "symfony/config": "^4.4|^5.0|^6.0",
8975 "symfony/console": "^5.4|^6.0",
8976 "symfony/dependency-injection": "^5.0|^6.0",
8977 "symfony/finder": "^4.4|^5.0|^6.0",
8978 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
8979 "symfony/http-kernel": "^5.0|^6.0",
8980 "symfony/intl": "^4.4|^5.0|^6.0",
8981 "symfony/polyfill-intl-icu": "^1.21",
8982 "symfony/service-contracts": "^1.1.2|^2|^3",
8983 "symfony/yaml": "^4.4|^5.0|^6.0"
8984 },
8985 "suggest": {
8986 "psr/log-implementation": "To use logging capability in translator",
8987 "symfony/config": "",
8988 "symfony/yaml": ""
8989 },
8990 "type": "library",
8991 "autoload": {
8992 "files": [
8993 "Resources/functions.php"
8994 ],
8995 "psr-4": {
8996 "Symfony\\Component\\Translation\\": ""
8997 },
8998 "exclude-from-classmap": [
8999 "/Tests/"
9000 ]
9001 },
9002 "notification-url": "https://packagist.org/downloads/",
9003 "license": [
9004 "MIT"
9005 ],
9006 "authors": [
9007 {
9008 "name": "Fabien Potencier",
9009 "email": "fabien@symfony.com"
9010 },
9011 {
9012 "name": "Symfony Community",
9013 "homepage": "https://symfony.com/contributors"
9014 }
9015 ],
9016 "description": "Provides tools to internationalize your application",
9017 "homepage": "https://symfony.com",
9018 "support": {
9019 "source": "https://github.com/symfony/translation/tree/v5.4.45"
9020 },
9021 "funding": [
9022 {
9023 "url": "https://symfony.com/sponsor",
9024 "type": "custom"
9025 },
9026 {
9027 "url": "https://github.com/fabpot",
9028 "type": "github"
9029 },
9030 {
9031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9032 "type": "tidelift"
9033 }
9034 ],
9035 "time": "2024-09-25T14:11:13+00:00"
9036 },
9037 {
9038 "name": "symfony/translation-contracts",
9039 "version": "v2.5.4",
9040 "source": {
9041 "type": "git",
9042 "url": "https://github.com/symfony/translation-contracts.git",
9043 "reference": "450d4172653f38818657022252f9d81be89ee9a8"
9044 },
9045 "dist": {
9046 "type": "zip",
9047 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8",
9048 "reference": "450d4172653f38818657022252f9d81be89ee9a8",
9049 "shasum": ""
9050 },
9051 "require": {
9052 "php": ">=7.2.5"
9053 },
9054 "suggest": {
9055 "symfony/translation-implementation": ""
9056 },
9057 "type": "library",
9058 "extra": {
9059 "thanks": {
9060 "url": "https://github.com/symfony/contracts",
9061 "name": "symfony/contracts"
9062 },
9063 "branch-alias": {
9064 "dev-main": "2.5-dev"
9065 }
9066 },
9067 "autoload": {
9068 "psr-4": {
9069 "Symfony\\Contracts\\Translation\\": ""
9070 }
9071 },
9072 "notification-url": "https://packagist.org/downloads/",
9073 "license": [
9074 "MIT"
9075 ],
9076 "authors": [
9077 {
9078 "name": "Nicolas Grekas",
9079 "email": "p@tchwork.com"
9080 },
9081 {
9082 "name": "Symfony Community",
9083 "homepage": "https://symfony.com/contributors"
9084 }
9085 ],
9086 "description": "Generic abstractions related to translation",
9087 "homepage": "https://symfony.com",
9088 "keywords": [
9089 "abstractions",
9090 "contracts",
9091 "decoupling",
9092 "interfaces",
9093 "interoperability",
9094 "standards"
9095 ],
9096 "support": {
9097 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4"
9098 },
9099 "funding": [
9100 {
9101 "url": "https://symfony.com/sponsor",
9102 "type": "custom"
9103 },
9104 {
9105 "url": "https://github.com/fabpot",
9106 "type": "github"
9107 },
9108 {
9109 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9110 "type": "tidelift"
9111 }
9112 ],
9113 "time": "2024-09-25T14:11:13+00:00"
9114 },
9115 {
9116 "name": "symfony/yaml",
9117 "version": "v5.4.45",
9118 "source": {
9119 "type": "git",
9120 "url": "https://github.com/symfony/yaml.git",
9121 "reference": "a454d47278cc16a5db371fe73ae66a78a633371e"
9122 },
9123 "dist": {
9124 "type": "zip",
9125 "url": "https://api.github.com/repos/symfony/yaml/zipball/a454d47278cc16a5db371fe73ae66a78a633371e",
9126 "reference": "a454d47278cc16a5db371fe73ae66a78a633371e",
9127 "shasum": ""
9128 },
9129 "require": {
9130 "php": ">=7.2.5",
9131 "symfony/deprecation-contracts": "^2.1|^3",
9132 "symfony/polyfill-ctype": "^1.8"
9133 },
9134 "conflict": {
9135 "symfony/console": "<5.3"
9136 },
9137 "require-dev": {
9138 "symfony/console": "^5.3|^6.0"
9139 },
9140 "suggest": {
9141 "symfony/console": "For validating YAML files using the lint command"
9142 },
9143 "bin": [
9144 "Resources/bin/yaml-lint"
9145 ],
9146 "type": "library",
9147 "autoload": {
9148 "psr-4": {
9149 "Symfony\\Component\\Yaml\\": ""
9150 },
9151 "exclude-from-classmap": [
9152 "/Tests/"
9153 ]
9154 },
9155 "notification-url": "https://packagist.org/downloads/",
9156 "license": [
9157 "MIT"
9158 ],
9159 "authors": [
9160 {
9161 "name": "Fabien Potencier",
9162 "email": "fabien@symfony.com"
9163 },
9164 {
9165 "name": "Symfony Community",
9166 "homepage": "https://symfony.com/contributors"
9167 }
9168 ],
9169 "description": "Loads and dumps YAML files",
9170 "homepage": "https://symfony.com",
9171 "support": {
9172 "source": "https://github.com/symfony/yaml/tree/v5.4.45"
9173 },
9174 "funding": [
9175 {
9176 "url": "https://symfony.com/sponsor",
9177 "type": "custom"
9178 },
9179 {
9180 "url": "https://github.com/fabpot",
9181 "type": "github"
9182 },
9183 {
9184 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9185 "type": "tidelift"
9186 }
9187 ],
9188 "time": "2024-09-25T14:11:13+00:00"
9189 },
9190 {
9191 "name": "tijsverkoyen/css-to-inline-styles",
9192 "version": "v2.3.0",
9193 "source": {
9194 "type": "git",
9195 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
9196 "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
9197 },
9198 "dist": {
9199 "type": "zip",
9200 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
9201 "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
9202 "shasum": ""
9203 },
9204 "require": {
9205 "ext-dom": "*",
9206 "ext-libxml": "*",
9207 "php": "^7.4 || ^8.0",
9208 "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
9209 },
9210 "require-dev": {
9211 "phpstan/phpstan": "^2.0",
9212 "phpstan/phpstan-phpunit": "^2.0",
9213 "phpunit/phpunit": "^8.5.21 || ^9.5.10"
9214 },
9215 "type": "library",
9216 "extra": {
9217 "branch-alias": {
9218 "dev-master": "2.x-dev"
9219 }
9220 },
9221 "autoload": {
9222 "psr-4": {
9223 "TijsVerkoyen\\CssToInlineStyles\\": "src"
9224 }
9225 },
9226 "notification-url": "https://packagist.org/downloads/",
9227 "license": [
9228 "BSD-3-Clause"
9229 ],
9230 "authors": [
9231 {
9232 "name": "Tijs Verkoyen",
9233 "email": "css_to_inline_styles@verkoyen.eu",
9234 "role": "Developer"
9235 }
9236 ],
9237 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
9238 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
9239 "support": {
9240 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
9241 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
9242 },
9243 "time": "2024-12-21T16:25:41+00:00"
9244 },
9245 {
9246 "name": "voku/portable-ascii",
9247 "version": "1.6.1",
9248 "source": {
9249 "type": "git",
9250 "url": "https://github.com/voku/portable-ascii.git",
9251 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
9252 },
9253 "dist": {
9254 "type": "zip",
9255 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
9256 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
9257 "shasum": ""
9258 },
9259 "require": {
9260 "php": ">=7.0.0"
9261 },
9262 "require-dev": {
9263 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
9264 },
9265 "suggest": {
9266 "ext-intl": "Use Intl for transliterator_transliterate() support"
9267 },
9268 "type": "library",
9269 "autoload": {
9270 "psr-4": {
9271 "voku\\": "src/voku/"
9272 }
9273 },
9274 "notification-url": "https://packagist.org/downloads/",
9275 "license": [
9276 "MIT"
9277 ],
9278 "authors": [
9279 {
9280 "name": "Lars Moelleken",
9281 "homepage": "http://www.moelleken.org/"
9282 }
9283 ],
9284 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
9285 "homepage": "https://github.com/voku/portable-ascii",
9286 "keywords": [
9287 "ascii",
9288 "clean",
9289 "php"
9290 ],
9291 "support": {
9292 "issues": "https://github.com/voku/portable-ascii/issues",
9293 "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
9294 },
9295 "funding": [
9296 {
9297 "url": "https://www.paypal.me/moelleken",
9298 "type": "custom"
9299 },
9300 {
9301 "url": "https://github.com/voku",
9302 "type": "github"
9303 },
9304 {
9305 "url": "https://opencollective.com/portable-ascii",
9306 "type": "open_collective"
9307 },
9308 {
9309 "url": "https://www.patreon.com/voku",
9310 "type": "patreon"
9311 },
9312 {
9313 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
9314 "type": "tidelift"
9315 }
9316 ],
9317 "time": "2022-01-24T18:55:24+00:00"
9318 },
9319 {
9320 "name": "wikimedia/less.php",
9321 "version": "v3.2.1",
9322 "source": {
9323 "type": "git",
9324 "url": "https://github.com/wikimedia/less.php.git",
9325 "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559"
9326 },
9327 "dist": {
9328 "type": "zip",
9329 "url": "https://api.github.com/repos/wikimedia/less.php/zipball/0d5b30ba792bdbf8991a646fc9c30561b38a5559",
9330 "reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559",
9331 "shasum": ""
9332 },
9333 "require": {
9334 "php": ">=7.2.9"
9335 },
9336 "require-dev": {
9337 "mediawiki/mediawiki-codesniffer": "40.0.1",
9338 "mediawiki/mediawiki-phan-config": "0.12.0",
9339 "mediawiki/minus-x": "1.1.1",
9340 "php-parallel-lint/php-console-highlighter": "1.0.0",
9341 "php-parallel-lint/php-parallel-lint": "1.3.2",
9342 "phpunit/phpunit": "^8.5"
9343 },
9344 "bin": [
9345 "bin/lessc"
9346 ],
9347 "type": "library",
9348 "autoload": {
9349 "psr-0": {
9350 "Less": "lib/"
9351 },
9352 "classmap": [
9353 "lessc.inc.php"
9354 ]
9355 },
9356 "notification-url": "https://packagist.org/downloads/",
9357 "license": [
9358 "Apache-2.0"
9359 ],
9360 "authors": [
9361 {
9362 "name": "Timo Tijhof",
9363 "homepage": "https://timotijhof.net"
9364 },
9365 {
9366 "name": "Josh Schmidt",
9367 "homepage": "https://github.com/oyejorge"
9368 },
9369 {
9370 "name": "Matt Agar",
9371 "homepage": "https://github.com/agar"
9372 },
9373 {
9374 "name": "Martin Jantošovič",
9375 "homepage": "https://github.com/Mordred"
9376 }
9377 ],
9378 "description": "PHP port of the LESS processor",
9379 "homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php",
9380 "keywords": [
9381 "css",
9382 "less",
9383 "less.js",
9384 "lesscss",
9385 "php",
9386 "stylesheet"
9387 ],
9388 "support": {
9389 "issues": "https://github.com/wikimedia/less.php/issues",
9390 "source": "https://github.com/wikimedia/less.php/tree/v3.2.1"
9391 },
9392 "time": "2023-02-03T06:43:41+00:00"
9393 }
9394 ],
9395 "packages-dev": [],
9396 "aliases": [],
9397 "minimum-stability": "stable",
9398 "stability-flags": {},
9399 "prefer-stable": false,
9400 "prefer-lowest": false,
9401 "platform": {},
9402 "platform-dev": {},
9403 "plugin-api-version": "2.6.0"
9404}