this repo has no description
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": "f705d7852264594fa34c0f6061cd77c4",
8 "packages": [
9 {
10 "name": "brick/math",
11 "version": "0.11.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/brick/math.git",
15 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
20 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^8.0"
25 },
26 "require-dev": {
27 "php-coveralls/php-coveralls": "^2.2",
28 "phpunit/phpunit": "^9.0",
29 "vimeo/psalm": "5.0.0"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "Brick\\Math\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "description": "Arbitrary-precision arithmetic library",
42 "keywords": [
43 "Arbitrary-precision",
44 "BigInteger",
45 "BigRational",
46 "arithmetic",
47 "bigdecimal",
48 "bignum",
49 "brick",
50 "math"
51 ],
52 "support": {
53 "issues": "https://github.com/brick/math/issues",
54 "source": "https://github.com/brick/math/tree/0.11.0"
55 },
56 "funding": [
57 {
58 "url": "https://github.com/BenMorel",
59 "type": "github"
60 }
61 ],
62 "time": "2023-01-15T23:15:59+00:00"
63 },
64 {
65 "name": "dflydev/dot-access-data",
66 "version": "v3.0.2",
67 "source": {
68 "type": "git",
69 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
70 "reference": "f41715465d65213d644d3141a6a93081be5d3549"
71 },
72 "dist": {
73 "type": "zip",
74 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
75 "reference": "f41715465d65213d644d3141a6a93081be5d3549",
76 "shasum": ""
77 },
78 "require": {
79 "php": "^7.1 || ^8.0"
80 },
81 "require-dev": {
82 "phpstan/phpstan": "^0.12.42",
83 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
84 "scrutinizer/ocular": "1.6.0",
85 "squizlabs/php_codesniffer": "^3.5",
86 "vimeo/psalm": "^4.0.0"
87 },
88 "type": "library",
89 "extra": {
90 "branch-alias": {
91 "dev-main": "3.x-dev"
92 }
93 },
94 "autoload": {
95 "psr-4": {
96 "Dflydev\\DotAccessData\\": "src/"
97 }
98 },
99 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "Dragonfly Development Inc.",
106 "email": "info@dflydev.com",
107 "homepage": "http://dflydev.com"
108 },
109 {
110 "name": "Beau Simensen",
111 "email": "beau@dflydev.com",
112 "homepage": "http://beausimensen.com"
113 },
114 {
115 "name": "Carlos Frutos",
116 "email": "carlos@kiwing.it",
117 "homepage": "https://github.com/cfrutos"
118 },
119 {
120 "name": "Colin O'Dell",
121 "email": "colinodell@gmail.com",
122 "homepage": "https://www.colinodell.com"
123 }
124 ],
125 "description": "Given a deep data structure, access data by dot notation.",
126 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
127 "keywords": [
128 "access",
129 "data",
130 "dot",
131 "notation"
132 ],
133 "support": {
134 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
135 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
136 },
137 "time": "2022-10-27T11:44:00+00:00"
138 },
139 {
140 "name": "doctrine/inflector",
141 "version": "2.0.8",
142 "source": {
143 "type": "git",
144 "url": "https://github.com/doctrine/inflector.git",
145 "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
146 },
147 "dist": {
148 "type": "zip",
149 "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
150 "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
151 "shasum": ""
152 },
153 "require": {
154 "php": "^7.2 || ^8.0"
155 },
156 "require-dev": {
157 "doctrine/coding-standard": "^11.0",
158 "phpstan/phpstan": "^1.8",
159 "phpstan/phpstan-phpunit": "^1.1",
160 "phpstan/phpstan-strict-rules": "^1.3",
161 "phpunit/phpunit": "^8.5 || ^9.5",
162 "vimeo/psalm": "^4.25 || ^5.4"
163 },
164 "type": "library",
165 "autoload": {
166 "psr-4": {
167 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
168 }
169 },
170 "notification-url": "https://packagist.org/downloads/",
171 "license": [
172 "MIT"
173 ],
174 "authors": [
175 {
176 "name": "Guilherme Blanco",
177 "email": "guilhermeblanco@gmail.com"
178 },
179 {
180 "name": "Roman Borschel",
181 "email": "roman@code-factory.org"
182 },
183 {
184 "name": "Benjamin Eberlei",
185 "email": "kontakt@beberlei.de"
186 },
187 {
188 "name": "Jonathan Wage",
189 "email": "jonwage@gmail.com"
190 },
191 {
192 "name": "Johannes Schmitt",
193 "email": "schmittjoh@gmail.com"
194 }
195 ],
196 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
197 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
198 "keywords": [
199 "inflection",
200 "inflector",
201 "lowercase",
202 "manipulation",
203 "php",
204 "plural",
205 "singular",
206 "strings",
207 "uppercase",
208 "words"
209 ],
210 "support": {
211 "issues": "https://github.com/doctrine/inflector/issues",
212 "source": "https://github.com/doctrine/inflector/tree/2.0.8"
213 },
214 "funding": [
215 {
216 "url": "https://www.doctrine-project.org/sponsorship.html",
217 "type": "custom"
218 },
219 {
220 "url": "https://www.patreon.com/phpdoctrine",
221 "type": "patreon"
222 },
223 {
224 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
225 "type": "tidelift"
226 }
227 ],
228 "time": "2023-06-16T13:40:37+00:00"
229 },
230 {
231 "name": "doctrine/lexer",
232 "version": "3.0.0",
233 "source": {
234 "type": "git",
235 "url": "https://github.com/doctrine/lexer.git",
236 "reference": "84a527db05647743d50373e0ec53a152f2cde568"
237 },
238 "dist": {
239 "type": "zip",
240 "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
241 "reference": "84a527db05647743d50373e0ec53a152f2cde568",
242 "shasum": ""
243 },
244 "require": {
245 "php": "^8.1"
246 },
247 "require-dev": {
248 "doctrine/coding-standard": "^10",
249 "phpstan/phpstan": "^1.9",
250 "phpunit/phpunit": "^9.5",
251 "psalm/plugin-phpunit": "^0.18.3",
252 "vimeo/psalm": "^5.0"
253 },
254 "type": "library",
255 "autoload": {
256 "psr-4": {
257 "Doctrine\\Common\\Lexer\\": "src"
258 }
259 },
260 "notification-url": "https://packagist.org/downloads/",
261 "license": [
262 "MIT"
263 ],
264 "authors": [
265 {
266 "name": "Guilherme Blanco",
267 "email": "guilhermeblanco@gmail.com"
268 },
269 {
270 "name": "Roman Borschel",
271 "email": "roman@code-factory.org"
272 },
273 {
274 "name": "Johannes Schmitt",
275 "email": "schmittjoh@gmail.com"
276 }
277 ],
278 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
279 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
280 "keywords": [
281 "annotations",
282 "docblock",
283 "lexer",
284 "parser",
285 "php"
286 ],
287 "support": {
288 "issues": "https://github.com/doctrine/lexer/issues",
289 "source": "https://github.com/doctrine/lexer/tree/3.0.0"
290 },
291 "funding": [
292 {
293 "url": "https://www.doctrine-project.org/sponsorship.html",
294 "type": "custom"
295 },
296 {
297 "url": "https://www.patreon.com/phpdoctrine",
298 "type": "patreon"
299 },
300 {
301 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
302 "type": "tidelift"
303 }
304 ],
305 "time": "2022-12-15T16:57:16+00:00"
306 },
307 {
308 "name": "dragonmantank/cron-expression",
309 "version": "v3.3.3",
310 "source": {
311 "type": "git",
312 "url": "https://github.com/dragonmantank/cron-expression.git",
313 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
314 },
315 "dist": {
316 "type": "zip",
317 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
318 "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
319 "shasum": ""
320 },
321 "require": {
322 "php": "^7.2|^8.0",
323 "webmozart/assert": "^1.0"
324 },
325 "replace": {
326 "mtdowling/cron-expression": "^1.0"
327 },
328 "require-dev": {
329 "phpstan/extension-installer": "^1.0",
330 "phpstan/phpstan": "^1.0",
331 "phpstan/phpstan-webmozart-assert": "^1.0",
332 "phpunit/phpunit": "^7.0|^8.0|^9.0"
333 },
334 "type": "library",
335 "autoload": {
336 "psr-4": {
337 "Cron\\": "src/Cron/"
338 }
339 },
340 "notification-url": "https://packagist.org/downloads/",
341 "license": [
342 "MIT"
343 ],
344 "authors": [
345 {
346 "name": "Chris Tankersley",
347 "email": "chris@ctankersley.com",
348 "homepage": "https://github.com/dragonmantank"
349 }
350 ],
351 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
352 "keywords": [
353 "cron",
354 "schedule"
355 ],
356 "support": {
357 "issues": "https://github.com/dragonmantank/cron-expression/issues",
358 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
359 },
360 "funding": [
361 {
362 "url": "https://github.com/dragonmantank",
363 "type": "github"
364 }
365 ],
366 "time": "2023-08-10T19:36:49+00:00"
367 },
368 {
369 "name": "egulias/email-validator",
370 "version": "4.0.1",
371 "source": {
372 "type": "git",
373 "url": "https://github.com/egulias/EmailValidator.git",
374 "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
375 },
376 "dist": {
377 "type": "zip",
378 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
379 "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
380 "shasum": ""
381 },
382 "require": {
383 "doctrine/lexer": "^2.0 || ^3.0",
384 "php": ">=8.1",
385 "symfony/polyfill-intl-idn": "^1.26"
386 },
387 "require-dev": {
388 "phpunit/phpunit": "^9.5.27",
389 "vimeo/psalm": "^4.30"
390 },
391 "suggest": {
392 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
393 },
394 "type": "library",
395 "extra": {
396 "branch-alias": {
397 "dev-master": "4.0.x-dev"
398 }
399 },
400 "autoload": {
401 "psr-4": {
402 "Egulias\\EmailValidator\\": "src"
403 }
404 },
405 "notification-url": "https://packagist.org/downloads/",
406 "license": [
407 "MIT"
408 ],
409 "authors": [
410 {
411 "name": "Eduardo Gulias Davis"
412 }
413 ],
414 "description": "A library for validating emails against several RFCs",
415 "homepage": "https://github.com/egulias/EmailValidator",
416 "keywords": [
417 "email",
418 "emailvalidation",
419 "emailvalidator",
420 "validation",
421 "validator"
422 ],
423 "support": {
424 "issues": "https://github.com/egulias/EmailValidator/issues",
425 "source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
426 },
427 "funding": [
428 {
429 "url": "https://github.com/egulias",
430 "type": "github"
431 }
432 ],
433 "time": "2023-01-14T14:17:03+00:00"
434 },
435 {
436 "name": "fruitcake/php-cors",
437 "version": "v1.2.0",
438 "source": {
439 "type": "git",
440 "url": "https://github.com/fruitcake/php-cors.git",
441 "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
442 },
443 "dist": {
444 "type": "zip",
445 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
446 "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
447 "shasum": ""
448 },
449 "require": {
450 "php": "^7.4|^8.0",
451 "symfony/http-foundation": "^4.4|^5.4|^6"
452 },
453 "require-dev": {
454 "phpstan/phpstan": "^1.4",
455 "phpunit/phpunit": "^9",
456 "squizlabs/php_codesniffer": "^3.5"
457 },
458 "type": "library",
459 "extra": {
460 "branch-alias": {
461 "dev-main": "1.1-dev"
462 }
463 },
464 "autoload": {
465 "psr-4": {
466 "Fruitcake\\Cors\\": "src/"
467 }
468 },
469 "notification-url": "https://packagist.org/downloads/",
470 "license": [
471 "MIT"
472 ],
473 "authors": [
474 {
475 "name": "Fruitcake",
476 "homepage": "https://fruitcake.nl"
477 },
478 {
479 "name": "Barryvdh",
480 "email": "barryvdh@gmail.com"
481 }
482 ],
483 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
484 "homepage": "https://github.com/fruitcake/php-cors",
485 "keywords": [
486 "cors",
487 "laravel",
488 "symfony"
489 ],
490 "support": {
491 "issues": "https://github.com/fruitcake/php-cors/issues",
492 "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
493 },
494 "funding": [
495 {
496 "url": "https://fruitcake.nl",
497 "type": "custom"
498 },
499 {
500 "url": "https://github.com/barryvdh",
501 "type": "github"
502 }
503 ],
504 "time": "2022-02-20T15:07:15+00:00"
505 },
506 {
507 "name": "graham-campbell/result-type",
508 "version": "v1.1.1",
509 "source": {
510 "type": "git",
511 "url": "https://github.com/GrahamCampbell/Result-Type.git",
512 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
513 },
514 "dist": {
515 "type": "zip",
516 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
517 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
518 "shasum": ""
519 },
520 "require": {
521 "php": "^7.2.5 || ^8.0",
522 "phpoption/phpoption": "^1.9.1"
523 },
524 "require-dev": {
525 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
526 },
527 "type": "library",
528 "autoload": {
529 "psr-4": {
530 "GrahamCampbell\\ResultType\\": "src/"
531 }
532 },
533 "notification-url": "https://packagist.org/downloads/",
534 "license": [
535 "MIT"
536 ],
537 "authors": [
538 {
539 "name": "Graham Campbell",
540 "email": "hello@gjcampbell.co.uk",
541 "homepage": "https://github.com/GrahamCampbell"
542 }
543 ],
544 "description": "An Implementation Of The Result Type",
545 "keywords": [
546 "Graham Campbell",
547 "GrahamCampbell",
548 "Result Type",
549 "Result-Type",
550 "result"
551 ],
552 "support": {
553 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
554 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
555 },
556 "funding": [
557 {
558 "url": "https://github.com/GrahamCampbell",
559 "type": "github"
560 },
561 {
562 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
563 "type": "tidelift"
564 }
565 ],
566 "time": "2023-02-25T20:23:15+00:00"
567 },
568 {
569 "name": "guzzlehttp/guzzle",
570 "version": "7.7.0",
571 "source": {
572 "type": "git",
573 "url": "https://github.com/guzzle/guzzle.git",
574 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
575 },
576 "dist": {
577 "type": "zip",
578 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
579 "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
580 "shasum": ""
581 },
582 "require": {
583 "ext-json": "*",
584 "guzzlehttp/promises": "^1.5.3 || ^2.0",
585 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
586 "php": "^7.2.5 || ^8.0",
587 "psr/http-client": "^1.0",
588 "symfony/deprecation-contracts": "^2.2 || ^3.0"
589 },
590 "provide": {
591 "psr/http-client-implementation": "1.0"
592 },
593 "require-dev": {
594 "bamarni/composer-bin-plugin": "^1.8.1",
595 "ext-curl": "*",
596 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
597 "php-http/message-factory": "^1.1",
598 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
599 "psr/log": "^1.1 || ^2.0 || ^3.0"
600 },
601 "suggest": {
602 "ext-curl": "Required for CURL handler support",
603 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
604 "psr/log": "Required for using the Log middleware"
605 },
606 "type": "library",
607 "extra": {
608 "bamarni-bin": {
609 "bin-links": true,
610 "forward-command": false
611 }
612 },
613 "autoload": {
614 "files": [
615 "src/functions_include.php"
616 ],
617 "psr-4": {
618 "GuzzleHttp\\": "src/"
619 }
620 },
621 "notification-url": "https://packagist.org/downloads/",
622 "license": [
623 "MIT"
624 ],
625 "authors": [
626 {
627 "name": "Graham Campbell",
628 "email": "hello@gjcampbell.co.uk",
629 "homepage": "https://github.com/GrahamCampbell"
630 },
631 {
632 "name": "Michael Dowling",
633 "email": "mtdowling@gmail.com",
634 "homepage": "https://github.com/mtdowling"
635 },
636 {
637 "name": "Jeremy Lindblom",
638 "email": "jeremeamia@gmail.com",
639 "homepage": "https://github.com/jeremeamia"
640 },
641 {
642 "name": "George Mponos",
643 "email": "gmponos@gmail.com",
644 "homepage": "https://github.com/gmponos"
645 },
646 {
647 "name": "Tobias Nyholm",
648 "email": "tobias.nyholm@gmail.com",
649 "homepage": "https://github.com/Nyholm"
650 },
651 {
652 "name": "Márk Sági-Kazár",
653 "email": "mark.sagikazar@gmail.com",
654 "homepage": "https://github.com/sagikazarmark"
655 },
656 {
657 "name": "Tobias Schultze",
658 "email": "webmaster@tubo-world.de",
659 "homepage": "https://github.com/Tobion"
660 }
661 ],
662 "description": "Guzzle is a PHP HTTP client library",
663 "keywords": [
664 "client",
665 "curl",
666 "framework",
667 "http",
668 "http client",
669 "psr-18",
670 "psr-7",
671 "rest",
672 "web service"
673 ],
674 "support": {
675 "issues": "https://github.com/guzzle/guzzle/issues",
676 "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
677 },
678 "funding": [
679 {
680 "url": "https://github.com/GrahamCampbell",
681 "type": "github"
682 },
683 {
684 "url": "https://github.com/Nyholm",
685 "type": "github"
686 },
687 {
688 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
689 "type": "tidelift"
690 }
691 ],
692 "time": "2023-05-21T14:04:53+00:00"
693 },
694 {
695 "name": "guzzlehttp/promises",
696 "version": "2.0.1",
697 "source": {
698 "type": "git",
699 "url": "https://github.com/guzzle/promises.git",
700 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
701 },
702 "dist": {
703 "type": "zip",
704 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
705 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
706 "shasum": ""
707 },
708 "require": {
709 "php": "^7.2.5 || ^8.0"
710 },
711 "require-dev": {
712 "bamarni/composer-bin-plugin": "^1.8.1",
713 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
714 },
715 "type": "library",
716 "extra": {
717 "bamarni-bin": {
718 "bin-links": true,
719 "forward-command": false
720 }
721 },
722 "autoload": {
723 "psr-4": {
724 "GuzzleHttp\\Promise\\": "src/"
725 }
726 },
727 "notification-url": "https://packagist.org/downloads/",
728 "license": [
729 "MIT"
730 ],
731 "authors": [
732 {
733 "name": "Graham Campbell",
734 "email": "hello@gjcampbell.co.uk",
735 "homepage": "https://github.com/GrahamCampbell"
736 },
737 {
738 "name": "Michael Dowling",
739 "email": "mtdowling@gmail.com",
740 "homepage": "https://github.com/mtdowling"
741 },
742 {
743 "name": "Tobias Nyholm",
744 "email": "tobias.nyholm@gmail.com",
745 "homepage": "https://github.com/Nyholm"
746 },
747 {
748 "name": "Tobias Schultze",
749 "email": "webmaster@tubo-world.de",
750 "homepage": "https://github.com/Tobion"
751 }
752 ],
753 "description": "Guzzle promises library",
754 "keywords": [
755 "promise"
756 ],
757 "support": {
758 "issues": "https://github.com/guzzle/promises/issues",
759 "source": "https://github.com/guzzle/promises/tree/2.0.1"
760 },
761 "funding": [
762 {
763 "url": "https://github.com/GrahamCampbell",
764 "type": "github"
765 },
766 {
767 "url": "https://github.com/Nyholm",
768 "type": "github"
769 },
770 {
771 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
772 "type": "tidelift"
773 }
774 ],
775 "time": "2023-08-03T15:11:55+00:00"
776 },
777 {
778 "name": "guzzlehttp/psr7",
779 "version": "2.6.0",
780 "source": {
781 "type": "git",
782 "url": "https://github.com/guzzle/psr7.git",
783 "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77"
784 },
785 "dist": {
786 "type": "zip",
787 "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77",
788 "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77",
789 "shasum": ""
790 },
791 "require": {
792 "php": "^7.2.5 || ^8.0",
793 "psr/http-factory": "^1.0",
794 "psr/http-message": "^1.1 || ^2.0",
795 "ralouphie/getallheaders": "^3.0"
796 },
797 "provide": {
798 "psr/http-factory-implementation": "1.0",
799 "psr/http-message-implementation": "1.0"
800 },
801 "require-dev": {
802 "bamarni/composer-bin-plugin": "^1.8.1",
803 "http-interop/http-factory-tests": "^0.9",
804 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
805 },
806 "suggest": {
807 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
808 },
809 "type": "library",
810 "extra": {
811 "bamarni-bin": {
812 "bin-links": true,
813 "forward-command": false
814 }
815 },
816 "autoload": {
817 "psr-4": {
818 "GuzzleHttp\\Psr7\\": "src/"
819 }
820 },
821 "notification-url": "https://packagist.org/downloads/",
822 "license": [
823 "MIT"
824 ],
825 "authors": [
826 {
827 "name": "Graham Campbell",
828 "email": "hello@gjcampbell.co.uk",
829 "homepage": "https://github.com/GrahamCampbell"
830 },
831 {
832 "name": "Michael Dowling",
833 "email": "mtdowling@gmail.com",
834 "homepage": "https://github.com/mtdowling"
835 },
836 {
837 "name": "George Mponos",
838 "email": "gmponos@gmail.com",
839 "homepage": "https://github.com/gmponos"
840 },
841 {
842 "name": "Tobias Nyholm",
843 "email": "tobias.nyholm@gmail.com",
844 "homepage": "https://github.com/Nyholm"
845 },
846 {
847 "name": "Márk Sági-Kazár",
848 "email": "mark.sagikazar@gmail.com",
849 "homepage": "https://github.com/sagikazarmark"
850 },
851 {
852 "name": "Tobias Schultze",
853 "email": "webmaster@tubo-world.de",
854 "homepage": "https://github.com/Tobion"
855 },
856 {
857 "name": "Márk Sági-Kazár",
858 "email": "mark.sagikazar@gmail.com",
859 "homepage": "https://sagikazarmark.hu"
860 }
861 ],
862 "description": "PSR-7 message implementation that also provides common utility methods",
863 "keywords": [
864 "http",
865 "message",
866 "psr-7",
867 "request",
868 "response",
869 "stream",
870 "uri",
871 "url"
872 ],
873 "support": {
874 "issues": "https://github.com/guzzle/psr7/issues",
875 "source": "https://github.com/guzzle/psr7/tree/2.6.0"
876 },
877 "funding": [
878 {
879 "url": "https://github.com/GrahamCampbell",
880 "type": "github"
881 },
882 {
883 "url": "https://github.com/Nyholm",
884 "type": "github"
885 },
886 {
887 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
888 "type": "tidelift"
889 }
890 ],
891 "time": "2023-08-03T15:06:02+00:00"
892 },
893 {
894 "name": "guzzlehttp/uri-template",
895 "version": "v1.0.1",
896 "source": {
897 "type": "git",
898 "url": "https://github.com/guzzle/uri-template.git",
899 "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
900 },
901 "dist": {
902 "type": "zip",
903 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
904 "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
905 "shasum": ""
906 },
907 "require": {
908 "php": "^7.2.5 || ^8.0",
909 "symfony/polyfill-php80": "^1.17"
910 },
911 "require-dev": {
912 "phpunit/phpunit": "^8.5.19 || ^9.5.8",
913 "uri-template/tests": "1.0.0"
914 },
915 "type": "library",
916 "extra": {
917 "branch-alias": {
918 "dev-master": "1.0-dev"
919 }
920 },
921 "autoload": {
922 "psr-4": {
923 "GuzzleHttp\\UriTemplate\\": "src"
924 }
925 },
926 "notification-url": "https://packagist.org/downloads/",
927 "license": [
928 "MIT"
929 ],
930 "authors": [
931 {
932 "name": "Graham Campbell",
933 "email": "hello@gjcampbell.co.uk",
934 "homepage": "https://github.com/GrahamCampbell"
935 },
936 {
937 "name": "Michael Dowling",
938 "email": "mtdowling@gmail.com",
939 "homepage": "https://github.com/mtdowling"
940 },
941 {
942 "name": "George Mponos",
943 "email": "gmponos@gmail.com",
944 "homepage": "https://github.com/gmponos"
945 },
946 {
947 "name": "Tobias Nyholm",
948 "email": "tobias.nyholm@gmail.com",
949 "homepage": "https://github.com/Nyholm"
950 }
951 ],
952 "description": "A polyfill class for uri_template of PHP",
953 "keywords": [
954 "guzzlehttp",
955 "uri-template"
956 ],
957 "support": {
958 "issues": "https://github.com/guzzle/uri-template/issues",
959 "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
960 },
961 "funding": [
962 {
963 "url": "https://github.com/GrahamCampbell",
964 "type": "github"
965 },
966 {
967 "url": "https://github.com/Nyholm",
968 "type": "github"
969 },
970 {
971 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
972 "type": "tidelift"
973 }
974 ],
975 "time": "2021-10-07T12:57:01+00:00"
976 },
977 {
978 "name": "laravel/framework",
979 "version": "v10.19.0",
980 "source": {
981 "type": "git",
982 "url": "https://github.com/laravel/framework.git",
983 "reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb"
984 },
985 "dist": {
986 "type": "zip",
987 "url": "https://api.github.com/repos/laravel/framework/zipball/b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
988 "reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
989 "shasum": ""
990 },
991 "require": {
992 "brick/math": "^0.9.3|^0.10.2|^0.11",
993 "composer-runtime-api": "^2.2",
994 "doctrine/inflector": "^2.0.5",
995 "dragonmantank/cron-expression": "^3.3.2",
996 "egulias/email-validator": "^3.2.1|^4.0",
997 "ext-ctype": "*",
998 "ext-filter": "*",
999 "ext-hash": "*",
1000 "ext-mbstring": "*",
1001 "ext-openssl": "*",
1002 "ext-session": "*",
1003 "ext-tokenizer": "*",
1004 "fruitcake/php-cors": "^1.2",
1005 "guzzlehttp/uri-template": "^1.0",
1006 "laravel/prompts": "^0.1",
1007 "laravel/serializable-closure": "^1.3",
1008 "league/commonmark": "^2.2.1",
1009 "league/flysystem": "^3.8.0",
1010 "monolog/monolog": "^3.0",
1011 "nesbot/carbon": "^2.67",
1012 "nunomaduro/termwind": "^1.13",
1013 "php": "^8.1",
1014 "psr/container": "^1.1.1|^2.0.1",
1015 "psr/log": "^1.0|^2.0|^3.0",
1016 "psr/simple-cache": "^1.0|^2.0|^3.0",
1017 "ramsey/uuid": "^4.7",
1018 "symfony/console": "^6.2",
1019 "symfony/error-handler": "^6.2",
1020 "symfony/finder": "^6.2",
1021 "symfony/http-foundation": "^6.2",
1022 "symfony/http-kernel": "^6.2",
1023 "symfony/mailer": "^6.2",
1024 "symfony/mime": "^6.2",
1025 "symfony/process": "^6.2",
1026 "symfony/routing": "^6.2",
1027 "symfony/uid": "^6.2",
1028 "symfony/var-dumper": "^6.2",
1029 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1030 "vlucas/phpdotenv": "^5.4.1",
1031 "voku/portable-ascii": "^2.0"
1032 },
1033 "conflict": {
1034 "tightenco/collect": "<5.5.33"
1035 },
1036 "provide": {
1037 "psr/container-implementation": "1.1|2.0",
1038 "psr/simple-cache-implementation": "1.0|2.0|3.0"
1039 },
1040 "replace": {
1041 "illuminate/auth": "self.version",
1042 "illuminate/broadcasting": "self.version",
1043 "illuminate/bus": "self.version",
1044 "illuminate/cache": "self.version",
1045 "illuminate/collections": "self.version",
1046 "illuminate/conditionable": "self.version",
1047 "illuminate/config": "self.version",
1048 "illuminate/console": "self.version",
1049 "illuminate/container": "self.version",
1050 "illuminate/contracts": "self.version",
1051 "illuminate/cookie": "self.version",
1052 "illuminate/database": "self.version",
1053 "illuminate/encryption": "self.version",
1054 "illuminate/events": "self.version",
1055 "illuminate/filesystem": "self.version",
1056 "illuminate/hashing": "self.version",
1057 "illuminate/http": "self.version",
1058 "illuminate/log": "self.version",
1059 "illuminate/macroable": "self.version",
1060 "illuminate/mail": "self.version",
1061 "illuminate/notifications": "self.version",
1062 "illuminate/pagination": "self.version",
1063 "illuminate/pipeline": "self.version",
1064 "illuminate/process": "self.version",
1065 "illuminate/queue": "self.version",
1066 "illuminate/redis": "self.version",
1067 "illuminate/routing": "self.version",
1068 "illuminate/session": "self.version",
1069 "illuminate/support": "self.version",
1070 "illuminate/testing": "self.version",
1071 "illuminate/translation": "self.version",
1072 "illuminate/validation": "self.version",
1073 "illuminate/view": "self.version"
1074 },
1075 "require-dev": {
1076 "ably/ably-php": "^1.0",
1077 "aws/aws-sdk-php": "^3.235.5",
1078 "doctrine/dbal": "^3.5.1",
1079 "ext-gmp": "*",
1080 "fakerphp/faker": "^1.21",
1081 "guzzlehttp/guzzle": "^7.5",
1082 "league/flysystem-aws-s3-v3": "^3.0",
1083 "league/flysystem-ftp": "^3.0",
1084 "league/flysystem-path-prefixing": "^3.3",
1085 "league/flysystem-read-only": "^3.3",
1086 "league/flysystem-sftp-v3": "^3.0",
1087 "mockery/mockery": "^1.5.1",
1088 "orchestra/testbench-core": "^8.4",
1089 "pda/pheanstalk": "^4.0",
1090 "phpstan/phpstan": "^1.4.7",
1091 "phpunit/phpunit": "^10.0.7",
1092 "predis/predis": "^2.0.2",
1093 "symfony/cache": "^6.2",
1094 "symfony/http-client": "^6.2.4"
1095 },
1096 "suggest": {
1097 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1098 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1099 "brianium/paratest": "Required to run tests in parallel (^6.0).",
1100 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
1101 "ext-apcu": "Required to use the APC cache driver.",
1102 "ext-fileinfo": "Required to use the Filesystem class.",
1103 "ext-ftp": "Required to use the Flysystem FTP driver.",
1104 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1105 "ext-memcached": "Required to use the memcache cache driver.",
1106 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1107 "ext-pdo": "Required to use all database features.",
1108 "ext-posix": "Required to use all features of the queue worker.",
1109 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1110 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1111 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1112 "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
1113 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1114 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
1115 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
1116 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
1117 "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
1118 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
1119 "mockery/mockery": "Required to use mocking (^1.5.1).",
1120 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1121 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1122 "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
1123 "predis/predis": "Required to use the predis connector (^2.0.2).",
1124 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1125 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1126 "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
1127 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
1128 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
1129 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
1130 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
1131 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
1132 },
1133 "type": "library",
1134 "extra": {
1135 "branch-alias": {
1136 "dev-master": "10.x-dev"
1137 }
1138 },
1139 "autoload": {
1140 "files": [
1141 "src/Illuminate/Collections/helpers.php",
1142 "src/Illuminate/Events/functions.php",
1143 "src/Illuminate/Foundation/helpers.php",
1144 "src/Illuminate/Support/helpers.php"
1145 ],
1146 "psr-4": {
1147 "Illuminate\\": "src/Illuminate/",
1148 "Illuminate\\Support\\": [
1149 "src/Illuminate/Macroable/",
1150 "src/Illuminate/Collections/",
1151 "src/Illuminate/Conditionable/"
1152 ]
1153 }
1154 },
1155 "notification-url": "https://packagist.org/downloads/",
1156 "license": [
1157 "MIT"
1158 ],
1159 "authors": [
1160 {
1161 "name": "Taylor Otwell",
1162 "email": "taylor@laravel.com"
1163 }
1164 ],
1165 "description": "The Laravel Framework.",
1166 "homepage": "https://laravel.com",
1167 "keywords": [
1168 "framework",
1169 "laravel"
1170 ],
1171 "support": {
1172 "issues": "https://github.com/laravel/framework/issues",
1173 "source": "https://github.com/laravel/framework"
1174 },
1175 "time": "2023-08-15T13:42:57+00:00"
1176 },
1177 {
1178 "name": "laravel/prompts",
1179 "version": "v0.1.5",
1180 "source": {
1181 "type": "git",
1182 "url": "https://github.com/laravel/prompts.git",
1183 "reference": "d880a909df144a4bf5760ebd09aba114f79d9adc"
1184 },
1185 "dist": {
1186 "type": "zip",
1187 "url": "https://api.github.com/repos/laravel/prompts/zipball/d880a909df144a4bf5760ebd09aba114f79d9adc",
1188 "reference": "d880a909df144a4bf5760ebd09aba114f79d9adc",
1189 "shasum": ""
1190 },
1191 "require": {
1192 "ext-mbstring": "*",
1193 "illuminate/collections": "^10.0|^11.0",
1194 "php": "^8.1",
1195 "symfony/console": "^6.2"
1196 },
1197 "require-dev": {
1198 "mockery/mockery": "^1.5",
1199 "pestphp/pest": "^2.3",
1200 "phpstan/phpstan": "^1.10",
1201 "phpstan/phpstan-mockery": "^1.1"
1202 },
1203 "suggest": {
1204 "ext-pcntl": "Required for the spinner to be animated."
1205 },
1206 "type": "library",
1207 "autoload": {
1208 "files": [
1209 "src/helpers.php"
1210 ],
1211 "psr-4": {
1212 "Laravel\\Prompts\\": "src/"
1213 }
1214 },
1215 "notification-url": "https://packagist.org/downloads/",
1216 "license": [
1217 "MIT"
1218 ],
1219 "support": {
1220 "issues": "https://github.com/laravel/prompts/issues",
1221 "source": "https://github.com/laravel/prompts/tree/v0.1.5"
1222 },
1223 "time": "2023-08-15T14:29:44+00:00"
1224 },
1225 {
1226 "name": "laravel/sanctum",
1227 "version": "v3.2.5",
1228 "source": {
1229 "type": "git",
1230 "url": "https://github.com/laravel/sanctum.git",
1231 "reference": "8ebda85d59d3c414863a7f4d816ef8302faad876"
1232 },
1233 "dist": {
1234 "type": "zip",
1235 "url": "https://api.github.com/repos/laravel/sanctum/zipball/8ebda85d59d3c414863a7f4d816ef8302faad876",
1236 "reference": "8ebda85d59d3c414863a7f4d816ef8302faad876",
1237 "shasum": ""
1238 },
1239 "require": {
1240 "ext-json": "*",
1241 "illuminate/console": "^9.21|^10.0",
1242 "illuminate/contracts": "^9.21|^10.0",
1243 "illuminate/database": "^9.21|^10.0",
1244 "illuminate/support": "^9.21|^10.0",
1245 "php": "^8.0.2"
1246 },
1247 "require-dev": {
1248 "mockery/mockery": "^1.0",
1249 "orchestra/testbench": "^7.0|^8.0",
1250 "phpstan/phpstan": "^1.10",
1251 "phpunit/phpunit": "^9.3"
1252 },
1253 "type": "library",
1254 "extra": {
1255 "branch-alias": {
1256 "dev-master": "3.x-dev"
1257 },
1258 "laravel": {
1259 "providers": [
1260 "Laravel\\Sanctum\\SanctumServiceProvider"
1261 ]
1262 }
1263 },
1264 "autoload": {
1265 "psr-4": {
1266 "Laravel\\Sanctum\\": "src/"
1267 }
1268 },
1269 "notification-url": "https://packagist.org/downloads/",
1270 "license": [
1271 "MIT"
1272 ],
1273 "authors": [
1274 {
1275 "name": "Taylor Otwell",
1276 "email": "taylor@laravel.com"
1277 }
1278 ],
1279 "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
1280 "keywords": [
1281 "auth",
1282 "laravel",
1283 "sanctum"
1284 ],
1285 "support": {
1286 "issues": "https://github.com/laravel/sanctum/issues",
1287 "source": "https://github.com/laravel/sanctum"
1288 },
1289 "time": "2023-05-01T19:39:51+00:00"
1290 },
1291 {
1292 "name": "laravel/serializable-closure",
1293 "version": "v1.3.1",
1294 "source": {
1295 "type": "git",
1296 "url": "https://github.com/laravel/serializable-closure.git",
1297 "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
1298 },
1299 "dist": {
1300 "type": "zip",
1301 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
1302 "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
1303 "shasum": ""
1304 },
1305 "require": {
1306 "php": "^7.3|^8.0"
1307 },
1308 "require-dev": {
1309 "nesbot/carbon": "^2.61",
1310 "pestphp/pest": "^1.21.3",
1311 "phpstan/phpstan": "^1.8.2",
1312 "symfony/var-dumper": "^5.4.11"
1313 },
1314 "type": "library",
1315 "extra": {
1316 "branch-alias": {
1317 "dev-master": "1.x-dev"
1318 }
1319 },
1320 "autoload": {
1321 "psr-4": {
1322 "Laravel\\SerializableClosure\\": "src/"
1323 }
1324 },
1325 "notification-url": "https://packagist.org/downloads/",
1326 "license": [
1327 "MIT"
1328 ],
1329 "authors": [
1330 {
1331 "name": "Taylor Otwell",
1332 "email": "taylor@laravel.com"
1333 },
1334 {
1335 "name": "Nuno Maduro",
1336 "email": "nuno@laravel.com"
1337 }
1338 ],
1339 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1340 "keywords": [
1341 "closure",
1342 "laravel",
1343 "serializable"
1344 ],
1345 "support": {
1346 "issues": "https://github.com/laravel/serializable-closure/issues",
1347 "source": "https://github.com/laravel/serializable-closure"
1348 },
1349 "time": "2023-07-14T13:56:28+00:00"
1350 },
1351 {
1352 "name": "laravel/tinker",
1353 "version": "v2.8.1",
1354 "source": {
1355 "type": "git",
1356 "url": "https://github.com/laravel/tinker.git",
1357 "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10"
1358 },
1359 "dist": {
1360 "type": "zip",
1361 "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
1362 "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
1363 "shasum": ""
1364 },
1365 "require": {
1366 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
1367 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
1368 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
1369 "php": "^7.2.5|^8.0",
1370 "psy/psysh": "^0.10.4|^0.11.1",
1371 "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1372 },
1373 "require-dev": {
1374 "mockery/mockery": "~1.3.3|^1.4.2",
1375 "phpunit/phpunit": "^8.5.8|^9.3.3"
1376 },
1377 "suggest": {
1378 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
1379 },
1380 "type": "library",
1381 "extra": {
1382 "branch-alias": {
1383 "dev-master": "2.x-dev"
1384 },
1385 "laravel": {
1386 "providers": [
1387 "Laravel\\Tinker\\TinkerServiceProvider"
1388 ]
1389 }
1390 },
1391 "autoload": {
1392 "psr-4": {
1393 "Laravel\\Tinker\\": "src/"
1394 }
1395 },
1396 "notification-url": "https://packagist.org/downloads/",
1397 "license": [
1398 "MIT"
1399 ],
1400 "authors": [
1401 {
1402 "name": "Taylor Otwell",
1403 "email": "taylor@laravel.com"
1404 }
1405 ],
1406 "description": "Powerful REPL for the Laravel framework.",
1407 "keywords": [
1408 "REPL",
1409 "Tinker",
1410 "laravel",
1411 "psysh"
1412 ],
1413 "support": {
1414 "issues": "https://github.com/laravel/tinker/issues",
1415 "source": "https://github.com/laravel/tinker/tree/v2.8.1"
1416 },
1417 "time": "2023-02-15T16:40:09+00:00"
1418 },
1419 {
1420 "name": "league/commonmark",
1421 "version": "2.4.0",
1422 "source": {
1423 "type": "git",
1424 "url": "https://github.com/thephpleague/commonmark.git",
1425 "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048"
1426 },
1427 "dist": {
1428 "type": "zip",
1429 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
1430 "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
1431 "shasum": ""
1432 },
1433 "require": {
1434 "ext-mbstring": "*",
1435 "league/config": "^1.1.1",
1436 "php": "^7.4 || ^8.0",
1437 "psr/event-dispatcher": "^1.0",
1438 "symfony/deprecation-contracts": "^2.1 || ^3.0",
1439 "symfony/polyfill-php80": "^1.16"
1440 },
1441 "require-dev": {
1442 "cebe/markdown": "^1.0",
1443 "commonmark/cmark": "0.30.0",
1444 "commonmark/commonmark.js": "0.30.0",
1445 "composer/package-versions-deprecated": "^1.8",
1446 "embed/embed": "^4.4",
1447 "erusev/parsedown": "^1.0",
1448 "ext-json": "*",
1449 "github/gfm": "0.29.0",
1450 "michelf/php-markdown": "^1.4 || ^2.0",
1451 "nyholm/psr7": "^1.5",
1452 "phpstan/phpstan": "^1.8.2",
1453 "phpunit/phpunit": "^9.5.21",
1454 "scrutinizer/ocular": "^1.8.1",
1455 "symfony/finder": "^5.3 | ^6.0",
1456 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
1457 "unleashedtech/php-coding-standard": "^3.1.1",
1458 "vimeo/psalm": "^4.24.0 || ^5.0.0"
1459 },
1460 "suggest": {
1461 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1462 },
1463 "type": "library",
1464 "extra": {
1465 "branch-alias": {
1466 "dev-main": "2.5-dev"
1467 }
1468 },
1469 "autoload": {
1470 "psr-4": {
1471 "League\\CommonMark\\": "src"
1472 }
1473 },
1474 "notification-url": "https://packagist.org/downloads/",
1475 "license": [
1476 "BSD-3-Clause"
1477 ],
1478 "authors": [
1479 {
1480 "name": "Colin O'Dell",
1481 "email": "colinodell@gmail.com",
1482 "homepage": "https://www.colinodell.com",
1483 "role": "Lead Developer"
1484 }
1485 ],
1486 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1487 "homepage": "https://commonmark.thephpleague.com",
1488 "keywords": [
1489 "commonmark",
1490 "flavored",
1491 "gfm",
1492 "github",
1493 "github-flavored",
1494 "markdown",
1495 "md",
1496 "parser"
1497 ],
1498 "support": {
1499 "docs": "https://commonmark.thephpleague.com/",
1500 "forum": "https://github.com/thephpleague/commonmark/discussions",
1501 "issues": "https://github.com/thephpleague/commonmark/issues",
1502 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1503 "source": "https://github.com/thephpleague/commonmark"
1504 },
1505 "funding": [
1506 {
1507 "url": "https://www.colinodell.com/sponsor",
1508 "type": "custom"
1509 },
1510 {
1511 "url": "https://www.paypal.me/colinpodell/10.00",
1512 "type": "custom"
1513 },
1514 {
1515 "url": "https://github.com/colinodell",
1516 "type": "github"
1517 },
1518 {
1519 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1520 "type": "tidelift"
1521 }
1522 ],
1523 "time": "2023-03-24T15:16:10+00:00"
1524 },
1525 {
1526 "name": "league/config",
1527 "version": "v1.2.0",
1528 "source": {
1529 "type": "git",
1530 "url": "https://github.com/thephpleague/config.git",
1531 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1532 },
1533 "dist": {
1534 "type": "zip",
1535 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1536 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1537 "shasum": ""
1538 },
1539 "require": {
1540 "dflydev/dot-access-data": "^3.0.1",
1541 "nette/schema": "^1.2",
1542 "php": "^7.4 || ^8.0"
1543 },
1544 "require-dev": {
1545 "phpstan/phpstan": "^1.8.2",
1546 "phpunit/phpunit": "^9.5.5",
1547 "scrutinizer/ocular": "^1.8.1",
1548 "unleashedtech/php-coding-standard": "^3.1",
1549 "vimeo/psalm": "^4.7.3"
1550 },
1551 "type": "library",
1552 "extra": {
1553 "branch-alias": {
1554 "dev-main": "1.2-dev"
1555 }
1556 },
1557 "autoload": {
1558 "psr-4": {
1559 "League\\Config\\": "src"
1560 }
1561 },
1562 "notification-url": "https://packagist.org/downloads/",
1563 "license": [
1564 "BSD-3-Clause"
1565 ],
1566 "authors": [
1567 {
1568 "name": "Colin O'Dell",
1569 "email": "colinodell@gmail.com",
1570 "homepage": "https://www.colinodell.com",
1571 "role": "Lead Developer"
1572 }
1573 ],
1574 "description": "Define configuration arrays with strict schemas and access values with dot notation",
1575 "homepage": "https://config.thephpleague.com",
1576 "keywords": [
1577 "array",
1578 "config",
1579 "configuration",
1580 "dot",
1581 "dot-access",
1582 "nested",
1583 "schema"
1584 ],
1585 "support": {
1586 "docs": "https://config.thephpleague.com/",
1587 "issues": "https://github.com/thephpleague/config/issues",
1588 "rss": "https://github.com/thephpleague/config/releases.atom",
1589 "source": "https://github.com/thephpleague/config"
1590 },
1591 "funding": [
1592 {
1593 "url": "https://www.colinodell.com/sponsor",
1594 "type": "custom"
1595 },
1596 {
1597 "url": "https://www.paypal.me/colinpodell/10.00",
1598 "type": "custom"
1599 },
1600 {
1601 "url": "https://github.com/colinodell",
1602 "type": "github"
1603 }
1604 ],
1605 "time": "2022-12-11T20:36:23+00:00"
1606 },
1607 {
1608 "name": "league/flysystem",
1609 "version": "3.15.1",
1610 "source": {
1611 "type": "git",
1612 "url": "https://github.com/thephpleague/flysystem.git",
1613 "reference": "a141d430414fcb8bf797a18716b09f759a385bed"
1614 },
1615 "dist": {
1616 "type": "zip",
1617 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed",
1618 "reference": "a141d430414fcb8bf797a18716b09f759a385bed",
1619 "shasum": ""
1620 },
1621 "require": {
1622 "league/flysystem-local": "^3.0.0",
1623 "league/mime-type-detection": "^1.0.0",
1624 "php": "^8.0.2"
1625 },
1626 "conflict": {
1627 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
1628 "guzzlehttp/guzzle": "<7.0",
1629 "guzzlehttp/ringphp": "<1.1.1",
1630 "phpseclib/phpseclib": "3.0.15",
1631 "symfony/http-client": "<5.2"
1632 },
1633 "require-dev": {
1634 "async-aws/s3": "^1.5",
1635 "async-aws/simple-s3": "^1.1",
1636 "aws/aws-sdk-php": "^3.220.0",
1637 "composer/semver": "^3.0",
1638 "ext-fileinfo": "*",
1639 "ext-ftp": "*",
1640 "ext-zip": "*",
1641 "friendsofphp/php-cs-fixer": "^3.5",
1642 "google/cloud-storage": "^1.23",
1643 "microsoft/azure-storage-blob": "^1.1",
1644 "phpseclib/phpseclib": "^3.0.14",
1645 "phpstan/phpstan": "^0.12.26",
1646 "phpunit/phpunit": "^9.5.11",
1647 "sabre/dav": "^4.3.1"
1648 },
1649 "type": "library",
1650 "autoload": {
1651 "psr-4": {
1652 "League\\Flysystem\\": "src"
1653 }
1654 },
1655 "notification-url": "https://packagist.org/downloads/",
1656 "license": [
1657 "MIT"
1658 ],
1659 "authors": [
1660 {
1661 "name": "Frank de Jonge",
1662 "email": "info@frankdejonge.nl"
1663 }
1664 ],
1665 "description": "File storage abstraction for PHP",
1666 "keywords": [
1667 "WebDAV",
1668 "aws",
1669 "cloud",
1670 "file",
1671 "files",
1672 "filesystem",
1673 "filesystems",
1674 "ftp",
1675 "s3",
1676 "sftp",
1677 "storage"
1678 ],
1679 "support": {
1680 "issues": "https://github.com/thephpleague/flysystem/issues",
1681 "source": "https://github.com/thephpleague/flysystem/tree/3.15.1"
1682 },
1683 "funding": [
1684 {
1685 "url": "https://ecologi.com/frankdejonge",
1686 "type": "custom"
1687 },
1688 {
1689 "url": "https://github.com/frankdejonge",
1690 "type": "github"
1691 }
1692 ],
1693 "time": "2023-05-04T09:04:26+00:00"
1694 },
1695 {
1696 "name": "league/flysystem-local",
1697 "version": "3.15.0",
1698 "source": {
1699 "type": "git",
1700 "url": "https://github.com/thephpleague/flysystem-local.git",
1701 "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3"
1702 },
1703 "dist": {
1704 "type": "zip",
1705 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3",
1706 "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3",
1707 "shasum": ""
1708 },
1709 "require": {
1710 "ext-fileinfo": "*",
1711 "league/flysystem": "^3.0.0",
1712 "league/mime-type-detection": "^1.0.0",
1713 "php": "^8.0.2"
1714 },
1715 "type": "library",
1716 "autoload": {
1717 "psr-4": {
1718 "League\\Flysystem\\Local\\": ""
1719 }
1720 },
1721 "notification-url": "https://packagist.org/downloads/",
1722 "license": [
1723 "MIT"
1724 ],
1725 "authors": [
1726 {
1727 "name": "Frank de Jonge",
1728 "email": "info@frankdejonge.nl"
1729 }
1730 ],
1731 "description": "Local filesystem adapter for Flysystem.",
1732 "keywords": [
1733 "Flysystem",
1734 "file",
1735 "files",
1736 "filesystem",
1737 "local"
1738 ],
1739 "support": {
1740 "issues": "https://github.com/thephpleague/flysystem-local/issues",
1741 "source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0"
1742 },
1743 "funding": [
1744 {
1745 "url": "https://ecologi.com/frankdejonge",
1746 "type": "custom"
1747 },
1748 {
1749 "url": "https://github.com/frankdejonge",
1750 "type": "github"
1751 }
1752 ],
1753 "time": "2023-05-02T20:02:14+00:00"
1754 },
1755 {
1756 "name": "league/mime-type-detection",
1757 "version": "1.13.0",
1758 "source": {
1759 "type": "git",
1760 "url": "https://github.com/thephpleague/mime-type-detection.git",
1761 "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
1762 },
1763 "dist": {
1764 "type": "zip",
1765 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
1766 "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
1767 "shasum": ""
1768 },
1769 "require": {
1770 "ext-fileinfo": "*",
1771 "php": "^7.4 || ^8.0"
1772 },
1773 "require-dev": {
1774 "friendsofphp/php-cs-fixer": "^3.2",
1775 "phpstan/phpstan": "^0.12.68",
1776 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
1777 },
1778 "type": "library",
1779 "autoload": {
1780 "psr-4": {
1781 "League\\MimeTypeDetection\\": "src"
1782 }
1783 },
1784 "notification-url": "https://packagist.org/downloads/",
1785 "license": [
1786 "MIT"
1787 ],
1788 "authors": [
1789 {
1790 "name": "Frank de Jonge",
1791 "email": "info@frankdejonge.nl"
1792 }
1793 ],
1794 "description": "Mime-type detection for Flysystem",
1795 "support": {
1796 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
1797 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0"
1798 },
1799 "funding": [
1800 {
1801 "url": "https://github.com/frankdejonge",
1802 "type": "github"
1803 },
1804 {
1805 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
1806 "type": "tidelift"
1807 }
1808 ],
1809 "time": "2023-08-05T12:09:49+00:00"
1810 },
1811 {
1812 "name": "monolog/monolog",
1813 "version": "3.4.0",
1814 "source": {
1815 "type": "git",
1816 "url": "https://github.com/Seldaek/monolog.git",
1817 "reference": "e2392369686d420ca32df3803de28b5d6f76867d"
1818 },
1819 "dist": {
1820 "type": "zip",
1821 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
1822 "reference": "e2392369686d420ca32df3803de28b5d6f76867d",
1823 "shasum": ""
1824 },
1825 "require": {
1826 "php": ">=8.1",
1827 "psr/log": "^2.0 || ^3.0"
1828 },
1829 "provide": {
1830 "psr/log-implementation": "3.0.0"
1831 },
1832 "require-dev": {
1833 "aws/aws-sdk-php": "^3.0",
1834 "doctrine/couchdb": "~1.0@dev",
1835 "elasticsearch/elasticsearch": "^7 || ^8",
1836 "ext-json": "*",
1837 "graylog2/gelf-php": "^1.4.2 || ^2.0",
1838 "guzzlehttp/guzzle": "^7.4.5",
1839 "guzzlehttp/psr7": "^2.2",
1840 "mongodb/mongodb": "^1.8",
1841 "php-amqplib/php-amqplib": "~2.4 || ^3",
1842 "phpstan/phpstan": "^1.9",
1843 "phpstan/phpstan-deprecation-rules": "^1.0",
1844 "phpstan/phpstan-strict-rules": "^1.4",
1845 "phpunit/phpunit": "^10.1",
1846 "predis/predis": "^1.1 || ^2",
1847 "ruflin/elastica": "^7",
1848 "symfony/mailer": "^5.4 || ^6",
1849 "symfony/mime": "^5.4 || ^6"
1850 },
1851 "suggest": {
1852 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1853 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1854 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1855 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1856 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1857 "ext-mbstring": "Allow to work properly with unicode symbols",
1858 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1859 "ext-openssl": "Required to send log messages using SSL",
1860 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1861 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1862 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1863 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1864 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1865 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1866 },
1867 "type": "library",
1868 "extra": {
1869 "branch-alias": {
1870 "dev-main": "3.x-dev"
1871 }
1872 },
1873 "autoload": {
1874 "psr-4": {
1875 "Monolog\\": "src/Monolog"
1876 }
1877 },
1878 "notification-url": "https://packagist.org/downloads/",
1879 "license": [
1880 "MIT"
1881 ],
1882 "authors": [
1883 {
1884 "name": "Jordi Boggiano",
1885 "email": "j.boggiano@seld.be",
1886 "homepage": "https://seld.be"
1887 }
1888 ],
1889 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1890 "homepage": "https://github.com/Seldaek/monolog",
1891 "keywords": [
1892 "log",
1893 "logging",
1894 "psr-3"
1895 ],
1896 "support": {
1897 "issues": "https://github.com/Seldaek/monolog/issues",
1898 "source": "https://github.com/Seldaek/monolog/tree/3.4.0"
1899 },
1900 "funding": [
1901 {
1902 "url": "https://github.com/Seldaek",
1903 "type": "github"
1904 },
1905 {
1906 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1907 "type": "tidelift"
1908 }
1909 ],
1910 "time": "2023-06-21T08:46:11+00:00"
1911 },
1912 {
1913 "name": "nesbot/carbon",
1914 "version": "2.69.0",
1915 "source": {
1916 "type": "git",
1917 "url": "https://github.com/briannesbitt/Carbon.git",
1918 "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c"
1919 },
1920 "dist": {
1921 "type": "zip",
1922 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4308217830e4ca445583a37d1bf4aff4153fa81c",
1923 "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c",
1924 "shasum": ""
1925 },
1926 "require": {
1927 "ext-json": "*",
1928 "php": "^7.1.8 || ^8.0",
1929 "psr/clock": "^1.0",
1930 "symfony/polyfill-mbstring": "^1.0",
1931 "symfony/polyfill-php80": "^1.16",
1932 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
1933 },
1934 "provide": {
1935 "psr/clock-implementation": "1.0"
1936 },
1937 "require-dev": {
1938 "doctrine/dbal": "^2.0 || ^3.1.4",
1939 "doctrine/orm": "^2.7",
1940 "friendsofphp/php-cs-fixer": "^3.0",
1941 "kylekatarnls/multi-tester": "^2.0",
1942 "ondrejmirtes/better-reflection": "*",
1943 "phpmd/phpmd": "^2.9",
1944 "phpstan/extension-installer": "^1.0",
1945 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
1946 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
1947 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
1948 "squizlabs/php_codesniffer": "^3.4"
1949 },
1950 "bin": [
1951 "bin/carbon"
1952 ],
1953 "type": "library",
1954 "extra": {
1955 "branch-alias": {
1956 "dev-3.x": "3.x-dev",
1957 "dev-master": "2.x-dev"
1958 },
1959 "laravel": {
1960 "providers": [
1961 "Carbon\\Laravel\\ServiceProvider"
1962 ]
1963 },
1964 "phpstan": {
1965 "includes": [
1966 "extension.neon"
1967 ]
1968 }
1969 },
1970 "autoload": {
1971 "psr-4": {
1972 "Carbon\\": "src/Carbon/"
1973 }
1974 },
1975 "notification-url": "https://packagist.org/downloads/",
1976 "license": [
1977 "MIT"
1978 ],
1979 "authors": [
1980 {
1981 "name": "Brian Nesbitt",
1982 "email": "brian@nesbot.com",
1983 "homepage": "https://markido.com"
1984 },
1985 {
1986 "name": "kylekatarnls",
1987 "homepage": "https://github.com/kylekatarnls"
1988 }
1989 ],
1990 "description": "An API extension for DateTime that supports 281 different languages.",
1991 "homepage": "https://carbon.nesbot.com",
1992 "keywords": [
1993 "date",
1994 "datetime",
1995 "time"
1996 ],
1997 "support": {
1998 "docs": "https://carbon.nesbot.com/docs",
1999 "issues": "https://github.com/briannesbitt/Carbon/issues",
2000 "source": "https://github.com/briannesbitt/Carbon"
2001 },
2002 "funding": [
2003 {
2004 "url": "https://github.com/sponsors/kylekatarnls",
2005 "type": "github"
2006 },
2007 {
2008 "url": "https://opencollective.com/Carbon#sponsor",
2009 "type": "opencollective"
2010 },
2011 {
2012 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2013 "type": "tidelift"
2014 }
2015 ],
2016 "time": "2023-08-03T09:00:52+00:00"
2017 },
2018 {
2019 "name": "nette/schema",
2020 "version": "v1.2.4",
2021 "source": {
2022 "type": "git",
2023 "url": "https://github.com/nette/schema.git",
2024 "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
2025 },
2026 "dist": {
2027 "type": "zip",
2028 "url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
2029 "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
2030 "shasum": ""
2031 },
2032 "require": {
2033 "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
2034 "php": "7.1 - 8.3"
2035 },
2036 "require-dev": {
2037 "nette/tester": "^2.3 || ^2.4",
2038 "phpstan/phpstan-nette": "^1.0",
2039 "tracy/tracy": "^2.7"
2040 },
2041 "type": "library",
2042 "extra": {
2043 "branch-alias": {
2044 "dev-master": "1.2-dev"
2045 }
2046 },
2047 "autoload": {
2048 "classmap": [
2049 "src/"
2050 ]
2051 },
2052 "notification-url": "https://packagist.org/downloads/",
2053 "license": [
2054 "BSD-3-Clause",
2055 "GPL-2.0-only",
2056 "GPL-3.0-only"
2057 ],
2058 "authors": [
2059 {
2060 "name": "David Grudl",
2061 "homepage": "https://davidgrudl.com"
2062 },
2063 {
2064 "name": "Nette Community",
2065 "homepage": "https://nette.org/contributors"
2066 }
2067 ],
2068 "description": "📐 Nette Schema: validating data structures against a given Schema.",
2069 "homepage": "https://nette.org",
2070 "keywords": [
2071 "config",
2072 "nette"
2073 ],
2074 "support": {
2075 "issues": "https://github.com/nette/schema/issues",
2076 "source": "https://github.com/nette/schema/tree/v1.2.4"
2077 },
2078 "time": "2023-08-05T18:56:25+00:00"
2079 },
2080 {
2081 "name": "nette/utils",
2082 "version": "v4.0.1",
2083 "source": {
2084 "type": "git",
2085 "url": "https://github.com/nette/utils.git",
2086 "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e"
2087 },
2088 "dist": {
2089 "type": "zip",
2090 "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e",
2091 "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e",
2092 "shasum": ""
2093 },
2094 "require": {
2095 "php": ">=8.0 <8.4"
2096 },
2097 "conflict": {
2098 "nette/finder": "<3",
2099 "nette/schema": "<1.2.2"
2100 },
2101 "require-dev": {
2102 "jetbrains/phpstorm-attributes": "dev-master",
2103 "nette/tester": "^2.5",
2104 "phpstan/phpstan": "^1.0",
2105 "tracy/tracy": "^2.9"
2106 },
2107 "suggest": {
2108 "ext-gd": "to use Image",
2109 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2110 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2111 "ext-json": "to use Nette\\Utils\\Json",
2112 "ext-mbstring": "to use Strings::lower() etc...",
2113 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
2114 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
2115 },
2116 "type": "library",
2117 "extra": {
2118 "branch-alias": {
2119 "dev-master": "4.0-dev"
2120 }
2121 },
2122 "autoload": {
2123 "classmap": [
2124 "src/"
2125 ]
2126 },
2127 "notification-url": "https://packagist.org/downloads/",
2128 "license": [
2129 "BSD-3-Clause",
2130 "GPL-2.0-only",
2131 "GPL-3.0-only"
2132 ],
2133 "authors": [
2134 {
2135 "name": "David Grudl",
2136 "homepage": "https://davidgrudl.com"
2137 },
2138 {
2139 "name": "Nette Community",
2140 "homepage": "https://nette.org/contributors"
2141 }
2142 ],
2143 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2144 "homepage": "https://nette.org",
2145 "keywords": [
2146 "array",
2147 "core",
2148 "datetime",
2149 "images",
2150 "json",
2151 "nette",
2152 "paginator",
2153 "password",
2154 "slugify",
2155 "string",
2156 "unicode",
2157 "utf-8",
2158 "utility",
2159 "validation"
2160 ],
2161 "support": {
2162 "issues": "https://github.com/nette/utils/issues",
2163 "source": "https://github.com/nette/utils/tree/v4.0.1"
2164 },
2165 "time": "2023-07-30T15:42:21+00:00"
2166 },
2167 {
2168 "name": "nikic/php-parser",
2169 "version": "v4.17.1",
2170 "source": {
2171 "type": "git",
2172 "url": "https://github.com/nikic/PHP-Parser.git",
2173 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
2174 },
2175 "dist": {
2176 "type": "zip",
2177 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2178 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2179 "shasum": ""
2180 },
2181 "require": {
2182 "ext-tokenizer": "*",
2183 "php": ">=7.0"
2184 },
2185 "require-dev": {
2186 "ircmaxell/php-yacc": "^0.0.7",
2187 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2188 },
2189 "bin": [
2190 "bin/php-parse"
2191 ],
2192 "type": "library",
2193 "extra": {
2194 "branch-alias": {
2195 "dev-master": "4.9-dev"
2196 }
2197 },
2198 "autoload": {
2199 "psr-4": {
2200 "PhpParser\\": "lib/PhpParser"
2201 }
2202 },
2203 "notification-url": "https://packagist.org/downloads/",
2204 "license": [
2205 "BSD-3-Clause"
2206 ],
2207 "authors": [
2208 {
2209 "name": "Nikita Popov"
2210 }
2211 ],
2212 "description": "A PHP parser written in PHP",
2213 "keywords": [
2214 "parser",
2215 "php"
2216 ],
2217 "support": {
2218 "issues": "https://github.com/nikic/PHP-Parser/issues",
2219 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
2220 },
2221 "time": "2023-08-13T19:53:39+00:00"
2222 },
2223 {
2224 "name": "nunomaduro/termwind",
2225 "version": "v1.15.1",
2226 "source": {
2227 "type": "git",
2228 "url": "https://github.com/nunomaduro/termwind.git",
2229 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
2230 },
2231 "dist": {
2232 "type": "zip",
2233 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2234 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2235 "shasum": ""
2236 },
2237 "require": {
2238 "ext-mbstring": "*",
2239 "php": "^8.0",
2240 "symfony/console": "^5.3.0|^6.0.0"
2241 },
2242 "require-dev": {
2243 "ergebnis/phpstan-rules": "^1.0.",
2244 "illuminate/console": "^8.0|^9.0",
2245 "illuminate/support": "^8.0|^9.0",
2246 "laravel/pint": "^1.0.0",
2247 "pestphp/pest": "^1.21.0",
2248 "pestphp/pest-plugin-mock": "^1.0",
2249 "phpstan/phpstan": "^1.4.6",
2250 "phpstan/phpstan-strict-rules": "^1.1.0",
2251 "symfony/var-dumper": "^5.2.7|^6.0.0",
2252 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2253 },
2254 "type": "library",
2255 "extra": {
2256 "laravel": {
2257 "providers": [
2258 "Termwind\\Laravel\\TermwindServiceProvider"
2259 ]
2260 }
2261 },
2262 "autoload": {
2263 "files": [
2264 "src/Functions.php"
2265 ],
2266 "psr-4": {
2267 "Termwind\\": "src/"
2268 }
2269 },
2270 "notification-url": "https://packagist.org/downloads/",
2271 "license": [
2272 "MIT"
2273 ],
2274 "authors": [
2275 {
2276 "name": "Nuno Maduro",
2277 "email": "enunomaduro@gmail.com"
2278 }
2279 ],
2280 "description": "Its like Tailwind CSS, but for the console.",
2281 "keywords": [
2282 "cli",
2283 "console",
2284 "css",
2285 "package",
2286 "php",
2287 "style"
2288 ],
2289 "support": {
2290 "issues": "https://github.com/nunomaduro/termwind/issues",
2291 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
2292 },
2293 "funding": [
2294 {
2295 "url": "https://www.paypal.com/paypalme/enunomaduro",
2296 "type": "custom"
2297 },
2298 {
2299 "url": "https://github.com/nunomaduro",
2300 "type": "github"
2301 },
2302 {
2303 "url": "https://github.com/xiCO2k",
2304 "type": "github"
2305 }
2306 ],
2307 "time": "2023-02-08T01:06:31+00:00"
2308 },
2309 {
2310 "name": "phpoption/phpoption",
2311 "version": "1.9.1",
2312 "source": {
2313 "type": "git",
2314 "url": "https://github.com/schmittjoh/php-option.git",
2315 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
2316 },
2317 "dist": {
2318 "type": "zip",
2319 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
2320 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
2321 "shasum": ""
2322 },
2323 "require": {
2324 "php": "^7.2.5 || ^8.0"
2325 },
2326 "require-dev": {
2327 "bamarni/composer-bin-plugin": "^1.8.2",
2328 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
2329 },
2330 "type": "library",
2331 "extra": {
2332 "bamarni-bin": {
2333 "bin-links": true,
2334 "forward-command": true
2335 },
2336 "branch-alias": {
2337 "dev-master": "1.9-dev"
2338 }
2339 },
2340 "autoload": {
2341 "psr-4": {
2342 "PhpOption\\": "src/PhpOption/"
2343 }
2344 },
2345 "notification-url": "https://packagist.org/downloads/",
2346 "license": [
2347 "Apache-2.0"
2348 ],
2349 "authors": [
2350 {
2351 "name": "Johannes M. Schmitt",
2352 "email": "schmittjoh@gmail.com",
2353 "homepage": "https://github.com/schmittjoh"
2354 },
2355 {
2356 "name": "Graham Campbell",
2357 "email": "hello@gjcampbell.co.uk",
2358 "homepage": "https://github.com/GrahamCampbell"
2359 }
2360 ],
2361 "description": "Option Type for PHP",
2362 "keywords": [
2363 "language",
2364 "option",
2365 "php",
2366 "type"
2367 ],
2368 "support": {
2369 "issues": "https://github.com/schmittjoh/php-option/issues",
2370 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
2371 },
2372 "funding": [
2373 {
2374 "url": "https://github.com/GrahamCampbell",
2375 "type": "github"
2376 },
2377 {
2378 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2379 "type": "tidelift"
2380 }
2381 ],
2382 "time": "2023-02-25T19:38:58+00:00"
2383 },
2384 {
2385 "name": "psr/clock",
2386 "version": "1.0.0",
2387 "source": {
2388 "type": "git",
2389 "url": "https://github.com/php-fig/clock.git",
2390 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2391 },
2392 "dist": {
2393 "type": "zip",
2394 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2395 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2396 "shasum": ""
2397 },
2398 "require": {
2399 "php": "^7.0 || ^8.0"
2400 },
2401 "type": "library",
2402 "autoload": {
2403 "psr-4": {
2404 "Psr\\Clock\\": "src/"
2405 }
2406 },
2407 "notification-url": "https://packagist.org/downloads/",
2408 "license": [
2409 "MIT"
2410 ],
2411 "authors": [
2412 {
2413 "name": "PHP-FIG",
2414 "homepage": "https://www.php-fig.org/"
2415 }
2416 ],
2417 "description": "Common interface for reading the clock.",
2418 "homepage": "https://github.com/php-fig/clock",
2419 "keywords": [
2420 "clock",
2421 "now",
2422 "psr",
2423 "psr-20",
2424 "time"
2425 ],
2426 "support": {
2427 "issues": "https://github.com/php-fig/clock/issues",
2428 "source": "https://github.com/php-fig/clock/tree/1.0.0"
2429 },
2430 "time": "2022-11-25T14:36:26+00:00"
2431 },
2432 {
2433 "name": "psr/container",
2434 "version": "2.0.2",
2435 "source": {
2436 "type": "git",
2437 "url": "https://github.com/php-fig/container.git",
2438 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2439 },
2440 "dist": {
2441 "type": "zip",
2442 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2443 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2444 "shasum": ""
2445 },
2446 "require": {
2447 "php": ">=7.4.0"
2448 },
2449 "type": "library",
2450 "extra": {
2451 "branch-alias": {
2452 "dev-master": "2.0.x-dev"
2453 }
2454 },
2455 "autoload": {
2456 "psr-4": {
2457 "Psr\\Container\\": "src/"
2458 }
2459 },
2460 "notification-url": "https://packagist.org/downloads/",
2461 "license": [
2462 "MIT"
2463 ],
2464 "authors": [
2465 {
2466 "name": "PHP-FIG",
2467 "homepage": "https://www.php-fig.org/"
2468 }
2469 ],
2470 "description": "Common Container Interface (PHP FIG PSR-11)",
2471 "homepage": "https://github.com/php-fig/container",
2472 "keywords": [
2473 "PSR-11",
2474 "container",
2475 "container-interface",
2476 "container-interop",
2477 "psr"
2478 ],
2479 "support": {
2480 "issues": "https://github.com/php-fig/container/issues",
2481 "source": "https://github.com/php-fig/container/tree/2.0.2"
2482 },
2483 "time": "2021-11-05T16:47:00+00:00"
2484 },
2485 {
2486 "name": "psr/event-dispatcher",
2487 "version": "1.0.0",
2488 "source": {
2489 "type": "git",
2490 "url": "https://github.com/php-fig/event-dispatcher.git",
2491 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2492 },
2493 "dist": {
2494 "type": "zip",
2495 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2496 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2497 "shasum": ""
2498 },
2499 "require": {
2500 "php": ">=7.2.0"
2501 },
2502 "type": "library",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.0.x-dev"
2506 }
2507 },
2508 "autoload": {
2509 "psr-4": {
2510 "Psr\\EventDispatcher\\": "src/"
2511 }
2512 },
2513 "notification-url": "https://packagist.org/downloads/",
2514 "license": [
2515 "MIT"
2516 ],
2517 "authors": [
2518 {
2519 "name": "PHP-FIG",
2520 "homepage": "http://www.php-fig.org/"
2521 }
2522 ],
2523 "description": "Standard interfaces for event handling.",
2524 "keywords": [
2525 "events",
2526 "psr",
2527 "psr-14"
2528 ],
2529 "support": {
2530 "issues": "https://github.com/php-fig/event-dispatcher/issues",
2531 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2532 },
2533 "time": "2019-01-08T18:20:26+00:00"
2534 },
2535 {
2536 "name": "psr/http-client",
2537 "version": "1.0.2",
2538 "source": {
2539 "type": "git",
2540 "url": "https://github.com/php-fig/http-client.git",
2541 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
2542 },
2543 "dist": {
2544 "type": "zip",
2545 "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
2546 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
2547 "shasum": ""
2548 },
2549 "require": {
2550 "php": "^7.0 || ^8.0",
2551 "psr/http-message": "^1.0 || ^2.0"
2552 },
2553 "type": "library",
2554 "extra": {
2555 "branch-alias": {
2556 "dev-master": "1.0.x-dev"
2557 }
2558 },
2559 "autoload": {
2560 "psr-4": {
2561 "Psr\\Http\\Client\\": "src/"
2562 }
2563 },
2564 "notification-url": "https://packagist.org/downloads/",
2565 "license": [
2566 "MIT"
2567 ],
2568 "authors": [
2569 {
2570 "name": "PHP-FIG",
2571 "homepage": "https://www.php-fig.org/"
2572 }
2573 ],
2574 "description": "Common interface for HTTP clients",
2575 "homepage": "https://github.com/php-fig/http-client",
2576 "keywords": [
2577 "http",
2578 "http-client",
2579 "psr",
2580 "psr-18"
2581 ],
2582 "support": {
2583 "source": "https://github.com/php-fig/http-client/tree/1.0.2"
2584 },
2585 "time": "2023-04-10T20:12:12+00:00"
2586 },
2587 {
2588 "name": "psr/http-factory",
2589 "version": "1.0.2",
2590 "source": {
2591 "type": "git",
2592 "url": "https://github.com/php-fig/http-factory.git",
2593 "reference": "e616d01114759c4c489f93b099585439f795fe35"
2594 },
2595 "dist": {
2596 "type": "zip",
2597 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
2598 "reference": "e616d01114759c4c489f93b099585439f795fe35",
2599 "shasum": ""
2600 },
2601 "require": {
2602 "php": ">=7.0.0",
2603 "psr/http-message": "^1.0 || ^2.0"
2604 },
2605 "type": "library",
2606 "extra": {
2607 "branch-alias": {
2608 "dev-master": "1.0.x-dev"
2609 }
2610 },
2611 "autoload": {
2612 "psr-4": {
2613 "Psr\\Http\\Message\\": "src/"
2614 }
2615 },
2616 "notification-url": "https://packagist.org/downloads/",
2617 "license": [
2618 "MIT"
2619 ],
2620 "authors": [
2621 {
2622 "name": "PHP-FIG",
2623 "homepage": "https://www.php-fig.org/"
2624 }
2625 ],
2626 "description": "Common interfaces for PSR-7 HTTP message factories",
2627 "keywords": [
2628 "factory",
2629 "http",
2630 "message",
2631 "psr",
2632 "psr-17",
2633 "psr-7",
2634 "request",
2635 "response"
2636 ],
2637 "support": {
2638 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2639 },
2640 "time": "2023-04-10T20:10:41+00:00"
2641 },
2642 {
2643 "name": "psr/http-message",
2644 "version": "2.0",
2645 "source": {
2646 "type": "git",
2647 "url": "https://github.com/php-fig/http-message.git",
2648 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2649 },
2650 "dist": {
2651 "type": "zip",
2652 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2653 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2654 "shasum": ""
2655 },
2656 "require": {
2657 "php": "^7.2 || ^8.0"
2658 },
2659 "type": "library",
2660 "extra": {
2661 "branch-alias": {
2662 "dev-master": "2.0.x-dev"
2663 }
2664 },
2665 "autoload": {
2666 "psr-4": {
2667 "Psr\\Http\\Message\\": "src/"
2668 }
2669 },
2670 "notification-url": "https://packagist.org/downloads/",
2671 "license": [
2672 "MIT"
2673 ],
2674 "authors": [
2675 {
2676 "name": "PHP-FIG",
2677 "homepage": "https://www.php-fig.org/"
2678 }
2679 ],
2680 "description": "Common interface for HTTP messages",
2681 "homepage": "https://github.com/php-fig/http-message",
2682 "keywords": [
2683 "http",
2684 "http-message",
2685 "psr",
2686 "psr-7",
2687 "request",
2688 "response"
2689 ],
2690 "support": {
2691 "source": "https://github.com/php-fig/http-message/tree/2.0"
2692 },
2693 "time": "2023-04-04T09:54:51+00:00"
2694 },
2695 {
2696 "name": "psr/log",
2697 "version": "3.0.0",
2698 "source": {
2699 "type": "git",
2700 "url": "https://github.com/php-fig/log.git",
2701 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2702 },
2703 "dist": {
2704 "type": "zip",
2705 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
2706 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2707 "shasum": ""
2708 },
2709 "require": {
2710 "php": ">=8.0.0"
2711 },
2712 "type": "library",
2713 "extra": {
2714 "branch-alias": {
2715 "dev-master": "3.x-dev"
2716 }
2717 },
2718 "autoload": {
2719 "psr-4": {
2720 "Psr\\Log\\": "src"
2721 }
2722 },
2723 "notification-url": "https://packagist.org/downloads/",
2724 "license": [
2725 "MIT"
2726 ],
2727 "authors": [
2728 {
2729 "name": "PHP-FIG",
2730 "homepage": "https://www.php-fig.org/"
2731 }
2732 ],
2733 "description": "Common interface for logging libraries",
2734 "homepage": "https://github.com/php-fig/log",
2735 "keywords": [
2736 "log",
2737 "psr",
2738 "psr-3"
2739 ],
2740 "support": {
2741 "source": "https://github.com/php-fig/log/tree/3.0.0"
2742 },
2743 "time": "2021-07-14T16:46:02+00:00"
2744 },
2745 {
2746 "name": "psr/simple-cache",
2747 "version": "3.0.0",
2748 "source": {
2749 "type": "git",
2750 "url": "https://github.com/php-fig/simple-cache.git",
2751 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
2752 },
2753 "dist": {
2754 "type": "zip",
2755 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
2756 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
2757 "shasum": ""
2758 },
2759 "require": {
2760 "php": ">=8.0.0"
2761 },
2762 "type": "library",
2763 "extra": {
2764 "branch-alias": {
2765 "dev-master": "3.0.x-dev"
2766 }
2767 },
2768 "autoload": {
2769 "psr-4": {
2770 "Psr\\SimpleCache\\": "src/"
2771 }
2772 },
2773 "notification-url": "https://packagist.org/downloads/",
2774 "license": [
2775 "MIT"
2776 ],
2777 "authors": [
2778 {
2779 "name": "PHP-FIG",
2780 "homepage": "https://www.php-fig.org/"
2781 }
2782 ],
2783 "description": "Common interfaces for simple caching",
2784 "keywords": [
2785 "cache",
2786 "caching",
2787 "psr",
2788 "psr-16",
2789 "simple-cache"
2790 ],
2791 "support": {
2792 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
2793 },
2794 "time": "2021-10-29T13:26:27+00:00"
2795 },
2796 {
2797 "name": "psy/psysh",
2798 "version": "v0.11.20",
2799 "source": {
2800 "type": "git",
2801 "url": "https://github.com/bobthecow/psysh.git",
2802 "reference": "0fa27040553d1d280a67a4393194df5228afea5b"
2803 },
2804 "dist": {
2805 "type": "zip",
2806 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
2807 "reference": "0fa27040553d1d280a67a4393194df5228afea5b",
2808 "shasum": ""
2809 },
2810 "require": {
2811 "ext-json": "*",
2812 "ext-tokenizer": "*",
2813 "nikic/php-parser": "^4.0 || ^3.1",
2814 "php": "^8.0 || ^7.0.8",
2815 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
2816 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
2817 },
2818 "conflict": {
2819 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
2820 },
2821 "require-dev": {
2822 "bamarni/composer-bin-plugin": "^1.2"
2823 },
2824 "suggest": {
2825 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2826 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2827 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2828 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
2829 },
2830 "bin": [
2831 "bin/psysh"
2832 ],
2833 "type": "library",
2834 "extra": {
2835 "branch-alias": {
2836 "dev-main": "0.11.x-dev"
2837 }
2838 },
2839 "autoload": {
2840 "files": [
2841 "src/functions.php"
2842 ],
2843 "psr-4": {
2844 "Psy\\": "src/"
2845 }
2846 },
2847 "notification-url": "https://packagist.org/downloads/",
2848 "license": [
2849 "MIT"
2850 ],
2851 "authors": [
2852 {
2853 "name": "Justin Hileman",
2854 "email": "justin@justinhileman.info",
2855 "homepage": "http://justinhileman.com"
2856 }
2857 ],
2858 "description": "An interactive shell for modern PHP.",
2859 "homepage": "http://psysh.org",
2860 "keywords": [
2861 "REPL",
2862 "console",
2863 "interactive",
2864 "shell"
2865 ],
2866 "support": {
2867 "issues": "https://github.com/bobthecow/psysh/issues",
2868 "source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
2869 },
2870 "time": "2023-07-31T14:32:22+00:00"
2871 },
2872 {
2873 "name": "ralouphie/getallheaders",
2874 "version": "3.0.3",
2875 "source": {
2876 "type": "git",
2877 "url": "https://github.com/ralouphie/getallheaders.git",
2878 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2879 },
2880 "dist": {
2881 "type": "zip",
2882 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2883 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2884 "shasum": ""
2885 },
2886 "require": {
2887 "php": ">=5.6"
2888 },
2889 "require-dev": {
2890 "php-coveralls/php-coveralls": "^2.1",
2891 "phpunit/phpunit": "^5 || ^6.5"
2892 },
2893 "type": "library",
2894 "autoload": {
2895 "files": [
2896 "src/getallheaders.php"
2897 ]
2898 },
2899 "notification-url": "https://packagist.org/downloads/",
2900 "license": [
2901 "MIT"
2902 ],
2903 "authors": [
2904 {
2905 "name": "Ralph Khattar",
2906 "email": "ralph.khattar@gmail.com"
2907 }
2908 ],
2909 "description": "A polyfill for getallheaders.",
2910 "support": {
2911 "issues": "https://github.com/ralouphie/getallheaders/issues",
2912 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2913 },
2914 "time": "2019-03-08T08:55:37+00:00"
2915 },
2916 {
2917 "name": "ramsey/collection",
2918 "version": "2.0.0",
2919 "source": {
2920 "type": "git",
2921 "url": "https://github.com/ramsey/collection.git",
2922 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
2923 },
2924 "dist": {
2925 "type": "zip",
2926 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
2927 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
2928 "shasum": ""
2929 },
2930 "require": {
2931 "php": "^8.1"
2932 },
2933 "require-dev": {
2934 "captainhook/plugin-composer": "^5.3",
2935 "ergebnis/composer-normalize": "^2.28.3",
2936 "fakerphp/faker": "^1.21",
2937 "hamcrest/hamcrest-php": "^2.0",
2938 "jangregor/phpstan-prophecy": "^1.0",
2939 "mockery/mockery": "^1.5",
2940 "php-parallel-lint/php-console-highlighter": "^1.0",
2941 "php-parallel-lint/php-parallel-lint": "^1.3",
2942 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
2943 "phpspec/prophecy-phpunit": "^2.0",
2944 "phpstan/extension-installer": "^1.2",
2945 "phpstan/phpstan": "^1.9",
2946 "phpstan/phpstan-mockery": "^1.1",
2947 "phpstan/phpstan-phpunit": "^1.3",
2948 "phpunit/phpunit": "^9.5",
2949 "psalm/plugin-mockery": "^1.1",
2950 "psalm/plugin-phpunit": "^0.18.4",
2951 "ramsey/coding-standard": "^2.0.3",
2952 "ramsey/conventional-commits": "^1.3",
2953 "vimeo/psalm": "^5.4"
2954 },
2955 "type": "library",
2956 "extra": {
2957 "captainhook": {
2958 "force-install": true
2959 },
2960 "ramsey/conventional-commits": {
2961 "configFile": "conventional-commits.json"
2962 }
2963 },
2964 "autoload": {
2965 "psr-4": {
2966 "Ramsey\\Collection\\": "src/"
2967 }
2968 },
2969 "notification-url": "https://packagist.org/downloads/",
2970 "license": [
2971 "MIT"
2972 ],
2973 "authors": [
2974 {
2975 "name": "Ben Ramsey",
2976 "email": "ben@benramsey.com",
2977 "homepage": "https://benramsey.com"
2978 }
2979 ],
2980 "description": "A PHP library for representing and manipulating collections.",
2981 "keywords": [
2982 "array",
2983 "collection",
2984 "hash",
2985 "map",
2986 "queue",
2987 "set"
2988 ],
2989 "support": {
2990 "issues": "https://github.com/ramsey/collection/issues",
2991 "source": "https://github.com/ramsey/collection/tree/2.0.0"
2992 },
2993 "funding": [
2994 {
2995 "url": "https://github.com/ramsey",
2996 "type": "github"
2997 },
2998 {
2999 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3000 "type": "tidelift"
3001 }
3002 ],
3003 "time": "2022-12-31T21:50:55+00:00"
3004 },
3005 {
3006 "name": "ramsey/uuid",
3007 "version": "4.7.4",
3008 "source": {
3009 "type": "git",
3010 "url": "https://github.com/ramsey/uuid.git",
3011 "reference": "60a4c63ab724854332900504274f6150ff26d286"
3012 },
3013 "dist": {
3014 "type": "zip",
3015 "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
3016 "reference": "60a4c63ab724854332900504274f6150ff26d286",
3017 "shasum": ""
3018 },
3019 "require": {
3020 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
3021 "ext-json": "*",
3022 "php": "^8.0",
3023 "ramsey/collection": "^1.2 || ^2.0"
3024 },
3025 "replace": {
3026 "rhumsaa/uuid": "self.version"
3027 },
3028 "require-dev": {
3029 "captainhook/captainhook": "^5.10",
3030 "captainhook/plugin-composer": "^5.3",
3031 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3032 "doctrine/annotations": "^1.8",
3033 "ergebnis/composer-normalize": "^2.15",
3034 "mockery/mockery": "^1.3",
3035 "paragonie/random-lib": "^2",
3036 "php-mock/php-mock": "^2.2",
3037 "php-mock/php-mock-mockery": "^1.3",
3038 "php-parallel-lint/php-parallel-lint": "^1.1",
3039 "phpbench/phpbench": "^1.0",
3040 "phpstan/extension-installer": "^1.1",
3041 "phpstan/phpstan": "^1.8",
3042 "phpstan/phpstan-mockery": "^1.1",
3043 "phpstan/phpstan-phpunit": "^1.1",
3044 "phpunit/phpunit": "^8.5 || ^9",
3045 "ramsey/composer-repl": "^1.4",
3046 "slevomat/coding-standard": "^8.4",
3047 "squizlabs/php_codesniffer": "^3.5",
3048 "vimeo/psalm": "^4.9"
3049 },
3050 "suggest": {
3051 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3052 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3053 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3054 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3055 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3056 },
3057 "type": "library",
3058 "extra": {
3059 "captainhook": {
3060 "force-install": true
3061 }
3062 },
3063 "autoload": {
3064 "files": [
3065 "src/functions.php"
3066 ],
3067 "psr-4": {
3068 "Ramsey\\Uuid\\": "src/"
3069 }
3070 },
3071 "notification-url": "https://packagist.org/downloads/",
3072 "license": [
3073 "MIT"
3074 ],
3075 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3076 "keywords": [
3077 "guid",
3078 "identifier",
3079 "uuid"
3080 ],
3081 "support": {
3082 "issues": "https://github.com/ramsey/uuid/issues",
3083 "source": "https://github.com/ramsey/uuid/tree/4.7.4"
3084 },
3085 "funding": [
3086 {
3087 "url": "https://github.com/ramsey",
3088 "type": "github"
3089 },
3090 {
3091 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3092 "type": "tidelift"
3093 }
3094 ],
3095 "time": "2023-04-15T23:01:58+00:00"
3096 },
3097 {
3098 "name": "symfony/console",
3099 "version": "v6.3.2",
3100 "source": {
3101 "type": "git",
3102 "url": "https://github.com/symfony/console.git",
3103 "reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898"
3104 },
3105 "dist": {
3106 "type": "zip",
3107 "url": "https://api.github.com/repos/symfony/console/zipball/aa5d64ad3f63f2e48964fc81ee45cb318a723898",
3108 "reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898",
3109 "shasum": ""
3110 },
3111 "require": {
3112 "php": ">=8.1",
3113 "symfony/deprecation-contracts": "^2.5|^3",
3114 "symfony/polyfill-mbstring": "~1.0",
3115 "symfony/service-contracts": "^2.5|^3",
3116 "symfony/string": "^5.4|^6.0"
3117 },
3118 "conflict": {
3119 "symfony/dependency-injection": "<5.4",
3120 "symfony/dotenv": "<5.4",
3121 "symfony/event-dispatcher": "<5.4",
3122 "symfony/lock": "<5.4",
3123 "symfony/process": "<5.4"
3124 },
3125 "provide": {
3126 "psr/log-implementation": "1.0|2.0|3.0"
3127 },
3128 "require-dev": {
3129 "psr/log": "^1|^2|^3",
3130 "symfony/config": "^5.4|^6.0",
3131 "symfony/dependency-injection": "^5.4|^6.0",
3132 "symfony/event-dispatcher": "^5.4|^6.0",
3133 "symfony/lock": "^5.4|^6.0",
3134 "symfony/process": "^5.4|^6.0",
3135 "symfony/var-dumper": "^5.4|^6.0"
3136 },
3137 "type": "library",
3138 "autoload": {
3139 "psr-4": {
3140 "Symfony\\Component\\Console\\": ""
3141 },
3142 "exclude-from-classmap": [
3143 "/Tests/"
3144 ]
3145 },
3146 "notification-url": "https://packagist.org/downloads/",
3147 "license": [
3148 "MIT"
3149 ],
3150 "authors": [
3151 {
3152 "name": "Fabien Potencier",
3153 "email": "fabien@symfony.com"
3154 },
3155 {
3156 "name": "Symfony Community",
3157 "homepage": "https://symfony.com/contributors"
3158 }
3159 ],
3160 "description": "Eases the creation of beautiful and testable command line interfaces",
3161 "homepage": "https://symfony.com",
3162 "keywords": [
3163 "cli",
3164 "command-line",
3165 "console",
3166 "terminal"
3167 ],
3168 "support": {
3169 "source": "https://github.com/symfony/console/tree/v6.3.2"
3170 },
3171 "funding": [
3172 {
3173 "url": "https://symfony.com/sponsor",
3174 "type": "custom"
3175 },
3176 {
3177 "url": "https://github.com/fabpot",
3178 "type": "github"
3179 },
3180 {
3181 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3182 "type": "tidelift"
3183 }
3184 ],
3185 "time": "2023-07-19T20:17:28+00:00"
3186 },
3187 {
3188 "name": "symfony/css-selector",
3189 "version": "v6.3.2",
3190 "source": {
3191 "type": "git",
3192 "url": "https://github.com/symfony/css-selector.git",
3193 "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
3194 },
3195 "dist": {
3196 "type": "zip",
3197 "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
3198 "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
3199 "shasum": ""
3200 },
3201 "require": {
3202 "php": ">=8.1"
3203 },
3204 "type": "library",
3205 "autoload": {
3206 "psr-4": {
3207 "Symfony\\Component\\CssSelector\\": ""
3208 },
3209 "exclude-from-classmap": [
3210 "/Tests/"
3211 ]
3212 },
3213 "notification-url": "https://packagist.org/downloads/",
3214 "license": [
3215 "MIT"
3216 ],
3217 "authors": [
3218 {
3219 "name": "Fabien Potencier",
3220 "email": "fabien@symfony.com"
3221 },
3222 {
3223 "name": "Jean-François Simon",
3224 "email": "jeanfrancois.simon@sensiolabs.com"
3225 },
3226 {
3227 "name": "Symfony Community",
3228 "homepage": "https://symfony.com/contributors"
3229 }
3230 ],
3231 "description": "Converts CSS selectors to XPath expressions",
3232 "homepage": "https://symfony.com",
3233 "support": {
3234 "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
3235 },
3236 "funding": [
3237 {
3238 "url": "https://symfony.com/sponsor",
3239 "type": "custom"
3240 },
3241 {
3242 "url": "https://github.com/fabpot",
3243 "type": "github"
3244 },
3245 {
3246 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3247 "type": "tidelift"
3248 }
3249 ],
3250 "time": "2023-07-12T16:00:22+00:00"
3251 },
3252 {
3253 "name": "symfony/deprecation-contracts",
3254 "version": "v3.3.0",
3255 "source": {
3256 "type": "git",
3257 "url": "https://github.com/symfony/deprecation-contracts.git",
3258 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
3259 },
3260 "dist": {
3261 "type": "zip",
3262 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
3263 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
3264 "shasum": ""
3265 },
3266 "require": {
3267 "php": ">=8.1"
3268 },
3269 "type": "library",
3270 "extra": {
3271 "branch-alias": {
3272 "dev-main": "3.4-dev"
3273 },
3274 "thanks": {
3275 "name": "symfony/contracts",
3276 "url": "https://github.com/symfony/contracts"
3277 }
3278 },
3279 "autoload": {
3280 "files": [
3281 "function.php"
3282 ]
3283 },
3284 "notification-url": "https://packagist.org/downloads/",
3285 "license": [
3286 "MIT"
3287 ],
3288 "authors": [
3289 {
3290 "name": "Nicolas Grekas",
3291 "email": "p@tchwork.com"
3292 },
3293 {
3294 "name": "Symfony Community",
3295 "homepage": "https://symfony.com/contributors"
3296 }
3297 ],
3298 "description": "A generic function and convention to trigger deprecation notices",
3299 "homepage": "https://symfony.com",
3300 "support": {
3301 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
3302 },
3303 "funding": [
3304 {
3305 "url": "https://symfony.com/sponsor",
3306 "type": "custom"
3307 },
3308 {
3309 "url": "https://github.com/fabpot",
3310 "type": "github"
3311 },
3312 {
3313 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3314 "type": "tidelift"
3315 }
3316 ],
3317 "time": "2023-05-23T14:45:45+00:00"
3318 },
3319 {
3320 "name": "symfony/error-handler",
3321 "version": "v6.3.2",
3322 "source": {
3323 "type": "git",
3324 "url": "https://github.com/symfony/error-handler.git",
3325 "reference": "85fd65ed295c4078367c784e8a5a6cee30348b7a"
3326 },
3327 "dist": {
3328 "type": "zip",
3329 "url": "https://api.github.com/repos/symfony/error-handler/zipball/85fd65ed295c4078367c784e8a5a6cee30348b7a",
3330 "reference": "85fd65ed295c4078367c784e8a5a6cee30348b7a",
3331 "shasum": ""
3332 },
3333 "require": {
3334 "php": ">=8.1",
3335 "psr/log": "^1|^2|^3",
3336 "symfony/var-dumper": "^5.4|^6.0"
3337 },
3338 "conflict": {
3339 "symfony/deprecation-contracts": "<2.5"
3340 },
3341 "require-dev": {
3342 "symfony/deprecation-contracts": "^2.5|^3",
3343 "symfony/http-kernel": "^5.4|^6.0",
3344 "symfony/serializer": "^5.4|^6.0"
3345 },
3346 "bin": [
3347 "Resources/bin/patch-type-declarations"
3348 ],
3349 "type": "library",
3350 "autoload": {
3351 "psr-4": {
3352 "Symfony\\Component\\ErrorHandler\\": ""
3353 },
3354 "exclude-from-classmap": [
3355 "/Tests/"
3356 ]
3357 },
3358 "notification-url": "https://packagist.org/downloads/",
3359 "license": [
3360 "MIT"
3361 ],
3362 "authors": [
3363 {
3364 "name": "Fabien Potencier",
3365 "email": "fabien@symfony.com"
3366 },
3367 {
3368 "name": "Symfony Community",
3369 "homepage": "https://symfony.com/contributors"
3370 }
3371 ],
3372 "description": "Provides tools to manage errors and ease debugging PHP code",
3373 "homepage": "https://symfony.com",
3374 "support": {
3375 "source": "https://github.com/symfony/error-handler/tree/v6.3.2"
3376 },
3377 "funding": [
3378 {
3379 "url": "https://symfony.com/sponsor",
3380 "type": "custom"
3381 },
3382 {
3383 "url": "https://github.com/fabpot",
3384 "type": "github"
3385 },
3386 {
3387 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3388 "type": "tidelift"
3389 }
3390 ],
3391 "time": "2023-07-16T17:05:46+00:00"
3392 },
3393 {
3394 "name": "symfony/event-dispatcher",
3395 "version": "v6.3.2",
3396 "source": {
3397 "type": "git",
3398 "url": "https://github.com/symfony/event-dispatcher.git",
3399 "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
3400 },
3401 "dist": {
3402 "type": "zip",
3403 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
3404 "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
3405 "shasum": ""
3406 },
3407 "require": {
3408 "php": ">=8.1",
3409 "symfony/event-dispatcher-contracts": "^2.5|^3"
3410 },
3411 "conflict": {
3412 "symfony/dependency-injection": "<5.4",
3413 "symfony/service-contracts": "<2.5"
3414 },
3415 "provide": {
3416 "psr/event-dispatcher-implementation": "1.0",
3417 "symfony/event-dispatcher-implementation": "2.0|3.0"
3418 },
3419 "require-dev": {
3420 "psr/log": "^1|^2|^3",
3421 "symfony/config": "^5.4|^6.0",
3422 "symfony/dependency-injection": "^5.4|^6.0",
3423 "symfony/error-handler": "^5.4|^6.0",
3424 "symfony/expression-language": "^5.4|^6.0",
3425 "symfony/http-foundation": "^5.4|^6.0",
3426 "symfony/service-contracts": "^2.5|^3",
3427 "symfony/stopwatch": "^5.4|^6.0"
3428 },
3429 "type": "library",
3430 "autoload": {
3431 "psr-4": {
3432 "Symfony\\Component\\EventDispatcher\\": ""
3433 },
3434 "exclude-from-classmap": [
3435 "/Tests/"
3436 ]
3437 },
3438 "notification-url": "https://packagist.org/downloads/",
3439 "license": [
3440 "MIT"
3441 ],
3442 "authors": [
3443 {
3444 "name": "Fabien Potencier",
3445 "email": "fabien@symfony.com"
3446 },
3447 {
3448 "name": "Symfony Community",
3449 "homepage": "https://symfony.com/contributors"
3450 }
3451 ],
3452 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3453 "homepage": "https://symfony.com",
3454 "support": {
3455 "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
3456 },
3457 "funding": [
3458 {
3459 "url": "https://symfony.com/sponsor",
3460 "type": "custom"
3461 },
3462 {
3463 "url": "https://github.com/fabpot",
3464 "type": "github"
3465 },
3466 {
3467 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3468 "type": "tidelift"
3469 }
3470 ],
3471 "time": "2023-07-06T06:56:43+00:00"
3472 },
3473 {
3474 "name": "symfony/event-dispatcher-contracts",
3475 "version": "v3.3.0",
3476 "source": {
3477 "type": "git",
3478 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3479 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
3480 },
3481 "dist": {
3482 "type": "zip",
3483 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
3484 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
3485 "shasum": ""
3486 },
3487 "require": {
3488 "php": ">=8.1",
3489 "psr/event-dispatcher": "^1"
3490 },
3491 "type": "library",
3492 "extra": {
3493 "branch-alias": {
3494 "dev-main": "3.4-dev"
3495 },
3496 "thanks": {
3497 "name": "symfony/contracts",
3498 "url": "https://github.com/symfony/contracts"
3499 }
3500 },
3501 "autoload": {
3502 "psr-4": {
3503 "Symfony\\Contracts\\EventDispatcher\\": ""
3504 }
3505 },
3506 "notification-url": "https://packagist.org/downloads/",
3507 "license": [
3508 "MIT"
3509 ],
3510 "authors": [
3511 {
3512 "name": "Nicolas Grekas",
3513 "email": "p@tchwork.com"
3514 },
3515 {
3516 "name": "Symfony Community",
3517 "homepage": "https://symfony.com/contributors"
3518 }
3519 ],
3520 "description": "Generic abstractions related to dispatching event",
3521 "homepage": "https://symfony.com",
3522 "keywords": [
3523 "abstractions",
3524 "contracts",
3525 "decoupling",
3526 "interfaces",
3527 "interoperability",
3528 "standards"
3529 ],
3530 "support": {
3531 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
3532 },
3533 "funding": [
3534 {
3535 "url": "https://symfony.com/sponsor",
3536 "type": "custom"
3537 },
3538 {
3539 "url": "https://github.com/fabpot",
3540 "type": "github"
3541 },
3542 {
3543 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3544 "type": "tidelift"
3545 }
3546 ],
3547 "time": "2023-05-23T14:45:45+00:00"
3548 },
3549 {
3550 "name": "symfony/finder",
3551 "version": "v6.3.3",
3552 "source": {
3553 "type": "git",
3554 "url": "https://github.com/symfony/finder.git",
3555 "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e"
3556 },
3557 "dist": {
3558 "type": "zip",
3559 "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e",
3560 "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
3561 "shasum": ""
3562 },
3563 "require": {
3564 "php": ">=8.1"
3565 },
3566 "require-dev": {
3567 "symfony/filesystem": "^6.0"
3568 },
3569 "type": "library",
3570 "autoload": {
3571 "psr-4": {
3572 "Symfony\\Component\\Finder\\": ""
3573 },
3574 "exclude-from-classmap": [
3575 "/Tests/"
3576 ]
3577 },
3578 "notification-url": "https://packagist.org/downloads/",
3579 "license": [
3580 "MIT"
3581 ],
3582 "authors": [
3583 {
3584 "name": "Fabien Potencier",
3585 "email": "fabien@symfony.com"
3586 },
3587 {
3588 "name": "Symfony Community",
3589 "homepage": "https://symfony.com/contributors"
3590 }
3591 ],
3592 "description": "Finds files and directories via an intuitive fluent interface",
3593 "homepage": "https://symfony.com",
3594 "support": {
3595 "source": "https://github.com/symfony/finder/tree/v6.3.3"
3596 },
3597 "funding": [
3598 {
3599 "url": "https://symfony.com/sponsor",
3600 "type": "custom"
3601 },
3602 {
3603 "url": "https://github.com/fabpot",
3604 "type": "github"
3605 },
3606 {
3607 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3608 "type": "tidelift"
3609 }
3610 ],
3611 "time": "2023-07-31T08:31:44+00:00"
3612 },
3613 {
3614 "name": "symfony/http-foundation",
3615 "version": "v6.3.2",
3616 "source": {
3617 "type": "git",
3618 "url": "https://github.com/symfony/http-foundation.git",
3619 "reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3"
3620 },
3621 "dist": {
3622 "type": "zip",
3623 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
3624 "reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
3625 "shasum": ""
3626 },
3627 "require": {
3628 "php": ">=8.1",
3629 "symfony/deprecation-contracts": "^2.5|^3",
3630 "symfony/polyfill-mbstring": "~1.1",
3631 "symfony/polyfill-php83": "^1.27"
3632 },
3633 "conflict": {
3634 "symfony/cache": "<6.2"
3635 },
3636 "require-dev": {
3637 "doctrine/dbal": "^2.13.1|^3.0",
3638 "predis/predis": "^1.1|^2.0",
3639 "symfony/cache": "^5.4|^6.0",
3640 "symfony/dependency-injection": "^5.4|^6.0",
3641 "symfony/expression-language": "^5.4|^6.0",
3642 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
3643 "symfony/mime": "^5.4|^6.0",
3644 "symfony/rate-limiter": "^5.2|^6.0"
3645 },
3646 "type": "library",
3647 "autoload": {
3648 "psr-4": {
3649 "Symfony\\Component\\HttpFoundation\\": ""
3650 },
3651 "exclude-from-classmap": [
3652 "/Tests/"
3653 ]
3654 },
3655 "notification-url": "https://packagist.org/downloads/",
3656 "license": [
3657 "MIT"
3658 ],
3659 "authors": [
3660 {
3661 "name": "Fabien Potencier",
3662 "email": "fabien@symfony.com"
3663 },
3664 {
3665 "name": "Symfony Community",
3666 "homepage": "https://symfony.com/contributors"
3667 }
3668 ],
3669 "description": "Defines an object-oriented layer for the HTTP specification",
3670 "homepage": "https://symfony.com",
3671 "support": {
3672 "source": "https://github.com/symfony/http-foundation/tree/v6.3.2"
3673 },
3674 "funding": [
3675 {
3676 "url": "https://symfony.com/sponsor",
3677 "type": "custom"
3678 },
3679 {
3680 "url": "https://github.com/fabpot",
3681 "type": "github"
3682 },
3683 {
3684 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3685 "type": "tidelift"
3686 }
3687 ],
3688 "time": "2023-07-23T21:58:39+00:00"
3689 },
3690 {
3691 "name": "symfony/http-kernel",
3692 "version": "v6.3.3",
3693 "source": {
3694 "type": "git",
3695 "url": "https://github.com/symfony/http-kernel.git",
3696 "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee"
3697 },
3698 "dist": {
3699 "type": "zip",
3700 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d3b567f0addf695e10b0c6d57564a9bea2e058ee",
3701 "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee",
3702 "shasum": ""
3703 },
3704 "require": {
3705 "php": ">=8.1",
3706 "psr/log": "^1|^2|^3",
3707 "symfony/deprecation-contracts": "^2.5|^3",
3708 "symfony/error-handler": "^6.3",
3709 "symfony/event-dispatcher": "^5.4|^6.0",
3710 "symfony/http-foundation": "^6.2.7",
3711 "symfony/polyfill-ctype": "^1.8"
3712 },
3713 "conflict": {
3714 "symfony/browser-kit": "<5.4",
3715 "symfony/cache": "<5.4",
3716 "symfony/config": "<6.1",
3717 "symfony/console": "<5.4",
3718 "symfony/dependency-injection": "<6.3",
3719 "symfony/doctrine-bridge": "<5.4",
3720 "symfony/form": "<5.4",
3721 "symfony/http-client": "<5.4",
3722 "symfony/http-client-contracts": "<2.5",
3723 "symfony/mailer": "<5.4",
3724 "symfony/messenger": "<5.4",
3725 "symfony/translation": "<5.4",
3726 "symfony/translation-contracts": "<2.5",
3727 "symfony/twig-bridge": "<5.4",
3728 "symfony/validator": "<5.4",
3729 "symfony/var-dumper": "<6.3",
3730 "twig/twig": "<2.13"
3731 },
3732 "provide": {
3733 "psr/log-implementation": "1.0|2.0|3.0"
3734 },
3735 "require-dev": {
3736 "psr/cache": "^1.0|^2.0|^3.0",
3737 "symfony/browser-kit": "^5.4|^6.0",
3738 "symfony/clock": "^6.2",
3739 "symfony/config": "^6.1",
3740 "symfony/console": "^5.4|^6.0",
3741 "symfony/css-selector": "^5.4|^6.0",
3742 "symfony/dependency-injection": "^6.3",
3743 "symfony/dom-crawler": "^5.4|^6.0",
3744 "symfony/expression-language": "^5.4|^6.0",
3745 "symfony/finder": "^5.4|^6.0",
3746 "symfony/http-client-contracts": "^2.5|^3",
3747 "symfony/process": "^5.4|^6.0",
3748 "symfony/property-access": "^5.4.5|^6.0.5",
3749 "symfony/routing": "^5.4|^6.0",
3750 "symfony/serializer": "^6.3",
3751 "symfony/stopwatch": "^5.4|^6.0",
3752 "symfony/translation": "^5.4|^6.0",
3753 "symfony/translation-contracts": "^2.5|^3",
3754 "symfony/uid": "^5.4|^6.0",
3755 "symfony/validator": "^6.3",
3756 "symfony/var-exporter": "^6.2",
3757 "twig/twig": "^2.13|^3.0.4"
3758 },
3759 "type": "library",
3760 "autoload": {
3761 "psr-4": {
3762 "Symfony\\Component\\HttpKernel\\": ""
3763 },
3764 "exclude-from-classmap": [
3765 "/Tests/"
3766 ]
3767 },
3768 "notification-url": "https://packagist.org/downloads/",
3769 "license": [
3770 "MIT"
3771 ],
3772 "authors": [
3773 {
3774 "name": "Fabien Potencier",
3775 "email": "fabien@symfony.com"
3776 },
3777 {
3778 "name": "Symfony Community",
3779 "homepage": "https://symfony.com/contributors"
3780 }
3781 ],
3782 "description": "Provides a structured process for converting a Request into a Response",
3783 "homepage": "https://symfony.com",
3784 "support": {
3785 "source": "https://github.com/symfony/http-kernel/tree/v6.3.3"
3786 },
3787 "funding": [
3788 {
3789 "url": "https://symfony.com/sponsor",
3790 "type": "custom"
3791 },
3792 {
3793 "url": "https://github.com/fabpot",
3794 "type": "github"
3795 },
3796 {
3797 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3798 "type": "tidelift"
3799 }
3800 ],
3801 "time": "2023-07-31T10:33:00+00:00"
3802 },
3803 {
3804 "name": "symfony/mailer",
3805 "version": "v6.3.0",
3806 "source": {
3807 "type": "git",
3808 "url": "https://github.com/symfony/mailer.git",
3809 "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435"
3810 },
3811 "dist": {
3812 "type": "zip",
3813 "url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
3814 "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
3815 "shasum": ""
3816 },
3817 "require": {
3818 "egulias/email-validator": "^2.1.10|^3|^4",
3819 "php": ">=8.1",
3820 "psr/event-dispatcher": "^1",
3821 "psr/log": "^1|^2|^3",
3822 "symfony/event-dispatcher": "^5.4|^6.0",
3823 "symfony/mime": "^6.2",
3824 "symfony/service-contracts": "^2.5|^3"
3825 },
3826 "conflict": {
3827 "symfony/http-client-contracts": "<2.5",
3828 "symfony/http-kernel": "<5.4",
3829 "symfony/messenger": "<6.2",
3830 "symfony/mime": "<6.2",
3831 "symfony/twig-bridge": "<6.2.1"
3832 },
3833 "require-dev": {
3834 "symfony/console": "^5.4|^6.0",
3835 "symfony/http-client": "^5.4|^6.0",
3836 "symfony/messenger": "^6.2",
3837 "symfony/twig-bridge": "^6.2"
3838 },
3839 "type": "library",
3840 "autoload": {
3841 "psr-4": {
3842 "Symfony\\Component\\Mailer\\": ""
3843 },
3844 "exclude-from-classmap": [
3845 "/Tests/"
3846 ]
3847 },
3848 "notification-url": "https://packagist.org/downloads/",
3849 "license": [
3850 "MIT"
3851 ],
3852 "authors": [
3853 {
3854 "name": "Fabien Potencier",
3855 "email": "fabien@symfony.com"
3856 },
3857 {
3858 "name": "Symfony Community",
3859 "homepage": "https://symfony.com/contributors"
3860 }
3861 ],
3862 "description": "Helps sending emails",
3863 "homepage": "https://symfony.com",
3864 "support": {
3865 "source": "https://github.com/symfony/mailer/tree/v6.3.0"
3866 },
3867 "funding": [
3868 {
3869 "url": "https://symfony.com/sponsor",
3870 "type": "custom"
3871 },
3872 {
3873 "url": "https://github.com/fabpot",
3874 "type": "github"
3875 },
3876 {
3877 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3878 "type": "tidelift"
3879 }
3880 ],
3881 "time": "2023-05-29T12:49:39+00:00"
3882 },
3883 {
3884 "name": "symfony/mime",
3885 "version": "v6.3.3",
3886 "source": {
3887 "type": "git",
3888 "url": "https://github.com/symfony/mime.git",
3889 "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98"
3890 },
3891 "dist": {
3892 "type": "zip",
3893 "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
3894 "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
3895 "shasum": ""
3896 },
3897 "require": {
3898 "php": ">=8.1",
3899 "symfony/deprecation-contracts": "^2.5|^3",
3900 "symfony/polyfill-intl-idn": "^1.10",
3901 "symfony/polyfill-mbstring": "^1.0"
3902 },
3903 "conflict": {
3904 "egulias/email-validator": "~3.0.0",
3905 "phpdocumentor/reflection-docblock": "<3.2.2",
3906 "phpdocumentor/type-resolver": "<1.4.0",
3907 "symfony/mailer": "<5.4",
3908 "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
3909 },
3910 "require-dev": {
3911 "egulias/email-validator": "^2.1.10|^3.1|^4",
3912 "league/html-to-markdown": "^5.0",
3913 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
3914 "symfony/dependency-injection": "^5.4|^6.0",
3915 "symfony/property-access": "^5.4|^6.0",
3916 "symfony/property-info": "^5.4|^6.0",
3917 "symfony/serializer": "~6.2.13|^6.3.2"
3918 },
3919 "type": "library",
3920 "autoload": {
3921 "psr-4": {
3922 "Symfony\\Component\\Mime\\": ""
3923 },
3924 "exclude-from-classmap": [
3925 "/Tests/"
3926 ]
3927 },
3928 "notification-url": "https://packagist.org/downloads/",
3929 "license": [
3930 "MIT"
3931 ],
3932 "authors": [
3933 {
3934 "name": "Fabien Potencier",
3935 "email": "fabien@symfony.com"
3936 },
3937 {
3938 "name": "Symfony Community",
3939 "homepage": "https://symfony.com/contributors"
3940 }
3941 ],
3942 "description": "Allows manipulating MIME messages",
3943 "homepage": "https://symfony.com",
3944 "keywords": [
3945 "mime",
3946 "mime-type"
3947 ],
3948 "support": {
3949 "source": "https://github.com/symfony/mime/tree/v6.3.3"
3950 },
3951 "funding": [
3952 {
3953 "url": "https://symfony.com/sponsor",
3954 "type": "custom"
3955 },
3956 {
3957 "url": "https://github.com/fabpot",
3958 "type": "github"
3959 },
3960 {
3961 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3962 "type": "tidelift"
3963 }
3964 ],
3965 "time": "2023-07-31T07:08:24+00:00"
3966 },
3967 {
3968 "name": "symfony/polyfill-ctype",
3969 "version": "v1.27.0",
3970 "source": {
3971 "type": "git",
3972 "url": "https://github.com/symfony/polyfill-ctype.git",
3973 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
3974 },
3975 "dist": {
3976 "type": "zip",
3977 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
3978 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
3979 "shasum": ""
3980 },
3981 "require": {
3982 "php": ">=7.1"
3983 },
3984 "provide": {
3985 "ext-ctype": "*"
3986 },
3987 "suggest": {
3988 "ext-ctype": "For best performance"
3989 },
3990 "type": "library",
3991 "extra": {
3992 "branch-alias": {
3993 "dev-main": "1.27-dev"
3994 },
3995 "thanks": {
3996 "name": "symfony/polyfill",
3997 "url": "https://github.com/symfony/polyfill"
3998 }
3999 },
4000 "autoload": {
4001 "files": [
4002 "bootstrap.php"
4003 ],
4004 "psr-4": {
4005 "Symfony\\Polyfill\\Ctype\\": ""
4006 }
4007 },
4008 "notification-url": "https://packagist.org/downloads/",
4009 "license": [
4010 "MIT"
4011 ],
4012 "authors": [
4013 {
4014 "name": "Gert de Pagter",
4015 "email": "BackEndTea@gmail.com"
4016 },
4017 {
4018 "name": "Symfony Community",
4019 "homepage": "https://symfony.com/contributors"
4020 }
4021 ],
4022 "description": "Symfony polyfill for ctype functions",
4023 "homepage": "https://symfony.com",
4024 "keywords": [
4025 "compatibility",
4026 "ctype",
4027 "polyfill",
4028 "portable"
4029 ],
4030 "support": {
4031 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
4032 },
4033 "funding": [
4034 {
4035 "url": "https://symfony.com/sponsor",
4036 "type": "custom"
4037 },
4038 {
4039 "url": "https://github.com/fabpot",
4040 "type": "github"
4041 },
4042 {
4043 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4044 "type": "tidelift"
4045 }
4046 ],
4047 "time": "2022-11-03T14:55:06+00:00"
4048 },
4049 {
4050 "name": "symfony/polyfill-intl-grapheme",
4051 "version": "v1.27.0",
4052 "source": {
4053 "type": "git",
4054 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4055 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
4056 },
4057 "dist": {
4058 "type": "zip",
4059 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
4060 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
4061 "shasum": ""
4062 },
4063 "require": {
4064 "php": ">=7.1"
4065 },
4066 "suggest": {
4067 "ext-intl": "For best performance"
4068 },
4069 "type": "library",
4070 "extra": {
4071 "branch-alias": {
4072 "dev-main": "1.27-dev"
4073 },
4074 "thanks": {
4075 "name": "symfony/polyfill",
4076 "url": "https://github.com/symfony/polyfill"
4077 }
4078 },
4079 "autoload": {
4080 "files": [
4081 "bootstrap.php"
4082 ],
4083 "psr-4": {
4084 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4085 }
4086 },
4087 "notification-url": "https://packagist.org/downloads/",
4088 "license": [
4089 "MIT"
4090 ],
4091 "authors": [
4092 {
4093 "name": "Nicolas Grekas",
4094 "email": "p@tchwork.com"
4095 },
4096 {
4097 "name": "Symfony Community",
4098 "homepage": "https://symfony.com/contributors"
4099 }
4100 ],
4101 "description": "Symfony polyfill for intl's grapheme_* functions",
4102 "homepage": "https://symfony.com",
4103 "keywords": [
4104 "compatibility",
4105 "grapheme",
4106 "intl",
4107 "polyfill",
4108 "portable",
4109 "shim"
4110 ],
4111 "support": {
4112 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
4113 },
4114 "funding": [
4115 {
4116 "url": "https://symfony.com/sponsor",
4117 "type": "custom"
4118 },
4119 {
4120 "url": "https://github.com/fabpot",
4121 "type": "github"
4122 },
4123 {
4124 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4125 "type": "tidelift"
4126 }
4127 ],
4128 "time": "2022-11-03T14:55:06+00:00"
4129 },
4130 {
4131 "name": "symfony/polyfill-intl-idn",
4132 "version": "v1.27.0",
4133 "source": {
4134 "type": "git",
4135 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4136 "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
4137 },
4138 "dist": {
4139 "type": "zip",
4140 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
4141 "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
4142 "shasum": ""
4143 },
4144 "require": {
4145 "php": ">=7.1",
4146 "symfony/polyfill-intl-normalizer": "^1.10",
4147 "symfony/polyfill-php72": "^1.10"
4148 },
4149 "suggest": {
4150 "ext-intl": "For best performance"
4151 },
4152 "type": "library",
4153 "extra": {
4154 "branch-alias": {
4155 "dev-main": "1.27-dev"
4156 },
4157 "thanks": {
4158 "name": "symfony/polyfill",
4159 "url": "https://github.com/symfony/polyfill"
4160 }
4161 },
4162 "autoload": {
4163 "files": [
4164 "bootstrap.php"
4165 ],
4166 "psr-4": {
4167 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4168 }
4169 },
4170 "notification-url": "https://packagist.org/downloads/",
4171 "license": [
4172 "MIT"
4173 ],
4174 "authors": [
4175 {
4176 "name": "Laurent Bassin",
4177 "email": "laurent@bassin.info"
4178 },
4179 {
4180 "name": "Trevor Rowbotham",
4181 "email": "trevor.rowbotham@pm.me"
4182 },
4183 {
4184 "name": "Symfony Community",
4185 "homepage": "https://symfony.com/contributors"
4186 }
4187 ],
4188 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4189 "homepage": "https://symfony.com",
4190 "keywords": [
4191 "compatibility",
4192 "idn",
4193 "intl",
4194 "polyfill",
4195 "portable",
4196 "shim"
4197 ],
4198 "support": {
4199 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
4200 },
4201 "funding": [
4202 {
4203 "url": "https://symfony.com/sponsor",
4204 "type": "custom"
4205 },
4206 {
4207 "url": "https://github.com/fabpot",
4208 "type": "github"
4209 },
4210 {
4211 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4212 "type": "tidelift"
4213 }
4214 ],
4215 "time": "2022-11-03T14:55:06+00:00"
4216 },
4217 {
4218 "name": "symfony/polyfill-intl-normalizer",
4219 "version": "v1.27.0",
4220 "source": {
4221 "type": "git",
4222 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4223 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
4224 },
4225 "dist": {
4226 "type": "zip",
4227 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
4228 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
4229 "shasum": ""
4230 },
4231 "require": {
4232 "php": ">=7.1"
4233 },
4234 "suggest": {
4235 "ext-intl": "For best performance"
4236 },
4237 "type": "library",
4238 "extra": {
4239 "branch-alias": {
4240 "dev-main": "1.27-dev"
4241 },
4242 "thanks": {
4243 "name": "symfony/polyfill",
4244 "url": "https://github.com/symfony/polyfill"
4245 }
4246 },
4247 "autoload": {
4248 "files": [
4249 "bootstrap.php"
4250 ],
4251 "psr-4": {
4252 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4253 },
4254 "classmap": [
4255 "Resources/stubs"
4256 ]
4257 },
4258 "notification-url": "https://packagist.org/downloads/",
4259 "license": [
4260 "MIT"
4261 ],
4262 "authors": [
4263 {
4264 "name": "Nicolas Grekas",
4265 "email": "p@tchwork.com"
4266 },
4267 {
4268 "name": "Symfony Community",
4269 "homepage": "https://symfony.com/contributors"
4270 }
4271 ],
4272 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4273 "homepage": "https://symfony.com",
4274 "keywords": [
4275 "compatibility",
4276 "intl",
4277 "normalizer",
4278 "polyfill",
4279 "portable",
4280 "shim"
4281 ],
4282 "support": {
4283 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
4284 },
4285 "funding": [
4286 {
4287 "url": "https://symfony.com/sponsor",
4288 "type": "custom"
4289 },
4290 {
4291 "url": "https://github.com/fabpot",
4292 "type": "github"
4293 },
4294 {
4295 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4296 "type": "tidelift"
4297 }
4298 ],
4299 "time": "2022-11-03T14:55:06+00:00"
4300 },
4301 {
4302 "name": "symfony/polyfill-mbstring",
4303 "version": "v1.27.0",
4304 "source": {
4305 "type": "git",
4306 "url": "https://github.com/symfony/polyfill-mbstring.git",
4307 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
4308 },
4309 "dist": {
4310 "type": "zip",
4311 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
4312 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
4313 "shasum": ""
4314 },
4315 "require": {
4316 "php": ">=7.1"
4317 },
4318 "provide": {
4319 "ext-mbstring": "*"
4320 },
4321 "suggest": {
4322 "ext-mbstring": "For best performance"
4323 },
4324 "type": "library",
4325 "extra": {
4326 "branch-alias": {
4327 "dev-main": "1.27-dev"
4328 },
4329 "thanks": {
4330 "name": "symfony/polyfill",
4331 "url": "https://github.com/symfony/polyfill"
4332 }
4333 },
4334 "autoload": {
4335 "files": [
4336 "bootstrap.php"
4337 ],
4338 "psr-4": {
4339 "Symfony\\Polyfill\\Mbstring\\": ""
4340 }
4341 },
4342 "notification-url": "https://packagist.org/downloads/",
4343 "license": [
4344 "MIT"
4345 ],
4346 "authors": [
4347 {
4348 "name": "Nicolas Grekas",
4349 "email": "p@tchwork.com"
4350 },
4351 {
4352 "name": "Symfony Community",
4353 "homepage": "https://symfony.com/contributors"
4354 }
4355 ],
4356 "description": "Symfony polyfill for the Mbstring extension",
4357 "homepage": "https://symfony.com",
4358 "keywords": [
4359 "compatibility",
4360 "mbstring",
4361 "polyfill",
4362 "portable",
4363 "shim"
4364 ],
4365 "support": {
4366 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
4367 },
4368 "funding": [
4369 {
4370 "url": "https://symfony.com/sponsor",
4371 "type": "custom"
4372 },
4373 {
4374 "url": "https://github.com/fabpot",
4375 "type": "github"
4376 },
4377 {
4378 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4379 "type": "tidelift"
4380 }
4381 ],
4382 "time": "2022-11-03T14:55:06+00:00"
4383 },
4384 {
4385 "name": "symfony/polyfill-php72",
4386 "version": "v1.27.0",
4387 "source": {
4388 "type": "git",
4389 "url": "https://github.com/symfony/polyfill-php72.git",
4390 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
4391 },
4392 "dist": {
4393 "type": "zip",
4394 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
4395 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
4396 "shasum": ""
4397 },
4398 "require": {
4399 "php": ">=7.1"
4400 },
4401 "type": "library",
4402 "extra": {
4403 "branch-alias": {
4404 "dev-main": "1.27-dev"
4405 },
4406 "thanks": {
4407 "name": "symfony/polyfill",
4408 "url": "https://github.com/symfony/polyfill"
4409 }
4410 },
4411 "autoload": {
4412 "files": [
4413 "bootstrap.php"
4414 ],
4415 "psr-4": {
4416 "Symfony\\Polyfill\\Php72\\": ""
4417 }
4418 },
4419 "notification-url": "https://packagist.org/downloads/",
4420 "license": [
4421 "MIT"
4422 ],
4423 "authors": [
4424 {
4425 "name": "Nicolas Grekas",
4426 "email": "p@tchwork.com"
4427 },
4428 {
4429 "name": "Symfony Community",
4430 "homepage": "https://symfony.com/contributors"
4431 }
4432 ],
4433 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4434 "homepage": "https://symfony.com",
4435 "keywords": [
4436 "compatibility",
4437 "polyfill",
4438 "portable",
4439 "shim"
4440 ],
4441 "support": {
4442 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
4443 },
4444 "funding": [
4445 {
4446 "url": "https://symfony.com/sponsor",
4447 "type": "custom"
4448 },
4449 {
4450 "url": "https://github.com/fabpot",
4451 "type": "github"
4452 },
4453 {
4454 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4455 "type": "tidelift"
4456 }
4457 ],
4458 "time": "2022-11-03T14:55:06+00:00"
4459 },
4460 {
4461 "name": "symfony/polyfill-php80",
4462 "version": "v1.27.0",
4463 "source": {
4464 "type": "git",
4465 "url": "https://github.com/symfony/polyfill-php80.git",
4466 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
4467 },
4468 "dist": {
4469 "type": "zip",
4470 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
4471 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
4472 "shasum": ""
4473 },
4474 "require": {
4475 "php": ">=7.1"
4476 },
4477 "type": "library",
4478 "extra": {
4479 "branch-alias": {
4480 "dev-main": "1.27-dev"
4481 },
4482 "thanks": {
4483 "name": "symfony/polyfill",
4484 "url": "https://github.com/symfony/polyfill"
4485 }
4486 },
4487 "autoload": {
4488 "files": [
4489 "bootstrap.php"
4490 ],
4491 "psr-4": {
4492 "Symfony\\Polyfill\\Php80\\": ""
4493 },
4494 "classmap": [
4495 "Resources/stubs"
4496 ]
4497 },
4498 "notification-url": "https://packagist.org/downloads/",
4499 "license": [
4500 "MIT"
4501 ],
4502 "authors": [
4503 {
4504 "name": "Ion Bazan",
4505 "email": "ion.bazan@gmail.com"
4506 },
4507 {
4508 "name": "Nicolas Grekas",
4509 "email": "p@tchwork.com"
4510 },
4511 {
4512 "name": "Symfony Community",
4513 "homepage": "https://symfony.com/contributors"
4514 }
4515 ],
4516 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4517 "homepage": "https://symfony.com",
4518 "keywords": [
4519 "compatibility",
4520 "polyfill",
4521 "portable",
4522 "shim"
4523 ],
4524 "support": {
4525 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
4526 },
4527 "funding": [
4528 {
4529 "url": "https://symfony.com/sponsor",
4530 "type": "custom"
4531 },
4532 {
4533 "url": "https://github.com/fabpot",
4534 "type": "github"
4535 },
4536 {
4537 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4538 "type": "tidelift"
4539 }
4540 ],
4541 "time": "2022-11-03T14:55:06+00:00"
4542 },
4543 {
4544 "name": "symfony/polyfill-php83",
4545 "version": "v1.27.0",
4546 "source": {
4547 "type": "git",
4548 "url": "https://github.com/symfony/polyfill-php83.git",
4549 "reference": "508c652ba3ccf69f8c97f251534f229791b52a57"
4550 },
4551 "dist": {
4552 "type": "zip",
4553 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57",
4554 "reference": "508c652ba3ccf69f8c97f251534f229791b52a57",
4555 "shasum": ""
4556 },
4557 "require": {
4558 "php": ">=7.1",
4559 "symfony/polyfill-php80": "^1.14"
4560 },
4561 "type": "library",
4562 "extra": {
4563 "branch-alias": {
4564 "dev-main": "1.27-dev"
4565 },
4566 "thanks": {
4567 "name": "symfony/polyfill",
4568 "url": "https://github.com/symfony/polyfill"
4569 }
4570 },
4571 "autoload": {
4572 "files": [
4573 "bootstrap.php"
4574 ],
4575 "psr-4": {
4576 "Symfony\\Polyfill\\Php83\\": ""
4577 }
4578 },
4579 "notification-url": "https://packagist.org/downloads/",
4580 "license": [
4581 "MIT"
4582 ],
4583 "authors": [
4584 {
4585 "name": "Nicolas Grekas",
4586 "email": "p@tchwork.com"
4587 },
4588 {
4589 "name": "Symfony Community",
4590 "homepage": "https://symfony.com/contributors"
4591 }
4592 ],
4593 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
4594 "homepage": "https://symfony.com",
4595 "keywords": [
4596 "compatibility",
4597 "polyfill",
4598 "portable",
4599 "shim"
4600 ],
4601 "support": {
4602 "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0"
4603 },
4604 "funding": [
4605 {
4606 "url": "https://symfony.com/sponsor",
4607 "type": "custom"
4608 },
4609 {
4610 "url": "https://github.com/fabpot",
4611 "type": "github"
4612 },
4613 {
4614 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4615 "type": "tidelift"
4616 }
4617 ],
4618 "time": "2022-11-03T14:55:06+00:00"
4619 },
4620 {
4621 "name": "symfony/polyfill-uuid",
4622 "version": "v1.27.0",
4623 "source": {
4624 "type": "git",
4625 "url": "https://github.com/symfony/polyfill-uuid.git",
4626 "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
4627 },
4628 "dist": {
4629 "type": "zip",
4630 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
4631 "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
4632 "shasum": ""
4633 },
4634 "require": {
4635 "php": ">=7.1"
4636 },
4637 "provide": {
4638 "ext-uuid": "*"
4639 },
4640 "suggest": {
4641 "ext-uuid": "For best performance"
4642 },
4643 "type": "library",
4644 "extra": {
4645 "branch-alias": {
4646 "dev-main": "1.27-dev"
4647 },
4648 "thanks": {
4649 "name": "symfony/polyfill",
4650 "url": "https://github.com/symfony/polyfill"
4651 }
4652 },
4653 "autoload": {
4654 "files": [
4655 "bootstrap.php"
4656 ],
4657 "psr-4": {
4658 "Symfony\\Polyfill\\Uuid\\": ""
4659 }
4660 },
4661 "notification-url": "https://packagist.org/downloads/",
4662 "license": [
4663 "MIT"
4664 ],
4665 "authors": [
4666 {
4667 "name": "Grégoire Pineau",
4668 "email": "lyrixx@lyrixx.info"
4669 },
4670 {
4671 "name": "Symfony Community",
4672 "homepage": "https://symfony.com/contributors"
4673 }
4674 ],
4675 "description": "Symfony polyfill for uuid functions",
4676 "homepage": "https://symfony.com",
4677 "keywords": [
4678 "compatibility",
4679 "polyfill",
4680 "portable",
4681 "uuid"
4682 ],
4683 "support": {
4684 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
4685 },
4686 "funding": [
4687 {
4688 "url": "https://symfony.com/sponsor",
4689 "type": "custom"
4690 },
4691 {
4692 "url": "https://github.com/fabpot",
4693 "type": "github"
4694 },
4695 {
4696 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4697 "type": "tidelift"
4698 }
4699 ],
4700 "time": "2022-11-03T14:55:06+00:00"
4701 },
4702 {
4703 "name": "symfony/process",
4704 "version": "v6.3.2",
4705 "source": {
4706 "type": "git",
4707 "url": "https://github.com/symfony/process.git",
4708 "reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d"
4709 },
4710 "dist": {
4711 "type": "zip",
4712 "url": "https://api.github.com/repos/symfony/process/zipball/c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
4713 "reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
4714 "shasum": ""
4715 },
4716 "require": {
4717 "php": ">=8.1"
4718 },
4719 "type": "library",
4720 "autoload": {
4721 "psr-4": {
4722 "Symfony\\Component\\Process\\": ""
4723 },
4724 "exclude-from-classmap": [
4725 "/Tests/"
4726 ]
4727 },
4728 "notification-url": "https://packagist.org/downloads/",
4729 "license": [
4730 "MIT"
4731 ],
4732 "authors": [
4733 {
4734 "name": "Fabien Potencier",
4735 "email": "fabien@symfony.com"
4736 },
4737 {
4738 "name": "Symfony Community",
4739 "homepage": "https://symfony.com/contributors"
4740 }
4741 ],
4742 "description": "Executes commands in sub-processes",
4743 "homepage": "https://symfony.com",
4744 "support": {
4745 "source": "https://github.com/symfony/process/tree/v6.3.2"
4746 },
4747 "funding": [
4748 {
4749 "url": "https://symfony.com/sponsor",
4750 "type": "custom"
4751 },
4752 {
4753 "url": "https://github.com/fabpot",
4754 "type": "github"
4755 },
4756 {
4757 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4758 "type": "tidelift"
4759 }
4760 ],
4761 "time": "2023-07-12T16:00:22+00:00"
4762 },
4763 {
4764 "name": "symfony/routing",
4765 "version": "v6.3.3",
4766 "source": {
4767 "type": "git",
4768 "url": "https://github.com/symfony/routing.git",
4769 "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a"
4770 },
4771 "dist": {
4772 "type": "zip",
4773 "url": "https://api.github.com/repos/symfony/routing/zipball/e7243039ab663822ff134fbc46099b5fdfa16f6a",
4774 "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a",
4775 "shasum": ""
4776 },
4777 "require": {
4778 "php": ">=8.1",
4779 "symfony/deprecation-contracts": "^2.5|^3"
4780 },
4781 "conflict": {
4782 "doctrine/annotations": "<1.12",
4783 "symfony/config": "<6.2",
4784 "symfony/dependency-injection": "<5.4",
4785 "symfony/yaml": "<5.4"
4786 },
4787 "require-dev": {
4788 "doctrine/annotations": "^1.12|^2",
4789 "psr/log": "^1|^2|^3",
4790 "symfony/config": "^6.2",
4791 "symfony/dependency-injection": "^5.4|^6.0",
4792 "symfony/expression-language": "^5.4|^6.0",
4793 "symfony/http-foundation": "^5.4|^6.0",
4794 "symfony/yaml": "^5.4|^6.0"
4795 },
4796 "type": "library",
4797 "autoload": {
4798 "psr-4": {
4799 "Symfony\\Component\\Routing\\": ""
4800 },
4801 "exclude-from-classmap": [
4802 "/Tests/"
4803 ]
4804 },
4805 "notification-url": "https://packagist.org/downloads/",
4806 "license": [
4807 "MIT"
4808 ],
4809 "authors": [
4810 {
4811 "name": "Fabien Potencier",
4812 "email": "fabien@symfony.com"
4813 },
4814 {
4815 "name": "Symfony Community",
4816 "homepage": "https://symfony.com/contributors"
4817 }
4818 ],
4819 "description": "Maps an HTTP request to a set of configuration variables",
4820 "homepage": "https://symfony.com",
4821 "keywords": [
4822 "router",
4823 "routing",
4824 "uri",
4825 "url"
4826 ],
4827 "support": {
4828 "source": "https://github.com/symfony/routing/tree/v6.3.3"
4829 },
4830 "funding": [
4831 {
4832 "url": "https://symfony.com/sponsor",
4833 "type": "custom"
4834 },
4835 {
4836 "url": "https://github.com/fabpot",
4837 "type": "github"
4838 },
4839 {
4840 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4841 "type": "tidelift"
4842 }
4843 ],
4844 "time": "2023-07-31T07:08:24+00:00"
4845 },
4846 {
4847 "name": "symfony/service-contracts",
4848 "version": "v3.3.0",
4849 "source": {
4850 "type": "git",
4851 "url": "https://github.com/symfony/service-contracts.git",
4852 "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
4853 },
4854 "dist": {
4855 "type": "zip",
4856 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
4857 "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
4858 "shasum": ""
4859 },
4860 "require": {
4861 "php": ">=8.1",
4862 "psr/container": "^2.0"
4863 },
4864 "conflict": {
4865 "ext-psr": "<1.1|>=2"
4866 },
4867 "type": "library",
4868 "extra": {
4869 "branch-alias": {
4870 "dev-main": "3.4-dev"
4871 },
4872 "thanks": {
4873 "name": "symfony/contracts",
4874 "url": "https://github.com/symfony/contracts"
4875 }
4876 },
4877 "autoload": {
4878 "psr-4": {
4879 "Symfony\\Contracts\\Service\\": ""
4880 },
4881 "exclude-from-classmap": [
4882 "/Test/"
4883 ]
4884 },
4885 "notification-url": "https://packagist.org/downloads/",
4886 "license": [
4887 "MIT"
4888 ],
4889 "authors": [
4890 {
4891 "name": "Nicolas Grekas",
4892 "email": "p@tchwork.com"
4893 },
4894 {
4895 "name": "Symfony Community",
4896 "homepage": "https://symfony.com/contributors"
4897 }
4898 ],
4899 "description": "Generic abstractions related to writing services",
4900 "homepage": "https://symfony.com",
4901 "keywords": [
4902 "abstractions",
4903 "contracts",
4904 "decoupling",
4905 "interfaces",
4906 "interoperability",
4907 "standards"
4908 ],
4909 "support": {
4910 "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
4911 },
4912 "funding": [
4913 {
4914 "url": "https://symfony.com/sponsor",
4915 "type": "custom"
4916 },
4917 {
4918 "url": "https://github.com/fabpot",
4919 "type": "github"
4920 },
4921 {
4922 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4923 "type": "tidelift"
4924 }
4925 ],
4926 "time": "2023-05-23T14:45:45+00:00"
4927 },
4928 {
4929 "name": "symfony/string",
4930 "version": "v6.3.2",
4931 "source": {
4932 "type": "git",
4933 "url": "https://github.com/symfony/string.git",
4934 "reference": "53d1a83225002635bca3482fcbf963001313fb68"
4935 },
4936 "dist": {
4937 "type": "zip",
4938 "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68",
4939 "reference": "53d1a83225002635bca3482fcbf963001313fb68",
4940 "shasum": ""
4941 },
4942 "require": {
4943 "php": ">=8.1",
4944 "symfony/polyfill-ctype": "~1.8",
4945 "symfony/polyfill-intl-grapheme": "~1.0",
4946 "symfony/polyfill-intl-normalizer": "~1.0",
4947 "symfony/polyfill-mbstring": "~1.0"
4948 },
4949 "conflict": {
4950 "symfony/translation-contracts": "<2.5"
4951 },
4952 "require-dev": {
4953 "symfony/error-handler": "^5.4|^6.0",
4954 "symfony/http-client": "^5.4|^6.0",
4955 "symfony/intl": "^6.2",
4956 "symfony/translation-contracts": "^2.5|^3.0",
4957 "symfony/var-exporter": "^5.4|^6.0"
4958 },
4959 "type": "library",
4960 "autoload": {
4961 "files": [
4962 "Resources/functions.php"
4963 ],
4964 "psr-4": {
4965 "Symfony\\Component\\String\\": ""
4966 },
4967 "exclude-from-classmap": [
4968 "/Tests/"
4969 ]
4970 },
4971 "notification-url": "https://packagist.org/downloads/",
4972 "license": [
4973 "MIT"
4974 ],
4975 "authors": [
4976 {
4977 "name": "Nicolas Grekas",
4978 "email": "p@tchwork.com"
4979 },
4980 {
4981 "name": "Symfony Community",
4982 "homepage": "https://symfony.com/contributors"
4983 }
4984 ],
4985 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4986 "homepage": "https://symfony.com",
4987 "keywords": [
4988 "grapheme",
4989 "i18n",
4990 "string",
4991 "unicode",
4992 "utf-8",
4993 "utf8"
4994 ],
4995 "support": {
4996 "source": "https://github.com/symfony/string/tree/v6.3.2"
4997 },
4998 "funding": [
4999 {
5000 "url": "https://symfony.com/sponsor",
5001 "type": "custom"
5002 },
5003 {
5004 "url": "https://github.com/fabpot",
5005 "type": "github"
5006 },
5007 {
5008 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5009 "type": "tidelift"
5010 }
5011 ],
5012 "time": "2023-07-05T08:41:27+00:00"
5013 },
5014 {
5015 "name": "symfony/translation",
5016 "version": "v6.3.3",
5017 "source": {
5018 "type": "git",
5019 "url": "https://github.com/symfony/translation.git",
5020 "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
5021 },
5022 "dist": {
5023 "type": "zip",
5024 "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
5025 "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
5026 "shasum": ""
5027 },
5028 "require": {
5029 "php": ">=8.1",
5030 "symfony/deprecation-contracts": "^2.5|^3",
5031 "symfony/polyfill-mbstring": "~1.0",
5032 "symfony/translation-contracts": "^2.5|^3.0"
5033 },
5034 "conflict": {
5035 "symfony/config": "<5.4",
5036 "symfony/console": "<5.4",
5037 "symfony/dependency-injection": "<5.4",
5038 "symfony/http-client-contracts": "<2.5",
5039 "symfony/http-kernel": "<5.4",
5040 "symfony/service-contracts": "<2.5",
5041 "symfony/twig-bundle": "<5.4",
5042 "symfony/yaml": "<5.4"
5043 },
5044 "provide": {
5045 "symfony/translation-implementation": "2.3|3.0"
5046 },
5047 "require-dev": {
5048 "nikic/php-parser": "^4.13",
5049 "psr/log": "^1|^2|^3",
5050 "symfony/config": "^5.4|^6.0",
5051 "symfony/console": "^5.4|^6.0",
5052 "symfony/dependency-injection": "^5.4|^6.0",
5053 "symfony/finder": "^5.4|^6.0",
5054 "symfony/http-client-contracts": "^2.5|^3.0",
5055 "symfony/http-kernel": "^5.4|^6.0",
5056 "symfony/intl": "^5.4|^6.0",
5057 "symfony/polyfill-intl-icu": "^1.21",
5058 "symfony/routing": "^5.4|^6.0",
5059 "symfony/service-contracts": "^2.5|^3",
5060 "symfony/yaml": "^5.4|^6.0"
5061 },
5062 "type": "library",
5063 "autoload": {
5064 "files": [
5065 "Resources/functions.php"
5066 ],
5067 "psr-4": {
5068 "Symfony\\Component\\Translation\\": ""
5069 },
5070 "exclude-from-classmap": [
5071 "/Tests/"
5072 ]
5073 },
5074 "notification-url": "https://packagist.org/downloads/",
5075 "license": [
5076 "MIT"
5077 ],
5078 "authors": [
5079 {
5080 "name": "Fabien Potencier",
5081 "email": "fabien@symfony.com"
5082 },
5083 {
5084 "name": "Symfony Community",
5085 "homepage": "https://symfony.com/contributors"
5086 }
5087 ],
5088 "description": "Provides tools to internationalize your application",
5089 "homepage": "https://symfony.com",
5090 "support": {
5091 "source": "https://github.com/symfony/translation/tree/v6.3.3"
5092 },
5093 "funding": [
5094 {
5095 "url": "https://symfony.com/sponsor",
5096 "type": "custom"
5097 },
5098 {
5099 "url": "https://github.com/fabpot",
5100 "type": "github"
5101 },
5102 {
5103 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5104 "type": "tidelift"
5105 }
5106 ],
5107 "time": "2023-07-31T07:08:24+00:00"
5108 },
5109 {
5110 "name": "symfony/translation-contracts",
5111 "version": "v3.3.0",
5112 "source": {
5113 "type": "git",
5114 "url": "https://github.com/symfony/translation-contracts.git",
5115 "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
5116 },
5117 "dist": {
5118 "type": "zip",
5119 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
5120 "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
5121 "shasum": ""
5122 },
5123 "require": {
5124 "php": ">=8.1"
5125 },
5126 "type": "library",
5127 "extra": {
5128 "branch-alias": {
5129 "dev-main": "3.4-dev"
5130 },
5131 "thanks": {
5132 "name": "symfony/contracts",
5133 "url": "https://github.com/symfony/contracts"
5134 }
5135 },
5136 "autoload": {
5137 "psr-4": {
5138 "Symfony\\Contracts\\Translation\\": ""
5139 },
5140 "exclude-from-classmap": [
5141 "/Test/"
5142 ]
5143 },
5144 "notification-url": "https://packagist.org/downloads/",
5145 "license": [
5146 "MIT"
5147 ],
5148 "authors": [
5149 {
5150 "name": "Nicolas Grekas",
5151 "email": "p@tchwork.com"
5152 },
5153 {
5154 "name": "Symfony Community",
5155 "homepage": "https://symfony.com/contributors"
5156 }
5157 ],
5158 "description": "Generic abstractions related to translation",
5159 "homepage": "https://symfony.com",
5160 "keywords": [
5161 "abstractions",
5162 "contracts",
5163 "decoupling",
5164 "interfaces",
5165 "interoperability",
5166 "standards"
5167 ],
5168 "support": {
5169 "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
5170 },
5171 "funding": [
5172 {
5173 "url": "https://symfony.com/sponsor",
5174 "type": "custom"
5175 },
5176 {
5177 "url": "https://github.com/fabpot",
5178 "type": "github"
5179 },
5180 {
5181 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5182 "type": "tidelift"
5183 }
5184 ],
5185 "time": "2023-05-30T17:17:10+00:00"
5186 },
5187 {
5188 "name": "symfony/uid",
5189 "version": "v6.3.0",
5190 "source": {
5191 "type": "git",
5192 "url": "https://github.com/symfony/uid.git",
5193 "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
5194 },
5195 "dist": {
5196 "type": "zip",
5197 "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
5198 "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
5199 "shasum": ""
5200 },
5201 "require": {
5202 "php": ">=8.1",
5203 "symfony/polyfill-uuid": "^1.15"
5204 },
5205 "require-dev": {
5206 "symfony/console": "^5.4|^6.0"
5207 },
5208 "type": "library",
5209 "autoload": {
5210 "psr-4": {
5211 "Symfony\\Component\\Uid\\": ""
5212 },
5213 "exclude-from-classmap": [
5214 "/Tests/"
5215 ]
5216 },
5217 "notification-url": "https://packagist.org/downloads/",
5218 "license": [
5219 "MIT"
5220 ],
5221 "authors": [
5222 {
5223 "name": "Grégoire Pineau",
5224 "email": "lyrixx@lyrixx.info"
5225 },
5226 {
5227 "name": "Nicolas Grekas",
5228 "email": "p@tchwork.com"
5229 },
5230 {
5231 "name": "Symfony Community",
5232 "homepage": "https://symfony.com/contributors"
5233 }
5234 ],
5235 "description": "Provides an object-oriented API to generate and represent UIDs",
5236 "homepage": "https://symfony.com",
5237 "keywords": [
5238 "UID",
5239 "ulid",
5240 "uuid"
5241 ],
5242 "support": {
5243 "source": "https://github.com/symfony/uid/tree/v6.3.0"
5244 },
5245 "funding": [
5246 {
5247 "url": "https://symfony.com/sponsor",
5248 "type": "custom"
5249 },
5250 {
5251 "url": "https://github.com/fabpot",
5252 "type": "github"
5253 },
5254 {
5255 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5256 "type": "tidelift"
5257 }
5258 ],
5259 "time": "2023-04-08T07:25:02+00:00"
5260 },
5261 {
5262 "name": "symfony/var-dumper",
5263 "version": "v6.3.3",
5264 "source": {
5265 "type": "git",
5266 "url": "https://github.com/symfony/var-dumper.git",
5267 "reference": "77fb4f2927f6991a9843633925d111147449ee7a"
5268 },
5269 "dist": {
5270 "type": "zip",
5271 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/77fb4f2927f6991a9843633925d111147449ee7a",
5272 "reference": "77fb4f2927f6991a9843633925d111147449ee7a",
5273 "shasum": ""
5274 },
5275 "require": {
5276 "php": ">=8.1",
5277 "symfony/deprecation-contracts": "^2.5|^3",
5278 "symfony/polyfill-mbstring": "~1.0"
5279 },
5280 "conflict": {
5281 "symfony/console": "<5.4"
5282 },
5283 "require-dev": {
5284 "ext-iconv": "*",
5285 "symfony/console": "^5.4|^6.0",
5286 "symfony/http-kernel": "^5.4|^6.0",
5287 "symfony/process": "^5.4|^6.0",
5288 "symfony/uid": "^5.4|^6.0",
5289 "twig/twig": "^2.13|^3.0.4"
5290 },
5291 "bin": [
5292 "Resources/bin/var-dump-server"
5293 ],
5294 "type": "library",
5295 "autoload": {
5296 "files": [
5297 "Resources/functions/dump.php"
5298 ],
5299 "psr-4": {
5300 "Symfony\\Component\\VarDumper\\": ""
5301 },
5302 "exclude-from-classmap": [
5303 "/Tests/"
5304 ]
5305 },
5306 "notification-url": "https://packagist.org/downloads/",
5307 "license": [
5308 "MIT"
5309 ],
5310 "authors": [
5311 {
5312 "name": "Nicolas Grekas",
5313 "email": "p@tchwork.com"
5314 },
5315 {
5316 "name": "Symfony Community",
5317 "homepage": "https://symfony.com/contributors"
5318 }
5319 ],
5320 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
5321 "homepage": "https://symfony.com",
5322 "keywords": [
5323 "debug",
5324 "dump"
5325 ],
5326 "support": {
5327 "source": "https://github.com/symfony/var-dumper/tree/v6.3.3"
5328 },
5329 "funding": [
5330 {
5331 "url": "https://symfony.com/sponsor",
5332 "type": "custom"
5333 },
5334 {
5335 "url": "https://github.com/fabpot",
5336 "type": "github"
5337 },
5338 {
5339 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5340 "type": "tidelift"
5341 }
5342 ],
5343 "time": "2023-07-31T07:08:24+00:00"
5344 },
5345 {
5346 "name": "tijsverkoyen/css-to-inline-styles",
5347 "version": "2.2.6",
5348 "source": {
5349 "type": "git",
5350 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5351 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
5352 },
5353 "dist": {
5354 "type": "zip",
5355 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
5356 "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
5357 "shasum": ""
5358 },
5359 "require": {
5360 "ext-dom": "*",
5361 "ext-libxml": "*",
5362 "php": "^5.5 || ^7.0 || ^8.0",
5363 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
5364 },
5365 "require-dev": {
5366 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
5367 },
5368 "type": "library",
5369 "extra": {
5370 "branch-alias": {
5371 "dev-master": "2.2.x-dev"
5372 }
5373 },
5374 "autoload": {
5375 "psr-4": {
5376 "TijsVerkoyen\\CssToInlineStyles\\": "src"
5377 }
5378 },
5379 "notification-url": "https://packagist.org/downloads/",
5380 "license": [
5381 "BSD-3-Clause"
5382 ],
5383 "authors": [
5384 {
5385 "name": "Tijs Verkoyen",
5386 "email": "css_to_inline_styles@verkoyen.eu",
5387 "role": "Developer"
5388 }
5389 ],
5390 "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.",
5391 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5392 "support": {
5393 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
5394 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
5395 },
5396 "time": "2023-01-03T09:29:04+00:00"
5397 },
5398 {
5399 "name": "vlucas/phpdotenv",
5400 "version": "v5.5.0",
5401 "source": {
5402 "type": "git",
5403 "url": "https://github.com/vlucas/phpdotenv.git",
5404 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
5405 },
5406 "dist": {
5407 "type": "zip",
5408 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
5409 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
5410 "shasum": ""
5411 },
5412 "require": {
5413 "ext-pcre": "*",
5414 "graham-campbell/result-type": "^1.0.2",
5415 "php": "^7.1.3 || ^8.0",
5416 "phpoption/phpoption": "^1.8",
5417 "symfony/polyfill-ctype": "^1.23",
5418 "symfony/polyfill-mbstring": "^1.23.1",
5419 "symfony/polyfill-php80": "^1.23.1"
5420 },
5421 "require-dev": {
5422 "bamarni/composer-bin-plugin": "^1.4.1",
5423 "ext-filter": "*",
5424 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
5425 },
5426 "suggest": {
5427 "ext-filter": "Required to use the boolean validator."
5428 },
5429 "type": "library",
5430 "extra": {
5431 "bamarni-bin": {
5432 "bin-links": true,
5433 "forward-command": true
5434 },
5435 "branch-alias": {
5436 "dev-master": "5.5-dev"
5437 }
5438 },
5439 "autoload": {
5440 "psr-4": {
5441 "Dotenv\\": "src/"
5442 }
5443 },
5444 "notification-url": "https://packagist.org/downloads/",
5445 "license": [
5446 "BSD-3-Clause"
5447 ],
5448 "authors": [
5449 {
5450 "name": "Graham Campbell",
5451 "email": "hello@gjcampbell.co.uk",
5452 "homepage": "https://github.com/GrahamCampbell"
5453 },
5454 {
5455 "name": "Vance Lucas",
5456 "email": "vance@vancelucas.com",
5457 "homepage": "https://github.com/vlucas"
5458 }
5459 ],
5460 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5461 "keywords": [
5462 "dotenv",
5463 "env",
5464 "environment"
5465 ],
5466 "support": {
5467 "issues": "https://github.com/vlucas/phpdotenv/issues",
5468 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
5469 },
5470 "funding": [
5471 {
5472 "url": "https://github.com/GrahamCampbell",
5473 "type": "github"
5474 },
5475 {
5476 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5477 "type": "tidelift"
5478 }
5479 ],
5480 "time": "2022-10-16T01:01:54+00:00"
5481 },
5482 {
5483 "name": "voku/portable-ascii",
5484 "version": "2.0.1",
5485 "source": {
5486 "type": "git",
5487 "url": "https://github.com/voku/portable-ascii.git",
5488 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5489 },
5490 "dist": {
5491 "type": "zip",
5492 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5493 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5494 "shasum": ""
5495 },
5496 "require": {
5497 "php": ">=7.0.0"
5498 },
5499 "require-dev": {
5500 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5501 },
5502 "suggest": {
5503 "ext-intl": "Use Intl for transliterator_transliterate() support"
5504 },
5505 "type": "library",
5506 "autoload": {
5507 "psr-4": {
5508 "voku\\": "src/voku/"
5509 }
5510 },
5511 "notification-url": "https://packagist.org/downloads/",
5512 "license": [
5513 "MIT"
5514 ],
5515 "authors": [
5516 {
5517 "name": "Lars Moelleken",
5518 "homepage": "http://www.moelleken.org/"
5519 }
5520 ],
5521 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5522 "homepage": "https://github.com/voku/portable-ascii",
5523 "keywords": [
5524 "ascii",
5525 "clean",
5526 "php"
5527 ],
5528 "support": {
5529 "issues": "https://github.com/voku/portable-ascii/issues",
5530 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5531 },
5532 "funding": [
5533 {
5534 "url": "https://www.paypal.me/moelleken",
5535 "type": "custom"
5536 },
5537 {
5538 "url": "https://github.com/voku",
5539 "type": "github"
5540 },
5541 {
5542 "url": "https://opencollective.com/portable-ascii",
5543 "type": "open_collective"
5544 },
5545 {
5546 "url": "https://www.patreon.com/voku",
5547 "type": "patreon"
5548 },
5549 {
5550 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5551 "type": "tidelift"
5552 }
5553 ],
5554 "time": "2022-03-08T17:03:00+00:00"
5555 },
5556 {
5557 "name": "webmozart/assert",
5558 "version": "1.11.0",
5559 "source": {
5560 "type": "git",
5561 "url": "https://github.com/webmozarts/assert.git",
5562 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
5563 },
5564 "dist": {
5565 "type": "zip",
5566 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
5567 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
5568 "shasum": ""
5569 },
5570 "require": {
5571 "ext-ctype": "*",
5572 "php": "^7.2 || ^8.0"
5573 },
5574 "conflict": {
5575 "phpstan/phpstan": "<0.12.20",
5576 "vimeo/psalm": "<4.6.1 || 4.6.2"
5577 },
5578 "require-dev": {
5579 "phpunit/phpunit": "^8.5.13"
5580 },
5581 "type": "library",
5582 "extra": {
5583 "branch-alias": {
5584 "dev-master": "1.10-dev"
5585 }
5586 },
5587 "autoload": {
5588 "psr-4": {
5589 "Webmozart\\Assert\\": "src/"
5590 }
5591 },
5592 "notification-url": "https://packagist.org/downloads/",
5593 "license": [
5594 "MIT"
5595 ],
5596 "authors": [
5597 {
5598 "name": "Bernhard Schussek",
5599 "email": "bschussek@gmail.com"
5600 }
5601 ],
5602 "description": "Assertions to validate method input/output with nice error messages.",
5603 "keywords": [
5604 "assert",
5605 "check",
5606 "validate"
5607 ],
5608 "support": {
5609 "issues": "https://github.com/webmozarts/assert/issues",
5610 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
5611 },
5612 "time": "2022-06-03T18:03:27+00:00"
5613 }
5614 ],
5615 "packages-dev": [
5616 {
5617 "name": "fakerphp/faker",
5618 "version": "v1.23.0",
5619 "source": {
5620 "type": "git",
5621 "url": "https://github.com/FakerPHP/Faker.git",
5622 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
5623 },
5624 "dist": {
5625 "type": "zip",
5626 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
5627 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
5628 "shasum": ""
5629 },
5630 "require": {
5631 "php": "^7.4 || ^8.0",
5632 "psr/container": "^1.0 || ^2.0",
5633 "symfony/deprecation-contracts": "^2.2 || ^3.0"
5634 },
5635 "conflict": {
5636 "fzaninotto/faker": "*"
5637 },
5638 "require-dev": {
5639 "bamarni/composer-bin-plugin": "^1.4.1",
5640 "doctrine/persistence": "^1.3 || ^2.0",
5641 "ext-intl": "*",
5642 "phpunit/phpunit": "^9.5.26",
5643 "symfony/phpunit-bridge": "^5.4.16"
5644 },
5645 "suggest": {
5646 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
5647 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
5648 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
5649 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
5650 "ext-mbstring": "Required for multibyte Unicode string functionality."
5651 },
5652 "type": "library",
5653 "extra": {
5654 "branch-alias": {
5655 "dev-main": "v1.21-dev"
5656 }
5657 },
5658 "autoload": {
5659 "psr-4": {
5660 "Faker\\": "src/Faker/"
5661 }
5662 },
5663 "notification-url": "https://packagist.org/downloads/",
5664 "license": [
5665 "MIT"
5666 ],
5667 "authors": [
5668 {
5669 "name": "François Zaninotto"
5670 }
5671 ],
5672 "description": "Faker is a PHP library that generates fake data for you.",
5673 "keywords": [
5674 "data",
5675 "faker",
5676 "fixtures"
5677 ],
5678 "support": {
5679 "issues": "https://github.com/FakerPHP/Faker/issues",
5680 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
5681 },
5682 "time": "2023-06-12T08:44:38+00:00"
5683 },
5684 {
5685 "name": "filp/whoops",
5686 "version": "2.15.3",
5687 "source": {
5688 "type": "git",
5689 "url": "https://github.com/filp/whoops.git",
5690 "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
5691 },
5692 "dist": {
5693 "type": "zip",
5694 "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
5695 "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
5696 "shasum": ""
5697 },
5698 "require": {
5699 "php": "^5.5.9 || ^7.0 || ^8.0",
5700 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
5701 },
5702 "require-dev": {
5703 "mockery/mockery": "^0.9 || ^1.0",
5704 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
5705 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
5706 },
5707 "suggest": {
5708 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
5709 "whoops/soap": "Formats errors as SOAP responses"
5710 },
5711 "type": "library",
5712 "extra": {
5713 "branch-alias": {
5714 "dev-master": "2.7-dev"
5715 }
5716 },
5717 "autoload": {
5718 "psr-4": {
5719 "Whoops\\": "src/Whoops/"
5720 }
5721 },
5722 "notification-url": "https://packagist.org/downloads/",
5723 "license": [
5724 "MIT"
5725 ],
5726 "authors": [
5727 {
5728 "name": "Filipe Dobreira",
5729 "homepage": "https://github.com/filp",
5730 "role": "Developer"
5731 }
5732 ],
5733 "description": "php error handling for cool kids",
5734 "homepage": "https://filp.github.io/whoops/",
5735 "keywords": [
5736 "error",
5737 "exception",
5738 "handling",
5739 "library",
5740 "throwable",
5741 "whoops"
5742 ],
5743 "support": {
5744 "issues": "https://github.com/filp/whoops/issues",
5745 "source": "https://github.com/filp/whoops/tree/2.15.3"
5746 },
5747 "funding": [
5748 {
5749 "url": "https://github.com/denis-sokolov",
5750 "type": "github"
5751 }
5752 ],
5753 "time": "2023-07-13T12:00:00+00:00"
5754 },
5755 {
5756 "name": "hamcrest/hamcrest-php",
5757 "version": "v2.0.1",
5758 "source": {
5759 "type": "git",
5760 "url": "https://github.com/hamcrest/hamcrest-php.git",
5761 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
5762 },
5763 "dist": {
5764 "type": "zip",
5765 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
5766 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
5767 "shasum": ""
5768 },
5769 "require": {
5770 "php": "^5.3|^7.0|^8.0"
5771 },
5772 "replace": {
5773 "cordoval/hamcrest-php": "*",
5774 "davedevelopment/hamcrest-php": "*",
5775 "kodova/hamcrest-php": "*"
5776 },
5777 "require-dev": {
5778 "phpunit/php-file-iterator": "^1.4 || ^2.0",
5779 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
5780 },
5781 "type": "library",
5782 "extra": {
5783 "branch-alias": {
5784 "dev-master": "2.1-dev"
5785 }
5786 },
5787 "autoload": {
5788 "classmap": [
5789 "hamcrest"
5790 ]
5791 },
5792 "notification-url": "https://packagist.org/downloads/",
5793 "license": [
5794 "BSD-3-Clause"
5795 ],
5796 "description": "This is the PHP port of Hamcrest Matchers",
5797 "keywords": [
5798 "test"
5799 ],
5800 "support": {
5801 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
5802 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
5803 },
5804 "time": "2020-07-09T08:09:16+00:00"
5805 },
5806 {
5807 "name": "laravel/pint",
5808 "version": "v1.11.0",
5809 "source": {
5810 "type": "git",
5811 "url": "https://github.com/laravel/pint.git",
5812 "reference": "88e835bf922b94017778bde89ef8f215e1ea40db"
5813 },
5814 "dist": {
5815 "type": "zip",
5816 "url": "https://api.github.com/repos/laravel/pint/zipball/88e835bf922b94017778bde89ef8f215e1ea40db",
5817 "reference": "88e835bf922b94017778bde89ef8f215e1ea40db",
5818 "shasum": ""
5819 },
5820 "require": {
5821 "ext-json": "*",
5822 "ext-mbstring": "*",
5823 "ext-tokenizer": "*",
5824 "ext-xml": "*",
5825 "php": "^8.1.0"
5826 },
5827 "require-dev": {
5828 "friendsofphp/php-cs-fixer": "^3.21.1",
5829 "illuminate/view": "^10.5.1",
5830 "laravel-zero/framework": "^10.1.1",
5831 "mockery/mockery": "^1.5.1",
5832 "nunomaduro/larastan": "^2.5.1",
5833 "nunomaduro/termwind": "^1.15.1",
5834 "pestphp/pest": "^2.4.0"
5835 },
5836 "bin": [
5837 "builds/pint"
5838 ],
5839 "type": "project",
5840 "autoload": {
5841 "psr-4": {
5842 "App\\": "app/",
5843 "Database\\Seeders\\": "database/seeders/",
5844 "Database\\Factories\\": "database/factories/"
5845 }
5846 },
5847 "notification-url": "https://packagist.org/downloads/",
5848 "license": [
5849 "MIT"
5850 ],
5851 "authors": [
5852 {
5853 "name": "Nuno Maduro",
5854 "email": "enunomaduro@gmail.com"
5855 }
5856 ],
5857 "description": "An opinionated code formatter for PHP.",
5858 "homepage": "https://laravel.com",
5859 "keywords": [
5860 "format",
5861 "formatter",
5862 "lint",
5863 "linter",
5864 "php"
5865 ],
5866 "support": {
5867 "issues": "https://github.com/laravel/pint/issues",
5868 "source": "https://github.com/laravel/pint"
5869 },
5870 "time": "2023-08-15T15:30:00+00:00"
5871 },
5872 {
5873 "name": "laravel/sail",
5874 "version": "v1.23.3",
5875 "source": {
5876 "type": "git",
5877 "url": "https://github.com/laravel/sail.git",
5878 "reference": "e5536ac1df10eacd72a6569dc1b0db49b9ddbb85"
5879 },
5880 "dist": {
5881 "type": "zip",
5882 "url": "https://api.github.com/repos/laravel/sail/zipball/e5536ac1df10eacd72a6569dc1b0db49b9ddbb85",
5883 "reference": "e5536ac1df10eacd72a6569dc1b0db49b9ddbb85",
5884 "shasum": ""
5885 },
5886 "require": {
5887 "illuminate/console": "^8.0|^9.0|^10.0",
5888 "illuminate/contracts": "^8.0|^9.0|^10.0",
5889 "illuminate/support": "^8.0|^9.0|^10.0",
5890 "php": "^8.0",
5891 "symfony/yaml": "^6.0"
5892 },
5893 "require-dev": {
5894 "orchestra/testbench": "^6.0|^7.0|^8.0",
5895 "phpstan/phpstan": "^1.10"
5896 },
5897 "bin": [
5898 "bin/sail"
5899 ],
5900 "type": "library",
5901 "extra": {
5902 "branch-alias": {
5903 "dev-master": "1.x-dev"
5904 },
5905 "laravel": {
5906 "providers": [
5907 "Laravel\\Sail\\SailServiceProvider"
5908 ]
5909 }
5910 },
5911 "autoload": {
5912 "psr-4": {
5913 "Laravel\\Sail\\": "src/"
5914 }
5915 },
5916 "notification-url": "https://packagist.org/downloads/",
5917 "license": [
5918 "MIT"
5919 ],
5920 "authors": [
5921 {
5922 "name": "Taylor Otwell",
5923 "email": "taylor@laravel.com"
5924 }
5925 ],
5926 "description": "Docker files for running a basic Laravel application.",
5927 "keywords": [
5928 "docker",
5929 "laravel"
5930 ],
5931 "support": {
5932 "issues": "https://github.com/laravel/sail/issues",
5933 "source": "https://github.com/laravel/sail"
5934 },
5935 "time": "2023-08-14T14:22:21+00:00"
5936 },
5937 {
5938 "name": "laravel/ui",
5939 "version": "v4.2.2",
5940 "source": {
5941 "type": "git",
5942 "url": "https://github.com/laravel/ui.git",
5943 "reference": "a58ec468db4a340b33f3426c778784717a2c144b"
5944 },
5945 "dist": {
5946 "type": "zip",
5947 "url": "https://api.github.com/repos/laravel/ui/zipball/a58ec468db4a340b33f3426c778784717a2c144b",
5948 "reference": "a58ec468db4a340b33f3426c778784717a2c144b",
5949 "shasum": ""
5950 },
5951 "require": {
5952 "illuminate/console": "^9.21|^10.0",
5953 "illuminate/filesystem": "^9.21|^10.0",
5954 "illuminate/support": "^9.21|^10.0",
5955 "illuminate/validation": "^9.21|^10.0",
5956 "php": "^8.0"
5957 },
5958 "require-dev": {
5959 "orchestra/testbench": "^7.0|^8.0",
5960 "phpunit/phpunit": "^9.3"
5961 },
5962 "type": "library",
5963 "extra": {
5964 "branch-alias": {
5965 "dev-master": "4.x-dev"
5966 },
5967 "laravel": {
5968 "providers": [
5969 "Laravel\\Ui\\UiServiceProvider"
5970 ]
5971 }
5972 },
5973 "autoload": {
5974 "psr-4": {
5975 "Laravel\\Ui\\": "src/",
5976 "Illuminate\\Foundation\\Auth\\": "auth-backend/"
5977 }
5978 },
5979 "notification-url": "https://packagist.org/downloads/",
5980 "license": [
5981 "MIT"
5982 ],
5983 "authors": [
5984 {
5985 "name": "Taylor Otwell",
5986 "email": "taylor@laravel.com"
5987 }
5988 ],
5989 "description": "Laravel UI utilities and presets.",
5990 "keywords": [
5991 "laravel",
5992 "ui"
5993 ],
5994 "support": {
5995 "source": "https://github.com/laravel/ui/tree/v4.2.2"
5996 },
5997 "time": "2023-05-09T19:47:28+00:00"
5998 },
5999 {
6000 "name": "mockery/mockery",
6001 "version": "1.6.6",
6002 "source": {
6003 "type": "git",
6004 "url": "https://github.com/mockery/mockery.git",
6005 "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
6006 },
6007 "dist": {
6008 "type": "zip",
6009 "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
6010 "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
6011 "shasum": ""
6012 },
6013 "require": {
6014 "hamcrest/hamcrest-php": "^2.0.1",
6015 "lib-pcre": ">=7.0",
6016 "php": ">=7.3"
6017 },
6018 "conflict": {
6019 "phpunit/phpunit": "<8.0"
6020 },
6021 "require-dev": {
6022 "phpunit/phpunit": "^8.5 || ^9.6.10",
6023 "psalm/plugin-phpunit": "^0.18.4",
6024 "symplify/easy-coding-standard": "^11.5.0",
6025 "vimeo/psalm": "^4.30"
6026 },
6027 "type": "library",
6028 "autoload": {
6029 "files": [
6030 "library/helpers.php",
6031 "library/Mockery.php"
6032 ],
6033 "psr-4": {
6034 "Mockery\\": "library/Mockery"
6035 }
6036 },
6037 "notification-url": "https://packagist.org/downloads/",
6038 "license": [
6039 "BSD-3-Clause"
6040 ],
6041 "authors": [
6042 {
6043 "name": "Pádraic Brady",
6044 "email": "padraic.brady@gmail.com",
6045 "homepage": "https://github.com/padraic",
6046 "role": "Author"
6047 },
6048 {
6049 "name": "Dave Marshall",
6050 "email": "dave.marshall@atstsolutions.co.uk",
6051 "homepage": "https://davedevelopment.co.uk",
6052 "role": "Developer"
6053 },
6054 {
6055 "name": "Nathanael Esayeas",
6056 "email": "nathanael.esayeas@protonmail.com",
6057 "homepage": "https://github.com/ghostwriter",
6058 "role": "Lead Developer"
6059 }
6060 ],
6061 "description": "Mockery is a simple yet flexible PHP mock object framework",
6062 "homepage": "https://github.com/mockery/mockery",
6063 "keywords": [
6064 "BDD",
6065 "TDD",
6066 "library",
6067 "mock",
6068 "mock objects",
6069 "mockery",
6070 "stub",
6071 "test",
6072 "test double",
6073 "testing"
6074 ],
6075 "support": {
6076 "docs": "https://docs.mockery.io/",
6077 "issues": "https://github.com/mockery/mockery/issues",
6078 "rss": "https://github.com/mockery/mockery/releases.atom",
6079 "security": "https://github.com/mockery/mockery/security/advisories",
6080 "source": "https://github.com/mockery/mockery"
6081 },
6082 "time": "2023-08-09T00:03:52+00:00"
6083 },
6084 {
6085 "name": "myclabs/deep-copy",
6086 "version": "1.11.1",
6087 "source": {
6088 "type": "git",
6089 "url": "https://github.com/myclabs/DeepCopy.git",
6090 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
6091 },
6092 "dist": {
6093 "type": "zip",
6094 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6095 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6096 "shasum": ""
6097 },
6098 "require": {
6099 "php": "^7.1 || ^8.0"
6100 },
6101 "conflict": {
6102 "doctrine/collections": "<1.6.8",
6103 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
6104 },
6105 "require-dev": {
6106 "doctrine/collections": "^1.6.8",
6107 "doctrine/common": "^2.13.3 || ^3.2.2",
6108 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
6109 },
6110 "type": "library",
6111 "autoload": {
6112 "files": [
6113 "src/DeepCopy/deep_copy.php"
6114 ],
6115 "psr-4": {
6116 "DeepCopy\\": "src/DeepCopy/"
6117 }
6118 },
6119 "notification-url": "https://packagist.org/downloads/",
6120 "license": [
6121 "MIT"
6122 ],
6123 "description": "Create deep copies (clones) of your objects",
6124 "keywords": [
6125 "clone",
6126 "copy",
6127 "duplicate",
6128 "object",
6129 "object graph"
6130 ],
6131 "support": {
6132 "issues": "https://github.com/myclabs/DeepCopy/issues",
6133 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
6134 },
6135 "funding": [
6136 {
6137 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6138 "type": "tidelift"
6139 }
6140 ],
6141 "time": "2023-03-08T13:26:56+00:00"
6142 },
6143 {
6144 "name": "nunomaduro/collision",
6145 "version": "v7.8.1",
6146 "source": {
6147 "type": "git",
6148 "url": "https://github.com/nunomaduro/collision.git",
6149 "reference": "61553ad3260845d7e3e49121b7074619233d361b"
6150 },
6151 "dist": {
6152 "type": "zip",
6153 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/61553ad3260845d7e3e49121b7074619233d361b",
6154 "reference": "61553ad3260845d7e3e49121b7074619233d361b",
6155 "shasum": ""
6156 },
6157 "require": {
6158 "filp/whoops": "^2.15.3",
6159 "nunomaduro/termwind": "^1.15.1",
6160 "php": "^8.1.0",
6161 "symfony/console": "^6.3.2"
6162 },
6163 "require-dev": {
6164 "brianium/paratest": "^7.2.4",
6165 "laravel/framework": "^10.17.1",
6166 "laravel/pint": "^1.10.5",
6167 "laravel/sail": "^1.23.1",
6168 "laravel/sanctum": "^3.2.5",
6169 "laravel/tinker": "^2.8.1",
6170 "nunomaduro/larastan": "^2.6.4",
6171 "orchestra/testbench-core": "^8.5.9",
6172 "pestphp/pest": "^2.12.1",
6173 "phpunit/phpunit": "^10.3.1",
6174 "sebastian/environment": "^6.0.1",
6175 "spatie/laravel-ignition": "^2.2.0"
6176 },
6177 "type": "library",
6178 "extra": {
6179 "laravel": {
6180 "providers": [
6181 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
6182 ]
6183 }
6184 },
6185 "autoload": {
6186 "files": [
6187 "./src/Adapters/Phpunit/Autoload.php"
6188 ],
6189 "psr-4": {
6190 "NunoMaduro\\Collision\\": "src/"
6191 }
6192 },
6193 "notification-url": "https://packagist.org/downloads/",
6194 "license": [
6195 "MIT"
6196 ],
6197 "authors": [
6198 {
6199 "name": "Nuno Maduro",
6200 "email": "enunomaduro@gmail.com"
6201 }
6202 ],
6203 "description": "Cli error handling for console/command-line PHP applications.",
6204 "keywords": [
6205 "artisan",
6206 "cli",
6207 "command-line",
6208 "console",
6209 "error",
6210 "handling",
6211 "laravel",
6212 "laravel-zero",
6213 "php",
6214 "symfony"
6215 ],
6216 "support": {
6217 "issues": "https://github.com/nunomaduro/collision/issues",
6218 "source": "https://github.com/nunomaduro/collision"
6219 },
6220 "funding": [
6221 {
6222 "url": "https://www.paypal.com/paypalme/enunomaduro",
6223 "type": "custom"
6224 },
6225 {
6226 "url": "https://github.com/nunomaduro",
6227 "type": "github"
6228 },
6229 {
6230 "url": "https://www.patreon.com/nunomaduro",
6231 "type": "patreon"
6232 }
6233 ],
6234 "time": "2023-08-07T08:03:21+00:00"
6235 },
6236 {
6237 "name": "phar-io/manifest",
6238 "version": "2.0.3",
6239 "source": {
6240 "type": "git",
6241 "url": "https://github.com/phar-io/manifest.git",
6242 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
6243 },
6244 "dist": {
6245 "type": "zip",
6246 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
6247 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
6248 "shasum": ""
6249 },
6250 "require": {
6251 "ext-dom": "*",
6252 "ext-phar": "*",
6253 "ext-xmlwriter": "*",
6254 "phar-io/version": "^3.0.1",
6255 "php": "^7.2 || ^8.0"
6256 },
6257 "type": "library",
6258 "extra": {
6259 "branch-alias": {
6260 "dev-master": "2.0.x-dev"
6261 }
6262 },
6263 "autoload": {
6264 "classmap": [
6265 "src/"
6266 ]
6267 },
6268 "notification-url": "https://packagist.org/downloads/",
6269 "license": [
6270 "BSD-3-Clause"
6271 ],
6272 "authors": [
6273 {
6274 "name": "Arne Blankerts",
6275 "email": "arne@blankerts.de",
6276 "role": "Developer"
6277 },
6278 {
6279 "name": "Sebastian Heuer",
6280 "email": "sebastian@phpeople.de",
6281 "role": "Developer"
6282 },
6283 {
6284 "name": "Sebastian Bergmann",
6285 "email": "sebastian@phpunit.de",
6286 "role": "Developer"
6287 }
6288 ],
6289 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6290 "support": {
6291 "issues": "https://github.com/phar-io/manifest/issues",
6292 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
6293 },
6294 "time": "2021-07-20T11:28:43+00:00"
6295 },
6296 {
6297 "name": "phar-io/version",
6298 "version": "3.2.1",
6299 "source": {
6300 "type": "git",
6301 "url": "https://github.com/phar-io/version.git",
6302 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
6303 },
6304 "dist": {
6305 "type": "zip",
6306 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6307 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6308 "shasum": ""
6309 },
6310 "require": {
6311 "php": "^7.2 || ^8.0"
6312 },
6313 "type": "library",
6314 "autoload": {
6315 "classmap": [
6316 "src/"
6317 ]
6318 },
6319 "notification-url": "https://packagist.org/downloads/",
6320 "license": [
6321 "BSD-3-Clause"
6322 ],
6323 "authors": [
6324 {
6325 "name": "Arne Blankerts",
6326 "email": "arne@blankerts.de",
6327 "role": "Developer"
6328 },
6329 {
6330 "name": "Sebastian Heuer",
6331 "email": "sebastian@phpeople.de",
6332 "role": "Developer"
6333 },
6334 {
6335 "name": "Sebastian Bergmann",
6336 "email": "sebastian@phpunit.de",
6337 "role": "Developer"
6338 }
6339 ],
6340 "description": "Library for handling version information and constraints",
6341 "support": {
6342 "issues": "https://github.com/phar-io/version/issues",
6343 "source": "https://github.com/phar-io/version/tree/3.2.1"
6344 },
6345 "time": "2022-02-21T01:04:05+00:00"
6346 },
6347 {
6348 "name": "phpunit/php-code-coverage",
6349 "version": "10.1.3",
6350 "source": {
6351 "type": "git",
6352 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6353 "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d"
6354 },
6355 "dist": {
6356 "type": "zip",
6357 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be1fe461fdc917de2a29a452ccf2657d325b443d",
6358 "reference": "be1fe461fdc917de2a29a452ccf2657d325b443d",
6359 "shasum": ""
6360 },
6361 "require": {
6362 "ext-dom": "*",
6363 "ext-libxml": "*",
6364 "ext-xmlwriter": "*",
6365 "nikic/php-parser": "^4.15",
6366 "php": ">=8.1",
6367 "phpunit/php-file-iterator": "^4.0",
6368 "phpunit/php-text-template": "^3.0",
6369 "sebastian/code-unit-reverse-lookup": "^3.0",
6370 "sebastian/complexity": "^3.0",
6371 "sebastian/environment": "^6.0",
6372 "sebastian/lines-of-code": "^2.0",
6373 "sebastian/version": "^4.0",
6374 "theseer/tokenizer": "^1.2.0"
6375 },
6376 "require-dev": {
6377 "phpunit/phpunit": "^10.1"
6378 },
6379 "suggest": {
6380 "ext-pcov": "PHP extension that provides line coverage",
6381 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
6382 },
6383 "type": "library",
6384 "extra": {
6385 "branch-alias": {
6386 "dev-main": "10.1-dev"
6387 }
6388 },
6389 "autoload": {
6390 "classmap": [
6391 "src/"
6392 ]
6393 },
6394 "notification-url": "https://packagist.org/downloads/",
6395 "license": [
6396 "BSD-3-Clause"
6397 ],
6398 "authors": [
6399 {
6400 "name": "Sebastian Bergmann",
6401 "email": "sebastian@phpunit.de",
6402 "role": "lead"
6403 }
6404 ],
6405 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6406 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6407 "keywords": [
6408 "coverage",
6409 "testing",
6410 "xunit"
6411 ],
6412 "support": {
6413 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
6414 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
6415 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.3"
6416 },
6417 "funding": [
6418 {
6419 "url": "https://github.com/sebastianbergmann",
6420 "type": "github"
6421 }
6422 ],
6423 "time": "2023-07-26T13:45:28+00:00"
6424 },
6425 {
6426 "name": "phpunit/php-file-iterator",
6427 "version": "4.0.2",
6428 "source": {
6429 "type": "git",
6430 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6431 "reference": "5647d65443818959172645e7ed999217360654b6"
6432 },
6433 "dist": {
6434 "type": "zip",
6435 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/5647d65443818959172645e7ed999217360654b6",
6436 "reference": "5647d65443818959172645e7ed999217360654b6",
6437 "shasum": ""
6438 },
6439 "require": {
6440 "php": ">=8.1"
6441 },
6442 "require-dev": {
6443 "phpunit/phpunit": "^10.0"
6444 },
6445 "type": "library",
6446 "extra": {
6447 "branch-alias": {
6448 "dev-main": "4.0-dev"
6449 }
6450 },
6451 "autoload": {
6452 "classmap": [
6453 "src/"
6454 ]
6455 },
6456 "notification-url": "https://packagist.org/downloads/",
6457 "license": [
6458 "BSD-3-Clause"
6459 ],
6460 "authors": [
6461 {
6462 "name": "Sebastian Bergmann",
6463 "email": "sebastian@phpunit.de",
6464 "role": "lead"
6465 }
6466 ],
6467 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6468 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6469 "keywords": [
6470 "filesystem",
6471 "iterator"
6472 ],
6473 "support": {
6474 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
6475 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
6476 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.2"
6477 },
6478 "funding": [
6479 {
6480 "url": "https://github.com/sebastianbergmann",
6481 "type": "github"
6482 }
6483 ],
6484 "time": "2023-05-07T09:13:23+00:00"
6485 },
6486 {
6487 "name": "phpunit/php-invoker",
6488 "version": "4.0.0",
6489 "source": {
6490 "type": "git",
6491 "url": "https://github.com/sebastianbergmann/php-invoker.git",
6492 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
6493 },
6494 "dist": {
6495 "type": "zip",
6496 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6497 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6498 "shasum": ""
6499 },
6500 "require": {
6501 "php": ">=8.1"
6502 },
6503 "require-dev": {
6504 "ext-pcntl": "*",
6505 "phpunit/phpunit": "^10.0"
6506 },
6507 "suggest": {
6508 "ext-pcntl": "*"
6509 },
6510 "type": "library",
6511 "extra": {
6512 "branch-alias": {
6513 "dev-main": "4.0-dev"
6514 }
6515 },
6516 "autoload": {
6517 "classmap": [
6518 "src/"
6519 ]
6520 },
6521 "notification-url": "https://packagist.org/downloads/",
6522 "license": [
6523 "BSD-3-Clause"
6524 ],
6525 "authors": [
6526 {
6527 "name": "Sebastian Bergmann",
6528 "email": "sebastian@phpunit.de",
6529 "role": "lead"
6530 }
6531 ],
6532 "description": "Invoke callables with a timeout",
6533 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
6534 "keywords": [
6535 "process"
6536 ],
6537 "support": {
6538 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
6539 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
6540 },
6541 "funding": [
6542 {
6543 "url": "https://github.com/sebastianbergmann",
6544 "type": "github"
6545 }
6546 ],
6547 "time": "2023-02-03T06:56:09+00:00"
6548 },
6549 {
6550 "name": "phpunit/php-text-template",
6551 "version": "3.0.0",
6552 "source": {
6553 "type": "git",
6554 "url": "https://github.com/sebastianbergmann/php-text-template.git",
6555 "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d"
6556 },
6557 "dist": {
6558 "type": "zip",
6559 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
6560 "reference": "9f3d3709577a527025f55bcf0f7ab8052c8bb37d",
6561 "shasum": ""
6562 },
6563 "require": {
6564 "php": ">=8.1"
6565 },
6566 "require-dev": {
6567 "phpunit/phpunit": "^10.0"
6568 },
6569 "type": "library",
6570 "extra": {
6571 "branch-alias": {
6572 "dev-main": "3.0-dev"
6573 }
6574 },
6575 "autoload": {
6576 "classmap": [
6577 "src/"
6578 ]
6579 },
6580 "notification-url": "https://packagist.org/downloads/",
6581 "license": [
6582 "BSD-3-Clause"
6583 ],
6584 "authors": [
6585 {
6586 "name": "Sebastian Bergmann",
6587 "email": "sebastian@phpunit.de",
6588 "role": "lead"
6589 }
6590 ],
6591 "description": "Simple template engine.",
6592 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6593 "keywords": [
6594 "template"
6595 ],
6596 "support": {
6597 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6598 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.0"
6599 },
6600 "funding": [
6601 {
6602 "url": "https://github.com/sebastianbergmann",
6603 "type": "github"
6604 }
6605 ],
6606 "time": "2023-02-03T06:56:46+00:00"
6607 },
6608 {
6609 "name": "phpunit/php-timer",
6610 "version": "6.0.0",
6611 "source": {
6612 "type": "git",
6613 "url": "https://github.com/sebastianbergmann/php-timer.git",
6614 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
6615 },
6616 "dist": {
6617 "type": "zip",
6618 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6619 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6620 "shasum": ""
6621 },
6622 "require": {
6623 "php": ">=8.1"
6624 },
6625 "require-dev": {
6626 "phpunit/phpunit": "^10.0"
6627 },
6628 "type": "library",
6629 "extra": {
6630 "branch-alias": {
6631 "dev-main": "6.0-dev"
6632 }
6633 },
6634 "autoload": {
6635 "classmap": [
6636 "src/"
6637 ]
6638 },
6639 "notification-url": "https://packagist.org/downloads/",
6640 "license": [
6641 "BSD-3-Clause"
6642 ],
6643 "authors": [
6644 {
6645 "name": "Sebastian Bergmann",
6646 "email": "sebastian@phpunit.de",
6647 "role": "lead"
6648 }
6649 ],
6650 "description": "Utility class for timing",
6651 "homepage": "https://github.com/sebastianbergmann/php-timer/",
6652 "keywords": [
6653 "timer"
6654 ],
6655 "support": {
6656 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6657 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
6658 },
6659 "funding": [
6660 {
6661 "url": "https://github.com/sebastianbergmann",
6662 "type": "github"
6663 }
6664 ],
6665 "time": "2023-02-03T06:57:52+00:00"
6666 },
6667 {
6668 "name": "phpunit/phpunit",
6669 "version": "10.3.2",
6670 "source": {
6671 "type": "git",
6672 "url": "https://github.com/sebastianbergmann/phpunit.git",
6673 "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1"
6674 },
6675 "dist": {
6676 "type": "zip",
6677 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0dafb1175c366dd274eaa9a625e914451506bcd1",
6678 "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1",
6679 "shasum": ""
6680 },
6681 "require": {
6682 "ext-dom": "*",
6683 "ext-json": "*",
6684 "ext-libxml": "*",
6685 "ext-mbstring": "*",
6686 "ext-xml": "*",
6687 "ext-xmlwriter": "*",
6688 "myclabs/deep-copy": "^1.10.1",
6689 "phar-io/manifest": "^2.0.3",
6690 "phar-io/version": "^3.0.2",
6691 "php": ">=8.1",
6692 "phpunit/php-code-coverage": "^10.1.1",
6693 "phpunit/php-file-iterator": "^4.0",
6694 "phpunit/php-invoker": "^4.0",
6695 "phpunit/php-text-template": "^3.0",
6696 "phpunit/php-timer": "^6.0",
6697 "sebastian/cli-parser": "^2.0",
6698 "sebastian/code-unit": "^2.0",
6699 "sebastian/comparator": "^5.0",
6700 "sebastian/diff": "^5.0",
6701 "sebastian/environment": "^6.0",
6702 "sebastian/exporter": "^5.0",
6703 "sebastian/global-state": "^6.0.1",
6704 "sebastian/object-enumerator": "^5.0",
6705 "sebastian/recursion-context": "^5.0",
6706 "sebastian/type": "^4.0",
6707 "sebastian/version": "^4.0"
6708 },
6709 "suggest": {
6710 "ext-soap": "To be able to generate mocks based on WSDL files"
6711 },
6712 "bin": [
6713 "phpunit"
6714 ],
6715 "type": "library",
6716 "extra": {
6717 "branch-alias": {
6718 "dev-main": "10.3-dev"
6719 }
6720 },
6721 "autoload": {
6722 "files": [
6723 "src/Framework/Assert/Functions.php"
6724 ],
6725 "classmap": [
6726 "src/"
6727 ]
6728 },
6729 "notification-url": "https://packagist.org/downloads/",
6730 "license": [
6731 "BSD-3-Clause"
6732 ],
6733 "authors": [
6734 {
6735 "name": "Sebastian Bergmann",
6736 "email": "sebastian@phpunit.de",
6737 "role": "lead"
6738 }
6739 ],
6740 "description": "The PHP Unit Testing framework.",
6741 "homepage": "https://phpunit.de/",
6742 "keywords": [
6743 "phpunit",
6744 "testing",
6745 "xunit"
6746 ],
6747 "support": {
6748 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
6749 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
6750 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.2"
6751 },
6752 "funding": [
6753 {
6754 "url": "https://phpunit.de/sponsors.html",
6755 "type": "custom"
6756 },
6757 {
6758 "url": "https://github.com/sebastianbergmann",
6759 "type": "github"
6760 },
6761 {
6762 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
6763 "type": "tidelift"
6764 }
6765 ],
6766 "time": "2023-08-15T05:34:23+00:00"
6767 },
6768 {
6769 "name": "sebastian/cli-parser",
6770 "version": "2.0.0",
6771 "source": {
6772 "type": "git",
6773 "url": "https://github.com/sebastianbergmann/cli-parser.git",
6774 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
6775 },
6776 "dist": {
6777 "type": "zip",
6778 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
6779 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
6780 "shasum": ""
6781 },
6782 "require": {
6783 "php": ">=8.1"
6784 },
6785 "require-dev": {
6786 "phpunit/phpunit": "^10.0"
6787 },
6788 "type": "library",
6789 "extra": {
6790 "branch-alias": {
6791 "dev-main": "2.0-dev"
6792 }
6793 },
6794 "autoload": {
6795 "classmap": [
6796 "src/"
6797 ]
6798 },
6799 "notification-url": "https://packagist.org/downloads/",
6800 "license": [
6801 "BSD-3-Clause"
6802 ],
6803 "authors": [
6804 {
6805 "name": "Sebastian Bergmann",
6806 "email": "sebastian@phpunit.de",
6807 "role": "lead"
6808 }
6809 ],
6810 "description": "Library for parsing CLI options",
6811 "homepage": "https://github.com/sebastianbergmann/cli-parser",
6812 "support": {
6813 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
6814 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
6815 },
6816 "funding": [
6817 {
6818 "url": "https://github.com/sebastianbergmann",
6819 "type": "github"
6820 }
6821 ],
6822 "time": "2023-02-03T06:58:15+00:00"
6823 },
6824 {
6825 "name": "sebastian/code-unit",
6826 "version": "2.0.0",
6827 "source": {
6828 "type": "git",
6829 "url": "https://github.com/sebastianbergmann/code-unit.git",
6830 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
6831 },
6832 "dist": {
6833 "type": "zip",
6834 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
6835 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
6836 "shasum": ""
6837 },
6838 "require": {
6839 "php": ">=8.1"
6840 },
6841 "require-dev": {
6842 "phpunit/phpunit": "^10.0"
6843 },
6844 "type": "library",
6845 "extra": {
6846 "branch-alias": {
6847 "dev-main": "2.0-dev"
6848 }
6849 },
6850 "autoload": {
6851 "classmap": [
6852 "src/"
6853 ]
6854 },
6855 "notification-url": "https://packagist.org/downloads/",
6856 "license": [
6857 "BSD-3-Clause"
6858 ],
6859 "authors": [
6860 {
6861 "name": "Sebastian Bergmann",
6862 "email": "sebastian@phpunit.de",
6863 "role": "lead"
6864 }
6865 ],
6866 "description": "Collection of value objects that represent the PHP code units",
6867 "homepage": "https://github.com/sebastianbergmann/code-unit",
6868 "support": {
6869 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
6870 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
6871 },
6872 "funding": [
6873 {
6874 "url": "https://github.com/sebastianbergmann",
6875 "type": "github"
6876 }
6877 ],
6878 "time": "2023-02-03T06:58:43+00:00"
6879 },
6880 {
6881 "name": "sebastian/code-unit-reverse-lookup",
6882 "version": "3.0.0",
6883 "source": {
6884 "type": "git",
6885 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6886 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
6887 },
6888 "dist": {
6889 "type": "zip",
6890 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
6891 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
6892 "shasum": ""
6893 },
6894 "require": {
6895 "php": ">=8.1"
6896 },
6897 "require-dev": {
6898 "phpunit/phpunit": "^10.0"
6899 },
6900 "type": "library",
6901 "extra": {
6902 "branch-alias": {
6903 "dev-main": "3.0-dev"
6904 }
6905 },
6906 "autoload": {
6907 "classmap": [
6908 "src/"
6909 ]
6910 },
6911 "notification-url": "https://packagist.org/downloads/",
6912 "license": [
6913 "BSD-3-Clause"
6914 ],
6915 "authors": [
6916 {
6917 "name": "Sebastian Bergmann",
6918 "email": "sebastian@phpunit.de"
6919 }
6920 ],
6921 "description": "Looks up which function or method a line of code belongs to",
6922 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6923 "support": {
6924 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
6925 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
6926 },
6927 "funding": [
6928 {
6929 "url": "https://github.com/sebastianbergmann",
6930 "type": "github"
6931 }
6932 ],
6933 "time": "2023-02-03T06:59:15+00:00"
6934 },
6935 {
6936 "name": "sebastian/comparator",
6937 "version": "5.0.1",
6938 "source": {
6939 "type": "git",
6940 "url": "https://github.com/sebastianbergmann/comparator.git",
6941 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
6942 },
6943 "dist": {
6944 "type": "zip",
6945 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
6946 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
6947 "shasum": ""
6948 },
6949 "require": {
6950 "ext-dom": "*",
6951 "ext-mbstring": "*",
6952 "php": ">=8.1",
6953 "sebastian/diff": "^5.0",
6954 "sebastian/exporter": "^5.0"
6955 },
6956 "require-dev": {
6957 "phpunit/phpunit": "^10.3"
6958 },
6959 "type": "library",
6960 "extra": {
6961 "branch-alias": {
6962 "dev-main": "5.0-dev"
6963 }
6964 },
6965 "autoload": {
6966 "classmap": [
6967 "src/"
6968 ]
6969 },
6970 "notification-url": "https://packagist.org/downloads/",
6971 "license": [
6972 "BSD-3-Clause"
6973 ],
6974 "authors": [
6975 {
6976 "name": "Sebastian Bergmann",
6977 "email": "sebastian@phpunit.de"
6978 },
6979 {
6980 "name": "Jeff Welch",
6981 "email": "whatthejeff@gmail.com"
6982 },
6983 {
6984 "name": "Volker Dusch",
6985 "email": "github@wallbash.com"
6986 },
6987 {
6988 "name": "Bernhard Schussek",
6989 "email": "bschussek@2bepublished.at"
6990 }
6991 ],
6992 "description": "Provides the functionality to compare PHP values for equality",
6993 "homepage": "https://github.com/sebastianbergmann/comparator",
6994 "keywords": [
6995 "comparator",
6996 "compare",
6997 "equality"
6998 ],
6999 "support": {
7000 "issues": "https://github.com/sebastianbergmann/comparator/issues",
7001 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
7002 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
7003 },
7004 "funding": [
7005 {
7006 "url": "https://github.com/sebastianbergmann",
7007 "type": "github"
7008 }
7009 ],
7010 "time": "2023-08-14T13:18:12+00:00"
7011 },
7012 {
7013 "name": "sebastian/complexity",
7014 "version": "3.0.0",
7015 "source": {
7016 "type": "git",
7017 "url": "https://github.com/sebastianbergmann/complexity.git",
7018 "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6"
7019 },
7020 "dist": {
7021 "type": "zip",
7022 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
7023 "reference": "e67d240970c9dc7ea7b2123a6d520e334dd61dc6",
7024 "shasum": ""
7025 },
7026 "require": {
7027 "nikic/php-parser": "^4.10",
7028 "php": ">=8.1"
7029 },
7030 "require-dev": {
7031 "phpunit/phpunit": "^10.0"
7032 },
7033 "type": "library",
7034 "extra": {
7035 "branch-alias": {
7036 "dev-main": "3.0-dev"
7037 }
7038 },
7039 "autoload": {
7040 "classmap": [
7041 "src/"
7042 ]
7043 },
7044 "notification-url": "https://packagist.org/downloads/",
7045 "license": [
7046 "BSD-3-Clause"
7047 ],
7048 "authors": [
7049 {
7050 "name": "Sebastian Bergmann",
7051 "email": "sebastian@phpunit.de",
7052 "role": "lead"
7053 }
7054 ],
7055 "description": "Library for calculating the complexity of PHP code units",
7056 "homepage": "https://github.com/sebastianbergmann/complexity",
7057 "support": {
7058 "issues": "https://github.com/sebastianbergmann/complexity/issues",
7059 "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.0"
7060 },
7061 "funding": [
7062 {
7063 "url": "https://github.com/sebastianbergmann",
7064 "type": "github"
7065 }
7066 ],
7067 "time": "2023-02-03T06:59:47+00:00"
7068 },
7069 {
7070 "name": "sebastian/diff",
7071 "version": "5.0.3",
7072 "source": {
7073 "type": "git",
7074 "url": "https://github.com/sebastianbergmann/diff.git",
7075 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
7076 },
7077 "dist": {
7078 "type": "zip",
7079 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
7080 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
7081 "shasum": ""
7082 },
7083 "require": {
7084 "php": ">=8.1"
7085 },
7086 "require-dev": {
7087 "phpunit/phpunit": "^10.0",
7088 "symfony/process": "^4.2 || ^5"
7089 },
7090 "type": "library",
7091 "extra": {
7092 "branch-alias": {
7093 "dev-main": "5.0-dev"
7094 }
7095 },
7096 "autoload": {
7097 "classmap": [
7098 "src/"
7099 ]
7100 },
7101 "notification-url": "https://packagist.org/downloads/",
7102 "license": [
7103 "BSD-3-Clause"
7104 ],
7105 "authors": [
7106 {
7107 "name": "Sebastian Bergmann",
7108 "email": "sebastian@phpunit.de"
7109 },
7110 {
7111 "name": "Kore Nordmann",
7112 "email": "mail@kore-nordmann.de"
7113 }
7114 ],
7115 "description": "Diff implementation",
7116 "homepage": "https://github.com/sebastianbergmann/diff",
7117 "keywords": [
7118 "diff",
7119 "udiff",
7120 "unidiff",
7121 "unified diff"
7122 ],
7123 "support": {
7124 "issues": "https://github.com/sebastianbergmann/diff/issues",
7125 "security": "https://github.com/sebastianbergmann/diff/security/policy",
7126 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
7127 },
7128 "funding": [
7129 {
7130 "url": "https://github.com/sebastianbergmann",
7131 "type": "github"
7132 }
7133 ],
7134 "time": "2023-05-01T07:48:21+00:00"
7135 },
7136 {
7137 "name": "sebastian/environment",
7138 "version": "6.0.1",
7139 "source": {
7140 "type": "git",
7141 "url": "https://github.com/sebastianbergmann/environment.git",
7142 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
7143 },
7144 "dist": {
7145 "type": "zip",
7146 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
7147 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
7148 "shasum": ""
7149 },
7150 "require": {
7151 "php": ">=8.1"
7152 },
7153 "require-dev": {
7154 "phpunit/phpunit": "^10.0"
7155 },
7156 "suggest": {
7157 "ext-posix": "*"
7158 },
7159 "type": "library",
7160 "extra": {
7161 "branch-alias": {
7162 "dev-main": "6.0-dev"
7163 }
7164 },
7165 "autoload": {
7166 "classmap": [
7167 "src/"
7168 ]
7169 },
7170 "notification-url": "https://packagist.org/downloads/",
7171 "license": [
7172 "BSD-3-Clause"
7173 ],
7174 "authors": [
7175 {
7176 "name": "Sebastian Bergmann",
7177 "email": "sebastian@phpunit.de"
7178 }
7179 ],
7180 "description": "Provides functionality to handle HHVM/PHP environments",
7181 "homepage": "https://github.com/sebastianbergmann/environment",
7182 "keywords": [
7183 "Xdebug",
7184 "environment",
7185 "hhvm"
7186 ],
7187 "support": {
7188 "issues": "https://github.com/sebastianbergmann/environment/issues",
7189 "security": "https://github.com/sebastianbergmann/environment/security/policy",
7190 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
7191 },
7192 "funding": [
7193 {
7194 "url": "https://github.com/sebastianbergmann",
7195 "type": "github"
7196 }
7197 ],
7198 "time": "2023-04-11T05:39:26+00:00"
7199 },
7200 {
7201 "name": "sebastian/exporter",
7202 "version": "5.0.0",
7203 "source": {
7204 "type": "git",
7205 "url": "https://github.com/sebastianbergmann/exporter.git",
7206 "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0"
7207 },
7208 "dist": {
7209 "type": "zip",
7210 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
7211 "reference": "f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0",
7212 "shasum": ""
7213 },
7214 "require": {
7215 "ext-mbstring": "*",
7216 "php": ">=8.1",
7217 "sebastian/recursion-context": "^5.0"
7218 },
7219 "require-dev": {
7220 "phpunit/phpunit": "^10.0"
7221 },
7222 "type": "library",
7223 "extra": {
7224 "branch-alias": {
7225 "dev-main": "5.0-dev"
7226 }
7227 },
7228 "autoload": {
7229 "classmap": [
7230 "src/"
7231 ]
7232 },
7233 "notification-url": "https://packagist.org/downloads/",
7234 "license": [
7235 "BSD-3-Clause"
7236 ],
7237 "authors": [
7238 {
7239 "name": "Sebastian Bergmann",
7240 "email": "sebastian@phpunit.de"
7241 },
7242 {
7243 "name": "Jeff Welch",
7244 "email": "whatthejeff@gmail.com"
7245 },
7246 {
7247 "name": "Volker Dusch",
7248 "email": "github@wallbash.com"
7249 },
7250 {
7251 "name": "Adam Harvey",
7252 "email": "aharvey@php.net"
7253 },
7254 {
7255 "name": "Bernhard Schussek",
7256 "email": "bschussek@gmail.com"
7257 }
7258 ],
7259 "description": "Provides the functionality to export PHP variables for visualization",
7260 "homepage": "https://www.github.com/sebastianbergmann/exporter",
7261 "keywords": [
7262 "export",
7263 "exporter"
7264 ],
7265 "support": {
7266 "issues": "https://github.com/sebastianbergmann/exporter/issues",
7267 "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.0"
7268 },
7269 "funding": [
7270 {
7271 "url": "https://github.com/sebastianbergmann",
7272 "type": "github"
7273 }
7274 ],
7275 "time": "2023-02-03T07:06:49+00:00"
7276 },
7277 {
7278 "name": "sebastian/global-state",
7279 "version": "6.0.1",
7280 "source": {
7281 "type": "git",
7282 "url": "https://github.com/sebastianbergmann/global-state.git",
7283 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
7284 },
7285 "dist": {
7286 "type": "zip",
7287 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
7288 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
7289 "shasum": ""
7290 },
7291 "require": {
7292 "php": ">=8.1",
7293 "sebastian/object-reflector": "^3.0",
7294 "sebastian/recursion-context": "^5.0"
7295 },
7296 "require-dev": {
7297 "ext-dom": "*",
7298 "phpunit/phpunit": "^10.0"
7299 },
7300 "type": "library",
7301 "extra": {
7302 "branch-alias": {
7303 "dev-main": "6.0-dev"
7304 }
7305 },
7306 "autoload": {
7307 "classmap": [
7308 "src/"
7309 ]
7310 },
7311 "notification-url": "https://packagist.org/downloads/",
7312 "license": [
7313 "BSD-3-Clause"
7314 ],
7315 "authors": [
7316 {
7317 "name": "Sebastian Bergmann",
7318 "email": "sebastian@phpunit.de"
7319 }
7320 ],
7321 "description": "Snapshotting of global state",
7322 "homepage": "http://www.github.com/sebastianbergmann/global-state",
7323 "keywords": [
7324 "global state"
7325 ],
7326 "support": {
7327 "issues": "https://github.com/sebastianbergmann/global-state/issues",
7328 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
7329 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
7330 },
7331 "funding": [
7332 {
7333 "url": "https://github.com/sebastianbergmann",
7334 "type": "github"
7335 }
7336 ],
7337 "time": "2023-07-19T07:19:23+00:00"
7338 },
7339 {
7340 "name": "sebastian/lines-of-code",
7341 "version": "2.0.0",
7342 "source": {
7343 "type": "git",
7344 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7345 "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130"
7346 },
7347 "dist": {
7348 "type": "zip",
7349 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/17c4d940ecafb3d15d2cf916f4108f664e28b130",
7350 "reference": "17c4d940ecafb3d15d2cf916f4108f664e28b130",
7351 "shasum": ""
7352 },
7353 "require": {
7354 "nikic/php-parser": "^4.10",
7355 "php": ">=8.1"
7356 },
7357 "require-dev": {
7358 "phpunit/phpunit": "^10.0"
7359 },
7360 "type": "library",
7361 "extra": {
7362 "branch-alias": {
7363 "dev-main": "2.0-dev"
7364 }
7365 },
7366 "autoload": {
7367 "classmap": [
7368 "src/"
7369 ]
7370 },
7371 "notification-url": "https://packagist.org/downloads/",
7372 "license": [
7373 "BSD-3-Clause"
7374 ],
7375 "authors": [
7376 {
7377 "name": "Sebastian Bergmann",
7378 "email": "sebastian@phpunit.de",
7379 "role": "lead"
7380 }
7381 ],
7382 "description": "Library for counting the lines of code in PHP source code",
7383 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7384 "support": {
7385 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7386 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.0"
7387 },
7388 "funding": [
7389 {
7390 "url": "https://github.com/sebastianbergmann",
7391 "type": "github"
7392 }
7393 ],
7394 "time": "2023-02-03T07:08:02+00:00"
7395 },
7396 {
7397 "name": "sebastian/object-enumerator",
7398 "version": "5.0.0",
7399 "source": {
7400 "type": "git",
7401 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7402 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
7403 },
7404 "dist": {
7405 "type": "zip",
7406 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
7407 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
7408 "shasum": ""
7409 },
7410 "require": {
7411 "php": ">=8.1",
7412 "sebastian/object-reflector": "^3.0",
7413 "sebastian/recursion-context": "^5.0"
7414 },
7415 "require-dev": {
7416 "phpunit/phpunit": "^10.0"
7417 },
7418 "type": "library",
7419 "extra": {
7420 "branch-alias": {
7421 "dev-main": "5.0-dev"
7422 }
7423 },
7424 "autoload": {
7425 "classmap": [
7426 "src/"
7427 ]
7428 },
7429 "notification-url": "https://packagist.org/downloads/",
7430 "license": [
7431 "BSD-3-Clause"
7432 ],
7433 "authors": [
7434 {
7435 "name": "Sebastian Bergmann",
7436 "email": "sebastian@phpunit.de"
7437 }
7438 ],
7439 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7440 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7441 "support": {
7442 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7443 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
7444 },
7445 "funding": [
7446 {
7447 "url": "https://github.com/sebastianbergmann",
7448 "type": "github"
7449 }
7450 ],
7451 "time": "2023-02-03T07:08:32+00:00"
7452 },
7453 {
7454 "name": "sebastian/object-reflector",
7455 "version": "3.0.0",
7456 "source": {
7457 "type": "git",
7458 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7459 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
7460 },
7461 "dist": {
7462 "type": "zip",
7463 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
7464 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
7465 "shasum": ""
7466 },
7467 "require": {
7468 "php": ">=8.1"
7469 },
7470 "require-dev": {
7471 "phpunit/phpunit": "^10.0"
7472 },
7473 "type": "library",
7474 "extra": {
7475 "branch-alias": {
7476 "dev-main": "3.0-dev"
7477 }
7478 },
7479 "autoload": {
7480 "classmap": [
7481 "src/"
7482 ]
7483 },
7484 "notification-url": "https://packagist.org/downloads/",
7485 "license": [
7486 "BSD-3-Clause"
7487 ],
7488 "authors": [
7489 {
7490 "name": "Sebastian Bergmann",
7491 "email": "sebastian@phpunit.de"
7492 }
7493 ],
7494 "description": "Allows reflection of object attributes, including inherited and non-public ones",
7495 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7496 "support": {
7497 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7498 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
7499 },
7500 "funding": [
7501 {
7502 "url": "https://github.com/sebastianbergmann",
7503 "type": "github"
7504 }
7505 ],
7506 "time": "2023-02-03T07:06:18+00:00"
7507 },
7508 {
7509 "name": "sebastian/recursion-context",
7510 "version": "5.0.0",
7511 "source": {
7512 "type": "git",
7513 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7514 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
7515 },
7516 "dist": {
7517 "type": "zip",
7518 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
7519 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
7520 "shasum": ""
7521 },
7522 "require": {
7523 "php": ">=8.1"
7524 },
7525 "require-dev": {
7526 "phpunit/phpunit": "^10.0"
7527 },
7528 "type": "library",
7529 "extra": {
7530 "branch-alias": {
7531 "dev-main": "5.0-dev"
7532 }
7533 },
7534 "autoload": {
7535 "classmap": [
7536 "src/"
7537 ]
7538 },
7539 "notification-url": "https://packagist.org/downloads/",
7540 "license": [
7541 "BSD-3-Clause"
7542 ],
7543 "authors": [
7544 {
7545 "name": "Sebastian Bergmann",
7546 "email": "sebastian@phpunit.de"
7547 },
7548 {
7549 "name": "Jeff Welch",
7550 "email": "whatthejeff@gmail.com"
7551 },
7552 {
7553 "name": "Adam Harvey",
7554 "email": "aharvey@php.net"
7555 }
7556 ],
7557 "description": "Provides functionality to recursively process PHP variables",
7558 "homepage": "https://github.com/sebastianbergmann/recursion-context",
7559 "support": {
7560 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7561 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
7562 },
7563 "funding": [
7564 {
7565 "url": "https://github.com/sebastianbergmann",
7566 "type": "github"
7567 }
7568 ],
7569 "time": "2023-02-03T07:05:40+00:00"
7570 },
7571 {
7572 "name": "sebastian/type",
7573 "version": "4.0.0",
7574 "source": {
7575 "type": "git",
7576 "url": "https://github.com/sebastianbergmann/type.git",
7577 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
7578 },
7579 "dist": {
7580 "type": "zip",
7581 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
7582 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
7583 "shasum": ""
7584 },
7585 "require": {
7586 "php": ">=8.1"
7587 },
7588 "require-dev": {
7589 "phpunit/phpunit": "^10.0"
7590 },
7591 "type": "library",
7592 "extra": {
7593 "branch-alias": {
7594 "dev-main": "4.0-dev"
7595 }
7596 },
7597 "autoload": {
7598 "classmap": [
7599 "src/"
7600 ]
7601 },
7602 "notification-url": "https://packagist.org/downloads/",
7603 "license": [
7604 "BSD-3-Clause"
7605 ],
7606 "authors": [
7607 {
7608 "name": "Sebastian Bergmann",
7609 "email": "sebastian@phpunit.de",
7610 "role": "lead"
7611 }
7612 ],
7613 "description": "Collection of value objects that represent the types of the PHP type system",
7614 "homepage": "https://github.com/sebastianbergmann/type",
7615 "support": {
7616 "issues": "https://github.com/sebastianbergmann/type/issues",
7617 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
7618 },
7619 "funding": [
7620 {
7621 "url": "https://github.com/sebastianbergmann",
7622 "type": "github"
7623 }
7624 ],
7625 "time": "2023-02-03T07:10:45+00:00"
7626 },
7627 {
7628 "name": "sebastian/version",
7629 "version": "4.0.1",
7630 "source": {
7631 "type": "git",
7632 "url": "https://github.com/sebastianbergmann/version.git",
7633 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
7634 },
7635 "dist": {
7636 "type": "zip",
7637 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7638 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7639 "shasum": ""
7640 },
7641 "require": {
7642 "php": ">=8.1"
7643 },
7644 "type": "library",
7645 "extra": {
7646 "branch-alias": {
7647 "dev-main": "4.0-dev"
7648 }
7649 },
7650 "autoload": {
7651 "classmap": [
7652 "src/"
7653 ]
7654 },
7655 "notification-url": "https://packagist.org/downloads/",
7656 "license": [
7657 "BSD-3-Clause"
7658 ],
7659 "authors": [
7660 {
7661 "name": "Sebastian Bergmann",
7662 "email": "sebastian@phpunit.de",
7663 "role": "lead"
7664 }
7665 ],
7666 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7667 "homepage": "https://github.com/sebastianbergmann/version",
7668 "support": {
7669 "issues": "https://github.com/sebastianbergmann/version/issues",
7670 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
7671 },
7672 "funding": [
7673 {
7674 "url": "https://github.com/sebastianbergmann",
7675 "type": "github"
7676 }
7677 ],
7678 "time": "2023-02-07T11:34:05+00:00"
7679 },
7680 {
7681 "name": "spatie/backtrace",
7682 "version": "1.5.3",
7683 "source": {
7684 "type": "git",
7685 "url": "https://github.com/spatie/backtrace.git",
7686 "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
7687 },
7688 "dist": {
7689 "type": "zip",
7690 "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
7691 "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
7692 "shasum": ""
7693 },
7694 "require": {
7695 "php": "^7.3|^8.0"
7696 },
7697 "require-dev": {
7698 "ext-json": "*",
7699 "phpunit/phpunit": "^9.3",
7700 "spatie/phpunit-snapshot-assertions": "^4.2",
7701 "symfony/var-dumper": "^5.1"
7702 },
7703 "type": "library",
7704 "autoload": {
7705 "psr-4": {
7706 "Spatie\\Backtrace\\": "src"
7707 }
7708 },
7709 "notification-url": "https://packagist.org/downloads/",
7710 "license": [
7711 "MIT"
7712 ],
7713 "authors": [
7714 {
7715 "name": "Freek Van de Herten",
7716 "email": "freek@spatie.be",
7717 "homepage": "https://spatie.be",
7718 "role": "Developer"
7719 }
7720 ],
7721 "description": "A better backtrace",
7722 "homepage": "https://github.com/spatie/backtrace",
7723 "keywords": [
7724 "Backtrace",
7725 "spatie"
7726 ],
7727 "support": {
7728 "source": "https://github.com/spatie/backtrace/tree/1.5.3"
7729 },
7730 "funding": [
7731 {
7732 "url": "https://github.com/sponsors/spatie",
7733 "type": "github"
7734 },
7735 {
7736 "url": "https://spatie.be/open-source/support-us",
7737 "type": "other"
7738 }
7739 ],
7740 "time": "2023-06-28T12:59:17+00:00"
7741 },
7742 {
7743 "name": "spatie/flare-client-php",
7744 "version": "1.4.2",
7745 "source": {
7746 "type": "git",
7747 "url": "https://github.com/spatie/flare-client-php.git",
7748 "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544"
7749 },
7750 "dist": {
7751 "type": "zip",
7752 "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
7753 "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
7754 "shasum": ""
7755 },
7756 "require": {
7757 "illuminate/pipeline": "^8.0|^9.0|^10.0",
7758 "nesbot/carbon": "^2.62.1",
7759 "php": "^8.0",
7760 "spatie/backtrace": "^1.5.2",
7761 "symfony/http-foundation": "^5.0|^6.0",
7762 "symfony/mime": "^5.2|^6.0",
7763 "symfony/process": "^5.2|^6.0",
7764 "symfony/var-dumper": "^5.2|^6.0"
7765 },
7766 "require-dev": {
7767 "dms/phpunit-arraysubset-asserts": "^0.3.0",
7768 "pestphp/pest": "^1.20",
7769 "phpstan/extension-installer": "^1.1",
7770 "phpstan/phpstan-deprecation-rules": "^1.0",
7771 "phpstan/phpstan-phpunit": "^1.0",
7772 "spatie/phpunit-snapshot-assertions": "^4.0"
7773 },
7774 "type": "library",
7775 "extra": {
7776 "branch-alias": {
7777 "dev-main": "1.3.x-dev"
7778 }
7779 },
7780 "autoload": {
7781 "files": [
7782 "src/helpers.php"
7783 ],
7784 "psr-4": {
7785 "Spatie\\FlareClient\\": "src"
7786 }
7787 },
7788 "notification-url": "https://packagist.org/downloads/",
7789 "license": [
7790 "MIT"
7791 ],
7792 "description": "Send PHP errors to Flare",
7793 "homepage": "https://github.com/spatie/flare-client-php",
7794 "keywords": [
7795 "exception",
7796 "flare",
7797 "reporting",
7798 "spatie"
7799 ],
7800 "support": {
7801 "issues": "https://github.com/spatie/flare-client-php/issues",
7802 "source": "https://github.com/spatie/flare-client-php/tree/1.4.2"
7803 },
7804 "funding": [
7805 {
7806 "url": "https://github.com/spatie",
7807 "type": "github"
7808 }
7809 ],
7810 "time": "2023-07-28T08:07:24+00:00"
7811 },
7812 {
7813 "name": "spatie/ignition",
7814 "version": "1.9.0",
7815 "source": {
7816 "type": "git",
7817 "url": "https://github.com/spatie/ignition.git",
7818 "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973"
7819 },
7820 "dist": {
7821 "type": "zip",
7822 "url": "https://api.github.com/repos/spatie/ignition/zipball/de24ff1e01814d5043bd6eb4ab36a5a852a04973",
7823 "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973",
7824 "shasum": ""
7825 },
7826 "require": {
7827 "ext-json": "*",
7828 "ext-mbstring": "*",
7829 "php": "^8.0",
7830 "spatie/backtrace": "^1.5.3",
7831 "spatie/flare-client-php": "^1.4.0",
7832 "symfony/console": "^5.4|^6.0",
7833 "symfony/var-dumper": "^5.4|^6.0"
7834 },
7835 "require-dev": {
7836 "illuminate/cache": "^9.52",
7837 "mockery/mockery": "^1.4",
7838 "pestphp/pest": "^1.20",
7839 "phpstan/extension-installer": "^1.1",
7840 "phpstan/phpstan-deprecation-rules": "^1.0",
7841 "phpstan/phpstan-phpunit": "^1.0",
7842 "psr/simple-cache-implementation": "*",
7843 "symfony/cache": "^6.0",
7844 "symfony/process": "^5.4|^6.0",
7845 "vlucas/phpdotenv": "^5.5"
7846 },
7847 "suggest": {
7848 "openai-php/client": "Require get solutions from OpenAI",
7849 "simple-cache-implementation": "To cache solutions from OpenAI"
7850 },
7851 "type": "library",
7852 "extra": {
7853 "branch-alias": {
7854 "dev-main": "1.5.x-dev"
7855 }
7856 },
7857 "autoload": {
7858 "psr-4": {
7859 "Spatie\\Ignition\\": "src"
7860 }
7861 },
7862 "notification-url": "https://packagist.org/downloads/",
7863 "license": [
7864 "MIT"
7865 ],
7866 "authors": [
7867 {
7868 "name": "Spatie",
7869 "email": "info@spatie.be",
7870 "role": "Developer"
7871 }
7872 ],
7873 "description": "A beautiful error page for PHP applications.",
7874 "homepage": "https://flareapp.io/ignition",
7875 "keywords": [
7876 "error",
7877 "flare",
7878 "laravel",
7879 "page"
7880 ],
7881 "support": {
7882 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
7883 "forum": "https://twitter.com/flareappio",
7884 "issues": "https://github.com/spatie/ignition/issues",
7885 "source": "https://github.com/spatie/ignition"
7886 },
7887 "funding": [
7888 {
7889 "url": "https://github.com/spatie",
7890 "type": "github"
7891 }
7892 ],
7893 "time": "2023-06-28T13:24:59+00:00"
7894 },
7895 {
7896 "name": "spatie/laravel-ignition",
7897 "version": "2.2.0",
7898 "source": {
7899 "type": "git",
7900 "url": "https://github.com/spatie/laravel-ignition.git",
7901 "reference": "dd15fbe82ef5392798941efae93c49395a87d943"
7902 },
7903 "dist": {
7904 "type": "zip",
7905 "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/dd15fbe82ef5392798941efae93c49395a87d943",
7906 "reference": "dd15fbe82ef5392798941efae93c49395a87d943",
7907 "shasum": ""
7908 },
7909 "require": {
7910 "ext-curl": "*",
7911 "ext-json": "*",
7912 "ext-mbstring": "*",
7913 "illuminate/support": "^10.0",
7914 "php": "^8.1",
7915 "spatie/flare-client-php": "^1.3.5",
7916 "spatie/ignition": "^1.9",
7917 "symfony/console": "^6.2.3",
7918 "symfony/var-dumper": "^6.2.3"
7919 },
7920 "require-dev": {
7921 "livewire/livewire": "^2.11",
7922 "mockery/mockery": "^1.5.1",
7923 "openai-php/client": "^0.3.4",
7924 "orchestra/testbench": "^8.0",
7925 "pestphp/pest": "^1.22.3",
7926 "phpstan/extension-installer": "^1.2",
7927 "phpstan/phpstan-deprecation-rules": "^1.1.1",
7928 "phpstan/phpstan-phpunit": "^1.3.3",
7929 "vlucas/phpdotenv": "^5.5"
7930 },
7931 "suggest": {
7932 "openai-php/client": "Require get solutions from OpenAI",
7933 "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
7934 },
7935 "type": "library",
7936 "extra": {
7937 "laravel": {
7938 "providers": [
7939 "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
7940 ],
7941 "aliases": {
7942 "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
7943 }
7944 }
7945 },
7946 "autoload": {
7947 "files": [
7948 "src/helpers.php"
7949 ],
7950 "psr-4": {
7951 "Spatie\\LaravelIgnition\\": "src"
7952 }
7953 },
7954 "notification-url": "https://packagist.org/downloads/",
7955 "license": [
7956 "MIT"
7957 ],
7958 "authors": [
7959 {
7960 "name": "Spatie",
7961 "email": "info@spatie.be",
7962 "role": "Developer"
7963 }
7964 ],
7965 "description": "A beautiful error page for Laravel applications.",
7966 "homepage": "https://flareapp.io/ignition",
7967 "keywords": [
7968 "error",
7969 "flare",
7970 "laravel",
7971 "page"
7972 ],
7973 "support": {
7974 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
7975 "forum": "https://twitter.com/flareappio",
7976 "issues": "https://github.com/spatie/laravel-ignition/issues",
7977 "source": "https://github.com/spatie/laravel-ignition"
7978 },
7979 "funding": [
7980 {
7981 "url": "https://github.com/spatie",
7982 "type": "github"
7983 }
7984 ],
7985 "time": "2023-06-28T13:51:52+00:00"
7986 },
7987 {
7988 "name": "symfony/yaml",
7989 "version": "v6.3.3",
7990 "source": {
7991 "type": "git",
7992 "url": "https://github.com/symfony/yaml.git",
7993 "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
7994 },
7995 "dist": {
7996 "type": "zip",
7997 "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
7998 "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
7999 "shasum": ""
8000 },
8001 "require": {
8002 "php": ">=8.1",
8003 "symfony/deprecation-contracts": "^2.5|^3",
8004 "symfony/polyfill-ctype": "^1.8"
8005 },
8006 "conflict": {
8007 "symfony/console": "<5.4"
8008 },
8009 "require-dev": {
8010 "symfony/console": "^5.4|^6.0"
8011 },
8012 "bin": [
8013 "Resources/bin/yaml-lint"
8014 ],
8015 "type": "library",
8016 "autoload": {
8017 "psr-4": {
8018 "Symfony\\Component\\Yaml\\": ""
8019 },
8020 "exclude-from-classmap": [
8021 "/Tests/"
8022 ]
8023 },
8024 "notification-url": "https://packagist.org/downloads/",
8025 "license": [
8026 "MIT"
8027 ],
8028 "authors": [
8029 {
8030 "name": "Fabien Potencier",
8031 "email": "fabien@symfony.com"
8032 },
8033 {
8034 "name": "Symfony Community",
8035 "homepage": "https://symfony.com/contributors"
8036 }
8037 ],
8038 "description": "Loads and dumps YAML files",
8039 "homepage": "https://symfony.com",
8040 "support": {
8041 "source": "https://github.com/symfony/yaml/tree/v6.3.3"
8042 },
8043 "funding": [
8044 {
8045 "url": "https://symfony.com/sponsor",
8046 "type": "custom"
8047 },
8048 {
8049 "url": "https://github.com/fabpot",
8050 "type": "github"
8051 },
8052 {
8053 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8054 "type": "tidelift"
8055 }
8056 ],
8057 "time": "2023-07-31T07:08:24+00:00"
8058 },
8059 {
8060 "name": "theseer/tokenizer",
8061 "version": "1.2.1",
8062 "source": {
8063 "type": "git",
8064 "url": "https://github.com/theseer/tokenizer.git",
8065 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
8066 },
8067 "dist": {
8068 "type": "zip",
8069 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
8070 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
8071 "shasum": ""
8072 },
8073 "require": {
8074 "ext-dom": "*",
8075 "ext-tokenizer": "*",
8076 "ext-xmlwriter": "*",
8077 "php": "^7.2 || ^8.0"
8078 },
8079 "type": "library",
8080 "autoload": {
8081 "classmap": [
8082 "src/"
8083 ]
8084 },
8085 "notification-url": "https://packagist.org/downloads/",
8086 "license": [
8087 "BSD-3-Clause"
8088 ],
8089 "authors": [
8090 {
8091 "name": "Arne Blankerts",
8092 "email": "arne@blankerts.de",
8093 "role": "Developer"
8094 }
8095 ],
8096 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8097 "support": {
8098 "issues": "https://github.com/theseer/tokenizer/issues",
8099 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
8100 },
8101 "funding": [
8102 {
8103 "url": "https://github.com/theseer",
8104 "type": "github"
8105 }
8106 ],
8107 "time": "2021-07-28T10:34:58+00:00"
8108 }
8109 ],
8110 "aliases": [],
8111 "minimum-stability": "stable",
8112 "stability-flags": [],
8113 "prefer-stable": true,
8114 "prefer-lowest": false,
8115 "platform": {
8116 "php": "^8.1"
8117 },
8118 "platform-dev": [],
8119 "plugin-api-version": "2.3.0"
8120}