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": "d4c8305e46ca483e9b13af443e34c1e3",
8 "packages": [
9 {
10 "name": "aws/aws-crt-php",
11 "version": "v1.2.4",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/awslabs/aws-crt-php.git",
15 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/eb0c6e4e142224a10b08f49ebf87f32611d162b2",
20 "reference": "eb0c6e4e142224a10b08f49ebf87f32611d162b2",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.5"
25 },
26 "require-dev": {
27 "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
28 "yoast/phpunit-polyfills": "^1.0"
29 },
30 "suggest": {
31 "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
32 },
33 "type": "library",
34 "autoload": {
35 "classmap": [
36 "src/"
37 ]
38 },
39 "notification-url": "https://packagist.org/downloads/",
40 "license": [
41 "Apache-2.0"
42 ],
43 "authors": [
44 {
45 "name": "AWS SDK Common Runtime Team",
46 "email": "aws-sdk-common-runtime@amazon.com"
47 }
48 ],
49 "description": "AWS Common Runtime for PHP",
50 "homepage": "https://github.com/awslabs/aws-crt-php",
51 "keywords": [
52 "amazon",
53 "aws",
54 "crt",
55 "sdk"
56 ],
57 "support": {
58 "issues": "https://github.com/awslabs/aws-crt-php/issues",
59 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.4"
60 },
61 "time": "2023-11-08T00:42:13+00:00"
62 },
63 {
64 "name": "aws/aws-sdk-php",
65 "version": "3.294.5",
66 "source": {
67 "type": "git",
68 "url": "https://github.com/aws/aws-sdk-php.git",
69 "reference": "2e34d45e970c77775e4c298e08732d64b647c41c"
70 },
71 "dist": {
72 "type": "zip",
73 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2e34d45e970c77775e4c298e08732d64b647c41c",
74 "reference": "2e34d45e970c77775e4c298e08732d64b647c41c",
75 "shasum": ""
76 },
77 "require": {
78 "aws/aws-crt-php": "^1.2.3",
79 "ext-json": "*",
80 "ext-pcre": "*",
81 "ext-simplexml": "*",
82 "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
83 "guzzlehttp/promises": "^1.4.0 || ^2.0",
84 "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
85 "mtdowling/jmespath.php": "^2.6",
86 "php": ">=7.2.5",
87 "psr/http-message": "^1.0 || ^2.0"
88 },
89 "require-dev": {
90 "andrewsville/php-token-reflection": "^1.4",
91 "aws/aws-php-sns-message-validator": "~1.0",
92 "behat/behat": "~3.0",
93 "composer/composer": "^1.10.22",
94 "dms/phpunit-arraysubset-asserts": "^0.4.0",
95 "doctrine/cache": "~1.4",
96 "ext-dom": "*",
97 "ext-openssl": "*",
98 "ext-pcntl": "*",
99 "ext-sockets": "*",
100 "nette/neon": "^2.3",
101 "paragonie/random_compat": ">= 2",
102 "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
103 "psr/cache": "^1.0",
104 "psr/simple-cache": "^1.0",
105 "sebastian/comparator": "^1.2.3 || ^4.0",
106 "yoast/phpunit-polyfills": "^1.0"
107 },
108 "suggest": {
109 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
110 "doctrine/cache": "To use the DoctrineCacheAdapter",
111 "ext-curl": "To send requests using cURL",
112 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
113 "ext-sockets": "To use client-side monitoring"
114 },
115 "type": "library",
116 "extra": {
117 "branch-alias": {
118 "dev-master": "3.0-dev"
119 }
120 },
121 "autoload": {
122 "files": [
123 "src/functions.php"
124 ],
125 "psr-4": {
126 "Aws\\": "src/"
127 }
128 },
129 "notification-url": "https://packagist.org/downloads/",
130 "license": [
131 "Apache-2.0"
132 ],
133 "authors": [
134 {
135 "name": "Amazon Web Services",
136 "homepage": "http://aws.amazon.com"
137 }
138 ],
139 "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
140 "homepage": "http://aws.amazon.com/sdkforphp",
141 "keywords": [
142 "amazon",
143 "aws",
144 "cloud",
145 "dynamodb",
146 "ec2",
147 "glacier",
148 "s3",
149 "sdk"
150 ],
151 "support": {
152 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
153 "issues": "https://github.com/aws/aws-sdk-php/issues",
154 "source": "https://github.com/aws/aws-sdk-php/tree/3.294.5"
155 },
156 "time": "2023-12-21T19:10:21+00:00"
157 },
158 {
159 "name": "brick/math",
160 "version": "0.12.1",
161 "source": {
162 "type": "git",
163 "url": "https://github.com/brick/math.git",
164 "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
165 },
166 "dist": {
167 "type": "zip",
168 "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
169 "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
170 "shasum": ""
171 },
172 "require": {
173 "php": "^8.1"
174 },
175 "require-dev": {
176 "php-coveralls/php-coveralls": "^2.2",
177 "phpunit/phpunit": "^10.1",
178 "vimeo/psalm": "5.16.0"
179 },
180 "type": "library",
181 "autoload": {
182 "psr-4": {
183 "Brick\\Math\\": "src/"
184 }
185 },
186 "notification-url": "https://packagist.org/downloads/",
187 "license": [
188 "MIT"
189 ],
190 "description": "Arbitrary-precision arithmetic library",
191 "keywords": [
192 "Arbitrary-precision",
193 "BigInteger",
194 "BigRational",
195 "arithmetic",
196 "bigdecimal",
197 "bignum",
198 "bignumber",
199 "brick",
200 "decimal",
201 "integer",
202 "math",
203 "mathematics",
204 "rational"
205 ],
206 "support": {
207 "issues": "https://github.com/brick/math/issues",
208 "source": "https://github.com/brick/math/tree/0.12.1"
209 },
210 "funding": [
211 {
212 "url": "https://github.com/BenMorel",
213 "type": "github"
214 }
215 ],
216 "time": "2023-11-29T23:19:16+00:00"
217 },
218 {
219 "name": "carbonphp/carbon-doctrine-types",
220 "version": "2.1.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
224 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
229 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
230 "shasum": ""
231 },
232 "require": {
233 "php": "^7.4 || ^8.0"
234 },
235 "conflict": {
236 "doctrine/dbal": "<3.7.0 || >=4.0.0"
237 },
238 "require-dev": {
239 "doctrine/dbal": "^3.7.0",
240 "nesbot/carbon": "^2.71.0 || ^3.0.0",
241 "phpunit/phpunit": "^10.3"
242 },
243 "type": "library",
244 "autoload": {
245 "psr-4": {
246 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
247 }
248 },
249 "notification-url": "https://packagist.org/downloads/",
250 "license": [
251 "MIT"
252 ],
253 "authors": [
254 {
255 "name": "KyleKatarn",
256 "email": "kylekatarnls@gmail.com"
257 }
258 ],
259 "description": "Types to use Carbon in Doctrine",
260 "keywords": [
261 "carbon",
262 "date",
263 "datetime",
264 "doctrine",
265 "time"
266 ],
267 "support": {
268 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
269 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
270 },
271 "funding": [
272 {
273 "url": "https://github.com/kylekatarnls",
274 "type": "github"
275 },
276 {
277 "url": "https://opencollective.com/Carbon",
278 "type": "open_collective"
279 },
280 {
281 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
282 "type": "tidelift"
283 }
284 ],
285 "time": "2023-12-11T17:09:12+00:00"
286 },
287 {
288 "name": "chaseconey/laravel-datadog-helper",
289 "version": "1.2.1",
290 "source": {
291 "type": "git",
292 "url": "https://github.com/chaseconey/laravel-datadog-helper.git",
293 "reference": "092d22f32f9134deaeb171123f4da73dcee7948c"
294 },
295 "dist": {
296 "type": "zip",
297 "url": "https://api.github.com/repos/chaseconey/laravel-datadog-helper/zipball/092d22f32f9134deaeb171123f4da73dcee7948c",
298 "reference": "092d22f32f9134deaeb171123f4da73dcee7948c",
299 "shasum": ""
300 },
301 "require": {
302 "datadog/php-datadogstatsd": "^1.4.0",
303 "illuminate/support": ">=5.1",
304 "php": ">=5.4.0"
305 },
306 "require-dev": {
307 "phpunit/phpunit": "~4.0||~5.0",
308 "scrutinizer/ocular": "~1.1",
309 "squizlabs/php_codesniffer": "~2.3"
310 },
311 "type": "library",
312 "extra": {
313 "laravel": {
314 "providers": [
315 "ChaseConey\\LaravelDatadogHelper\\LaravelDatadogHelperServiceProvider"
316 ],
317 "aliases": {
318 "Datadog": "ChaseConey\\LaravelDatadogHelper\\Datadog"
319 }
320 }
321 },
322 "autoload": {
323 "psr-4": {
324 "ChaseConey\\LaravelDatadogHelper\\": "src"
325 }
326 },
327 "notification-url": "https://packagist.org/downloads/",
328 "license": [
329 "MIT"
330 ],
331 "authors": [
332 {
333 "name": "Chase Coney",
334 "email": "chasiepoo@gmail.com",
335 "homepage": "http://chaseconey.com",
336 "role": "Developer"
337 }
338 ],
339 "description": "A Laravel Datadog helper package.",
340 "homepage": "https://github.com/chaseconey/laravel-datadog-helper",
341 "keywords": [
342 "chaseconey",
343 "laravel-datadog-helper"
344 ],
345 "support": {
346 "issues": "https://github.com/chaseconey/laravel-datadog-helper/issues",
347 "source": "https://github.com/chaseconey/laravel-datadog-helper/tree/1.2.1"
348 },
349 "funding": [
350 {
351 "url": "https://github.com/chaseconey",
352 "type": "github"
353 }
354 ],
355 "time": "2020-08-15T00:45:13+00:00"
356 },
357 {
358 "name": "clue/stream-filter",
359 "version": "v1.6.0",
360 "source": {
361 "type": "git",
362 "url": "https://github.com/clue/stream-filter.git",
363 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
364 },
365 "dist": {
366 "type": "zip",
367 "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
368 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
369 "shasum": ""
370 },
371 "require": {
372 "php": ">=5.3"
373 },
374 "require-dev": {
375 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
376 },
377 "type": "library",
378 "autoload": {
379 "files": [
380 "src/functions_include.php"
381 ],
382 "psr-4": {
383 "Clue\\StreamFilter\\": "src/"
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "Christian Lück",
393 "email": "christian@clue.engineering"
394 }
395 ],
396 "description": "A simple and modern approach to stream filtering in PHP",
397 "homepage": "https://github.com/clue/php-stream-filter",
398 "keywords": [
399 "bucket brigade",
400 "callback",
401 "filter",
402 "php_user_filter",
403 "stream",
404 "stream_filter_append",
405 "stream_filter_register"
406 ],
407 "support": {
408 "issues": "https://github.com/clue/stream-filter/issues",
409 "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
410 },
411 "funding": [
412 {
413 "url": "https://clue.engineering/support",
414 "type": "custom"
415 },
416 {
417 "url": "https://github.com/clue",
418 "type": "github"
419 }
420 ],
421 "time": "2022-02-21T13:15:14+00:00"
422 },
423 {
424 "name": "datadog/php-datadogstatsd",
425 "version": "1.6.0",
426 "source": {
427 "type": "git",
428 "url": "https://github.com/DataDog/php-datadogstatsd.git",
429 "reference": "1616b3159c3672de2e343df788bb40fe9eea206a"
430 },
431 "dist": {
432 "type": "zip",
433 "url": "https://api.github.com/repos/DataDog/php-datadogstatsd/zipball/1616b3159c3672de2e343df788bb40fe9eea206a",
434 "reference": "1616b3159c3672de2e343df788bb40fe9eea206a",
435 "shasum": ""
436 },
437 "require": {
438 "ext-sockets": "*",
439 "php": ">=5.6.0"
440 },
441 "require-dev": {
442 "squizlabs/php_codesniffer": "^3.3",
443 "yoast/phpunit-polyfills": "^1.0.1"
444 },
445 "type": "library",
446 "autoload": {
447 "psr-4": {
448 "DataDog\\": "src/"
449 }
450 },
451 "notification-url": "https://packagist.org/downloads/",
452 "license": [
453 "MIT"
454 ],
455 "authors": [
456 {
457 "name": "Alex Corley",
458 "email": "anthroprose@gmail.com",
459 "role": "Developer"
460 },
461 {
462 "name": "Datadog",
463 "email": "dev@datadoghq.com",
464 "role": "Developer"
465 }
466 ],
467 "description": "An extremely simple PHP datadogstatsd client",
468 "homepage": "https://www.datadoghq.com/",
469 "keywords": [
470 "DataDog",
471 "check",
472 "error-reporting",
473 "health",
474 "logging",
475 "monitoring",
476 "statsd"
477 ],
478 "support": {
479 "chat": "https://chat.datadoghq.com/",
480 "email": "package@datadoghq.com",
481 "irc": "irc://irc.freenode.net/datadog",
482 "issues": "https://github.com/DataDog/php-datadogstatsd/issues",
483 "source": "https://github.com/DataDog/php-datadogstatsd"
484 },
485 "time": "2023-05-10T19:41:27+00:00"
486 },
487 {
488 "name": "defuse/php-encryption",
489 "version": "v2.4.0",
490 "source": {
491 "type": "git",
492 "url": "https://github.com/defuse/php-encryption.git",
493 "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
494 },
495 "dist": {
496 "type": "zip",
497 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
498 "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
499 "shasum": ""
500 },
501 "require": {
502 "ext-openssl": "*",
503 "paragonie/random_compat": ">= 2",
504 "php": ">=5.6.0"
505 },
506 "require-dev": {
507 "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
508 "yoast/phpunit-polyfills": "^2.0.0"
509 },
510 "bin": [
511 "bin/generate-defuse-key"
512 ],
513 "type": "library",
514 "autoload": {
515 "psr-4": {
516 "Defuse\\Crypto\\": "src"
517 }
518 },
519 "notification-url": "https://packagist.org/downloads/",
520 "license": [
521 "MIT"
522 ],
523 "authors": [
524 {
525 "name": "Taylor Hornby",
526 "email": "taylor@defuse.ca",
527 "homepage": "https://defuse.ca/"
528 },
529 {
530 "name": "Scott Arciszewski",
531 "email": "info@paragonie.com",
532 "homepage": "https://paragonie.com"
533 }
534 ],
535 "description": "Secure PHP Encryption Library",
536 "keywords": [
537 "aes",
538 "authenticated encryption",
539 "cipher",
540 "crypto",
541 "cryptography",
542 "encrypt",
543 "encryption",
544 "openssl",
545 "security",
546 "symmetric key cryptography"
547 ],
548 "support": {
549 "issues": "https://github.com/defuse/php-encryption/issues",
550 "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
551 },
552 "time": "2023-06-19T06:10:36+00:00"
553 },
554 {
555 "name": "dflydev/dot-access-data",
556 "version": "v3.0.3",
557 "source": {
558 "type": "git",
559 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
560 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
561 },
562 "dist": {
563 "type": "zip",
564 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
565 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
566 "shasum": ""
567 },
568 "require": {
569 "php": "^7.1 || ^8.0"
570 },
571 "require-dev": {
572 "phpstan/phpstan": "^0.12.42",
573 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
574 "scrutinizer/ocular": "1.6.0",
575 "squizlabs/php_codesniffer": "^3.5",
576 "vimeo/psalm": "^4.0.0"
577 },
578 "type": "library",
579 "extra": {
580 "branch-alias": {
581 "dev-main": "3.x-dev"
582 }
583 },
584 "autoload": {
585 "psr-4": {
586 "Dflydev\\DotAccessData\\": "src/"
587 }
588 },
589 "notification-url": "https://packagist.org/downloads/",
590 "license": [
591 "MIT"
592 ],
593 "authors": [
594 {
595 "name": "Dragonfly Development Inc.",
596 "email": "info@dflydev.com",
597 "homepage": "http://dflydev.com"
598 },
599 {
600 "name": "Beau Simensen",
601 "email": "beau@dflydev.com",
602 "homepage": "http://beausimensen.com"
603 },
604 {
605 "name": "Carlos Frutos",
606 "email": "carlos@kiwing.it",
607 "homepage": "https://github.com/cfrutos"
608 },
609 {
610 "name": "Colin O'Dell",
611 "email": "colinodell@gmail.com",
612 "homepage": "https://www.colinodell.com"
613 }
614 ],
615 "description": "Given a deep data structure, access data by dot notation.",
616 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
617 "keywords": [
618 "access",
619 "data",
620 "dot",
621 "notation"
622 ],
623 "support": {
624 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
625 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
626 },
627 "time": "2024-07-08T12:26:09+00:00"
628 },
629 {
630 "name": "doctrine/inflector",
631 "version": "2.0.10",
632 "source": {
633 "type": "git",
634 "url": "https://github.com/doctrine/inflector.git",
635 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
636 },
637 "dist": {
638 "type": "zip",
639 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
640 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
641 "shasum": ""
642 },
643 "require": {
644 "php": "^7.2 || ^8.0"
645 },
646 "require-dev": {
647 "doctrine/coding-standard": "^11.0",
648 "phpstan/phpstan": "^1.8",
649 "phpstan/phpstan-phpunit": "^1.1",
650 "phpstan/phpstan-strict-rules": "^1.3",
651 "phpunit/phpunit": "^8.5 || ^9.5",
652 "vimeo/psalm": "^4.25 || ^5.4"
653 },
654 "type": "library",
655 "autoload": {
656 "psr-4": {
657 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
658 }
659 },
660 "notification-url": "https://packagist.org/downloads/",
661 "license": [
662 "MIT"
663 ],
664 "authors": [
665 {
666 "name": "Guilherme Blanco",
667 "email": "guilhermeblanco@gmail.com"
668 },
669 {
670 "name": "Roman Borschel",
671 "email": "roman@code-factory.org"
672 },
673 {
674 "name": "Benjamin Eberlei",
675 "email": "kontakt@beberlei.de"
676 },
677 {
678 "name": "Jonathan Wage",
679 "email": "jonwage@gmail.com"
680 },
681 {
682 "name": "Johannes Schmitt",
683 "email": "schmittjoh@gmail.com"
684 }
685 ],
686 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
687 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
688 "keywords": [
689 "inflection",
690 "inflector",
691 "lowercase",
692 "manipulation",
693 "php",
694 "plural",
695 "singular",
696 "strings",
697 "uppercase",
698 "words"
699 ],
700 "support": {
701 "issues": "https://github.com/doctrine/inflector/issues",
702 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
703 },
704 "funding": [
705 {
706 "url": "https://www.doctrine-project.org/sponsorship.html",
707 "type": "custom"
708 },
709 {
710 "url": "https://www.patreon.com/phpdoctrine",
711 "type": "patreon"
712 },
713 {
714 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
715 "type": "tidelift"
716 }
717 ],
718 "time": "2024-02-18T20:23:39+00:00"
719 },
720 {
721 "name": "doctrine/lexer",
722 "version": "3.0.1",
723 "source": {
724 "type": "git",
725 "url": "https://github.com/doctrine/lexer.git",
726 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
727 },
728 "dist": {
729 "type": "zip",
730 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
731 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
732 "shasum": ""
733 },
734 "require": {
735 "php": "^8.1"
736 },
737 "require-dev": {
738 "doctrine/coding-standard": "^12",
739 "phpstan/phpstan": "^1.10",
740 "phpunit/phpunit": "^10.5",
741 "psalm/plugin-phpunit": "^0.18.3",
742 "vimeo/psalm": "^5.21"
743 },
744 "type": "library",
745 "autoload": {
746 "psr-4": {
747 "Doctrine\\Common\\Lexer\\": "src"
748 }
749 },
750 "notification-url": "https://packagist.org/downloads/",
751 "license": [
752 "MIT"
753 ],
754 "authors": [
755 {
756 "name": "Guilherme Blanco",
757 "email": "guilhermeblanco@gmail.com"
758 },
759 {
760 "name": "Roman Borschel",
761 "email": "roman@code-factory.org"
762 },
763 {
764 "name": "Johannes Schmitt",
765 "email": "schmittjoh@gmail.com"
766 }
767 ],
768 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
769 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
770 "keywords": [
771 "annotations",
772 "docblock",
773 "lexer",
774 "parser",
775 "php"
776 ],
777 "support": {
778 "issues": "https://github.com/doctrine/lexer/issues",
779 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
780 },
781 "funding": [
782 {
783 "url": "https://www.doctrine-project.org/sponsorship.html",
784 "type": "custom"
785 },
786 {
787 "url": "https://www.patreon.com/phpdoctrine",
788 "type": "patreon"
789 },
790 {
791 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
792 "type": "tidelift"
793 }
794 ],
795 "time": "2024-02-05T11:56:58+00:00"
796 },
797 {
798 "name": "dragonmantank/cron-expression",
799 "version": "v3.4.0",
800 "source": {
801 "type": "git",
802 "url": "https://github.com/dragonmantank/cron-expression.git",
803 "reference": "8c784d071debd117328803d86b2097615b457500"
804 },
805 "dist": {
806 "type": "zip",
807 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
808 "reference": "8c784d071debd117328803d86b2097615b457500",
809 "shasum": ""
810 },
811 "require": {
812 "php": "^7.2|^8.0",
813 "webmozart/assert": "^1.0"
814 },
815 "replace": {
816 "mtdowling/cron-expression": "^1.0"
817 },
818 "require-dev": {
819 "phpstan/extension-installer": "^1.0",
820 "phpstan/phpstan": "^1.0",
821 "phpunit/phpunit": "^7.0|^8.0|^9.0"
822 },
823 "type": "library",
824 "extra": {
825 "branch-alias": {
826 "dev-master": "3.x-dev"
827 }
828 },
829 "autoload": {
830 "psr-4": {
831 "Cron\\": "src/Cron/"
832 }
833 },
834 "notification-url": "https://packagist.org/downloads/",
835 "license": [
836 "MIT"
837 ],
838 "authors": [
839 {
840 "name": "Chris Tankersley",
841 "email": "chris@ctankersley.com",
842 "homepage": "https://github.com/dragonmantank"
843 }
844 ],
845 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
846 "keywords": [
847 "cron",
848 "schedule"
849 ],
850 "support": {
851 "issues": "https://github.com/dragonmantank/cron-expression/issues",
852 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
853 },
854 "funding": [
855 {
856 "url": "https://github.com/dragonmantank",
857 "type": "github"
858 }
859 ],
860 "time": "2024-10-09T13:47:03+00:00"
861 },
862 {
863 "name": "egulias/email-validator",
864 "version": "4.0.2",
865 "source": {
866 "type": "git",
867 "url": "https://github.com/egulias/EmailValidator.git",
868 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
869 },
870 "dist": {
871 "type": "zip",
872 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
873 "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
874 "shasum": ""
875 },
876 "require": {
877 "doctrine/lexer": "^2.0 || ^3.0",
878 "php": ">=8.1",
879 "symfony/polyfill-intl-idn": "^1.26"
880 },
881 "require-dev": {
882 "phpunit/phpunit": "^10.2",
883 "vimeo/psalm": "^5.12"
884 },
885 "suggest": {
886 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
887 },
888 "type": "library",
889 "extra": {
890 "branch-alias": {
891 "dev-master": "4.0.x-dev"
892 }
893 },
894 "autoload": {
895 "psr-4": {
896 "Egulias\\EmailValidator\\": "src"
897 }
898 },
899 "notification-url": "https://packagist.org/downloads/",
900 "license": [
901 "MIT"
902 ],
903 "authors": [
904 {
905 "name": "Eduardo Gulias Davis"
906 }
907 ],
908 "description": "A library for validating emails against several RFCs",
909 "homepage": "https://github.com/egulias/EmailValidator",
910 "keywords": [
911 "email",
912 "emailvalidation",
913 "emailvalidator",
914 "validation",
915 "validator"
916 ],
917 "support": {
918 "issues": "https://github.com/egulias/EmailValidator/issues",
919 "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
920 },
921 "funding": [
922 {
923 "url": "https://github.com/egulias",
924 "type": "github"
925 }
926 ],
927 "time": "2023-10-06T06:47:41+00:00"
928 },
929 {
930 "name": "elasticsearch/elasticsearch",
931 "version": "v7.17.2",
932 "source": {
933 "type": "git",
934 "url": "git@github.com:elastic/elasticsearch-php.git",
935 "reference": "2d302233f2bb0926812d82823bb820d405e130fc"
936 },
937 "dist": {
938 "type": "zip",
939 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/2d302233f2bb0926812d82823bb820d405e130fc",
940 "reference": "2d302233f2bb0926812d82823bb820d405e130fc",
941 "shasum": ""
942 },
943 "require": {
944 "ext-json": ">=1.3.7",
945 "ezimuel/ringphp": "^1.1.2",
946 "php": "^7.3 || ^8.0",
947 "psr/log": "^1|^2|^3"
948 },
949 "require-dev": {
950 "ext-yaml": "*",
951 "ext-zip": "*",
952 "mockery/mockery": "^1.2",
953 "phpstan/phpstan": "^1.10",
954 "phpunit/phpunit": "^9.3",
955 "squizlabs/php_codesniffer": "^3.4",
956 "symfony/finder": "~4.0"
957 },
958 "suggest": {
959 "ext-curl": "*",
960 "monolog/monolog": "Allows for client-level logging and tracing"
961 },
962 "type": "library",
963 "autoload": {
964 "files": [
965 "src/autoload.php"
966 ],
967 "psr-4": {
968 "Elasticsearch\\": "src/Elasticsearch/"
969 }
970 },
971 "notification-url": "https://packagist.org/downloads/",
972 "license": [
973 "Apache-2.0",
974 "LGPL-2.1-only"
975 ],
976 "authors": [
977 {
978 "name": "Zachary Tong"
979 },
980 {
981 "name": "Enrico Zimuel"
982 }
983 ],
984 "description": "PHP Client for Elasticsearch",
985 "keywords": [
986 "client",
987 "elasticsearch",
988 "search"
989 ],
990 "time": "2023-04-21T15:31:12+00:00"
991 },
992 {
993 "name": "erusev/parsedown",
994 "version": "1.7.4",
995 "source": {
996 "type": "git",
997 "url": "https://github.com/erusev/parsedown.git",
998 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
999 },
1000 "dist": {
1001 "type": "zip",
1002 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1003 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1004 "shasum": ""
1005 },
1006 "require": {
1007 "ext-mbstring": "*",
1008 "php": ">=5.3.0"
1009 },
1010 "require-dev": {
1011 "phpunit/phpunit": "^4.8.35"
1012 },
1013 "type": "library",
1014 "autoload": {
1015 "psr-0": {
1016 "Parsedown": ""
1017 }
1018 },
1019 "notification-url": "https://packagist.org/downloads/",
1020 "license": [
1021 "MIT"
1022 ],
1023 "authors": [
1024 {
1025 "name": "Emanuil Rusev",
1026 "email": "hello@erusev.com",
1027 "homepage": "http://erusev.com"
1028 }
1029 ],
1030 "description": "Parser for Markdown.",
1031 "homepage": "http://parsedown.org",
1032 "keywords": [
1033 "markdown",
1034 "parser"
1035 ],
1036 "support": {
1037 "issues": "https://github.com/erusev/parsedown/issues",
1038 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
1039 },
1040 "time": "2019-12-30T22:54:17+00:00"
1041 },
1042 {
1043 "name": "ezimuel/guzzlestreams",
1044 "version": "3.1.0",
1045 "source": {
1046 "type": "git",
1047 "url": "https://github.com/ezimuel/guzzlestreams.git",
1048 "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997"
1049 },
1050 "dist": {
1051 "type": "zip",
1052 "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/b4b5a025dfee70d6cd34c780e07330eb93d5b997",
1053 "reference": "b4b5a025dfee70d6cd34c780e07330eb93d5b997",
1054 "shasum": ""
1055 },
1056 "require": {
1057 "php": ">=5.4.0"
1058 },
1059 "require-dev": {
1060 "phpunit/phpunit": "~9.0"
1061 },
1062 "type": "library",
1063 "extra": {
1064 "branch-alias": {
1065 "dev-master": "3.0-dev"
1066 }
1067 },
1068 "autoload": {
1069 "psr-4": {
1070 "GuzzleHttp\\Stream\\": "src/"
1071 }
1072 },
1073 "notification-url": "https://packagist.org/downloads/",
1074 "license": [
1075 "MIT"
1076 ],
1077 "authors": [
1078 {
1079 "name": "Michael Dowling",
1080 "email": "mtdowling@gmail.com",
1081 "homepage": "https://github.com/mtdowling"
1082 }
1083 ],
1084 "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
1085 "homepage": "http://guzzlephp.org/",
1086 "keywords": [
1087 "Guzzle",
1088 "stream"
1089 ],
1090 "support": {
1091 "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0"
1092 },
1093 "time": "2022-10-24T12:58:50+00:00"
1094 },
1095 {
1096 "name": "ezimuel/ringphp",
1097 "version": "1.2.2",
1098 "source": {
1099 "type": "git",
1100 "url": "https://github.com/ezimuel/ringphp.git",
1101 "reference": "7887fc8488013065f72f977dcb281994f5fde9f4"
1102 },
1103 "dist": {
1104 "type": "zip",
1105 "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/7887fc8488013065f72f977dcb281994f5fde9f4",
1106 "reference": "7887fc8488013065f72f977dcb281994f5fde9f4",
1107 "shasum": ""
1108 },
1109 "require": {
1110 "ezimuel/guzzlestreams": "^3.0.1",
1111 "php": ">=5.4.0",
1112 "react/promise": "~2.0"
1113 },
1114 "replace": {
1115 "guzzlehttp/ringphp": "self.version"
1116 },
1117 "require-dev": {
1118 "ext-curl": "*",
1119 "phpunit/phpunit": "~9.0"
1120 },
1121 "suggest": {
1122 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1123 },
1124 "type": "library",
1125 "extra": {
1126 "branch-alias": {
1127 "dev-master": "1.1-dev"
1128 }
1129 },
1130 "autoload": {
1131 "psr-4": {
1132 "GuzzleHttp\\Ring\\": "src/"
1133 }
1134 },
1135 "notification-url": "https://packagist.org/downloads/",
1136 "license": [
1137 "MIT"
1138 ],
1139 "authors": [
1140 {
1141 "name": "Michael Dowling",
1142 "email": "mtdowling@gmail.com",
1143 "homepage": "https://github.com/mtdowling"
1144 }
1145 ],
1146 "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
1147 "support": {
1148 "source": "https://github.com/ezimuel/ringphp/tree/1.2.2"
1149 },
1150 "time": "2022-12-07T11:28:53+00:00"
1151 },
1152 {
1153 "name": "ezyang/htmlpurifier",
1154 "version": "v4.17.0",
1155 "source": {
1156 "type": "git",
1157 "url": "https://github.com/ezyang/htmlpurifier.git",
1158 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
1159 },
1160 "dist": {
1161 "type": "zip",
1162 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
1163 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
1164 "shasum": ""
1165 },
1166 "require": {
1167 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
1168 },
1169 "require-dev": {
1170 "cerdic/css-tidy": "^1.7 || ^2.0",
1171 "simpletest/simpletest": "dev-master"
1172 },
1173 "suggest": {
1174 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
1175 "ext-bcmath": "Used for unit conversion and imagecrash protection",
1176 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
1177 "ext-tidy": "Used for pretty-printing HTML"
1178 },
1179 "type": "library",
1180 "autoload": {
1181 "files": [
1182 "library/HTMLPurifier.composer.php"
1183 ],
1184 "psr-0": {
1185 "HTMLPurifier": "library/"
1186 },
1187 "exclude-from-classmap": [
1188 "/library/HTMLPurifier/Language/"
1189 ]
1190 },
1191 "notification-url": "https://packagist.org/downloads/",
1192 "license": [
1193 "LGPL-2.1-or-later"
1194 ],
1195 "authors": [
1196 {
1197 "name": "Edward Z. Yang",
1198 "email": "admin@htmlpurifier.org",
1199 "homepage": "http://ezyang.com"
1200 }
1201 ],
1202 "description": "Standards compliant HTML filter written in PHP",
1203 "homepage": "http://htmlpurifier.org/",
1204 "keywords": [
1205 "html"
1206 ],
1207 "support": {
1208 "issues": "https://github.com/ezyang/htmlpurifier/issues",
1209 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
1210 },
1211 "time": "2023-11-17T15:01:25+00:00"
1212 },
1213 {
1214 "name": "fakerphp/faker",
1215 "version": "v1.23.0",
1216 "source": {
1217 "type": "git",
1218 "url": "https://github.com/FakerPHP/Faker.git",
1219 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
1220 },
1221 "dist": {
1222 "type": "zip",
1223 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
1224 "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
1225 "shasum": ""
1226 },
1227 "require": {
1228 "php": "^7.4 || ^8.0",
1229 "psr/container": "^1.0 || ^2.0",
1230 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1231 },
1232 "conflict": {
1233 "fzaninotto/faker": "*"
1234 },
1235 "require-dev": {
1236 "bamarni/composer-bin-plugin": "^1.4.1",
1237 "doctrine/persistence": "^1.3 || ^2.0",
1238 "ext-intl": "*",
1239 "phpunit/phpunit": "^9.5.26",
1240 "symfony/phpunit-bridge": "^5.4.16"
1241 },
1242 "suggest": {
1243 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
1244 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
1245 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
1246 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
1247 "ext-mbstring": "Required for multibyte Unicode string functionality."
1248 },
1249 "type": "library",
1250 "extra": {
1251 "branch-alias": {
1252 "dev-main": "v1.21-dev"
1253 }
1254 },
1255 "autoload": {
1256 "psr-4": {
1257 "Faker\\": "src/Faker/"
1258 }
1259 },
1260 "notification-url": "https://packagist.org/downloads/",
1261 "license": [
1262 "MIT"
1263 ],
1264 "authors": [
1265 {
1266 "name": "François Zaninotto"
1267 }
1268 ],
1269 "description": "Faker is a PHP library that generates fake data for you.",
1270 "keywords": [
1271 "data",
1272 "faker",
1273 "fixtures"
1274 ],
1275 "support": {
1276 "issues": "https://github.com/FakerPHP/Faker/issues",
1277 "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
1278 },
1279 "time": "2023-06-12T08:44:38+00:00"
1280 },
1281 {
1282 "name": "filp/whoops",
1283 "version": "2.15.2",
1284 "source": {
1285 "type": "git",
1286 "url": "https://github.com/filp/whoops.git",
1287 "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73"
1288 },
1289 "dist": {
1290 "type": "zip",
1291 "url": "https://api.github.com/repos/filp/whoops/zipball/aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
1292 "reference": "aac9304c5ed61bf7b1b7a6064bf9806ab842ce73",
1293 "shasum": ""
1294 },
1295 "require": {
1296 "php": "^5.5.9 || ^7.0 || ^8.0",
1297 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1298 },
1299 "require-dev": {
1300 "mockery/mockery": "^0.9 || ^1.0",
1301 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
1302 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1303 },
1304 "suggest": {
1305 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1306 "whoops/soap": "Formats errors as SOAP responses"
1307 },
1308 "type": "library",
1309 "extra": {
1310 "branch-alias": {
1311 "dev-master": "2.7-dev"
1312 }
1313 },
1314 "autoload": {
1315 "psr-4": {
1316 "Whoops\\": "src/Whoops/"
1317 }
1318 },
1319 "notification-url": "https://packagist.org/downloads/",
1320 "license": [
1321 "MIT"
1322 ],
1323 "authors": [
1324 {
1325 "name": "Filipe Dobreira",
1326 "homepage": "https://github.com/filp",
1327 "role": "Developer"
1328 }
1329 ],
1330 "description": "php error handling for cool kids",
1331 "homepage": "https://filp.github.io/whoops/",
1332 "keywords": [
1333 "error",
1334 "exception",
1335 "handling",
1336 "library",
1337 "throwable",
1338 "whoops"
1339 ],
1340 "support": {
1341 "issues": "https://github.com/filp/whoops/issues",
1342 "source": "https://github.com/filp/whoops/tree/2.15.2"
1343 },
1344 "funding": [
1345 {
1346 "url": "https://github.com/denis-sokolov",
1347 "type": "github"
1348 }
1349 ],
1350 "time": "2023-04-12T12:00:00+00:00"
1351 },
1352 {
1353 "name": "firebase/php-jwt",
1354 "version": "v6.8.0",
1355 "source": {
1356 "type": "git",
1357 "url": "https://github.com/firebase/php-jwt.git",
1358 "reference": "48b0210c51718d682e53210c24d25c5a10a2299b"
1359 },
1360 "dist": {
1361 "type": "zip",
1362 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/48b0210c51718d682e53210c24d25c5a10a2299b",
1363 "reference": "48b0210c51718d682e53210c24d25c5a10a2299b",
1364 "shasum": ""
1365 },
1366 "require": {
1367 "php": "^7.4||^8.0"
1368 },
1369 "require-dev": {
1370 "guzzlehttp/guzzle": "^6.5||^7.4",
1371 "phpspec/prophecy-phpunit": "^2.0",
1372 "phpunit/phpunit": "^9.5",
1373 "psr/cache": "^1.0||^2.0",
1374 "psr/http-client": "^1.0",
1375 "psr/http-factory": "^1.0"
1376 },
1377 "suggest": {
1378 "ext-sodium": "Support EdDSA (Ed25519) signatures",
1379 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
1380 },
1381 "type": "library",
1382 "autoload": {
1383 "psr-4": {
1384 "Firebase\\JWT\\": "src"
1385 }
1386 },
1387 "notification-url": "https://packagist.org/downloads/",
1388 "license": [
1389 "BSD-3-Clause"
1390 ],
1391 "authors": [
1392 {
1393 "name": "Neuman Vong",
1394 "email": "neuman+pear@twilio.com",
1395 "role": "Developer"
1396 },
1397 {
1398 "name": "Anant Narayanan",
1399 "email": "anant@php.net",
1400 "role": "Developer"
1401 }
1402 ],
1403 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
1404 "homepage": "https://github.com/firebase/php-jwt",
1405 "keywords": [
1406 "jwt",
1407 "php"
1408 ],
1409 "support": {
1410 "issues": "https://github.com/firebase/php-jwt/issues",
1411 "source": "https://github.com/firebase/php-jwt/tree/v6.8.0"
1412 },
1413 "time": "2023-06-20T16:45:35+00:00"
1414 },
1415 {
1416 "name": "fruitcake/php-cors",
1417 "version": "v1.3.0",
1418 "source": {
1419 "type": "git",
1420 "url": "https://github.com/fruitcake/php-cors.git",
1421 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
1422 },
1423 "dist": {
1424 "type": "zip",
1425 "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
1426 "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
1427 "shasum": ""
1428 },
1429 "require": {
1430 "php": "^7.4|^8.0",
1431 "symfony/http-foundation": "^4.4|^5.4|^6|^7"
1432 },
1433 "require-dev": {
1434 "phpstan/phpstan": "^1.4",
1435 "phpunit/phpunit": "^9",
1436 "squizlabs/php_codesniffer": "^3.5"
1437 },
1438 "type": "library",
1439 "extra": {
1440 "branch-alias": {
1441 "dev-master": "1.2-dev"
1442 }
1443 },
1444 "autoload": {
1445 "psr-4": {
1446 "Fruitcake\\Cors\\": "src/"
1447 }
1448 },
1449 "notification-url": "https://packagist.org/downloads/",
1450 "license": [
1451 "MIT"
1452 ],
1453 "authors": [
1454 {
1455 "name": "Fruitcake",
1456 "homepage": "https://fruitcake.nl"
1457 },
1458 {
1459 "name": "Barryvdh",
1460 "email": "barryvdh@gmail.com"
1461 }
1462 ],
1463 "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
1464 "homepage": "https://github.com/fruitcake/php-cors",
1465 "keywords": [
1466 "cors",
1467 "laravel",
1468 "symfony"
1469 ],
1470 "support": {
1471 "issues": "https://github.com/fruitcake/php-cors/issues",
1472 "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
1473 },
1474 "funding": [
1475 {
1476 "url": "https://fruitcake.nl",
1477 "type": "custom"
1478 },
1479 {
1480 "url": "https://github.com/barryvdh",
1481 "type": "github"
1482 }
1483 ],
1484 "time": "2023-10-12T05:21:21+00:00"
1485 },
1486 {
1487 "name": "graham-campbell/bounded-cache",
1488 "version": "v2.1.1",
1489 "source": {
1490 "type": "git",
1491 "url": "https://github.com/GrahamCampbell/Bounded-Cache.git",
1492 "reference": "2840f46f38185e610e62af3662dac75ca1877a84"
1493 },
1494 "dist": {
1495 "type": "zip",
1496 "url": "https://api.github.com/repos/GrahamCampbell/Bounded-Cache/zipball/2840f46f38185e610e62af3662dac75ca1877a84",
1497 "reference": "2840f46f38185e610e62af3662dac75ca1877a84",
1498 "shasum": ""
1499 },
1500 "require": {
1501 "php": "^8.0.2",
1502 "psr/simple-cache": "^2.0 || ^3.0"
1503 },
1504 "require-dev": {
1505 "graham-campbell/analyzer": "^4.0",
1506 "graham-campbell/testbench-core": "^4.0",
1507 "mockery/mockery": "^1.5.1",
1508 "phpunit/phpunit": "^9.6.3 || ^10.0.12"
1509 },
1510 "type": "library",
1511 "autoload": {
1512 "psr-4": {
1513 "GrahamCampbell\\BoundedCache\\": "src/"
1514 }
1515 },
1516 "notification-url": "https://packagist.org/downloads/",
1517 "license": [
1518 "MIT"
1519 ],
1520 "authors": [
1521 {
1522 "name": "Graham Campbell",
1523 "email": "hello@gjcampbell.co.uk",
1524 "homepage": "https://github.com/GrahamCampbell"
1525 }
1526 ],
1527 "description": "A Bounded TTL PSR-16 Cache Implementation",
1528 "keywords": [
1529 "Bounded Cache",
1530 "Bounded-Cache",
1531 "Graham Campbell",
1532 "GrahamCampbell",
1533 "bounded",
1534 "cache",
1535 "psr16"
1536 ],
1537 "support": {
1538 "issues": "https://github.com/GrahamCampbell/Bounded-Cache/issues",
1539 "source": "https://github.com/GrahamCampbell/Bounded-Cache/tree/v2.1.1"
1540 },
1541 "funding": [
1542 {
1543 "url": "https://github.com/GrahamCampbell",
1544 "type": "github"
1545 },
1546 {
1547 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/bounded-cache",
1548 "type": "tidelift"
1549 }
1550 ],
1551 "time": "2023-02-25T23:00:30+00:00"
1552 },
1553 {
1554 "name": "graham-campbell/github",
1555 "version": "v12.2.0",
1556 "source": {
1557 "type": "git",
1558 "url": "https://github.com/GrahamCampbell/Laravel-GitHub.git",
1559 "reference": "00b2f97aacad5e48884fefe74ca95d2a4066337a"
1560 },
1561 "dist": {
1562 "type": "zip",
1563 "url": "https://api.github.com/repos/GrahamCampbell/Laravel-GitHub/zipball/00b2f97aacad5e48884fefe74ca95d2a4066337a",
1564 "reference": "00b2f97aacad5e48884fefe74ca95d2a4066337a",
1565 "shasum": ""
1566 },
1567 "require": {
1568 "graham-campbell/bounded-cache": "^1.2 || ^2.0",
1569 "graham-campbell/manager": "^5.0",
1570 "guzzlehttp/guzzle": "^7.5",
1571 "guzzlehttp/psr7": "^2.4",
1572 "illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
1573 "illuminate/support": "^8.75 || ^9.0 || ^10.0",
1574 "knplabs/github-api": "3.11.*",
1575 "lcobucci/jwt": "^4.3 || ^5.0",
1576 "php": "^7.4.15 || ^8.0.2",
1577 "symfony/cache": "^5.4 || ^6.0"
1578 },
1579 "require-dev": {
1580 "graham-campbell/analyzer": "^4.0",
1581 "graham-campbell/testbench": "^6.0",
1582 "mockery/mockery": "^1.5.1",
1583 "phpunit/phpunit": "^9.6.3 || ^10.0.12"
1584 },
1585 "type": "library",
1586 "extra": {
1587 "laravel": {
1588 "providers": [
1589 "GrahamCampbell\\GitHub\\GitHubServiceProvider"
1590 ]
1591 }
1592 },
1593 "autoload": {
1594 "psr-4": {
1595 "GrahamCampbell\\GitHub\\": "src/"
1596 }
1597 },
1598 "notification-url": "https://packagist.org/downloads/",
1599 "license": [
1600 "MIT"
1601 ],
1602 "authors": [
1603 {
1604 "name": "Graham Campbell",
1605 "email": "hello@gjcampbell.co.uk",
1606 "homepage": "https://github.com/GrahamCampbell"
1607 }
1608 ],
1609 "description": "GitHub Is A GitHub Bridge For Laravel",
1610 "keywords": [
1611 "Bridge",
1612 "Graham Campbell",
1613 "GrahamCampbell",
1614 "Laravel GitHub",
1615 "Laravel-GitHub",
1616 "PHP GitHub API",
1617 "framework",
1618 "github",
1619 "github bridge",
1620 "laravel",
1621 "php-github-api"
1622 ],
1623 "support": {
1624 "issues": "https://github.com/GrahamCampbell/Laravel-GitHub/issues",
1625 "source": "https://github.com/GrahamCampbell/Laravel-GitHub/tree/v12.2.0"
1626 },
1627 "funding": [
1628 {
1629 "url": "https://github.com/GrahamCampbell",
1630 "type": "github"
1631 },
1632 {
1633 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/github",
1634 "type": "tidelift"
1635 }
1636 ],
1637 "time": "2023-03-10T12:03:39+00:00"
1638 },
1639 {
1640 "name": "graham-campbell/manager",
1641 "version": "v5.0.0",
1642 "source": {
1643 "type": "git",
1644 "url": "https://github.com/GrahamCampbell/Laravel-Manager.git",
1645 "reference": "f1cf95a0bb11ba086387b8049e0e40b82d01588d"
1646 },
1647 "dist": {
1648 "type": "zip",
1649 "url": "https://api.github.com/repos/GrahamCampbell/Laravel-Manager/zipball/f1cf95a0bb11ba086387b8049e0e40b82d01588d",
1650 "reference": "f1cf95a0bb11ba086387b8049e0e40b82d01588d",
1651 "shasum": ""
1652 },
1653 "require": {
1654 "illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
1655 "illuminate/support": "^8.75 || ^9.0 || ^10.0",
1656 "php": "^7.4.15 || ^8.0.2"
1657 },
1658 "require-dev": {
1659 "graham-campbell/analyzer": "^4.0",
1660 "graham-campbell/testbench-core": "^4.0",
1661 "mockery/mockery": "^1.5.1",
1662 "phpunit/phpunit": "^9.6.3 || ^10.0.12"
1663 },
1664 "type": "library",
1665 "autoload": {
1666 "psr-4": {
1667 "GrahamCampbell\\Manager\\": "src/"
1668 }
1669 },
1670 "notification-url": "https://packagist.org/downloads/",
1671 "license": [
1672 "MIT"
1673 ],
1674 "authors": [
1675 {
1676 "name": "Graham Campbell",
1677 "email": "hello@gjcampbell.co.uk",
1678 "homepage": "https://github.com/GrahamCampbell"
1679 }
1680 ],
1681 "description": "Manager Provides Some Manager Functionality For Laravel",
1682 "keywords": [
1683 "Graham Campbell",
1684 "GrahamCampbell",
1685 "Laravel Manager",
1686 "Laravel-Manager",
1687 "connector",
1688 "framework",
1689 "interface",
1690 "laravel",
1691 "manager"
1692 ],
1693 "support": {
1694 "issues": "https://github.com/GrahamCampbell/Laravel-Manager/issues",
1695 "source": "https://github.com/GrahamCampbell/Laravel-Manager/tree/v5.0.0"
1696 },
1697 "funding": [
1698 {
1699 "url": "https://github.com/GrahamCampbell",
1700 "type": "github"
1701 },
1702 {
1703 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/manager",
1704 "type": "tidelift"
1705 }
1706 ],
1707 "time": "2023-02-25T23:53:34+00:00"
1708 },
1709 {
1710 "name": "graham-campbell/result-type",
1711 "version": "v1.1.3",
1712 "source": {
1713 "type": "git",
1714 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1715 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
1716 },
1717 "dist": {
1718 "type": "zip",
1719 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
1720 "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
1721 "shasum": ""
1722 },
1723 "require": {
1724 "php": "^7.2.5 || ^8.0",
1725 "phpoption/phpoption": "^1.9.3"
1726 },
1727 "require-dev": {
1728 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
1729 },
1730 "type": "library",
1731 "autoload": {
1732 "psr-4": {
1733 "GrahamCampbell\\ResultType\\": "src/"
1734 }
1735 },
1736 "notification-url": "https://packagist.org/downloads/",
1737 "license": [
1738 "MIT"
1739 ],
1740 "authors": [
1741 {
1742 "name": "Graham Campbell",
1743 "email": "hello@gjcampbell.co.uk",
1744 "homepage": "https://github.com/GrahamCampbell"
1745 }
1746 ],
1747 "description": "An Implementation Of The Result Type",
1748 "keywords": [
1749 "Graham Campbell",
1750 "GrahamCampbell",
1751 "Result Type",
1752 "Result-Type",
1753 "result"
1754 ],
1755 "support": {
1756 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1757 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
1758 },
1759 "funding": [
1760 {
1761 "url": "https://github.com/GrahamCampbell",
1762 "type": "github"
1763 },
1764 {
1765 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1766 "type": "tidelift"
1767 }
1768 ],
1769 "time": "2024-07-20T21:45:45+00:00"
1770 },
1771 {
1772 "name": "guzzlehttp/guzzle",
1773 "version": "7.8.1",
1774 "source": {
1775 "type": "git",
1776 "url": "https://github.com/guzzle/guzzle.git",
1777 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
1778 },
1779 "dist": {
1780 "type": "zip",
1781 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
1782 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
1783 "shasum": ""
1784 },
1785 "require": {
1786 "ext-json": "*",
1787 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
1788 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
1789 "php": "^7.2.5 || ^8.0",
1790 "psr/http-client": "^1.0",
1791 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1792 },
1793 "provide": {
1794 "psr/http-client-implementation": "1.0"
1795 },
1796 "require-dev": {
1797 "bamarni/composer-bin-plugin": "^1.8.2",
1798 "ext-curl": "*",
1799 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1800 "php-http/message-factory": "^1.1",
1801 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1802 "psr/log": "^1.1 || ^2.0 || ^3.0"
1803 },
1804 "suggest": {
1805 "ext-curl": "Required for CURL handler support",
1806 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1807 "psr/log": "Required for using the Log middleware"
1808 },
1809 "type": "library",
1810 "extra": {
1811 "bamarni-bin": {
1812 "bin-links": true,
1813 "forward-command": false
1814 }
1815 },
1816 "autoload": {
1817 "files": [
1818 "src/functions_include.php"
1819 ],
1820 "psr-4": {
1821 "GuzzleHttp\\": "src/"
1822 }
1823 },
1824 "notification-url": "https://packagist.org/downloads/",
1825 "license": [
1826 "MIT"
1827 ],
1828 "authors": [
1829 {
1830 "name": "Graham Campbell",
1831 "email": "hello@gjcampbell.co.uk",
1832 "homepage": "https://github.com/GrahamCampbell"
1833 },
1834 {
1835 "name": "Michael Dowling",
1836 "email": "mtdowling@gmail.com",
1837 "homepage": "https://github.com/mtdowling"
1838 },
1839 {
1840 "name": "Jeremy Lindblom",
1841 "email": "jeremeamia@gmail.com",
1842 "homepage": "https://github.com/jeremeamia"
1843 },
1844 {
1845 "name": "George Mponos",
1846 "email": "gmponos@gmail.com",
1847 "homepage": "https://github.com/gmponos"
1848 },
1849 {
1850 "name": "Tobias Nyholm",
1851 "email": "tobias.nyholm@gmail.com",
1852 "homepage": "https://github.com/Nyholm"
1853 },
1854 {
1855 "name": "Márk Sági-Kazár",
1856 "email": "mark.sagikazar@gmail.com",
1857 "homepage": "https://github.com/sagikazarmark"
1858 },
1859 {
1860 "name": "Tobias Schultze",
1861 "email": "webmaster@tubo-world.de",
1862 "homepage": "https://github.com/Tobion"
1863 }
1864 ],
1865 "description": "Guzzle is a PHP HTTP client library",
1866 "keywords": [
1867 "client",
1868 "curl",
1869 "framework",
1870 "http",
1871 "http client",
1872 "psr-18",
1873 "psr-7",
1874 "rest",
1875 "web service"
1876 ],
1877 "support": {
1878 "issues": "https://github.com/guzzle/guzzle/issues",
1879 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
1880 },
1881 "funding": [
1882 {
1883 "url": "https://github.com/GrahamCampbell",
1884 "type": "github"
1885 },
1886 {
1887 "url": "https://github.com/Nyholm",
1888 "type": "github"
1889 },
1890 {
1891 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1892 "type": "tidelift"
1893 }
1894 ],
1895 "time": "2023-12-03T20:35:24+00:00"
1896 },
1897 {
1898 "name": "guzzlehttp/promises",
1899 "version": "2.0.2",
1900 "source": {
1901 "type": "git",
1902 "url": "https://github.com/guzzle/promises.git",
1903 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1904 },
1905 "dist": {
1906 "type": "zip",
1907 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1908 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1909 "shasum": ""
1910 },
1911 "require": {
1912 "php": "^7.2.5 || ^8.0"
1913 },
1914 "require-dev": {
1915 "bamarni/composer-bin-plugin": "^1.8.2",
1916 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1917 },
1918 "type": "library",
1919 "extra": {
1920 "bamarni-bin": {
1921 "bin-links": true,
1922 "forward-command": false
1923 }
1924 },
1925 "autoload": {
1926 "psr-4": {
1927 "GuzzleHttp\\Promise\\": "src/"
1928 }
1929 },
1930 "notification-url": "https://packagist.org/downloads/",
1931 "license": [
1932 "MIT"
1933 ],
1934 "authors": [
1935 {
1936 "name": "Graham Campbell",
1937 "email": "hello@gjcampbell.co.uk",
1938 "homepage": "https://github.com/GrahamCampbell"
1939 },
1940 {
1941 "name": "Michael Dowling",
1942 "email": "mtdowling@gmail.com",
1943 "homepage": "https://github.com/mtdowling"
1944 },
1945 {
1946 "name": "Tobias Nyholm",
1947 "email": "tobias.nyholm@gmail.com",
1948 "homepage": "https://github.com/Nyholm"
1949 },
1950 {
1951 "name": "Tobias Schultze",
1952 "email": "webmaster@tubo-world.de",
1953 "homepage": "https://github.com/Tobion"
1954 }
1955 ],
1956 "description": "Guzzle promises library",
1957 "keywords": [
1958 "promise"
1959 ],
1960 "support": {
1961 "issues": "https://github.com/guzzle/promises/issues",
1962 "source": "https://github.com/guzzle/promises/tree/2.0.2"
1963 },
1964 "funding": [
1965 {
1966 "url": "https://github.com/GrahamCampbell",
1967 "type": "github"
1968 },
1969 {
1970 "url": "https://github.com/Nyholm",
1971 "type": "github"
1972 },
1973 {
1974 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1975 "type": "tidelift"
1976 }
1977 ],
1978 "time": "2023-12-03T20:19:20+00:00"
1979 },
1980 {
1981 "name": "guzzlehttp/psr7",
1982 "version": "2.6.2",
1983 "source": {
1984 "type": "git",
1985 "url": "https://github.com/guzzle/psr7.git",
1986 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1987 },
1988 "dist": {
1989 "type": "zip",
1990 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1991 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1992 "shasum": ""
1993 },
1994 "require": {
1995 "php": "^7.2.5 || ^8.0",
1996 "psr/http-factory": "^1.0",
1997 "psr/http-message": "^1.1 || ^2.0",
1998 "ralouphie/getallheaders": "^3.0"
1999 },
2000 "provide": {
2001 "psr/http-factory-implementation": "1.0",
2002 "psr/http-message-implementation": "1.0"
2003 },
2004 "require-dev": {
2005 "bamarni/composer-bin-plugin": "^1.8.2",
2006 "http-interop/http-factory-tests": "^0.9",
2007 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
2008 },
2009 "suggest": {
2010 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2011 },
2012 "type": "library",
2013 "extra": {
2014 "bamarni-bin": {
2015 "bin-links": true,
2016 "forward-command": false
2017 }
2018 },
2019 "autoload": {
2020 "psr-4": {
2021 "GuzzleHttp\\Psr7\\": "src/"
2022 }
2023 },
2024 "notification-url": "https://packagist.org/downloads/",
2025 "license": [
2026 "MIT"
2027 ],
2028 "authors": [
2029 {
2030 "name": "Graham Campbell",
2031 "email": "hello@gjcampbell.co.uk",
2032 "homepage": "https://github.com/GrahamCampbell"
2033 },
2034 {
2035 "name": "Michael Dowling",
2036 "email": "mtdowling@gmail.com",
2037 "homepage": "https://github.com/mtdowling"
2038 },
2039 {
2040 "name": "George Mponos",
2041 "email": "gmponos@gmail.com",
2042 "homepage": "https://github.com/gmponos"
2043 },
2044 {
2045 "name": "Tobias Nyholm",
2046 "email": "tobias.nyholm@gmail.com",
2047 "homepage": "https://github.com/Nyholm"
2048 },
2049 {
2050 "name": "Márk Sági-Kazár",
2051 "email": "mark.sagikazar@gmail.com",
2052 "homepage": "https://github.com/sagikazarmark"
2053 },
2054 {
2055 "name": "Tobias Schultze",
2056 "email": "webmaster@tubo-world.de",
2057 "homepage": "https://github.com/Tobion"
2058 },
2059 {
2060 "name": "Márk Sági-Kazár",
2061 "email": "mark.sagikazar@gmail.com",
2062 "homepage": "https://sagikazarmark.hu"
2063 }
2064 ],
2065 "description": "PSR-7 message implementation that also provides common utility methods",
2066 "keywords": [
2067 "http",
2068 "message",
2069 "psr-7",
2070 "request",
2071 "response",
2072 "stream",
2073 "uri",
2074 "url"
2075 ],
2076 "support": {
2077 "issues": "https://github.com/guzzle/psr7/issues",
2078 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
2079 },
2080 "funding": [
2081 {
2082 "url": "https://github.com/GrahamCampbell",
2083 "type": "github"
2084 },
2085 {
2086 "url": "https://github.com/Nyholm",
2087 "type": "github"
2088 },
2089 {
2090 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
2091 "type": "tidelift"
2092 }
2093 ],
2094 "time": "2023-12-03T20:05:35+00:00"
2095 },
2096 {
2097 "name": "guzzlehttp/uri-template",
2098 "version": "v1.0.3",
2099 "source": {
2100 "type": "git",
2101 "url": "https://github.com/guzzle/uri-template.git",
2102 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
2103 },
2104 "dist": {
2105 "type": "zip",
2106 "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
2107 "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
2108 "shasum": ""
2109 },
2110 "require": {
2111 "php": "^7.2.5 || ^8.0",
2112 "symfony/polyfill-php80": "^1.24"
2113 },
2114 "require-dev": {
2115 "bamarni/composer-bin-plugin": "^1.8.2",
2116 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
2117 "uri-template/tests": "1.0.0"
2118 },
2119 "type": "library",
2120 "extra": {
2121 "bamarni-bin": {
2122 "bin-links": true,
2123 "forward-command": false
2124 }
2125 },
2126 "autoload": {
2127 "psr-4": {
2128 "GuzzleHttp\\UriTemplate\\": "src"
2129 }
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "license": [
2133 "MIT"
2134 ],
2135 "authors": [
2136 {
2137 "name": "Graham Campbell",
2138 "email": "hello@gjcampbell.co.uk",
2139 "homepage": "https://github.com/GrahamCampbell"
2140 },
2141 {
2142 "name": "Michael Dowling",
2143 "email": "mtdowling@gmail.com",
2144 "homepage": "https://github.com/mtdowling"
2145 },
2146 {
2147 "name": "George Mponos",
2148 "email": "gmponos@gmail.com",
2149 "homepage": "https://github.com/gmponos"
2150 },
2151 {
2152 "name": "Tobias Nyholm",
2153 "email": "tobias.nyholm@gmail.com",
2154 "homepage": "https://github.com/Nyholm"
2155 }
2156 ],
2157 "description": "A polyfill class for uri_template of PHP",
2158 "keywords": [
2159 "guzzlehttp",
2160 "uri-template"
2161 ],
2162 "support": {
2163 "issues": "https://github.com/guzzle/uri-template/issues",
2164 "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
2165 },
2166 "funding": [
2167 {
2168 "url": "https://github.com/GrahamCampbell",
2169 "type": "github"
2170 },
2171 {
2172 "url": "https://github.com/Nyholm",
2173 "type": "github"
2174 },
2175 {
2176 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
2177 "type": "tidelift"
2178 }
2179 ],
2180 "time": "2023-12-03T19:50:20+00:00"
2181 },
2182 {
2183 "name": "http-interop/http-factory-guzzle",
2184 "version": "1.2.0",
2185 "source": {
2186 "type": "git",
2187 "url": "https://github.com/http-interop/http-factory-guzzle.git",
2188 "reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
2189 },
2190 "dist": {
2191 "type": "zip",
2192 "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
2193 "reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
2194 "shasum": ""
2195 },
2196 "require": {
2197 "guzzlehttp/psr7": "^1.7||^2.0",
2198 "php": ">=7.3",
2199 "psr/http-factory": "^1.0"
2200 },
2201 "provide": {
2202 "psr/http-factory-implementation": "^1.0"
2203 },
2204 "require-dev": {
2205 "http-interop/http-factory-tests": "^0.9",
2206 "phpunit/phpunit": "^9.5"
2207 },
2208 "suggest": {
2209 "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
2210 },
2211 "type": "library",
2212 "autoload": {
2213 "psr-4": {
2214 "Http\\Factory\\Guzzle\\": "src/"
2215 }
2216 },
2217 "notification-url": "https://packagist.org/downloads/",
2218 "license": [
2219 "MIT"
2220 ],
2221 "authors": [
2222 {
2223 "name": "PHP-FIG",
2224 "homepage": "http://www.php-fig.org/"
2225 }
2226 ],
2227 "description": "An HTTP Factory using Guzzle PSR7",
2228 "keywords": [
2229 "factory",
2230 "http",
2231 "psr-17",
2232 "psr-7"
2233 ],
2234 "support": {
2235 "issues": "https://github.com/http-interop/http-factory-guzzle/issues",
2236 "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
2237 },
2238 "time": "2021-07-21T13:50:14+00:00"
2239 },
2240 {
2241 "name": "itsgoingd/clockwork",
2242 "version": "v5.1.12",
2243 "source": {
2244 "type": "git",
2245 "url": "https://github.com/itsgoingd/clockwork.git",
2246 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b"
2247 },
2248 "dist": {
2249 "type": "zip",
2250 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
2251 "reference": "c9dbdbb1f0efd19bb80f1080ef63f1b9b1bc3b1b",
2252 "shasum": ""
2253 },
2254 "require": {
2255 "ext-json": "*",
2256 "php": ">=5.6"
2257 },
2258 "type": "library",
2259 "extra": {
2260 "laravel": {
2261 "providers": [
2262 "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
2263 ],
2264 "aliases": {
2265 "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
2266 }
2267 }
2268 },
2269 "autoload": {
2270 "psr-4": {
2271 "Clockwork\\": "Clockwork/"
2272 }
2273 },
2274 "notification-url": "https://packagist.org/downloads/",
2275 "license": [
2276 "MIT"
2277 ],
2278 "authors": [
2279 {
2280 "name": "itsgoingd",
2281 "email": "itsgoingd@luzer.sk",
2282 "homepage": "https://twitter.com/itsgoingd"
2283 }
2284 ],
2285 "description": "php dev tools in your browser",
2286 "homepage": "https://underground.works/clockwork",
2287 "keywords": [
2288 "Devtools",
2289 "debugging",
2290 "laravel",
2291 "logging",
2292 "lumen",
2293 "profiling",
2294 "slim"
2295 ],
2296 "support": {
2297 "issues": "https://github.com/itsgoingd/clockwork/issues",
2298 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.12"
2299 },
2300 "funding": [
2301 {
2302 "url": "https://github.com/itsgoingd",
2303 "type": "github"
2304 }
2305 ],
2306 "time": "2022-12-13T00:04:12+00:00"
2307 },
2308 {
2309 "name": "jaybizzle/crawler-detect",
2310 "version": "v1.2.115",
2311 "source": {
2312 "type": "git",
2313 "url": "https://github.com/JayBizzle/Crawler-Detect.git",
2314 "reference": "4531e4a70d55d10cbe7d41ac1ff0d75a5fe2ef1e"
2315 },
2316 "dist": {
2317 "type": "zip",
2318 "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/4531e4a70d55d10cbe7d41ac1ff0d75a5fe2ef1e",
2319 "reference": "4531e4a70d55d10cbe7d41ac1ff0d75a5fe2ef1e",
2320 "shasum": ""
2321 },
2322 "require": {
2323 "php": ">=5.3.0"
2324 },
2325 "require-dev": {
2326 "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
2327 },
2328 "type": "library",
2329 "autoload": {
2330 "psr-4": {
2331 "Jaybizzle\\CrawlerDetect\\": "src/"
2332 }
2333 },
2334 "notification-url": "https://packagist.org/downloads/",
2335 "license": [
2336 "MIT"
2337 ],
2338 "authors": [
2339 {
2340 "name": "Mark Beech",
2341 "email": "m@rkbee.ch",
2342 "role": "Developer"
2343 }
2344 ],
2345 "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
2346 "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
2347 "keywords": [
2348 "crawler",
2349 "crawler detect",
2350 "crawler detector",
2351 "crawlerdetect",
2352 "php crawler detect"
2353 ],
2354 "support": {
2355 "issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
2356 "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.115"
2357 },
2358 "time": "2023-06-05T21:32:18+00:00"
2359 },
2360 {
2361 "name": "jean85/pretty-package-versions",
2362 "version": "2.0.5",
2363 "source": {
2364 "type": "git",
2365 "url": "https://github.com/Jean85/pretty-package-versions.git",
2366 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
2367 },
2368 "dist": {
2369 "type": "zip",
2370 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
2371 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
2372 "shasum": ""
2373 },
2374 "require": {
2375 "composer-runtime-api": "^2.0.0",
2376 "php": "^7.1|^8.0"
2377 },
2378 "require-dev": {
2379 "friendsofphp/php-cs-fixer": "^2.17",
2380 "jean85/composer-provided-replaced-stub-package": "^1.0",
2381 "phpstan/phpstan": "^0.12.66",
2382 "phpunit/phpunit": "^7.5|^8.5|^9.4",
2383 "vimeo/psalm": "^4.3"
2384 },
2385 "type": "library",
2386 "extra": {
2387 "branch-alias": {
2388 "dev-master": "1.x-dev"
2389 }
2390 },
2391 "autoload": {
2392 "psr-4": {
2393 "Jean85\\": "src/"
2394 }
2395 },
2396 "notification-url": "https://packagist.org/downloads/",
2397 "license": [
2398 "MIT"
2399 ],
2400 "authors": [
2401 {
2402 "name": "Alessandro Lai",
2403 "email": "alessandro.lai85@gmail.com"
2404 }
2405 ],
2406 "description": "A library to get pretty versions strings of installed dependencies",
2407 "keywords": [
2408 "composer",
2409 "package",
2410 "release",
2411 "versions"
2412 ],
2413 "support": {
2414 "issues": "https://github.com/Jean85/pretty-package-versions/issues",
2415 "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
2416 },
2417 "time": "2021-10-08T21:21:46+00:00"
2418 },
2419 {
2420 "name": "jenssegers/agent",
2421 "version": "v2.6.4",
2422 "source": {
2423 "type": "git",
2424 "url": "https://github.com/jenssegers/agent.git",
2425 "reference": "daa11c43729510b3700bc34d414664966b03bffe"
2426 },
2427 "dist": {
2428 "type": "zip",
2429 "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe",
2430 "reference": "daa11c43729510b3700bc34d414664966b03bffe",
2431 "shasum": ""
2432 },
2433 "require": {
2434 "jaybizzle/crawler-detect": "^1.2",
2435 "mobiledetect/mobiledetectlib": "^2.7.6",
2436 "php": ">=5.6"
2437 },
2438 "require-dev": {
2439 "php-coveralls/php-coveralls": "^2.1",
2440 "phpunit/phpunit": "^5.0|^6.0|^7.0"
2441 },
2442 "suggest": {
2443 "illuminate/support": "Required for laravel service providers"
2444 },
2445 "type": "library",
2446 "extra": {
2447 "branch-alias": {
2448 "dev-master": "3.0-dev"
2449 },
2450 "laravel": {
2451 "providers": [
2452 "Jenssegers\\Agent\\AgentServiceProvider"
2453 ],
2454 "aliases": {
2455 "Agent": "Jenssegers\\Agent\\Facades\\Agent"
2456 }
2457 }
2458 },
2459 "autoload": {
2460 "psr-4": {
2461 "Jenssegers\\Agent\\": "src/"
2462 }
2463 },
2464 "notification-url": "https://packagist.org/downloads/",
2465 "license": [
2466 "MIT"
2467 ],
2468 "authors": [
2469 {
2470 "name": "Jens Segers",
2471 "homepage": "https://jenssegers.com"
2472 }
2473 ],
2474 "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
2475 "homepage": "https://github.com/jenssegers/agent",
2476 "keywords": [
2477 "Agent",
2478 "browser",
2479 "desktop",
2480 "laravel",
2481 "mobile",
2482 "platform",
2483 "user agent",
2484 "useragent"
2485 ],
2486 "support": {
2487 "issues": "https://github.com/jenssegers/agent/issues",
2488 "source": "https://github.com/jenssegers/agent/tree/v2.6.4"
2489 },
2490 "funding": [
2491 {
2492 "url": "https://github.com/jenssegers",
2493 "type": "github"
2494 },
2495 {
2496 "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent",
2497 "type": "tidelift"
2498 }
2499 ],
2500 "time": "2020-06-13T08:05:20+00:00"
2501 },
2502 {
2503 "name": "knplabs/github-api",
2504 "version": "v3.11.0",
2505 "source": {
2506 "type": "git",
2507 "url": "https://github.com/KnpLabs/php-github-api.git",
2508 "reference": "c68b874ac3267c3cc0544b726dbb4e49a72a9920"
2509 },
2510 "dist": {
2511 "type": "zip",
2512 "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/c68b874ac3267c3cc0544b726dbb4e49a72a9920",
2513 "reference": "c68b874ac3267c3cc0544b726dbb4e49a72a9920",
2514 "shasum": ""
2515 },
2516 "require": {
2517 "ext-json": "*",
2518 "php": "^7.2.5 || ^8.0",
2519 "php-http/cache-plugin": "^1.7.1",
2520 "php-http/client-common": "^2.3",
2521 "php-http/discovery": "^1.12",
2522 "php-http/httplug": "^2.2",
2523 "php-http/multipart-stream-builder": "^1.1.2",
2524 "psr/cache": "^1.0|^2.0|^3.0",
2525 "psr/http-client-implementation": "^1.0",
2526 "psr/http-factory-implementation": "^1.0",
2527 "psr/http-message": "^1.0",
2528 "symfony/deprecation-contracts": "^2.2|^3.0",
2529 "symfony/polyfill-php80": "^1.17"
2530 },
2531 "require-dev": {
2532 "guzzlehttp/guzzle": "^7.2",
2533 "guzzlehttp/psr7": "^1.7",
2534 "http-interop/http-factory-guzzle": "^1.0",
2535 "php-http/mock-client": "^1.4.1",
2536 "phpstan/extension-installer": "^1.0.5",
2537 "phpstan/phpstan": "^0.12.57",
2538 "phpstan/phpstan-deprecation-rules": "^0.12.5",
2539 "phpunit/phpunit": "^8.5 || ^9.4",
2540 "symfony/cache": "^5.1.8",
2541 "symfony/phpunit-bridge": "^5.2"
2542 },
2543 "type": "library",
2544 "extra": {
2545 "branch-alias": {
2546 "dev-2.x": "2.20.x-dev",
2547 "dev-master": "3.10.x-dev"
2548 }
2549 },
2550 "autoload": {
2551 "psr-4": {
2552 "Github\\": "lib/Github/"
2553 }
2554 },
2555 "notification-url": "https://packagist.org/downloads/",
2556 "license": [
2557 "MIT"
2558 ],
2559 "authors": [
2560 {
2561 "name": "KnpLabs Team",
2562 "homepage": "http://knplabs.com"
2563 },
2564 {
2565 "name": "Thibault Duplessis",
2566 "email": "thibault.duplessis@gmail.com",
2567 "homepage": "http://ornicar.github.com"
2568 }
2569 ],
2570 "description": "GitHub API v3 client",
2571 "homepage": "https://github.com/KnpLabs/php-github-api",
2572 "keywords": [
2573 "api",
2574 "gh",
2575 "gist",
2576 "github"
2577 ],
2578 "support": {
2579 "issues": "https://github.com/KnpLabs/php-github-api/issues",
2580 "source": "https://github.com/KnpLabs/php-github-api/tree/v3.11.0"
2581 },
2582 "funding": [
2583 {
2584 "url": "https://github.com/acrobat",
2585 "type": "github"
2586 }
2587 ],
2588 "time": "2023-03-10T11:40:14+00:00"
2589 },
2590 {
2591 "name": "knuckleswtf/scribe",
2592 "version": "4.21.2",
2593 "source": {
2594 "type": "git",
2595 "url": "https://github.com/knuckleswtf/scribe.git",
2596 "reference": "b4b190cd1f8a0c234061cb8d6cbe019eaa13c495"
2597 },
2598 "dist": {
2599 "type": "zip",
2600 "url": "https://api.github.com/repos/knuckleswtf/scribe/zipball/b4b190cd1f8a0c234061cb8d6cbe019eaa13c495",
2601 "reference": "b4b190cd1f8a0c234061cb8d6cbe019eaa13c495",
2602 "shasum": ""
2603 },
2604 "require": {
2605 "erusev/parsedown": "1.7.4",
2606 "ext-fileinfo": "*",
2607 "ext-json": "*",
2608 "ext-pdo": "*",
2609 "fakerphp/faker": "^1.9.1",
2610 "illuminate/console": "^8.0|^9.0|^10.0",
2611 "illuminate/routing": "^8.0|^9.0|^10.0",
2612 "illuminate/support": "^8.0|^9.0|^10.0",
2613 "league/flysystem": "^1.1.4|^2.1.1|^3.0",
2614 "mpociot/reflection-docblock": "^1.0.1",
2615 "nikic/php-parser": "^4.10",
2616 "nunomaduro/collision": "^5.10|^6.0|^7.0",
2617 "php": ">=8.0",
2618 "ramsey/uuid": "^4.2.2",
2619 "shalvah/clara": "^3.1.0",
2620 "shalvah/upgrader": "^0.3.0",
2621 "spatie/data-transfer-object": "^2.6|^3.0",
2622 "symfony/var-exporter": "^5.4|^6.0",
2623 "symfony/yaml": "^5.4|^6.0"
2624 },
2625 "replace": {
2626 "mpociot/laravel-apidoc-generator": "*"
2627 },
2628 "require-dev": {
2629 "brianium/paratest": "^6.0",
2630 "dms/phpunit-arraysubset-asserts": "^0.4",
2631 "laravel/legacy-factories": "^1.3.0",
2632 "laravel/lumen-framework": "^8.0|^9.0|^10.0",
2633 "league/fractal": "^0.20",
2634 "nikic/fast-route": "^1.3",
2635 "orchestra/testbench": "^6.0|^7.0|^8.0",
2636 "pestphp/pest": "^1.21",
2637 "phpstan/phpstan": "^1.0",
2638 "phpunit/phpunit": "^9.0|^10.0",
2639 "symfony/css-selector": "^5.4|^6.0",
2640 "symfony/dom-crawler": "^5.4|^6.0"
2641 },
2642 "type": "library",
2643 "extra": {
2644 "laravel": {
2645 "providers": [
2646 "Knuckles\\Scribe\\ScribeServiceProvider"
2647 ]
2648 }
2649 },
2650 "autoload": {
2651 "psr-4": {
2652 "Knuckles\\Camel\\": "camel/",
2653 "Knuckles\\Scribe\\": "src/"
2654 }
2655 },
2656 "notification-url": "https://packagist.org/downloads/",
2657 "license": [
2658 "MIT"
2659 ],
2660 "authors": [
2661 {
2662 "name": "Shalvah"
2663 }
2664 ],
2665 "description": "Generate API documentation for humans from your Laravel codebase.✍",
2666 "homepage": "http://github.com/knuckleswtf/scribe",
2667 "keywords": [
2668 "api",
2669 "dingo",
2670 "documentation",
2671 "laravel"
2672 ],
2673 "support": {
2674 "issues": "https://github.com/knuckleswtf/scribe/issues",
2675 "source": "https://github.com/knuckleswtf/scribe/tree/4.21.2"
2676 },
2677 "funding": [
2678 {
2679 "url": "https://patreon.com/shalvah",
2680 "type": "patreon"
2681 }
2682 ],
2683 "time": "2023-06-05T17:37:20+00:00"
2684 },
2685 {
2686 "name": "laminas/laminas-diactoros",
2687 "version": "3.3.0",
2688 "source": {
2689 "type": "git",
2690 "url": "https://github.com/laminas/laminas-diactoros.git",
2691 "reference": "4db52734837c60259c9b2d7caf08eef8f7f9b9ac"
2692 },
2693 "dist": {
2694 "type": "zip",
2695 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/4db52734837c60259c9b2d7caf08eef8f7f9b9ac",
2696 "reference": "4db52734837c60259c9b2d7caf08eef8f7f9b9ac",
2697 "shasum": ""
2698 },
2699 "require": {
2700 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2701 "psr/http-factory": "^1.0.2",
2702 "psr/http-message": "^1.1 || ^2.0"
2703 },
2704 "provide": {
2705 "psr/http-factory-implementation": "^1.1 || ^2.0",
2706 "psr/http-message-implementation": "^1.1 || ^2.0"
2707 },
2708 "require-dev": {
2709 "ext-curl": "*",
2710 "ext-dom": "*",
2711 "ext-gd": "*",
2712 "ext-libxml": "*",
2713 "http-interop/http-factory-tests": "^0.9.0",
2714 "laminas/laminas-coding-standard": "~2.5.0",
2715 "php-http/psr7-integration-tests": "^1.3",
2716 "phpunit/phpunit": "^9.5.28",
2717 "psalm/plugin-phpunit": "^0.18.4",
2718 "vimeo/psalm": "^5.15.0"
2719 },
2720 "type": "library",
2721 "extra": {
2722 "laminas": {
2723 "config-provider": "Laminas\\Diactoros\\ConfigProvider",
2724 "module": "Laminas\\Diactoros"
2725 }
2726 },
2727 "autoload": {
2728 "files": [
2729 "src/functions/create_uploaded_file.php",
2730 "src/functions/marshal_headers_from_sapi.php",
2731 "src/functions/marshal_method_from_sapi.php",
2732 "src/functions/marshal_protocol_version_from_sapi.php",
2733 "src/functions/normalize_server.php",
2734 "src/functions/normalize_uploaded_files.php",
2735 "src/functions/parse_cookie_header.php"
2736 ],
2737 "psr-4": {
2738 "Laminas\\Diactoros\\": "src/"
2739 }
2740 },
2741 "notification-url": "https://packagist.org/downloads/",
2742 "license": [
2743 "BSD-3-Clause"
2744 ],
2745 "description": "PSR HTTP Message implementations",
2746 "homepage": "https://laminas.dev",
2747 "keywords": [
2748 "http",
2749 "laminas",
2750 "psr",
2751 "psr-17",
2752 "psr-7"
2753 ],
2754 "support": {
2755 "chat": "https://laminas.dev/chat",
2756 "docs": "https://docs.laminas.dev/laminas-diactoros/",
2757 "forum": "https://discourse.laminas.dev",
2758 "issues": "https://github.com/laminas/laminas-diactoros/issues",
2759 "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
2760 "source": "https://github.com/laminas/laminas-diactoros"
2761 },
2762 "funding": [
2763 {
2764 "url": "https://funding.communitybridge.org/projects/laminas-project",
2765 "type": "community_bridge"
2766 }
2767 ],
2768 "time": "2023-10-26T11:01:07+00:00"
2769 },
2770 {
2771 "name": "laravel/framework",
2772 "version": "v10.48.23",
2773 "source": {
2774 "type": "git",
2775 "url": "https://github.com/laravel/framework.git",
2776 "reference": "625269ca4881d2b50eded2045cb930960a181d98"
2777 },
2778 "dist": {
2779 "type": "zip",
2780 "url": "https://api.github.com/repos/laravel/framework/zipball/625269ca4881d2b50eded2045cb930960a181d98",
2781 "reference": "625269ca4881d2b50eded2045cb930960a181d98",
2782 "shasum": ""
2783 },
2784 "require": {
2785 "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
2786 "composer-runtime-api": "^2.2",
2787 "doctrine/inflector": "^2.0.5",
2788 "dragonmantank/cron-expression": "^3.3.2",
2789 "egulias/email-validator": "^3.2.1|^4.0",
2790 "ext-ctype": "*",
2791 "ext-filter": "*",
2792 "ext-hash": "*",
2793 "ext-mbstring": "*",
2794 "ext-openssl": "*",
2795 "ext-session": "*",
2796 "ext-tokenizer": "*",
2797 "fruitcake/php-cors": "^1.2",
2798 "guzzlehttp/uri-template": "^1.0",
2799 "laravel/prompts": "^0.1.9",
2800 "laravel/serializable-closure": "^1.3",
2801 "league/commonmark": "^2.2.1",
2802 "league/flysystem": "^3.8.0",
2803 "monolog/monolog": "^3.0",
2804 "nesbot/carbon": "^2.67",
2805 "nunomaduro/termwind": "^1.13",
2806 "php": "^8.1",
2807 "psr/container": "^1.1.1|^2.0.1",
2808 "psr/log": "^1.0|^2.0|^3.0",
2809 "psr/simple-cache": "^1.0|^2.0|^3.0",
2810 "ramsey/uuid": "^4.7",
2811 "symfony/console": "^6.2",
2812 "symfony/error-handler": "^6.2",
2813 "symfony/finder": "^6.2",
2814 "symfony/http-foundation": "^6.4",
2815 "symfony/http-kernel": "^6.2",
2816 "symfony/mailer": "^6.2",
2817 "symfony/mime": "^6.2",
2818 "symfony/process": "^6.2",
2819 "symfony/routing": "^6.2",
2820 "symfony/uid": "^6.2",
2821 "symfony/var-dumper": "^6.2",
2822 "tijsverkoyen/css-to-inline-styles": "^2.2.5",
2823 "vlucas/phpdotenv": "^5.4.1",
2824 "voku/portable-ascii": "^2.0"
2825 },
2826 "conflict": {
2827 "carbonphp/carbon-doctrine-types": ">=3.0",
2828 "doctrine/dbal": ">=4.0",
2829 "mockery/mockery": "1.6.8",
2830 "phpunit/phpunit": ">=11.0.0",
2831 "tightenco/collect": "<5.5.33"
2832 },
2833 "provide": {
2834 "psr/container-implementation": "1.1|2.0",
2835 "psr/simple-cache-implementation": "1.0|2.0|3.0"
2836 },
2837 "replace": {
2838 "illuminate/auth": "self.version",
2839 "illuminate/broadcasting": "self.version",
2840 "illuminate/bus": "self.version",
2841 "illuminate/cache": "self.version",
2842 "illuminate/collections": "self.version",
2843 "illuminate/conditionable": "self.version",
2844 "illuminate/config": "self.version",
2845 "illuminate/console": "self.version",
2846 "illuminate/container": "self.version",
2847 "illuminate/contracts": "self.version",
2848 "illuminate/cookie": "self.version",
2849 "illuminate/database": "self.version",
2850 "illuminate/encryption": "self.version",
2851 "illuminate/events": "self.version",
2852 "illuminate/filesystem": "self.version",
2853 "illuminate/hashing": "self.version",
2854 "illuminate/http": "self.version",
2855 "illuminate/log": "self.version",
2856 "illuminate/macroable": "self.version",
2857 "illuminate/mail": "self.version",
2858 "illuminate/notifications": "self.version",
2859 "illuminate/pagination": "self.version",
2860 "illuminate/pipeline": "self.version",
2861 "illuminate/process": "self.version",
2862 "illuminate/queue": "self.version",
2863 "illuminate/redis": "self.version",
2864 "illuminate/routing": "self.version",
2865 "illuminate/session": "self.version",
2866 "illuminate/support": "self.version",
2867 "illuminate/testing": "self.version",
2868 "illuminate/translation": "self.version",
2869 "illuminate/validation": "self.version",
2870 "illuminate/view": "self.version"
2871 },
2872 "require-dev": {
2873 "ably/ably-php": "^1.0",
2874 "aws/aws-sdk-php": "^3.235.5",
2875 "doctrine/dbal": "^3.5.1",
2876 "ext-gmp": "*",
2877 "fakerphp/faker": "^1.21",
2878 "guzzlehttp/guzzle": "^7.5",
2879 "league/flysystem-aws-s3-v3": "^3.0",
2880 "league/flysystem-ftp": "^3.0",
2881 "league/flysystem-path-prefixing": "^3.3",
2882 "league/flysystem-read-only": "^3.3",
2883 "league/flysystem-sftp-v3": "^3.0",
2884 "mockery/mockery": "^1.5.1",
2885 "nyholm/psr7": "^1.2",
2886 "orchestra/testbench-core": "^8.23.4",
2887 "pda/pheanstalk": "^4.0",
2888 "phpstan/phpstan": "^1.4.7",
2889 "phpunit/phpunit": "^10.0.7",
2890 "predis/predis": "^2.0.2",
2891 "symfony/cache": "^6.2",
2892 "symfony/http-client": "^6.2.4",
2893 "symfony/psr-http-message-bridge": "^2.0"
2894 },
2895 "suggest": {
2896 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
2897 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
2898 "brianium/paratest": "Required to run tests in parallel (^6.0).",
2899 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
2900 "ext-apcu": "Required to use the APC cache driver.",
2901 "ext-fileinfo": "Required to use the Filesystem class.",
2902 "ext-ftp": "Required to use the Flysystem FTP driver.",
2903 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
2904 "ext-memcached": "Required to use the memcache cache driver.",
2905 "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
2906 "ext-pdo": "Required to use all database features.",
2907 "ext-posix": "Required to use all features of the queue worker.",
2908 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
2909 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
2910 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2911 "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
2912 "laravel/tinker": "Required to use the tinker console command (^2.0).",
2913 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
2914 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
2915 "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
2916 "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
2917 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
2918 "mockery/mockery": "Required to use mocking (^1.5.1).",
2919 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2920 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2921 "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
2922 "predis/predis": "Required to use the predis connector (^2.0.2).",
2923 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2924 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
2925 "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
2926 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
2927 "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
2928 "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
2929 "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
2930 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
2931 },
2932 "type": "library",
2933 "extra": {
2934 "branch-alias": {
2935 "dev-master": "10.x-dev"
2936 }
2937 },
2938 "autoload": {
2939 "files": [
2940 "src/Illuminate/Collections/helpers.php",
2941 "src/Illuminate/Events/functions.php",
2942 "src/Illuminate/Filesystem/functions.php",
2943 "src/Illuminate/Foundation/helpers.php",
2944 "src/Illuminate/Support/helpers.php"
2945 ],
2946 "psr-4": {
2947 "Illuminate\\": "src/Illuminate/",
2948 "Illuminate\\Support\\": [
2949 "src/Illuminate/Macroable/",
2950 "src/Illuminate/Collections/",
2951 "src/Illuminate/Conditionable/"
2952 ]
2953 }
2954 },
2955 "notification-url": "https://packagist.org/downloads/",
2956 "license": [
2957 "MIT"
2958 ],
2959 "authors": [
2960 {
2961 "name": "Taylor Otwell",
2962 "email": "taylor@laravel.com"
2963 }
2964 ],
2965 "description": "The Laravel Framework.",
2966 "homepage": "https://laravel.com",
2967 "keywords": [
2968 "framework",
2969 "laravel"
2970 ],
2971 "support": {
2972 "issues": "https://github.com/laravel/framework/issues",
2973 "source": "https://github.com/laravel/framework"
2974 },
2975 "time": "2024-11-12T15:39:10+00:00"
2976 },
2977 {
2978 "name": "laravel/helpers",
2979 "version": "v1.6.0",
2980 "source": {
2981 "type": "git",
2982 "url": "https://github.com/laravel/helpers.git",
2983 "reference": "4dd0f9436d3911611622a6ced8329a1710576f60"
2984 },
2985 "dist": {
2986 "type": "zip",
2987 "url": "https://api.github.com/repos/laravel/helpers/zipball/4dd0f9436d3911611622a6ced8329a1710576f60",
2988 "reference": "4dd0f9436d3911611622a6ced8329a1710576f60",
2989 "shasum": ""
2990 },
2991 "require": {
2992 "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
2993 "php": "^7.1.3|^8.0"
2994 },
2995 "require-dev": {
2996 "phpunit/phpunit": "^7.0|^8.0|^9.0"
2997 },
2998 "type": "library",
2999 "extra": {
3000 "branch-alias": {
3001 "dev-master": "1.x-dev"
3002 }
3003 },
3004 "autoload": {
3005 "files": [
3006 "src/helpers.php"
3007 ]
3008 },
3009 "notification-url": "https://packagist.org/downloads/",
3010 "license": [
3011 "MIT"
3012 ],
3013 "authors": [
3014 {
3015 "name": "Taylor Otwell",
3016 "email": "taylor@laravel.com"
3017 },
3018 {
3019 "name": "Dries Vints",
3020 "email": "dries@laravel.com"
3021 }
3022 ],
3023 "description": "Provides backwards compatibility for helpers in the latest Laravel release.",
3024 "keywords": [
3025 "helpers",
3026 "laravel"
3027 ],
3028 "support": {
3029 "source": "https://github.com/laravel/helpers/tree/v1.6.0"
3030 },
3031 "time": "2023-01-09T14:48:11+00:00"
3032 },
3033 {
3034 "name": "laravel/octane",
3035 "version": "v2.2.7",
3036 "source": {
3037 "type": "git",
3038 "url": "https://github.com/laravel/octane.git",
3039 "reference": "9f36957a2166ba13fd9787246fbba061f307a3f6"
3040 },
3041 "dist": {
3042 "type": "zip",
3043 "url": "https://api.github.com/repos/laravel/octane/zipball/9f36957a2166ba13fd9787246fbba061f307a3f6",
3044 "reference": "9f36957a2166ba13fd9787246fbba061f307a3f6",
3045 "shasum": ""
3046 },
3047 "require": {
3048 "laminas/laminas-diactoros": "^3.0",
3049 "laravel/framework": "^10.10.1",
3050 "laravel/serializable-closure": "^1.3.0",
3051 "nesbot/carbon": "^2.66.0",
3052 "php": "^8.1.0",
3053 "symfony/psr-http-message-bridge": "^2.2.0"
3054 },
3055 "conflict": {
3056 "spiral/roadrunner": "<2023.1.0",
3057 "spiral/roadrunner-cli": "<2.5.0",
3058 "spiral/roadrunner-http": "<3.0.1"
3059 },
3060 "require-dev": {
3061 "guzzlehttp/guzzle": "^7.6.1",
3062 "inertiajs/inertia-laravel": "^0.6.9",
3063 "laravel/scout": "^10.2.1",
3064 "laravel/socialite": "^5.6.1",
3065 "livewire/livewire": "^2.12.3",
3066 "mockery/mockery": "^1.5.1",
3067 "nunomaduro/collision": "^6.4.0|^7.5.2",
3068 "orchestra/testbench": "^8.5.2",
3069 "phpstan/phpstan": "^1.10.15",
3070 "phpunit/phpunit": "^10.1.3",
3071 "spiral/roadrunner-cli": "^2.5.0",
3072 "spiral/roadrunner-http": "^3.0.1"
3073 },
3074 "bin": [
3075 "bin/roadrunner-worker",
3076 "bin/swoole-server"
3077 ],
3078 "type": "library",
3079 "extra": {
3080 "branch-alias": {
3081 "dev-master": "2.x-dev"
3082 },
3083 "laravel": {
3084 "providers": [
3085 "Laravel\\Octane\\OctaneServiceProvider"
3086 ],
3087 "aliases": {
3088 "Octane": "Laravel\\Octane\\Facades\\Octane"
3089 }
3090 }
3091 },
3092 "autoload": {
3093 "psr-4": {
3094 "Laravel\\Octane\\": "src"
3095 }
3096 },
3097 "notification-url": "https://packagist.org/downloads/",
3098 "license": [
3099 "MIT"
3100 ],
3101 "authors": [
3102 {
3103 "name": "Taylor Otwell",
3104 "email": "taylor@laravel.com"
3105 }
3106 ],
3107 "description": "Supercharge your Laravel application's performance.",
3108 "keywords": [
3109 "frankenphp",
3110 "laravel",
3111 "octane",
3112 "roadrunner",
3113 "swoole"
3114 ],
3115 "support": {
3116 "issues": "https://github.com/laravel/octane/issues",
3117 "source": "https://github.com/laravel/octane"
3118 },
3119 "time": "2024-01-08T14:58:30+00:00"
3120 },
3121 {
3122 "name": "laravel/passport",
3123 "version": "v11.8.7",
3124 "source": {
3125 "type": "git",
3126 "url": "https://github.com/laravel/passport.git",
3127 "reference": "48a03ffbfce7217b7ceba2c8e685ae8caa68db10"
3128 },
3129 "dist": {
3130 "type": "zip",
3131 "url": "https://api.github.com/repos/laravel/passport/zipball/48a03ffbfce7217b7ceba2c8e685ae8caa68db10",
3132 "reference": "48a03ffbfce7217b7ceba2c8e685ae8caa68db10",
3133 "shasum": ""
3134 },
3135 "require": {
3136 "ext-json": "*",
3137 "firebase/php-jwt": "^6.4",
3138 "illuminate/auth": "^9.0|^10.0",
3139 "illuminate/console": "^9.0|^10.0",
3140 "illuminate/container": "^9.0|^10.0",
3141 "illuminate/contracts": "^9.0|^10.0",
3142 "illuminate/cookie": "^9.0|^10.0",
3143 "illuminate/database": "^9.0|^10.0",
3144 "illuminate/encryption": "^9.0|^10.0",
3145 "illuminate/http": "^9.0|^10.0",
3146 "illuminate/support": "^9.0|^10.0",
3147 "lcobucci/jwt": "^4.3|^5.0",
3148 "league/oauth2-server": "^8.5.1",
3149 "nyholm/psr7": "^1.5",
3150 "php": "^8.0",
3151 "phpseclib/phpseclib": "^2.0|^3.0",
3152 "symfony/psr-http-message-bridge": "^2.1"
3153 },
3154 "require-dev": {
3155 "mockery/mockery": "^1.0",
3156 "orchestra/testbench": "^7.0|^8.0",
3157 "phpstan/phpstan": "^1.10",
3158 "phpunit/phpunit": "^9.3"
3159 },
3160 "type": "library",
3161 "extra": {
3162 "branch-alias": {
3163 "dev-master": "11.x-dev"
3164 },
3165 "laravel": {
3166 "providers": [
3167 "Laravel\\Passport\\PassportServiceProvider"
3168 ]
3169 }
3170 },
3171 "autoload": {
3172 "psr-4": {
3173 "Laravel\\Passport\\": "src/",
3174 "Laravel\\Passport\\Database\\Factories\\": "database/factories/"
3175 }
3176 },
3177 "notification-url": "https://packagist.org/downloads/",
3178 "license": [
3179 "MIT"
3180 ],
3181 "authors": [
3182 {
3183 "name": "Taylor Otwell",
3184 "email": "taylor@laravel.com"
3185 }
3186 ],
3187 "description": "Laravel Passport provides OAuth2 server support to Laravel.",
3188 "keywords": [
3189 "laravel",
3190 "oauth",
3191 "passport"
3192 ],
3193 "support": {
3194 "issues": "https://github.com/laravel/passport/issues",
3195 "source": "https://github.com/laravel/passport"
3196 },
3197 "time": "2023-04-28T10:08:34+00:00"
3198 },
3199 {
3200 "name": "laravel/prompts",
3201 "version": "v0.1.25",
3202 "source": {
3203 "type": "git",
3204 "url": "https://github.com/laravel/prompts.git",
3205 "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95"
3206 },
3207 "dist": {
3208 "type": "zip",
3209 "url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95",
3210 "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95",
3211 "shasum": ""
3212 },
3213 "require": {
3214 "ext-mbstring": "*",
3215 "illuminate/collections": "^10.0|^11.0",
3216 "php": "^8.1",
3217 "symfony/console": "^6.2|^7.0"
3218 },
3219 "conflict": {
3220 "illuminate/console": ">=10.17.0 <10.25.0",
3221 "laravel/framework": ">=10.17.0 <10.25.0"
3222 },
3223 "require-dev": {
3224 "mockery/mockery": "^1.5",
3225 "pestphp/pest": "^2.3",
3226 "phpstan/phpstan": "^1.11",
3227 "phpstan/phpstan-mockery": "^1.1"
3228 },
3229 "suggest": {
3230 "ext-pcntl": "Required for the spinner to be animated."
3231 },
3232 "type": "library",
3233 "extra": {
3234 "branch-alias": {
3235 "dev-main": "0.1.x-dev"
3236 }
3237 },
3238 "autoload": {
3239 "files": [
3240 "src/helpers.php"
3241 ],
3242 "psr-4": {
3243 "Laravel\\Prompts\\": "src/"
3244 }
3245 },
3246 "notification-url": "https://packagist.org/downloads/",
3247 "license": [
3248 "MIT"
3249 ],
3250 "description": "Add beautiful and user-friendly forms to your command-line applications.",
3251 "support": {
3252 "issues": "https://github.com/laravel/prompts/issues",
3253 "source": "https://github.com/laravel/prompts/tree/v0.1.25"
3254 },
3255 "time": "2024-08-12T22:06:33+00:00"
3256 },
3257 {
3258 "name": "laravel/serializable-closure",
3259 "version": "v1.3.6",
3260 "source": {
3261 "type": "git",
3262 "url": "https://github.com/laravel/serializable-closure.git",
3263 "reference": "f865a58ea3a0107c336b7045104c75243fa59d96"
3264 },
3265 "dist": {
3266 "type": "zip",
3267 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f865a58ea3a0107c336b7045104c75243fa59d96",
3268 "reference": "f865a58ea3a0107c336b7045104c75243fa59d96",
3269 "shasum": ""
3270 },
3271 "require": {
3272 "php": "^7.3|^8.0"
3273 },
3274 "require-dev": {
3275 "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
3276 "nesbot/carbon": "^2.61|^3.0",
3277 "pestphp/pest": "^1.21.3",
3278 "phpstan/phpstan": "^1.8.2",
3279 "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
3280 },
3281 "type": "library",
3282 "extra": {
3283 "branch-alias": {
3284 "dev-master": "1.x-dev"
3285 }
3286 },
3287 "autoload": {
3288 "psr-4": {
3289 "Laravel\\SerializableClosure\\": "src/"
3290 }
3291 },
3292 "notification-url": "https://packagist.org/downloads/",
3293 "license": [
3294 "MIT"
3295 ],
3296 "authors": [
3297 {
3298 "name": "Taylor Otwell",
3299 "email": "taylor@laravel.com"
3300 },
3301 {
3302 "name": "Nuno Maduro",
3303 "email": "nuno@laravel.com"
3304 }
3305 ],
3306 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
3307 "keywords": [
3308 "closure",
3309 "laravel",
3310 "serializable"
3311 ],
3312 "support": {
3313 "issues": "https://github.com/laravel/serializable-closure/issues",
3314 "source": "https://github.com/laravel/serializable-closure"
3315 },
3316 "time": "2024-11-11T17:06:04+00:00"
3317 },
3318 {
3319 "name": "laravel/slack-notification-channel",
3320 "version": "v2.5.0",
3321 "source": {
3322 "type": "git",
3323 "url": "https://github.com/laravel/slack-notification-channel.git",
3324 "reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f"
3325 },
3326 "dist": {
3327 "type": "zip",
3328 "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f",
3329 "reference": "e0d4be5e01d443a69fa89f0a4cac6bd2eda2be8f",
3330 "shasum": ""
3331 },
3332 "require": {
3333 "guzzlehttp/guzzle": "^6.0|^7.0",
3334 "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
3335 "php": "^7.1.3|^8.0"
3336 },
3337 "require-dev": {
3338 "mockery/mockery": "^1.0",
3339 "phpunit/phpunit": "^7.0|^8.0|^9.0"
3340 },
3341 "type": "library",
3342 "extra": {
3343 "branch-alias": {
3344 "dev-master": "2.x-dev"
3345 },
3346 "laravel": {
3347 "providers": [
3348 "Illuminate\\Notifications\\SlackChannelServiceProvider"
3349 ]
3350 }
3351 },
3352 "autoload": {
3353 "psr-4": {
3354 "Illuminate\\Notifications\\": "src/"
3355 }
3356 },
3357 "notification-url": "https://packagist.org/downloads/",
3358 "license": [
3359 "MIT"
3360 ],
3361 "authors": [
3362 {
3363 "name": "Taylor Otwell",
3364 "email": "taylor@laravel.com"
3365 }
3366 ],
3367 "description": "Slack Notification Channel for laravel.",
3368 "keywords": [
3369 "laravel",
3370 "notifications",
3371 "slack"
3372 ],
3373 "support": {
3374 "issues": "https://github.com/laravel/slack-notification-channel/issues",
3375 "source": "https://github.com/laravel/slack-notification-channel/tree/v2.5.0"
3376 },
3377 "time": "2023-01-12T16:21:26+00:00"
3378 },
3379 {
3380 "name": "laravel/tinker",
3381 "version": "v2.8.1",
3382 "source": {
3383 "type": "git",
3384 "url": "https://github.com/laravel/tinker.git",
3385 "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10"
3386 },
3387 "dist": {
3388 "type": "zip",
3389 "url": "https://api.github.com/repos/laravel/tinker/zipball/04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
3390 "reference": "04a2d3bd0d650c0764f70bf49d1ee39393e4eb10",
3391 "shasum": ""
3392 },
3393 "require": {
3394 "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
3395 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
3396 "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
3397 "php": "^7.2.5|^8.0",
3398 "psy/psysh": "^0.10.4|^0.11.1",
3399 "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
3400 },
3401 "require-dev": {
3402 "mockery/mockery": "~1.3.3|^1.4.2",
3403 "phpunit/phpunit": "^8.5.8|^9.3.3"
3404 },
3405 "suggest": {
3406 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
3407 },
3408 "type": "library",
3409 "extra": {
3410 "branch-alias": {
3411 "dev-master": "2.x-dev"
3412 },
3413 "laravel": {
3414 "providers": [
3415 "Laravel\\Tinker\\TinkerServiceProvider"
3416 ]
3417 }
3418 },
3419 "autoload": {
3420 "psr-4": {
3421 "Laravel\\Tinker\\": "src/"
3422 }
3423 },
3424 "notification-url": "https://packagist.org/downloads/",
3425 "license": [
3426 "MIT"
3427 ],
3428 "authors": [
3429 {
3430 "name": "Taylor Otwell",
3431 "email": "taylor@laravel.com"
3432 }
3433 ],
3434 "description": "Powerful REPL for the Laravel framework.",
3435 "keywords": [
3436 "REPL",
3437 "Tinker",
3438 "laravel",
3439 "psysh"
3440 ],
3441 "support": {
3442 "issues": "https://github.com/laravel/tinker/issues",
3443 "source": "https://github.com/laravel/tinker/tree/v2.8.1"
3444 },
3445 "time": "2023-02-15T16:40:09+00:00"
3446 },
3447 {
3448 "name": "lcobucci/clock",
3449 "version": "3.2.0",
3450 "source": {
3451 "type": "git",
3452 "url": "https://github.com/lcobucci/clock.git",
3453 "reference": "6f28b826ea01306b07980cb8320ab30b966cd715"
3454 },
3455 "dist": {
3456 "type": "zip",
3457 "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
3458 "reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
3459 "shasum": ""
3460 },
3461 "require": {
3462 "php": "~8.2.0 || ~8.3.0",
3463 "psr/clock": "^1.0"
3464 },
3465 "provide": {
3466 "psr/clock-implementation": "1.0"
3467 },
3468 "require-dev": {
3469 "infection/infection": "^0.27",
3470 "lcobucci/coding-standard": "^11.0.0",
3471 "phpstan/extension-installer": "^1.3.1",
3472 "phpstan/phpstan": "^1.10.25",
3473 "phpstan/phpstan-deprecation-rules": "^1.1.3",
3474 "phpstan/phpstan-phpunit": "^1.3.13",
3475 "phpstan/phpstan-strict-rules": "^1.5.1",
3476 "phpunit/phpunit": "^10.2.3"
3477 },
3478 "type": "library",
3479 "autoload": {
3480 "psr-4": {
3481 "Lcobucci\\Clock\\": "src"
3482 }
3483 },
3484 "notification-url": "https://packagist.org/downloads/",
3485 "license": [
3486 "MIT"
3487 ],
3488 "authors": [
3489 {
3490 "name": "Luís Cobucci",
3491 "email": "lcobucci@gmail.com"
3492 }
3493 ],
3494 "description": "Yet another clock abstraction",
3495 "support": {
3496 "issues": "https://github.com/lcobucci/clock/issues",
3497 "source": "https://github.com/lcobucci/clock/tree/3.2.0"
3498 },
3499 "funding": [
3500 {
3501 "url": "https://github.com/lcobucci",
3502 "type": "github"
3503 },
3504 {
3505 "url": "https://www.patreon.com/lcobucci",
3506 "type": "patreon"
3507 }
3508 ],
3509 "time": "2023-11-17T17:00:27+00:00"
3510 },
3511 {
3512 "name": "lcobucci/jwt",
3513 "version": "5.2.0",
3514 "source": {
3515 "type": "git",
3516 "url": "https://github.com/lcobucci/jwt.git",
3517 "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211"
3518 },
3519 "dist": {
3520 "type": "zip",
3521 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211",
3522 "reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211",
3523 "shasum": ""
3524 },
3525 "require": {
3526 "ext-openssl": "*",
3527 "ext-sodium": "*",
3528 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3529 "psr/clock": "^1.0"
3530 },
3531 "require-dev": {
3532 "infection/infection": "^0.27.0",
3533 "lcobucci/clock": "^3.0",
3534 "lcobucci/coding-standard": "^11.0",
3535 "phpbench/phpbench": "^1.2.9",
3536 "phpstan/extension-installer": "^1.2",
3537 "phpstan/phpstan": "^1.10.7",
3538 "phpstan/phpstan-deprecation-rules": "^1.1.3",
3539 "phpstan/phpstan-phpunit": "^1.3.10",
3540 "phpstan/phpstan-strict-rules": "^1.5.0",
3541 "phpunit/phpunit": "^10.2.6"
3542 },
3543 "suggest": {
3544 "lcobucci/clock": ">= 3.0"
3545 },
3546 "type": "library",
3547 "autoload": {
3548 "psr-4": {
3549 "Lcobucci\\JWT\\": "src"
3550 }
3551 },
3552 "notification-url": "https://packagist.org/downloads/",
3553 "license": [
3554 "BSD-3-Clause"
3555 ],
3556 "authors": [
3557 {
3558 "name": "Luís Cobucci",
3559 "email": "lcobucci@gmail.com",
3560 "role": "Developer"
3561 }
3562 ],
3563 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3564 "keywords": [
3565 "JWS",
3566 "jwt"
3567 ],
3568 "support": {
3569 "issues": "https://github.com/lcobucci/jwt/issues",
3570 "source": "https://github.com/lcobucci/jwt/tree/5.2.0"
3571 },
3572 "funding": [
3573 {
3574 "url": "https://github.com/lcobucci",
3575 "type": "github"
3576 },
3577 {
3578 "url": "https://www.patreon.com/lcobucci",
3579 "type": "patreon"
3580 }
3581 ],
3582 "time": "2023-11-20T21:17:42+00:00"
3583 },
3584 {
3585 "name": "league/commonmark",
3586 "version": "2.6.0",
3587 "source": {
3588 "type": "git",
3589 "url": "https://github.com/thephpleague/commonmark.git",
3590 "reference": "d150f911e0079e90ae3c106734c93137c184f932"
3591 },
3592 "dist": {
3593 "type": "zip",
3594 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d150f911e0079e90ae3c106734c93137c184f932",
3595 "reference": "d150f911e0079e90ae3c106734c93137c184f932",
3596 "shasum": ""
3597 },
3598 "require": {
3599 "ext-mbstring": "*",
3600 "league/config": "^1.1.1",
3601 "php": "^7.4 || ^8.0",
3602 "psr/event-dispatcher": "^1.0",
3603 "symfony/deprecation-contracts": "^2.1 || ^3.0",
3604 "symfony/polyfill-php80": "^1.16"
3605 },
3606 "require-dev": {
3607 "cebe/markdown": "^1.0",
3608 "commonmark/cmark": "0.31.1",
3609 "commonmark/commonmark.js": "0.31.1",
3610 "composer/package-versions-deprecated": "^1.8",
3611 "embed/embed": "^4.4",
3612 "erusev/parsedown": "^1.0",
3613 "ext-json": "*",
3614 "github/gfm": "0.29.0",
3615 "michelf/php-markdown": "^1.4 || ^2.0",
3616 "nyholm/psr7": "^1.5",
3617 "phpstan/phpstan": "^1.8.2",
3618 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
3619 "scrutinizer/ocular": "^1.8.1",
3620 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
3621 "symfony/process": "^5.4 | ^6.0 | ^7.0",
3622 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
3623 "unleashedtech/php-coding-standard": "^3.1.1",
3624 "vimeo/psalm": "^4.24.0 || ^5.0.0"
3625 },
3626 "suggest": {
3627 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
3628 },
3629 "type": "library",
3630 "extra": {
3631 "branch-alias": {
3632 "dev-main": "2.7-dev"
3633 }
3634 },
3635 "autoload": {
3636 "psr-4": {
3637 "League\\CommonMark\\": "src"
3638 }
3639 },
3640 "notification-url": "https://packagist.org/downloads/",
3641 "license": [
3642 "BSD-3-Clause"
3643 ],
3644 "authors": [
3645 {
3646 "name": "Colin O'Dell",
3647 "email": "colinodell@gmail.com",
3648 "homepage": "https://www.colinodell.com",
3649 "role": "Lead Developer"
3650 }
3651 ],
3652 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
3653 "homepage": "https://commonmark.thephpleague.com",
3654 "keywords": [
3655 "commonmark",
3656 "flavored",
3657 "gfm",
3658 "github",
3659 "github-flavored",
3660 "markdown",
3661 "md",
3662 "parser"
3663 ],
3664 "support": {
3665 "docs": "https://commonmark.thephpleague.com/",
3666 "forum": "https://github.com/thephpleague/commonmark/discussions",
3667 "issues": "https://github.com/thephpleague/commonmark/issues",
3668 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
3669 "source": "https://github.com/thephpleague/commonmark"
3670 },
3671 "funding": [
3672 {
3673 "url": "https://www.colinodell.com/sponsor",
3674 "type": "custom"
3675 },
3676 {
3677 "url": "https://www.paypal.me/colinpodell/10.00",
3678 "type": "custom"
3679 },
3680 {
3681 "url": "https://github.com/colinodell",
3682 "type": "github"
3683 },
3684 {
3685 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
3686 "type": "tidelift"
3687 }
3688 ],
3689 "time": "2024-12-07T15:34:16+00:00"
3690 },
3691 {
3692 "name": "league/config",
3693 "version": "v1.2.0",
3694 "source": {
3695 "type": "git",
3696 "url": "https://github.com/thephpleague/config.git",
3697 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
3698 },
3699 "dist": {
3700 "type": "zip",
3701 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
3702 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
3703 "shasum": ""
3704 },
3705 "require": {
3706 "dflydev/dot-access-data": "^3.0.1",
3707 "nette/schema": "^1.2",
3708 "php": "^7.4 || ^8.0"
3709 },
3710 "require-dev": {
3711 "phpstan/phpstan": "^1.8.2",
3712 "phpunit/phpunit": "^9.5.5",
3713 "scrutinizer/ocular": "^1.8.1",
3714 "unleashedtech/php-coding-standard": "^3.1",
3715 "vimeo/psalm": "^4.7.3"
3716 },
3717 "type": "library",
3718 "extra": {
3719 "branch-alias": {
3720 "dev-main": "1.2-dev"
3721 }
3722 },
3723 "autoload": {
3724 "psr-4": {
3725 "League\\Config\\": "src"
3726 }
3727 },
3728 "notification-url": "https://packagist.org/downloads/",
3729 "license": [
3730 "BSD-3-Clause"
3731 ],
3732 "authors": [
3733 {
3734 "name": "Colin O'Dell",
3735 "email": "colinodell@gmail.com",
3736 "homepage": "https://www.colinodell.com",
3737 "role": "Lead Developer"
3738 }
3739 ],
3740 "description": "Define configuration arrays with strict schemas and access values with dot notation",
3741 "homepage": "https://config.thephpleague.com",
3742 "keywords": [
3743 "array",
3744 "config",
3745 "configuration",
3746 "dot",
3747 "dot-access",
3748 "nested",
3749 "schema"
3750 ],
3751 "support": {
3752 "docs": "https://config.thephpleague.com/",
3753 "issues": "https://github.com/thephpleague/config/issues",
3754 "rss": "https://github.com/thephpleague/config/releases.atom",
3755 "source": "https://github.com/thephpleague/config"
3756 },
3757 "funding": [
3758 {
3759 "url": "https://www.colinodell.com/sponsor",
3760 "type": "custom"
3761 },
3762 {
3763 "url": "https://www.paypal.me/colinpodell/10.00",
3764 "type": "custom"
3765 },
3766 {
3767 "url": "https://github.com/colinodell",
3768 "type": "github"
3769 }
3770 ],
3771 "time": "2022-12-11T20:36:23+00:00"
3772 },
3773 {
3774 "name": "league/event",
3775 "version": "2.2.0",
3776 "source": {
3777 "type": "git",
3778 "url": "https://github.com/thephpleague/event.git",
3779 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3780 },
3781 "dist": {
3782 "type": "zip",
3783 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3784 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3785 "shasum": ""
3786 },
3787 "require": {
3788 "php": ">=5.4.0"
3789 },
3790 "require-dev": {
3791 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3792 "phpspec/phpspec": "^2.2"
3793 },
3794 "type": "library",
3795 "extra": {
3796 "branch-alias": {
3797 "dev-master": "2.2-dev"
3798 }
3799 },
3800 "autoload": {
3801 "psr-4": {
3802 "League\\Event\\": "src/"
3803 }
3804 },
3805 "notification-url": "https://packagist.org/downloads/",
3806 "license": [
3807 "MIT"
3808 ],
3809 "authors": [
3810 {
3811 "name": "Frank de Jonge",
3812 "email": "info@frenky.net"
3813 }
3814 ],
3815 "description": "Event package",
3816 "keywords": [
3817 "emitter",
3818 "event",
3819 "listener"
3820 ],
3821 "support": {
3822 "issues": "https://github.com/thephpleague/event/issues",
3823 "source": "https://github.com/thephpleague/event/tree/master"
3824 },
3825 "time": "2018-11-26T11:52:41+00:00"
3826 },
3827 {
3828 "name": "league/flysystem",
3829 "version": "3.29.1",
3830 "source": {
3831 "type": "git",
3832 "url": "https://github.com/thephpleague/flysystem.git",
3833 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
3834 },
3835 "dist": {
3836 "type": "zip",
3837 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
3838 "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
3839 "shasum": ""
3840 },
3841 "require": {
3842 "league/flysystem-local": "^3.0.0",
3843 "league/mime-type-detection": "^1.0.0",
3844 "php": "^8.0.2"
3845 },
3846 "conflict": {
3847 "async-aws/core": "<1.19.0",
3848 "async-aws/s3": "<1.14.0",
3849 "aws/aws-sdk-php": "3.209.31 || 3.210.0",
3850 "guzzlehttp/guzzle": "<7.0",
3851 "guzzlehttp/ringphp": "<1.1.1",
3852 "phpseclib/phpseclib": "3.0.15",
3853 "symfony/http-client": "<5.2"
3854 },
3855 "require-dev": {
3856 "async-aws/s3": "^1.5 || ^2.0",
3857 "async-aws/simple-s3": "^1.1 || ^2.0",
3858 "aws/aws-sdk-php": "^3.295.10",
3859 "composer/semver": "^3.0",
3860 "ext-fileinfo": "*",
3861 "ext-ftp": "*",
3862 "ext-mongodb": "^1.3",
3863 "ext-zip": "*",
3864 "friendsofphp/php-cs-fixer": "^3.5",
3865 "google/cloud-storage": "^1.23",
3866 "guzzlehttp/psr7": "^2.6",
3867 "microsoft/azure-storage-blob": "^1.1",
3868 "mongodb/mongodb": "^1.2",
3869 "phpseclib/phpseclib": "^3.0.36",
3870 "phpstan/phpstan": "^1.10",
3871 "phpunit/phpunit": "^9.5.11|^10.0",
3872 "sabre/dav": "^4.6.0"
3873 },
3874 "type": "library",
3875 "autoload": {
3876 "psr-4": {
3877 "League\\Flysystem\\": "src"
3878 }
3879 },
3880 "notification-url": "https://packagist.org/downloads/",
3881 "license": [
3882 "MIT"
3883 ],
3884 "authors": [
3885 {
3886 "name": "Frank de Jonge",
3887 "email": "info@frankdejonge.nl"
3888 }
3889 ],
3890 "description": "File storage abstraction for PHP",
3891 "keywords": [
3892 "WebDAV",
3893 "aws",
3894 "cloud",
3895 "file",
3896 "files",
3897 "filesystem",
3898 "filesystems",
3899 "ftp",
3900 "s3",
3901 "sftp",
3902 "storage"
3903 ],
3904 "support": {
3905 "issues": "https://github.com/thephpleague/flysystem/issues",
3906 "source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
3907 },
3908 "time": "2024-10-08T08:58:34+00:00"
3909 },
3910 {
3911 "name": "league/flysystem-aws-s3-v3",
3912 "version": "3.15.0",
3913 "source": {
3914 "type": "git",
3915 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
3916 "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a"
3917 },
3918 "dist": {
3919 "type": "zip",
3920 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
3921 "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
3922 "shasum": ""
3923 },
3924 "require": {
3925 "aws/aws-sdk-php": "^3.220.0",
3926 "league/flysystem": "^3.10.0",
3927 "league/mime-type-detection": "^1.0.0",
3928 "php": "^8.0.2"
3929 },
3930 "conflict": {
3931 "guzzlehttp/guzzle": "<7.0",
3932 "guzzlehttp/ringphp": "<1.1.1"
3933 },
3934 "type": "library",
3935 "autoload": {
3936 "psr-4": {
3937 "League\\Flysystem\\AwsS3V3\\": ""
3938 }
3939 },
3940 "notification-url": "https://packagist.org/downloads/",
3941 "license": [
3942 "MIT"
3943 ],
3944 "authors": [
3945 {
3946 "name": "Frank de Jonge",
3947 "email": "info@frankdejonge.nl"
3948 }
3949 ],
3950 "description": "AWS S3 filesystem adapter for Flysystem.",
3951 "keywords": [
3952 "Flysystem",
3953 "aws",
3954 "file",
3955 "files",
3956 "filesystem",
3957 "s3",
3958 "storage"
3959 ],
3960 "support": {
3961 "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
3962 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.15.0"
3963 },
3964 "funding": [
3965 {
3966 "url": "https://ecologi.com/frankdejonge",
3967 "type": "custom"
3968 },
3969 {
3970 "url": "https://github.com/frankdejonge",
3971 "type": "github"
3972 }
3973 ],
3974 "time": "2023-05-02T20:02:14+00:00"
3975 },
3976 {
3977 "name": "league/flysystem-local",
3978 "version": "3.29.0",
3979 "source": {
3980 "type": "git",
3981 "url": "https://github.com/thephpleague/flysystem-local.git",
3982 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
3983 },
3984 "dist": {
3985 "type": "zip",
3986 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
3987 "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
3988 "shasum": ""
3989 },
3990 "require": {
3991 "ext-fileinfo": "*",
3992 "league/flysystem": "^3.0.0",
3993 "league/mime-type-detection": "^1.0.0",
3994 "php": "^8.0.2"
3995 },
3996 "type": "library",
3997 "autoload": {
3998 "psr-4": {
3999 "League\\Flysystem\\Local\\": ""
4000 }
4001 },
4002 "notification-url": "https://packagist.org/downloads/",
4003 "license": [
4004 "MIT"
4005 ],
4006 "authors": [
4007 {
4008 "name": "Frank de Jonge",
4009 "email": "info@frankdejonge.nl"
4010 }
4011 ],
4012 "description": "Local filesystem adapter for Flysystem.",
4013 "keywords": [
4014 "Flysystem",
4015 "file",
4016 "files",
4017 "filesystem",
4018 "local"
4019 ],
4020 "support": {
4021 "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
4022 },
4023 "time": "2024-08-09T21:24:39+00:00"
4024 },
4025 {
4026 "name": "league/fractal",
4027 "version": "0.20.1",
4028 "source": {
4029 "type": "git",
4030 "url": "https://github.com/thephpleague/fractal.git",
4031 "reference": "8b9d39b67624db9195c06f9c1ffd0355151eaf62"
4032 },
4033 "dist": {
4034 "type": "zip",
4035 "url": "https://api.github.com/repos/thephpleague/fractal/zipball/8b9d39b67624db9195c06f9c1ffd0355151eaf62",
4036 "reference": "8b9d39b67624db9195c06f9c1ffd0355151eaf62",
4037 "shasum": ""
4038 },
4039 "require": {
4040 "php": ">=7.4"
4041 },
4042 "require-dev": {
4043 "doctrine/orm": "^2.5",
4044 "illuminate/contracts": "~5.0",
4045 "mockery/mockery": "^1.3",
4046 "pagerfanta/pagerfanta": "~1.0.0",
4047 "phpstan/phpstan": "^1.4",
4048 "phpunit/phpunit": "^9.5",
4049 "squizlabs/php_codesniffer": "~3.4",
4050 "vimeo/psalm": "^4.22",
4051 "zendframework/zend-paginator": "~2.3"
4052 },
4053 "suggest": {
4054 "illuminate/pagination": "The Illuminate Pagination component.",
4055 "pagerfanta/pagerfanta": "Pagerfanta Paginator",
4056 "zendframework/zend-paginator": "Zend Framework Paginator"
4057 },
4058 "type": "library",
4059 "extra": {
4060 "branch-alias": {
4061 "dev-master": "0.20.x-dev"
4062 }
4063 },
4064 "autoload": {
4065 "psr-4": {
4066 "League\\Fractal\\": "src"
4067 }
4068 },
4069 "notification-url": "https://packagist.org/downloads/",
4070 "license": [
4071 "MIT"
4072 ],
4073 "authors": [
4074 {
4075 "name": "Phil Sturgeon",
4076 "email": "me@philsturgeon.uk",
4077 "homepage": "http://philsturgeon.uk/",
4078 "role": "Developer"
4079 }
4080 ],
4081 "description": "Handle the output of complex data structures ready for API output.",
4082 "homepage": "http://fractal.thephpleague.com/",
4083 "keywords": [
4084 "api",
4085 "json",
4086 "league",
4087 "rest"
4088 ],
4089 "support": {
4090 "issues": "https://github.com/thephpleague/fractal/issues",
4091 "source": "https://github.com/thephpleague/fractal/tree/0.20.1"
4092 },
4093 "time": "2022-04-11T12:47:17+00:00"
4094 },
4095 {
4096 "name": "league/mime-type-detection",
4097 "version": "1.16.0",
4098 "source": {
4099 "type": "git",
4100 "url": "https://github.com/thephpleague/mime-type-detection.git",
4101 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
4102 },
4103 "dist": {
4104 "type": "zip",
4105 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
4106 "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
4107 "shasum": ""
4108 },
4109 "require": {
4110 "ext-fileinfo": "*",
4111 "php": "^7.4 || ^8.0"
4112 },
4113 "require-dev": {
4114 "friendsofphp/php-cs-fixer": "^3.2",
4115 "phpstan/phpstan": "^0.12.68",
4116 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
4117 },
4118 "type": "library",
4119 "autoload": {
4120 "psr-4": {
4121 "League\\MimeTypeDetection\\": "src"
4122 }
4123 },
4124 "notification-url": "https://packagist.org/downloads/",
4125 "license": [
4126 "MIT"
4127 ],
4128 "authors": [
4129 {
4130 "name": "Frank de Jonge",
4131 "email": "info@frankdejonge.nl"
4132 }
4133 ],
4134 "description": "Mime-type detection for Flysystem",
4135 "support": {
4136 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
4137 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
4138 },
4139 "funding": [
4140 {
4141 "url": "https://github.com/frankdejonge",
4142 "type": "github"
4143 },
4144 {
4145 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
4146 "type": "tidelift"
4147 }
4148 ],
4149 "time": "2024-09-21T08:32:55+00:00"
4150 },
4151 {
4152 "name": "league/oauth2-client",
4153 "version": "2.7.0",
4154 "source": {
4155 "type": "git",
4156 "url": "https://github.com/thephpleague/oauth2-client.git",
4157 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
4158 },
4159 "dist": {
4160 "type": "zip",
4161 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
4162 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
4163 "shasum": ""
4164 },
4165 "require": {
4166 "guzzlehttp/guzzle": "^6.0 || ^7.0",
4167 "paragonie/random_compat": "^1 || ^2 || ^9.99",
4168 "php": "^5.6 || ^7.0 || ^8.0"
4169 },
4170 "require-dev": {
4171 "mockery/mockery": "^1.3.5",
4172 "php-parallel-lint/php-parallel-lint": "^1.3.1",
4173 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
4174 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
4175 },
4176 "type": "library",
4177 "extra": {
4178 "branch-alias": {
4179 "dev-2.x": "2.0.x-dev"
4180 }
4181 },
4182 "autoload": {
4183 "psr-4": {
4184 "League\\OAuth2\\Client\\": "src/"
4185 }
4186 },
4187 "notification-url": "https://packagist.org/downloads/",
4188 "license": [
4189 "MIT"
4190 ],
4191 "authors": [
4192 {
4193 "name": "Alex Bilbie",
4194 "email": "hello@alexbilbie.com",
4195 "homepage": "http://www.alexbilbie.com",
4196 "role": "Developer"
4197 },
4198 {
4199 "name": "Woody Gilk",
4200 "homepage": "https://github.com/shadowhand",
4201 "role": "Contributor"
4202 }
4203 ],
4204 "description": "OAuth 2.0 Client Library",
4205 "keywords": [
4206 "Authentication",
4207 "SSO",
4208 "authorization",
4209 "identity",
4210 "idp",
4211 "oauth",
4212 "oauth2",
4213 "single sign on"
4214 ],
4215 "support": {
4216 "issues": "https://github.com/thephpleague/oauth2-client/issues",
4217 "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
4218 },
4219 "time": "2023-04-16T18:19:15+00:00"
4220 },
4221 {
4222 "name": "league/oauth2-github",
4223 "version": "3.1.0",
4224 "source": {
4225 "type": "git",
4226 "url": "https://github.com/thephpleague/oauth2-github.git",
4227 "reference": "97f31cd70e76f81e8f5b4e2ab6f3708e2db7ac18"
4228 },
4229 "dist": {
4230 "type": "zip",
4231 "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/97f31cd70e76f81e8f5b4e2ab6f3708e2db7ac18",
4232 "reference": "97f31cd70e76f81e8f5b4e2ab6f3708e2db7ac18",
4233 "shasum": ""
4234 },
4235 "require": {
4236 "ext-json": "*",
4237 "league/oauth2-client": "^2.0",
4238 "php": "^7.3 || ^8.0"
4239 },
4240 "require-dev": {
4241 "mockery/mockery": "^1.4",
4242 "phpunit/phpunit": "^9.5",
4243 "squizlabs/php_codesniffer": "^3.6"
4244 },
4245 "type": "library",
4246 "extra": {
4247 "branch-alias": {
4248 "dev-master": "1.0.x-dev"
4249 }
4250 },
4251 "autoload": {
4252 "psr-4": {
4253 "League\\OAuth2\\Client\\": "src/"
4254 }
4255 },
4256 "notification-url": "https://packagist.org/downloads/",
4257 "license": [
4258 "MIT"
4259 ],
4260 "authors": [
4261 {
4262 "name": "Steven Maguire",
4263 "email": "stevenmaguire@gmail.com",
4264 "homepage": "https://github.com/stevenmaguire"
4265 },
4266 {
4267 "name": "Woody Gilk",
4268 "email": "woody.gilk@gmail.com",
4269 "homepage": "https://github.com/shadowhand"
4270 }
4271 ],
4272 "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
4273 "keywords": [
4274 "authorisation",
4275 "authorization",
4276 "client",
4277 "github",
4278 "oauth",
4279 "oauth2"
4280 ],
4281 "support": {
4282 "issues": "https://github.com/thephpleague/oauth2-github/issues",
4283 "source": "https://github.com/thephpleague/oauth2-github/tree/3.1.0"
4284 },
4285 "time": "2022-11-04T14:01:49+00:00"
4286 },
4287 {
4288 "name": "league/oauth2-server",
4289 "version": "8.5.4",
4290 "source": {
4291 "type": "git",
4292 "url": "https://github.com/thephpleague/oauth2-server.git",
4293 "reference": "ab7714d073844497fd222d5d0a217629089936bc"
4294 },
4295 "dist": {
4296 "type": "zip",
4297 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc",
4298 "reference": "ab7714d073844497fd222d5d0a217629089936bc",
4299 "shasum": ""
4300 },
4301 "require": {
4302 "defuse/php-encryption": "^2.3",
4303 "ext-openssl": "*",
4304 "lcobucci/clock": "^2.2 || ^3.0",
4305 "lcobucci/jwt": "^4.3 || ^5.0",
4306 "league/event": "^2.2",
4307 "league/uri": "^6.7 || ^7.0",
4308 "php": "^8.0",
4309 "psr/http-message": "^1.0.1 || ^2.0"
4310 },
4311 "replace": {
4312 "league/oauth2server": "*",
4313 "lncd/oauth2": "*"
4314 },
4315 "require-dev": {
4316 "laminas/laminas-diactoros": "^3.0.0",
4317 "phpstan/phpstan": "^0.12.57",
4318 "phpstan/phpstan-phpunit": "^0.12.16",
4319 "phpunit/phpunit": "^9.6.6",
4320 "roave/security-advisories": "dev-master"
4321 },
4322 "type": "library",
4323 "autoload": {
4324 "psr-4": {
4325 "League\\OAuth2\\Server\\": "src/"
4326 }
4327 },
4328 "notification-url": "https://packagist.org/downloads/",
4329 "license": [
4330 "MIT"
4331 ],
4332 "authors": [
4333 {
4334 "name": "Alex Bilbie",
4335 "email": "hello@alexbilbie.com",
4336 "homepage": "http://www.alexbilbie.com",
4337 "role": "Developer"
4338 },
4339 {
4340 "name": "Andy Millington",
4341 "email": "andrew@noexceptions.io",
4342 "homepage": "https://www.noexceptions.io",
4343 "role": "Developer"
4344 }
4345 ],
4346 "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
4347 "homepage": "https://oauth2.thephpleague.com/",
4348 "keywords": [
4349 "Authentication",
4350 "api",
4351 "auth",
4352 "authorisation",
4353 "authorization",
4354 "oauth",
4355 "oauth 2",
4356 "oauth 2.0",
4357 "oauth2",
4358 "protect",
4359 "resource",
4360 "secure",
4361 "server"
4362 ],
4363 "support": {
4364 "issues": "https://github.com/thephpleague/oauth2-server/issues",
4365 "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.4"
4366 },
4367 "funding": [
4368 {
4369 "url": "https://github.com/sephster",
4370 "type": "github"
4371 }
4372 ],
4373 "time": "2023-08-25T22:35:12+00:00"
4374 },
4375 {
4376 "name": "league/uri",
4377 "version": "7.4.0",
4378 "source": {
4379 "type": "git",
4380 "url": "https://github.com/thephpleague/uri.git",
4381 "reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5"
4382 },
4383 "dist": {
4384 "type": "zip",
4385 "url": "https://api.github.com/repos/thephpleague/uri/zipball/bf414ba956d902f5d98bf9385fcf63954f09dce5",
4386 "reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5",
4387 "shasum": ""
4388 },
4389 "require": {
4390 "league/uri-interfaces": "^7.3",
4391 "php": "^8.1"
4392 },
4393 "conflict": {
4394 "league/uri-schemes": "^1.0"
4395 },
4396 "suggest": {
4397 "ext-bcmath": "to improve IPV4 host parsing",
4398 "ext-fileinfo": "to create Data URI from file contennts",
4399 "ext-gmp": "to improve IPV4 host parsing",
4400 "ext-intl": "to handle IDN host with the best performance",
4401 "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
4402 "league/uri-components": "Needed to easily manipulate URI objects components",
4403 "php-64bit": "to improve IPV4 host parsing",
4404 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
4405 },
4406 "type": "library",
4407 "extra": {
4408 "branch-alias": {
4409 "dev-master": "7.x-dev"
4410 }
4411 },
4412 "autoload": {
4413 "psr-4": {
4414 "League\\Uri\\": ""
4415 }
4416 },
4417 "notification-url": "https://packagist.org/downloads/",
4418 "license": [
4419 "MIT"
4420 ],
4421 "authors": [
4422 {
4423 "name": "Ignace Nyamagana Butera",
4424 "email": "nyamsprod@gmail.com",
4425 "homepage": "https://nyamsprod.com"
4426 }
4427 ],
4428 "description": "URI manipulation library",
4429 "homepage": "https://uri.thephpleague.com",
4430 "keywords": [
4431 "data-uri",
4432 "file-uri",
4433 "ftp",
4434 "hostname",
4435 "http",
4436 "https",
4437 "middleware",
4438 "parse_str",
4439 "parse_url",
4440 "psr-7",
4441 "query-string",
4442 "querystring",
4443 "rfc3986",
4444 "rfc3987",
4445 "rfc6570",
4446 "uri",
4447 "uri-template",
4448 "url",
4449 "ws"
4450 ],
4451 "support": {
4452 "docs": "https://uri.thephpleague.com",
4453 "forum": "https://thephpleague.slack.com",
4454 "issues": "https://github.com/thephpleague/uri-src/issues",
4455 "source": "https://github.com/thephpleague/uri/tree/7.4.0"
4456 },
4457 "funding": [
4458 {
4459 "url": "https://github.com/sponsors/nyamsprod",
4460 "type": "github"
4461 }
4462 ],
4463 "time": "2023-12-01T06:24:25+00:00"
4464 },
4465 {
4466 "name": "league/uri-interfaces",
4467 "version": "7.4.0",
4468 "source": {
4469 "type": "git",
4470 "url": "https://github.com/thephpleague/uri-interfaces.git",
4471 "reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3"
4472 },
4473 "dist": {
4474 "type": "zip",
4475 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
4476 "reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
4477 "shasum": ""
4478 },
4479 "require": {
4480 "ext-filter": "*",
4481 "php": "^8.1",
4482 "psr/http-factory": "^1",
4483 "psr/http-message": "^1.1 || ^2.0"
4484 },
4485 "suggest": {
4486 "ext-bcmath": "to improve IPV4 host parsing",
4487 "ext-gmp": "to improve IPV4 host parsing",
4488 "ext-intl": "to handle IDN host with the best performance",
4489 "php-64bit": "to improve IPV4 host parsing",
4490 "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
4491 },
4492 "type": "library",
4493 "extra": {
4494 "branch-alias": {
4495 "dev-master": "7.x-dev"
4496 }
4497 },
4498 "autoload": {
4499 "psr-4": {
4500 "League\\Uri\\": ""
4501 }
4502 },
4503 "notification-url": "https://packagist.org/downloads/",
4504 "license": [
4505 "MIT"
4506 ],
4507 "authors": [
4508 {
4509 "name": "Ignace Nyamagana Butera",
4510 "email": "nyamsprod@gmail.com",
4511 "homepage": "https://nyamsprod.com"
4512 }
4513 ],
4514 "description": "Common interfaces and classes for URI representation and interaction",
4515 "homepage": "https://uri.thephpleague.com",
4516 "keywords": [
4517 "data-uri",
4518 "file-uri",
4519 "ftp",
4520 "hostname",
4521 "http",
4522 "https",
4523 "parse_str",
4524 "parse_url",
4525 "psr-7",
4526 "query-string",
4527 "querystring",
4528 "rfc3986",
4529 "rfc3987",
4530 "rfc6570",
4531 "uri",
4532 "url",
4533 "ws"
4534 ],
4535 "support": {
4536 "docs": "https://uri.thephpleague.com",
4537 "forum": "https://thephpleague.slack.com",
4538 "issues": "https://github.com/thephpleague/uri-src/issues",
4539 "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.0"
4540 },
4541 "funding": [
4542 {
4543 "url": "https://github.com/sponsors/nyamsprod",
4544 "type": "github"
4545 }
4546 ],
4547 "time": "2023-11-24T15:40:42+00:00"
4548 },
4549 {
4550 "name": "maennchen/zipstream-php",
4551 "version": "2.4.0",
4552 "source": {
4553 "type": "git",
4554 "url": "https://github.com/maennchen/ZipStream-PHP.git",
4555 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3"
4556 },
4557 "dist": {
4558 "type": "zip",
4559 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4560 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4561 "shasum": ""
4562 },
4563 "require": {
4564 "ext-mbstring": "*",
4565 "myclabs/php-enum": "^1.5",
4566 "php": "^8.0",
4567 "psr/http-message": "^1.0"
4568 },
4569 "require-dev": {
4570 "ext-zip": "*",
4571 "friendsofphp/php-cs-fixer": "^3.9",
4572 "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
4573 "mikey179/vfsstream": "^1.6",
4574 "php-coveralls/php-coveralls": "^2.4",
4575 "phpunit/phpunit": "^8.5.8 || ^9.4.2",
4576 "vimeo/psalm": "^5.0"
4577 },
4578 "type": "library",
4579 "autoload": {
4580 "psr-4": {
4581 "ZipStream\\": "src/"
4582 }
4583 },
4584 "notification-url": "https://packagist.org/downloads/",
4585 "license": [
4586 "MIT"
4587 ],
4588 "authors": [
4589 {
4590 "name": "Paul Duncan",
4591 "email": "pabs@pablotron.org"
4592 },
4593 {
4594 "name": "Jonatan Männchen",
4595 "email": "jonatan@maennchen.ch"
4596 },
4597 {
4598 "name": "Jesse Donat",
4599 "email": "donatj@gmail.com"
4600 },
4601 {
4602 "name": "András Kolesár",
4603 "email": "kolesar@kolesar.hu"
4604 }
4605 ],
4606 "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4607 "keywords": [
4608 "stream",
4609 "zip"
4610 ],
4611 "support": {
4612 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4613 "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.4.0"
4614 },
4615 "funding": [
4616 {
4617 "url": "https://github.com/maennchen",
4618 "type": "github"
4619 },
4620 {
4621 "url": "https://opencollective.com/zipstream",
4622 "type": "open_collective"
4623 }
4624 ],
4625 "time": "2022-12-08T12:29:14+00:00"
4626 },
4627 {
4628 "name": "mariuzzo/laravel-js-localization",
4629 "version": "v1.10.1",
4630 "source": {
4631 "type": "git",
4632 "url": "https://github.com/rmariuzzo/Laravel-JS-Localization.git",
4633 "reference": "69cecb4458bfde655ec143edb33e3f89e5dd71da"
4634 },
4635 "dist": {
4636 "type": "zip",
4637 "url": "https://api.github.com/repos/rmariuzzo/Laravel-JS-Localization/zipball/69cecb4458bfde655ec143edb33e3f89e5dd71da",
4638 "reference": "69cecb4458bfde655ec143edb33e3f89e5dd71da",
4639 "shasum": ""
4640 },
4641 "require": {
4642 "illuminate/config": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
4643 "illuminate/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
4644 "illuminate/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
4645 "php": "^5.4 || ^7.0 || ^8.0",
4646 "tedivm/jshrink": "~1.0"
4647 },
4648 "require-dev": {
4649 "orchestra/testbench": "^2.2 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
4650 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
4651 },
4652 "type": "library",
4653 "extra": {
4654 "laravel": {
4655 "providers": [
4656 "Mariuzzo\\LaravelJsLocalization\\LaravelJsLocalizationServiceProvider"
4657 ]
4658 }
4659 },
4660 "autoload": {
4661 "psr-4": {
4662 "Mariuzzo\\LaravelJsLocalization\\": "src/Mariuzzo/LaravelJsLocalization/"
4663 }
4664 },
4665 "notification-url": "https://packagist.org/downloads/",
4666 "license": [
4667 "MIT"
4668 ],
4669 "authors": [
4670 {
4671 "name": "Rubens Mariuzzo",
4672 "email": "rubens@mariuzzo.com",
4673 "homepage": "https://github.com/rmariuzzo",
4674 "role": "Developer"
4675 },
4676 {
4677 "name": "German Popoter",
4678 "email": "me@gpopoteur.com",
4679 "homepage": "https://github.com/gpopoteur",
4680 "role": "Developer"
4681 },
4682 {
4683 "name": "Galievskiy Dmitriy",
4684 "homepage": "https://github.com/xAockd",
4685 "role": "Developer"
4686 },
4687 {
4688 "name": "Ramon Ackermann",
4689 "homepage": "https://github.com/sboo",
4690 "role": "Developer"
4691 },
4692 {
4693 "name": "Anton Komarev",
4694 "homepage": "https://github.com/antonkomarev",
4695 "role": "Developer"
4696 },
4697 {
4698 "name": "Pascal Baljet",
4699 "homepage": "https://github.com/pascalbaljetmedia",
4700 "role": "Developer"
4701 }
4702 ],
4703 "description": "Laravel Localization in JavaScript",
4704 "homepage": "https://github.com/rmariuzzo/laravel-js-localization",
4705 "keywords": [
4706 "JS",
4707 "i18n",
4708 "javascript",
4709 "lang",
4710 "laravel",
4711 "laravel 5",
4712 "localization"
4713 ],
4714 "support": {
4715 "issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
4716 "source": "https://github.com/rmariuzzo/laravel-js-localization"
4717 },
4718 "time": "2023-06-19T04:36:48+00:00"
4719 },
4720 {
4721 "name": "mobiledetect/mobiledetectlib",
4722 "version": "2.8.41",
4723 "source": {
4724 "type": "git",
4725 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4726 "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1"
4727 },
4728 "dist": {
4729 "type": "zip",
4730 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1",
4731 "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1",
4732 "shasum": ""
4733 },
4734 "require": {
4735 "php": ">=5.0.0"
4736 },
4737 "require-dev": {
4738 "phpunit/phpunit": "~4.8.35||~5.7"
4739 },
4740 "type": "library",
4741 "autoload": {
4742 "psr-0": {
4743 "Detection": "namespaced/"
4744 },
4745 "classmap": [
4746 "Mobile_Detect.php"
4747 ]
4748 },
4749 "notification-url": "https://packagist.org/downloads/",
4750 "license": [
4751 "MIT"
4752 ],
4753 "authors": [
4754 {
4755 "name": "Serban Ghita",
4756 "email": "serbanghita@gmail.com",
4757 "homepage": "http://mobiledetect.net",
4758 "role": "Developer"
4759 }
4760 ],
4761 "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
4762 "homepage": "https://github.com/serbanghita/Mobile-Detect",
4763 "keywords": [
4764 "detect mobile devices",
4765 "mobile",
4766 "mobile detect",
4767 "mobile detector",
4768 "php mobile detect"
4769 ],
4770 "support": {
4771 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4772 "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41"
4773 },
4774 "time": "2022-11-08T18:31:26+00:00"
4775 },
4776 {
4777 "name": "monolog/monolog",
4778 "version": "3.8.0",
4779 "source": {
4780 "type": "git",
4781 "url": "https://github.com/Seldaek/monolog.git",
4782 "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67"
4783 },
4784 "dist": {
4785 "type": "zip",
4786 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67",
4787 "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67",
4788 "shasum": ""
4789 },
4790 "require": {
4791 "php": ">=8.1",
4792 "psr/log": "^2.0 || ^3.0"
4793 },
4794 "provide": {
4795 "psr/log-implementation": "3.0.0"
4796 },
4797 "require-dev": {
4798 "aws/aws-sdk-php": "^3.0",
4799 "doctrine/couchdb": "~1.0@dev",
4800 "elasticsearch/elasticsearch": "^7 || ^8",
4801 "ext-json": "*",
4802 "graylog2/gelf-php": "^1.4.2 || ^2.0",
4803 "guzzlehttp/guzzle": "^7.4.5",
4804 "guzzlehttp/psr7": "^2.2",
4805 "mongodb/mongodb": "^1.8",
4806 "php-amqplib/php-amqplib": "~2.4 || ^3",
4807 "php-console/php-console": "^3.1.8",
4808 "phpstan/phpstan": "^2",
4809 "phpstan/phpstan-deprecation-rules": "^2",
4810 "phpstan/phpstan-strict-rules": "^2",
4811 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
4812 "predis/predis": "^1.1 || ^2",
4813 "rollbar/rollbar": "^4.0",
4814 "ruflin/elastica": "^7 || ^8",
4815 "symfony/mailer": "^5.4 || ^6",
4816 "symfony/mime": "^5.4 || ^6"
4817 },
4818 "suggest": {
4819 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4820 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4821 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4822 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4823 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
4824 "ext-mbstring": "Allow to work properly with unicode symbols",
4825 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4826 "ext-openssl": "Required to send log messages using SSL",
4827 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
4828 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4829 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4830 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4831 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4832 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4833 },
4834 "type": "library",
4835 "extra": {
4836 "branch-alias": {
4837 "dev-main": "3.x-dev"
4838 }
4839 },
4840 "autoload": {
4841 "psr-4": {
4842 "Monolog\\": "src/Monolog"
4843 }
4844 },
4845 "notification-url": "https://packagist.org/downloads/",
4846 "license": [
4847 "MIT"
4848 ],
4849 "authors": [
4850 {
4851 "name": "Jordi Boggiano",
4852 "email": "j.boggiano@seld.be",
4853 "homepage": "https://seld.be"
4854 }
4855 ],
4856 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4857 "homepage": "https://github.com/Seldaek/monolog",
4858 "keywords": [
4859 "log",
4860 "logging",
4861 "psr-3"
4862 ],
4863 "support": {
4864 "issues": "https://github.com/Seldaek/monolog/issues",
4865 "source": "https://github.com/Seldaek/monolog/tree/3.8.0"
4866 },
4867 "funding": [
4868 {
4869 "url": "https://github.com/Seldaek",
4870 "type": "github"
4871 },
4872 {
4873 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4874 "type": "tidelift"
4875 }
4876 ],
4877 "time": "2024-11-12T13:57:08+00:00"
4878 },
4879 {
4880 "name": "mpociot/reflection-docblock",
4881 "version": "1.0.1",
4882 "source": {
4883 "type": "git",
4884 "url": "https://github.com/mpociot/reflection-docblock.git",
4885 "reference": "c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587"
4886 },
4887 "dist": {
4888 "type": "zip",
4889 "url": "https://api.github.com/repos/mpociot/reflection-docblock/zipball/c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587",
4890 "reference": "c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587",
4891 "shasum": ""
4892 },
4893 "require": {
4894 "php": ">=5.3.3"
4895 },
4896 "require-dev": {
4897 "phpunit/phpunit": "~4.0"
4898 },
4899 "suggest": {
4900 "dflydev/markdown": "~1.0",
4901 "erusev/parsedown": "~1.0"
4902 },
4903 "type": "library",
4904 "extra": {
4905 "branch-alias": {
4906 "dev-master": "2.0.x-dev"
4907 }
4908 },
4909 "autoload": {
4910 "psr-0": {
4911 "Mpociot": [
4912 "src/"
4913 ]
4914 }
4915 },
4916 "notification-url": "https://packagist.org/downloads/",
4917 "license": [
4918 "MIT"
4919 ],
4920 "authors": [
4921 {
4922 "name": "Mike van Riel",
4923 "email": "mike.vanriel@naenius.com"
4924 }
4925 ],
4926 "support": {
4927 "issues": "https://github.com/mpociot/reflection-docblock/issues",
4928 "source": "https://github.com/mpociot/reflection-docblock/tree/master"
4929 },
4930 "time": "2016-06-20T20:53:12+00:00"
4931 },
4932 {
4933 "name": "mtdowling/jmespath.php",
4934 "version": "2.7.0",
4935 "source": {
4936 "type": "git",
4937 "url": "https://github.com/jmespath/jmespath.php.git",
4938 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
4939 },
4940 "dist": {
4941 "type": "zip",
4942 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
4943 "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
4944 "shasum": ""
4945 },
4946 "require": {
4947 "php": "^7.2.5 || ^8.0",
4948 "symfony/polyfill-mbstring": "^1.17"
4949 },
4950 "require-dev": {
4951 "composer/xdebug-handler": "^3.0.3",
4952 "phpunit/phpunit": "^8.5.33"
4953 },
4954 "bin": [
4955 "bin/jp.php"
4956 ],
4957 "type": "library",
4958 "extra": {
4959 "branch-alias": {
4960 "dev-master": "2.7-dev"
4961 }
4962 },
4963 "autoload": {
4964 "files": [
4965 "src/JmesPath.php"
4966 ],
4967 "psr-4": {
4968 "JmesPath\\": "src/"
4969 }
4970 },
4971 "notification-url": "https://packagist.org/downloads/",
4972 "license": [
4973 "MIT"
4974 ],
4975 "authors": [
4976 {
4977 "name": "Graham Campbell",
4978 "email": "hello@gjcampbell.co.uk",
4979 "homepage": "https://github.com/GrahamCampbell"
4980 },
4981 {
4982 "name": "Michael Dowling",
4983 "email": "mtdowling@gmail.com",
4984 "homepage": "https://github.com/mtdowling"
4985 }
4986 ],
4987 "description": "Declaratively specify how to extract elements from a JSON document",
4988 "keywords": [
4989 "json",
4990 "jsonpath"
4991 ],
4992 "support": {
4993 "issues": "https://github.com/jmespath/jmespath.php/issues",
4994 "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
4995 },
4996 "time": "2023-08-25T10:54:48+00:00"
4997 },
4998 {
4999 "name": "myclabs/php-enum",
5000 "version": "1.8.4",
5001 "source": {
5002 "type": "git",
5003 "url": "https://github.com/myclabs/php-enum.git",
5004 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
5005 },
5006 "dist": {
5007 "type": "zip",
5008 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
5009 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
5010 "shasum": ""
5011 },
5012 "require": {
5013 "ext-json": "*",
5014 "php": "^7.3 || ^8.0"
5015 },
5016 "require-dev": {
5017 "phpunit/phpunit": "^9.5",
5018 "squizlabs/php_codesniffer": "1.*",
5019 "vimeo/psalm": "^4.6.2"
5020 },
5021 "type": "library",
5022 "autoload": {
5023 "psr-4": {
5024 "MyCLabs\\Enum\\": "src/"
5025 },
5026 "classmap": [
5027 "stubs/Stringable.php"
5028 ]
5029 },
5030 "notification-url": "https://packagist.org/downloads/",
5031 "license": [
5032 "MIT"
5033 ],
5034 "authors": [
5035 {
5036 "name": "PHP Enum contributors",
5037 "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
5038 }
5039 ],
5040 "description": "PHP Enum implementation",
5041 "homepage": "http://github.com/myclabs/php-enum",
5042 "keywords": [
5043 "enum"
5044 ],
5045 "support": {
5046 "issues": "https://github.com/myclabs/php-enum/issues",
5047 "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
5048 },
5049 "funding": [
5050 {
5051 "url": "https://github.com/mnapoli",
5052 "type": "github"
5053 },
5054 {
5055 "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
5056 "type": "tidelift"
5057 }
5058 ],
5059 "time": "2022-08-04T09:53:51+00:00"
5060 },
5061 {
5062 "name": "nesbot/carbon",
5063 "version": "2.72.6",
5064 "source": {
5065 "type": "git",
5066 "url": "https://github.com/CarbonPHP/carbon.git",
5067 "reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5"
5068 },
5069 "dist": {
5070 "type": "zip",
5071 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/1e9d50601e7035a4c61441a208cb5bed73e108c5",
5072 "reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5",
5073 "shasum": ""
5074 },
5075 "require": {
5076 "carbonphp/carbon-doctrine-types": "*",
5077 "ext-json": "*",
5078 "php": "^7.1.8 || ^8.0",
5079 "psr/clock": "^1.0",
5080 "symfony/polyfill-mbstring": "^1.0",
5081 "symfony/polyfill-php80": "^1.16",
5082 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
5083 },
5084 "provide": {
5085 "psr/clock-implementation": "1.0"
5086 },
5087 "require-dev": {
5088 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
5089 "doctrine/orm": "^2.7 || ^3.0",
5090 "friendsofphp/php-cs-fixer": "^3.0",
5091 "kylekatarnls/multi-tester": "^2.0",
5092 "ondrejmirtes/better-reflection": "<6",
5093 "phpmd/phpmd": "^2.9",
5094 "phpstan/extension-installer": "^1.0",
5095 "phpstan/phpstan": "^0.12.99 || ^1.7.14",
5096 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
5097 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
5098 "squizlabs/php_codesniffer": "^3.4"
5099 },
5100 "bin": [
5101 "bin/carbon"
5102 ],
5103 "type": "library",
5104 "extra": {
5105 "laravel": {
5106 "providers": [
5107 "Carbon\\Laravel\\ServiceProvider"
5108 ]
5109 },
5110 "phpstan": {
5111 "includes": [
5112 "extension.neon"
5113 ]
5114 },
5115 "branch-alias": {
5116 "dev-2.x": "2.x-dev",
5117 "dev-master": "3.x-dev"
5118 }
5119 },
5120 "autoload": {
5121 "psr-4": {
5122 "Carbon\\": "src/Carbon/"
5123 }
5124 },
5125 "notification-url": "https://packagist.org/downloads/",
5126 "license": [
5127 "MIT"
5128 ],
5129 "authors": [
5130 {
5131 "name": "Brian Nesbitt",
5132 "email": "brian@nesbot.com",
5133 "homepage": "https://markido.com"
5134 },
5135 {
5136 "name": "kylekatarnls",
5137 "homepage": "https://github.com/kylekatarnls"
5138 }
5139 ],
5140 "description": "An API extension for DateTime that supports 281 different languages.",
5141 "homepage": "https://carbon.nesbot.com",
5142 "keywords": [
5143 "date",
5144 "datetime",
5145 "time"
5146 ],
5147 "support": {
5148 "docs": "https://carbon.nesbot.com/docs",
5149 "issues": "https://github.com/briannesbitt/Carbon/issues",
5150 "source": "https://github.com/briannesbitt/Carbon"
5151 },
5152 "funding": [
5153 {
5154 "url": "https://github.com/sponsors/kylekatarnls",
5155 "type": "github"
5156 },
5157 {
5158 "url": "https://opencollective.com/Carbon#sponsor",
5159 "type": "opencollective"
5160 },
5161 {
5162 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
5163 "type": "tidelift"
5164 }
5165 ],
5166 "time": "2024-12-27T09:28:11+00:00"
5167 },
5168 {
5169 "name": "nette/schema",
5170 "version": "v1.3.2",
5171 "source": {
5172 "type": "git",
5173 "url": "https://github.com/nette/schema.git",
5174 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
5175 },
5176 "dist": {
5177 "type": "zip",
5178 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
5179 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
5180 "shasum": ""
5181 },
5182 "require": {
5183 "nette/utils": "^4.0",
5184 "php": "8.1 - 8.4"
5185 },
5186 "require-dev": {
5187 "nette/tester": "^2.5.2",
5188 "phpstan/phpstan-nette": "^1.0",
5189 "tracy/tracy": "^2.8"
5190 },
5191 "type": "library",
5192 "extra": {
5193 "branch-alias": {
5194 "dev-master": "1.3-dev"
5195 }
5196 },
5197 "autoload": {
5198 "classmap": [
5199 "src/"
5200 ]
5201 },
5202 "notification-url": "https://packagist.org/downloads/",
5203 "license": [
5204 "BSD-3-Clause",
5205 "GPL-2.0-only",
5206 "GPL-3.0-only"
5207 ],
5208 "authors": [
5209 {
5210 "name": "David Grudl",
5211 "homepage": "https://davidgrudl.com"
5212 },
5213 {
5214 "name": "Nette Community",
5215 "homepage": "https://nette.org/contributors"
5216 }
5217 ],
5218 "description": "📐 Nette Schema: validating data structures against a given Schema.",
5219 "homepage": "https://nette.org",
5220 "keywords": [
5221 "config",
5222 "nette"
5223 ],
5224 "support": {
5225 "issues": "https://github.com/nette/schema/issues",
5226 "source": "https://github.com/nette/schema/tree/v1.3.2"
5227 },
5228 "time": "2024-10-06T23:10:23+00:00"
5229 },
5230 {
5231 "name": "nette/utils",
5232 "version": "v4.0.5",
5233 "source": {
5234 "type": "git",
5235 "url": "https://github.com/nette/utils.git",
5236 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96"
5237 },
5238 "dist": {
5239 "type": "zip",
5240 "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
5241 "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96",
5242 "shasum": ""
5243 },
5244 "require": {
5245 "php": "8.0 - 8.4"
5246 },
5247 "conflict": {
5248 "nette/finder": "<3",
5249 "nette/schema": "<1.2.2"
5250 },
5251 "require-dev": {
5252 "jetbrains/phpstorm-attributes": "dev-master",
5253 "nette/tester": "^2.5",
5254 "phpstan/phpstan": "^1.0",
5255 "tracy/tracy": "^2.9"
5256 },
5257 "suggest": {
5258 "ext-gd": "to use Image",
5259 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
5260 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
5261 "ext-json": "to use Nette\\Utils\\Json",
5262 "ext-mbstring": "to use Strings::lower() etc...",
5263 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
5264 },
5265 "type": "library",
5266 "extra": {
5267 "branch-alias": {
5268 "dev-master": "4.0-dev"
5269 }
5270 },
5271 "autoload": {
5272 "classmap": [
5273 "src/"
5274 ]
5275 },
5276 "notification-url": "https://packagist.org/downloads/",
5277 "license": [
5278 "BSD-3-Clause",
5279 "GPL-2.0-only",
5280 "GPL-3.0-only"
5281 ],
5282 "authors": [
5283 {
5284 "name": "David Grudl",
5285 "homepage": "https://davidgrudl.com"
5286 },
5287 {
5288 "name": "Nette Community",
5289 "homepage": "https://nette.org/contributors"
5290 }
5291 ],
5292 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
5293 "homepage": "https://nette.org",
5294 "keywords": [
5295 "array",
5296 "core",
5297 "datetime",
5298 "images",
5299 "json",
5300 "nette",
5301 "paginator",
5302 "password",
5303 "slugify",
5304 "string",
5305 "unicode",
5306 "utf-8",
5307 "utility",
5308 "validation"
5309 ],
5310 "support": {
5311 "issues": "https://github.com/nette/utils/issues",
5312 "source": "https://github.com/nette/utils/tree/v4.0.5"
5313 },
5314 "time": "2024-08-07T15:39:19+00:00"
5315 },
5316 {
5317 "name": "nikic/php-parser",
5318 "version": "v4.16.0",
5319 "source": {
5320 "type": "git",
5321 "url": "https://github.com/nikic/PHP-Parser.git",
5322 "reference": "19526a33fb561ef417e822e85f08a00db4059c17"
5323 },
5324 "dist": {
5325 "type": "zip",
5326 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
5327 "reference": "19526a33fb561ef417e822e85f08a00db4059c17",
5328 "shasum": ""
5329 },
5330 "require": {
5331 "ext-tokenizer": "*",
5332 "php": ">=7.0"
5333 },
5334 "require-dev": {
5335 "ircmaxell/php-yacc": "^0.0.7",
5336 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5337 },
5338 "bin": [
5339 "bin/php-parse"
5340 ],
5341 "type": "library",
5342 "extra": {
5343 "branch-alias": {
5344 "dev-master": "4.9-dev"
5345 }
5346 },
5347 "autoload": {
5348 "psr-4": {
5349 "PhpParser\\": "lib/PhpParser"
5350 }
5351 },
5352 "notification-url": "https://packagist.org/downloads/",
5353 "license": [
5354 "BSD-3-Clause"
5355 ],
5356 "authors": [
5357 {
5358 "name": "Nikita Popov"
5359 }
5360 ],
5361 "description": "A PHP parser written in PHP",
5362 "keywords": [
5363 "parser",
5364 "php"
5365 ],
5366 "support": {
5367 "issues": "https://github.com/nikic/PHP-Parser/issues",
5368 "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
5369 },
5370 "time": "2023-06-25T14:52:30+00:00"
5371 },
5372 {
5373 "name": "nunomaduro/collision",
5374 "version": "v6.4.0",
5375 "source": {
5376 "type": "git",
5377 "url": "https://github.com/nunomaduro/collision.git",
5378 "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
5379 },
5380 "dist": {
5381 "type": "zip",
5382 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
5383 "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
5384 "shasum": ""
5385 },
5386 "require": {
5387 "filp/whoops": "^2.14.5",
5388 "php": "^8.0.0",
5389 "symfony/console": "^6.0.2"
5390 },
5391 "require-dev": {
5392 "brianium/paratest": "^6.4.1",
5393 "laravel/framework": "^9.26.1",
5394 "laravel/pint": "^1.1.1",
5395 "nunomaduro/larastan": "^1.0.3",
5396 "nunomaduro/mock-final-classes": "^1.1.0",
5397 "orchestra/testbench": "^7.7",
5398 "phpunit/phpunit": "^9.5.23",
5399 "spatie/ignition": "^1.4.1"
5400 },
5401 "type": "library",
5402 "extra": {
5403 "branch-alias": {
5404 "dev-develop": "6.x-dev"
5405 },
5406 "laravel": {
5407 "providers": [
5408 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
5409 ]
5410 }
5411 },
5412 "autoload": {
5413 "psr-4": {
5414 "NunoMaduro\\Collision\\": "src/"
5415 }
5416 },
5417 "notification-url": "https://packagist.org/downloads/",
5418 "license": [
5419 "MIT"
5420 ],
5421 "authors": [
5422 {
5423 "name": "Nuno Maduro",
5424 "email": "enunomaduro@gmail.com"
5425 }
5426 ],
5427 "description": "Cli error handling for console/command-line PHP applications.",
5428 "keywords": [
5429 "artisan",
5430 "cli",
5431 "command-line",
5432 "console",
5433 "error",
5434 "handling",
5435 "laravel",
5436 "laravel-zero",
5437 "php",
5438 "symfony"
5439 ],
5440 "support": {
5441 "issues": "https://github.com/nunomaduro/collision/issues",
5442 "source": "https://github.com/nunomaduro/collision"
5443 },
5444 "funding": [
5445 {
5446 "url": "https://www.paypal.com/paypalme/enunomaduro",
5447 "type": "custom"
5448 },
5449 {
5450 "url": "https://github.com/nunomaduro",
5451 "type": "github"
5452 },
5453 {
5454 "url": "https://www.patreon.com/nunomaduro",
5455 "type": "patreon"
5456 }
5457 ],
5458 "time": "2023-01-03T12:54:54+00:00"
5459 },
5460 {
5461 "name": "nunomaduro/termwind",
5462 "version": "v1.16.0",
5463 "source": {
5464 "type": "git",
5465 "url": "https://github.com/nunomaduro/termwind.git",
5466 "reference": "dcf1ec3dfa36137b7ce41d43866644a7ab8fc257"
5467 },
5468 "dist": {
5469 "type": "zip",
5470 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dcf1ec3dfa36137b7ce41d43866644a7ab8fc257",
5471 "reference": "dcf1ec3dfa36137b7ce41d43866644a7ab8fc257",
5472 "shasum": ""
5473 },
5474 "require": {
5475 "ext-mbstring": "*",
5476 "php": "^8.1",
5477 "symfony/console": "^6.4.12"
5478 },
5479 "require-dev": {
5480 "illuminate/console": "^10.48.22",
5481 "illuminate/support": "^10.48.22",
5482 "laravel/pint": "^1.18.1",
5483 "pestphp/pest": "^2",
5484 "pestphp/pest-plugin-mock": "2.0.0",
5485 "phpstan/phpstan": "^1.12.6",
5486 "phpstan/phpstan-strict-rules": "^1.6.1",
5487 "symfony/var-dumper": "^6.4.11",
5488 "thecodingmachine/phpstan-strict-rules": "^1.0.0"
5489 },
5490 "type": "library",
5491 "extra": {
5492 "laravel": {
5493 "providers": [
5494 "Termwind\\Laravel\\TermwindServiceProvider"
5495 ]
5496 }
5497 },
5498 "autoload": {
5499 "files": [
5500 "src/Functions.php"
5501 ],
5502 "psr-4": {
5503 "Termwind\\": "src/"
5504 }
5505 },
5506 "notification-url": "https://packagist.org/downloads/",
5507 "license": [
5508 "MIT"
5509 ],
5510 "authors": [
5511 {
5512 "name": "Nuno Maduro",
5513 "email": "enunomaduro@gmail.com"
5514 }
5515 ],
5516 "description": "Its like Tailwind CSS, but for the console.",
5517 "keywords": [
5518 "cli",
5519 "console",
5520 "css",
5521 "package",
5522 "php",
5523 "style"
5524 ],
5525 "support": {
5526 "issues": "https://github.com/nunomaduro/termwind/issues",
5527 "source": "https://github.com/nunomaduro/termwind/tree/v1.16.0"
5528 },
5529 "funding": [
5530 {
5531 "url": "https://www.paypal.com/paypalme/enunomaduro",
5532 "type": "custom"
5533 },
5534 {
5535 "url": "https://github.com/nunomaduro",
5536 "type": "github"
5537 },
5538 {
5539 "url": "https://github.com/xiCO2k",
5540 "type": "github"
5541 }
5542 ],
5543 "time": "2024-10-15T15:27:12+00:00"
5544 },
5545 {
5546 "name": "nyholm/psr7",
5547 "version": "1.8.0",
5548 "source": {
5549 "type": "git",
5550 "url": "https://github.com/Nyholm/psr7.git",
5551 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
5552 },
5553 "dist": {
5554 "type": "zip",
5555 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
5556 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
5557 "shasum": ""
5558 },
5559 "require": {
5560 "php": ">=7.2",
5561 "psr/http-factory": "^1.0",
5562 "psr/http-message": "^1.1 || ^2.0"
5563 },
5564 "provide": {
5565 "php-http/message-factory-implementation": "1.0",
5566 "psr/http-factory-implementation": "1.0",
5567 "psr/http-message-implementation": "1.0"
5568 },
5569 "require-dev": {
5570 "http-interop/http-factory-tests": "^0.9",
5571 "php-http/message-factory": "^1.0",
5572 "php-http/psr7-integration-tests": "^1.0",
5573 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
5574 "symfony/error-handler": "^4.4"
5575 },
5576 "type": "library",
5577 "extra": {
5578 "branch-alias": {
5579 "dev-master": "1.8-dev"
5580 }
5581 },
5582 "autoload": {
5583 "psr-4": {
5584 "Nyholm\\Psr7\\": "src/"
5585 }
5586 },
5587 "notification-url": "https://packagist.org/downloads/",
5588 "license": [
5589 "MIT"
5590 ],
5591 "authors": [
5592 {
5593 "name": "Tobias Nyholm",
5594 "email": "tobias.nyholm@gmail.com"
5595 },
5596 {
5597 "name": "Martijn van der Ven",
5598 "email": "martijn@vanderven.se"
5599 }
5600 ],
5601 "description": "A fast PHP7 implementation of PSR-7",
5602 "homepage": "https://tnyholm.se",
5603 "keywords": [
5604 "psr-17",
5605 "psr-7"
5606 ],
5607 "support": {
5608 "issues": "https://github.com/Nyholm/psr7/issues",
5609 "source": "https://github.com/Nyholm/psr7/tree/1.8.0"
5610 },
5611 "funding": [
5612 {
5613 "url": "https://github.com/Zegnat",
5614 "type": "github"
5615 },
5616 {
5617 "url": "https://github.com/nyholm",
5618 "type": "github"
5619 }
5620 ],
5621 "time": "2023-05-02T11:26:24+00:00"
5622 },
5623 {
5624 "name": "paragonie/constant_time_encoding",
5625 "version": "v2.6.3",
5626 "source": {
5627 "type": "git",
5628 "url": "https://github.com/paragonie/constant_time_encoding.git",
5629 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
5630 },
5631 "dist": {
5632 "type": "zip",
5633 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
5634 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
5635 "shasum": ""
5636 },
5637 "require": {
5638 "php": "^7|^8"
5639 },
5640 "require-dev": {
5641 "phpunit/phpunit": "^6|^7|^8|^9",
5642 "vimeo/psalm": "^1|^2|^3|^4"
5643 },
5644 "type": "library",
5645 "autoload": {
5646 "psr-4": {
5647 "ParagonIE\\ConstantTime\\": "src/"
5648 }
5649 },
5650 "notification-url": "https://packagist.org/downloads/",
5651 "license": [
5652 "MIT"
5653 ],
5654 "authors": [
5655 {
5656 "name": "Paragon Initiative Enterprises",
5657 "email": "security@paragonie.com",
5658 "homepage": "https://paragonie.com",
5659 "role": "Maintainer"
5660 },
5661 {
5662 "name": "Steve 'Sc00bz' Thomas",
5663 "email": "steve@tobtu.com",
5664 "homepage": "https://www.tobtu.com",
5665 "role": "Original Developer"
5666 }
5667 ],
5668 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5669 "keywords": [
5670 "base16",
5671 "base32",
5672 "base32_decode",
5673 "base32_encode",
5674 "base64",
5675 "base64_decode",
5676 "base64_encode",
5677 "bin2hex",
5678 "encoding",
5679 "hex",
5680 "hex2bin",
5681 "rfc4648"
5682 ],
5683 "support": {
5684 "email": "info@paragonie.com",
5685 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
5686 "source": "https://github.com/paragonie/constant_time_encoding"
5687 },
5688 "time": "2022-06-14T06:56:20+00:00"
5689 },
5690 {
5691 "name": "paragonie/random_compat",
5692 "version": "v9.99.100",
5693 "source": {
5694 "type": "git",
5695 "url": "https://github.com/paragonie/random_compat.git",
5696 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5697 },
5698 "dist": {
5699 "type": "zip",
5700 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5701 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5702 "shasum": ""
5703 },
5704 "require": {
5705 "php": ">= 7"
5706 },
5707 "require-dev": {
5708 "phpunit/phpunit": "4.*|5.*",
5709 "vimeo/psalm": "^1"
5710 },
5711 "suggest": {
5712 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5713 },
5714 "type": "library",
5715 "notification-url": "https://packagist.org/downloads/",
5716 "license": [
5717 "MIT"
5718 ],
5719 "authors": [
5720 {
5721 "name": "Paragon Initiative Enterprises",
5722 "email": "security@paragonie.com",
5723 "homepage": "https://paragonie.com"
5724 }
5725 ],
5726 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5727 "keywords": [
5728 "csprng",
5729 "polyfill",
5730 "pseudorandom",
5731 "random"
5732 ],
5733 "support": {
5734 "email": "info@paragonie.com",
5735 "issues": "https://github.com/paragonie/random_compat/issues",
5736 "source": "https://github.com/paragonie/random_compat"
5737 },
5738 "time": "2020-10-15T08:29:30+00:00"
5739 },
5740 {
5741 "name": "paypal/paypal-checkout-sdk",
5742 "version": "1.0.2",
5743 "source": {
5744 "type": "git",
5745 "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
5746 "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
5747 },
5748 "dist": {
5749 "type": "zip",
5750 "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
5751 "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
5752 "shasum": ""
5753 },
5754 "require": {
5755 "paypal/paypalhttp": "1.0.1"
5756 },
5757 "require-dev": {
5758 "phpunit/phpunit": "^5.7"
5759 },
5760 "type": "library",
5761 "autoload": {
5762 "psr-4": {
5763 "Sample\\": "samples/",
5764 "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk"
5765 }
5766 },
5767 "notification-url": "https://packagist.org/downloads/",
5768 "license": [
5769 "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
5770 ],
5771 "authors": [
5772 {
5773 "name": "PayPal",
5774 "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
5775 }
5776 ],
5777 "description": "PayPal's PHP SDK for Checkout REST APIs",
5778 "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
5779 "keywords": [
5780 "checkout",
5781 "orders",
5782 "payments",
5783 "paypal",
5784 "rest",
5785 "sdk"
5786 ],
5787 "support": {
5788 "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
5789 },
5790 "abandoned": true,
5791 "time": "2021-09-21T20:57:38+00:00"
5792 },
5793 {
5794 "name": "paypal/paypalhttp",
5795 "version": "1.0.1",
5796 "source": {
5797 "type": "git",
5798 "url": "https://github.com/paypal/paypalhttp_php.git",
5799 "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
5800 },
5801 "dist": {
5802 "type": "zip",
5803 "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
5804 "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
5805 "shasum": ""
5806 },
5807 "require": {
5808 "ext-curl": "*"
5809 },
5810 "require-dev": {
5811 "phpunit/phpunit": "^5.7",
5812 "wiremock-php/wiremock-php": "1.43.2"
5813 },
5814 "type": "library",
5815 "autoload": {
5816 "psr-4": {
5817 "PayPalHttp\\": "lib/PayPalHttp"
5818 }
5819 },
5820 "notification-url": "https://packagist.org/downloads/",
5821 "license": [
5822 "MIT"
5823 ],
5824 "authors": [
5825 {
5826 "name": "PayPal",
5827 "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
5828 }
5829 ],
5830 "support": {
5831 "issues": "https://github.com/paypal/paypalhttp_php/issues",
5832 "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
5833 },
5834 "time": "2021-09-14T21:35:26+00:00"
5835 },
5836 {
5837 "name": "php-http/cache-plugin",
5838 "version": "1.8.0",
5839 "source": {
5840 "type": "git",
5841 "url": "https://github.com/php-http/cache-plugin.git",
5842 "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314"
5843 },
5844 "dist": {
5845 "type": "zip",
5846 "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
5847 "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
5848 "shasum": ""
5849 },
5850 "require": {
5851 "php": "^7.1 || ^8.0",
5852 "php-http/client-common": "^1.9 || ^2.0",
5853 "php-http/message-factory": "^1.0",
5854 "psr/cache": "^1.0 || ^2.0 || ^3.0",
5855 "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
5856 },
5857 "require-dev": {
5858 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
5859 },
5860 "type": "library",
5861 "autoload": {
5862 "psr-4": {
5863 "Http\\Client\\Common\\Plugin\\": "src/"
5864 }
5865 },
5866 "notification-url": "https://packagist.org/downloads/",
5867 "license": [
5868 "MIT"
5869 ],
5870 "authors": [
5871 {
5872 "name": "Márk Sági-Kazár",
5873 "email": "mark.sagikazar@gmail.com"
5874 }
5875 ],
5876 "description": "PSR-6 Cache plugin for HTTPlug",
5877 "homepage": "http://httplug.io",
5878 "keywords": [
5879 "cache",
5880 "http",
5881 "httplug",
5882 "plugin"
5883 ],
5884 "support": {
5885 "issues": "https://github.com/php-http/cache-plugin/issues",
5886 "source": "https://github.com/php-http/cache-plugin/tree/1.8.0"
5887 },
5888 "time": "2023-04-28T10:56:55+00:00"
5889 },
5890 {
5891 "name": "php-http/client-common",
5892 "version": "2.7.0",
5893 "source": {
5894 "type": "git",
5895 "url": "https://github.com/php-http/client-common.git",
5896 "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b"
5897 },
5898 "dist": {
5899 "type": "zip",
5900 "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b",
5901 "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b",
5902 "shasum": ""
5903 },
5904 "require": {
5905 "php": "^7.1 || ^8.0",
5906 "php-http/httplug": "^2.0",
5907 "php-http/message": "^1.6",
5908 "psr/http-client": "^1.0",
5909 "psr/http-factory": "^1.0",
5910 "psr/http-message": "^1.0 || ^2.0",
5911 "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
5912 "symfony/polyfill-php80": "^1.17"
5913 },
5914 "require-dev": {
5915 "doctrine/instantiator": "^1.1",
5916 "guzzlehttp/psr7": "^1.4",
5917 "nyholm/psr7": "^1.2",
5918 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
5919 "phpspec/prophecy": "^1.10.2",
5920 "phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
5921 },
5922 "suggest": {
5923 "ext-json": "To detect JSON responses with the ContentTypePlugin",
5924 "ext-libxml": "To detect XML responses with the ContentTypePlugin",
5925 "php-http/cache-plugin": "PSR-6 Cache plugin",
5926 "php-http/logger-plugin": "PSR-3 Logger plugin",
5927 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
5928 },
5929 "type": "library",
5930 "autoload": {
5931 "psr-4": {
5932 "Http\\Client\\Common\\": "src/"
5933 }
5934 },
5935 "notification-url": "https://packagist.org/downloads/",
5936 "license": [
5937 "MIT"
5938 ],
5939 "authors": [
5940 {
5941 "name": "Márk Sági-Kazár",
5942 "email": "mark.sagikazar@gmail.com"
5943 }
5944 ],
5945 "description": "Common HTTP Client implementations and tools for HTTPlug",
5946 "homepage": "http://httplug.io",
5947 "keywords": [
5948 "client",
5949 "common",
5950 "http",
5951 "httplug"
5952 ],
5953 "support": {
5954 "issues": "https://github.com/php-http/client-common/issues",
5955 "source": "https://github.com/php-http/client-common/tree/2.7.0"
5956 },
5957 "time": "2023-05-17T06:46:59+00:00"
5958 },
5959 {
5960 "name": "php-http/discovery",
5961 "version": "1.19.0",
5962 "source": {
5963 "type": "git",
5964 "url": "https://github.com/php-http/discovery.git",
5965 "reference": "1856a119a0b0ba8da8b5c33c080aa7af8fac25b4"
5966 },
5967 "dist": {
5968 "type": "zip",
5969 "url": "https://api.github.com/repos/php-http/discovery/zipball/1856a119a0b0ba8da8b5c33c080aa7af8fac25b4",
5970 "reference": "1856a119a0b0ba8da8b5c33c080aa7af8fac25b4",
5971 "shasum": ""
5972 },
5973 "require": {
5974 "composer-plugin-api": "^1.0|^2.0",
5975 "php": "^7.1 || ^8.0"
5976 },
5977 "conflict": {
5978 "nyholm/psr7": "<1.0",
5979 "zendframework/zend-diactoros": "*"
5980 },
5981 "provide": {
5982 "php-http/async-client-implementation": "*",
5983 "php-http/client-implementation": "*",
5984 "psr/http-client-implementation": "*",
5985 "psr/http-factory-implementation": "*",
5986 "psr/http-message-implementation": "*"
5987 },
5988 "require-dev": {
5989 "composer/composer": "^1.0.2|^2.0",
5990 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5991 "php-http/httplug": "^1.0 || ^2.0",
5992 "php-http/message-factory": "^1.0",
5993 "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
5994 "symfony/phpunit-bridge": "^6.2"
5995 },
5996 "type": "composer-plugin",
5997 "extra": {
5998 "class": "Http\\Discovery\\Composer\\Plugin",
5999 "plugin-optional": true
6000 },
6001 "autoload": {
6002 "psr-4": {
6003 "Http\\Discovery\\": "src/"
6004 },
6005 "exclude-from-classmap": [
6006 "src/Composer/Plugin.php"
6007 ]
6008 },
6009 "notification-url": "https://packagist.org/downloads/",
6010 "license": [
6011 "MIT"
6012 ],
6013 "authors": [
6014 {
6015 "name": "Márk Sági-Kazár",
6016 "email": "mark.sagikazar@gmail.com"
6017 }
6018 ],
6019 "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
6020 "homepage": "http://php-http.org",
6021 "keywords": [
6022 "adapter",
6023 "client",
6024 "discovery",
6025 "factory",
6026 "http",
6027 "message",
6028 "psr17",
6029 "psr7"
6030 ],
6031 "support": {
6032 "issues": "https://github.com/php-http/discovery/issues",
6033 "source": "https://github.com/php-http/discovery/tree/1.19.0"
6034 },
6035 "time": "2023-06-19T08:45:36+00:00"
6036 },
6037 {
6038 "name": "php-http/httplug",
6039 "version": "2.4.0",
6040 "source": {
6041 "type": "git",
6042 "url": "https://github.com/php-http/httplug.git",
6043 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
6044 },
6045 "dist": {
6046 "type": "zip",
6047 "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
6048 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
6049 "shasum": ""
6050 },
6051 "require": {
6052 "php": "^7.1 || ^8.0",
6053 "php-http/promise": "^1.1",
6054 "psr/http-client": "^1.0",
6055 "psr/http-message": "^1.0 || ^2.0"
6056 },
6057 "require-dev": {
6058 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
6059 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
6060 },
6061 "type": "library",
6062 "autoload": {
6063 "psr-4": {
6064 "Http\\Client\\": "src/"
6065 }
6066 },
6067 "notification-url": "https://packagist.org/downloads/",
6068 "license": [
6069 "MIT"
6070 ],
6071 "authors": [
6072 {
6073 "name": "Eric GELOEN",
6074 "email": "geloen.eric@gmail.com"
6075 },
6076 {
6077 "name": "Márk Sági-Kazár",
6078 "email": "mark.sagikazar@gmail.com",
6079 "homepage": "https://sagikazarmark.hu"
6080 }
6081 ],
6082 "description": "HTTPlug, the HTTP client abstraction for PHP",
6083 "homepage": "http://httplug.io",
6084 "keywords": [
6085 "client",
6086 "http"
6087 ],
6088 "support": {
6089 "issues": "https://github.com/php-http/httplug/issues",
6090 "source": "https://github.com/php-http/httplug/tree/2.4.0"
6091 },
6092 "time": "2023-04-14T15:10:03+00:00"
6093 },
6094 {
6095 "name": "php-http/message",
6096 "version": "1.16.0",
6097 "source": {
6098 "type": "git",
6099 "url": "https://github.com/php-http/message.git",
6100 "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
6101 },
6102 "dist": {
6103 "type": "zip",
6104 "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
6105 "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
6106 "shasum": ""
6107 },
6108 "require": {
6109 "clue/stream-filter": "^1.5",
6110 "php": "^7.2 || ^8.0",
6111 "psr/http-message": "^1.1 || ^2.0"
6112 },
6113 "provide": {
6114 "php-http/message-factory-implementation": "1.0"
6115 },
6116 "require-dev": {
6117 "ergebnis/composer-normalize": "^2.6",
6118 "ext-zlib": "*",
6119 "guzzlehttp/psr7": "^1.0 || ^2.0",
6120 "laminas/laminas-diactoros": "^2.0 || ^3.0",
6121 "php-http/message-factory": "^1.0.2",
6122 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
6123 "slim/slim": "^3.0"
6124 },
6125 "suggest": {
6126 "ext-zlib": "Used with compressor/decompressor streams",
6127 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6128 "laminas/laminas-diactoros": "Used with Diactoros Factories",
6129 "slim/slim": "Used with Slim Framework PSR-7 implementation"
6130 },
6131 "type": "library",
6132 "autoload": {
6133 "files": [
6134 "src/filters.php"
6135 ],
6136 "psr-4": {
6137 "Http\\Message\\": "src/"
6138 }
6139 },
6140 "notification-url": "https://packagist.org/downloads/",
6141 "license": [
6142 "MIT"
6143 ],
6144 "authors": [
6145 {
6146 "name": "Márk Sági-Kazár",
6147 "email": "mark.sagikazar@gmail.com"
6148 }
6149 ],
6150 "description": "HTTP Message related tools",
6151 "homepage": "http://php-http.org",
6152 "keywords": [
6153 "http",
6154 "message",
6155 "psr-7"
6156 ],
6157 "support": {
6158 "issues": "https://github.com/php-http/message/issues",
6159 "source": "https://github.com/php-http/message/tree/1.16.0"
6160 },
6161 "time": "2023-05-17T06:43:38+00:00"
6162 },
6163 {
6164 "name": "php-http/message-factory",
6165 "version": "1.1.0",
6166 "source": {
6167 "type": "git",
6168 "url": "https://github.com/php-http/message-factory.git",
6169 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
6170 },
6171 "dist": {
6172 "type": "zip",
6173 "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
6174 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
6175 "shasum": ""
6176 },
6177 "require": {
6178 "php": ">=5.4",
6179 "psr/http-message": "^1.0 || ^2.0"
6180 },
6181 "type": "library",
6182 "extra": {
6183 "branch-alias": {
6184 "dev-master": "1.x-dev"
6185 }
6186 },
6187 "autoload": {
6188 "psr-4": {
6189 "Http\\Message\\": "src/"
6190 }
6191 },
6192 "notification-url": "https://packagist.org/downloads/",
6193 "license": [
6194 "MIT"
6195 ],
6196 "authors": [
6197 {
6198 "name": "Márk Sági-Kazár",
6199 "email": "mark.sagikazar@gmail.com"
6200 }
6201 ],
6202 "description": "Factory interfaces for PSR-7 HTTP Message",
6203 "homepage": "http://php-http.org",
6204 "keywords": [
6205 "factory",
6206 "http",
6207 "message",
6208 "stream",
6209 "uri"
6210 ],
6211 "support": {
6212 "issues": "https://github.com/php-http/message-factory/issues",
6213 "source": "https://github.com/php-http/message-factory/tree/1.1.0"
6214 },
6215 "abandoned": "psr/http-factory",
6216 "time": "2023-04-14T14:16:17+00:00"
6217 },
6218 {
6219 "name": "php-http/multipart-stream-builder",
6220 "version": "1.3.0",
6221 "source": {
6222 "type": "git",
6223 "url": "https://github.com/php-http/multipart-stream-builder.git",
6224 "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a"
6225 },
6226 "dist": {
6227 "type": "zip",
6228 "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/f5938fd135d9fa442cc297dc98481805acfe2b6a",
6229 "reference": "f5938fd135d9fa442cc297dc98481805acfe2b6a",
6230 "shasum": ""
6231 },
6232 "require": {
6233 "php": "^7.1 || ^8.0",
6234 "php-http/discovery": "^1.15",
6235 "psr/http-factory-implementation": "^1.0"
6236 },
6237 "require-dev": {
6238 "nyholm/psr7": "^1.0",
6239 "php-http/message": "^1.5",
6240 "php-http/message-factory": "^1.0.2",
6241 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
6242 },
6243 "type": "library",
6244 "autoload": {
6245 "psr-4": {
6246 "Http\\Message\\MultipartStream\\": "src/"
6247 }
6248 },
6249 "notification-url": "https://packagist.org/downloads/",
6250 "license": [
6251 "MIT"
6252 ],
6253 "authors": [
6254 {
6255 "name": "Tobias Nyholm",
6256 "email": "tobias.nyholm@gmail.com"
6257 }
6258 ],
6259 "description": "A builder class that help you create a multipart stream",
6260 "homepage": "http://php-http.org",
6261 "keywords": [
6262 "factory",
6263 "http",
6264 "message",
6265 "multipart stream",
6266 "stream"
6267 ],
6268 "support": {
6269 "issues": "https://github.com/php-http/multipart-stream-builder/issues",
6270 "source": "https://github.com/php-http/multipart-stream-builder/tree/1.3.0"
6271 },
6272 "time": "2023-04-28T14:10:22+00:00"
6273 },
6274 {
6275 "name": "php-http/promise",
6276 "version": "1.1.0",
6277 "source": {
6278 "type": "git",
6279 "url": "https://github.com/php-http/promise.git",
6280 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6281 },
6282 "dist": {
6283 "type": "zip",
6284 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6285 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6286 "shasum": ""
6287 },
6288 "require": {
6289 "php": "^7.1 || ^8.0"
6290 },
6291 "require-dev": {
6292 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6293 "phpspec/phpspec": "^5.1.2 || ^6.2"
6294 },
6295 "type": "library",
6296 "extra": {
6297 "branch-alias": {
6298 "dev-master": "1.1-dev"
6299 }
6300 },
6301 "autoload": {
6302 "psr-4": {
6303 "Http\\Promise\\": "src/"
6304 }
6305 },
6306 "notification-url": "https://packagist.org/downloads/",
6307 "license": [
6308 "MIT"
6309 ],
6310 "authors": [
6311 {
6312 "name": "Joel Wurtz",
6313 "email": "joel.wurtz@gmail.com"
6314 },
6315 {
6316 "name": "Márk Sági-Kazár",
6317 "email": "mark.sagikazar@gmail.com"
6318 }
6319 ],
6320 "description": "Promise used for asynchronous HTTP requests",
6321 "homepage": "http://httplug.io",
6322 "keywords": [
6323 "promise"
6324 ],
6325 "support": {
6326 "issues": "https://github.com/php-http/promise/issues",
6327 "source": "https://github.com/php-http/promise/tree/1.1.0"
6328 },
6329 "time": "2020-07-07T09:29:14+00:00"
6330 },
6331 {
6332 "name": "phpoption/phpoption",
6333 "version": "1.9.3",
6334 "source": {
6335 "type": "git",
6336 "url": "https://github.com/schmittjoh/php-option.git",
6337 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
6338 },
6339 "dist": {
6340 "type": "zip",
6341 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
6342 "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
6343 "shasum": ""
6344 },
6345 "require": {
6346 "php": "^7.2.5 || ^8.0"
6347 },
6348 "require-dev": {
6349 "bamarni/composer-bin-plugin": "^1.8.2",
6350 "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
6351 },
6352 "type": "library",
6353 "extra": {
6354 "bamarni-bin": {
6355 "bin-links": true,
6356 "forward-command": false
6357 },
6358 "branch-alias": {
6359 "dev-master": "1.9-dev"
6360 }
6361 },
6362 "autoload": {
6363 "psr-4": {
6364 "PhpOption\\": "src/PhpOption/"
6365 }
6366 },
6367 "notification-url": "https://packagist.org/downloads/",
6368 "license": [
6369 "Apache-2.0"
6370 ],
6371 "authors": [
6372 {
6373 "name": "Johannes M. Schmitt",
6374 "email": "schmittjoh@gmail.com",
6375 "homepage": "https://github.com/schmittjoh"
6376 },
6377 {
6378 "name": "Graham Campbell",
6379 "email": "hello@gjcampbell.co.uk",
6380 "homepage": "https://github.com/GrahamCampbell"
6381 }
6382 ],
6383 "description": "Option Type for PHP",
6384 "keywords": [
6385 "language",
6386 "option",
6387 "php",
6388 "type"
6389 ],
6390 "support": {
6391 "issues": "https://github.com/schmittjoh/php-option/issues",
6392 "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
6393 },
6394 "funding": [
6395 {
6396 "url": "https://github.com/GrahamCampbell",
6397 "type": "github"
6398 },
6399 {
6400 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6401 "type": "tidelift"
6402 }
6403 ],
6404 "time": "2024-07-20T21:41:07+00:00"
6405 },
6406 {
6407 "name": "phpseclib/phpseclib",
6408 "version": "3.0.37",
6409 "source": {
6410 "type": "git",
6411 "url": "https://github.com/phpseclib/phpseclib.git",
6412 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
6413 },
6414 "dist": {
6415 "type": "zip",
6416 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
6417 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
6418 "shasum": ""
6419 },
6420 "require": {
6421 "paragonie/constant_time_encoding": "^1|^2",
6422 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
6423 "php": ">=5.6.1"
6424 },
6425 "require-dev": {
6426 "phpunit/phpunit": "*"
6427 },
6428 "suggest": {
6429 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
6430 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6431 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6432 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6433 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6434 },
6435 "type": "library",
6436 "autoload": {
6437 "files": [
6438 "phpseclib/bootstrap.php"
6439 ],
6440 "psr-4": {
6441 "phpseclib3\\": "phpseclib/"
6442 }
6443 },
6444 "notification-url": "https://packagist.org/downloads/",
6445 "license": [
6446 "MIT"
6447 ],
6448 "authors": [
6449 {
6450 "name": "Jim Wigginton",
6451 "email": "terrafrost@php.net",
6452 "role": "Lead Developer"
6453 },
6454 {
6455 "name": "Patrick Monnerat",
6456 "email": "pm@datasphere.ch",
6457 "role": "Developer"
6458 },
6459 {
6460 "name": "Andreas Fischer",
6461 "email": "bantu@phpbb.com",
6462 "role": "Developer"
6463 },
6464 {
6465 "name": "Hans-Jürgen Petrich",
6466 "email": "petrich@tronic-media.com",
6467 "role": "Developer"
6468 },
6469 {
6470 "name": "Graham Campbell",
6471 "email": "graham@alt-three.com",
6472 "role": "Developer"
6473 }
6474 ],
6475 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6476 "homepage": "http://phpseclib.sourceforge.net",
6477 "keywords": [
6478 "BigInteger",
6479 "aes",
6480 "asn.1",
6481 "asn1",
6482 "blowfish",
6483 "crypto",
6484 "cryptography",
6485 "encryption",
6486 "rsa",
6487 "security",
6488 "sftp",
6489 "signature",
6490 "signing",
6491 "ssh",
6492 "twofish",
6493 "x.509",
6494 "x509"
6495 ],
6496 "support": {
6497 "issues": "https://github.com/phpseclib/phpseclib/issues",
6498 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
6499 },
6500 "funding": [
6501 {
6502 "url": "https://github.com/terrafrost",
6503 "type": "github"
6504 },
6505 {
6506 "url": "https://www.patreon.com/phpseclib",
6507 "type": "patreon"
6508 },
6509 {
6510 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6511 "type": "tidelift"
6512 }
6513 ],
6514 "time": "2024-03-03T02:14:58+00:00"
6515 },
6516 {
6517 "name": "psr/cache",
6518 "version": "3.0.0",
6519 "source": {
6520 "type": "git",
6521 "url": "https://github.com/php-fig/cache.git",
6522 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
6523 },
6524 "dist": {
6525 "type": "zip",
6526 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6527 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6528 "shasum": ""
6529 },
6530 "require": {
6531 "php": ">=8.0.0"
6532 },
6533 "type": "library",
6534 "extra": {
6535 "branch-alias": {
6536 "dev-master": "1.0.x-dev"
6537 }
6538 },
6539 "autoload": {
6540 "psr-4": {
6541 "Psr\\Cache\\": "src/"
6542 }
6543 },
6544 "notification-url": "https://packagist.org/downloads/",
6545 "license": [
6546 "MIT"
6547 ],
6548 "authors": [
6549 {
6550 "name": "PHP-FIG",
6551 "homepage": "https://www.php-fig.org/"
6552 }
6553 ],
6554 "description": "Common interface for caching libraries",
6555 "keywords": [
6556 "cache",
6557 "psr",
6558 "psr-6"
6559 ],
6560 "support": {
6561 "source": "https://github.com/php-fig/cache/tree/3.0.0"
6562 },
6563 "time": "2021-02-03T23:26:27+00:00"
6564 },
6565 {
6566 "name": "psr/clock",
6567 "version": "1.0.0",
6568 "source": {
6569 "type": "git",
6570 "url": "https://github.com/php-fig/clock.git",
6571 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
6572 },
6573 "dist": {
6574 "type": "zip",
6575 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6576 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6577 "shasum": ""
6578 },
6579 "require": {
6580 "php": "^7.0 || ^8.0"
6581 },
6582 "type": "library",
6583 "autoload": {
6584 "psr-4": {
6585 "Psr\\Clock\\": "src/"
6586 }
6587 },
6588 "notification-url": "https://packagist.org/downloads/",
6589 "license": [
6590 "MIT"
6591 ],
6592 "authors": [
6593 {
6594 "name": "PHP-FIG",
6595 "homepage": "https://www.php-fig.org/"
6596 }
6597 ],
6598 "description": "Common interface for reading the clock.",
6599 "homepage": "https://github.com/php-fig/clock",
6600 "keywords": [
6601 "clock",
6602 "now",
6603 "psr",
6604 "psr-20",
6605 "time"
6606 ],
6607 "support": {
6608 "issues": "https://github.com/php-fig/clock/issues",
6609 "source": "https://github.com/php-fig/clock/tree/1.0.0"
6610 },
6611 "time": "2022-11-25T14:36:26+00:00"
6612 },
6613 {
6614 "name": "psr/container",
6615 "version": "2.0.2",
6616 "source": {
6617 "type": "git",
6618 "url": "https://github.com/php-fig/container.git",
6619 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
6620 },
6621 "dist": {
6622 "type": "zip",
6623 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
6624 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
6625 "shasum": ""
6626 },
6627 "require": {
6628 "php": ">=7.4.0"
6629 },
6630 "type": "library",
6631 "extra": {
6632 "branch-alias": {
6633 "dev-master": "2.0.x-dev"
6634 }
6635 },
6636 "autoload": {
6637 "psr-4": {
6638 "Psr\\Container\\": "src/"
6639 }
6640 },
6641 "notification-url": "https://packagist.org/downloads/",
6642 "license": [
6643 "MIT"
6644 ],
6645 "authors": [
6646 {
6647 "name": "PHP-FIG",
6648 "homepage": "https://www.php-fig.org/"
6649 }
6650 ],
6651 "description": "Common Container Interface (PHP FIG PSR-11)",
6652 "homepage": "https://github.com/php-fig/container",
6653 "keywords": [
6654 "PSR-11",
6655 "container",
6656 "container-interface",
6657 "container-interop",
6658 "psr"
6659 ],
6660 "support": {
6661 "issues": "https://github.com/php-fig/container/issues",
6662 "source": "https://github.com/php-fig/container/tree/2.0.2"
6663 },
6664 "time": "2021-11-05T16:47:00+00:00"
6665 },
6666 {
6667 "name": "psr/event-dispatcher",
6668 "version": "1.0.0",
6669 "source": {
6670 "type": "git",
6671 "url": "https://github.com/php-fig/event-dispatcher.git",
6672 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
6673 },
6674 "dist": {
6675 "type": "zip",
6676 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
6677 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
6678 "shasum": ""
6679 },
6680 "require": {
6681 "php": ">=7.2.0"
6682 },
6683 "type": "library",
6684 "extra": {
6685 "branch-alias": {
6686 "dev-master": "1.0.x-dev"
6687 }
6688 },
6689 "autoload": {
6690 "psr-4": {
6691 "Psr\\EventDispatcher\\": "src/"
6692 }
6693 },
6694 "notification-url": "https://packagist.org/downloads/",
6695 "license": [
6696 "MIT"
6697 ],
6698 "authors": [
6699 {
6700 "name": "PHP-FIG",
6701 "homepage": "http://www.php-fig.org/"
6702 }
6703 ],
6704 "description": "Standard interfaces for event handling.",
6705 "keywords": [
6706 "events",
6707 "psr",
6708 "psr-14"
6709 ],
6710 "support": {
6711 "issues": "https://github.com/php-fig/event-dispatcher/issues",
6712 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
6713 },
6714 "time": "2019-01-08T18:20:26+00:00"
6715 },
6716 {
6717 "name": "psr/http-client",
6718 "version": "1.0.3",
6719 "source": {
6720 "type": "git",
6721 "url": "https://github.com/php-fig/http-client.git",
6722 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
6723 },
6724 "dist": {
6725 "type": "zip",
6726 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
6727 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
6728 "shasum": ""
6729 },
6730 "require": {
6731 "php": "^7.0 || ^8.0",
6732 "psr/http-message": "^1.0 || ^2.0"
6733 },
6734 "type": "library",
6735 "extra": {
6736 "branch-alias": {
6737 "dev-master": "1.0.x-dev"
6738 }
6739 },
6740 "autoload": {
6741 "psr-4": {
6742 "Psr\\Http\\Client\\": "src/"
6743 }
6744 },
6745 "notification-url": "https://packagist.org/downloads/",
6746 "license": [
6747 "MIT"
6748 ],
6749 "authors": [
6750 {
6751 "name": "PHP-FIG",
6752 "homepage": "https://www.php-fig.org/"
6753 }
6754 ],
6755 "description": "Common interface for HTTP clients",
6756 "homepage": "https://github.com/php-fig/http-client",
6757 "keywords": [
6758 "http",
6759 "http-client",
6760 "psr",
6761 "psr-18"
6762 ],
6763 "support": {
6764 "source": "https://github.com/php-fig/http-client"
6765 },
6766 "time": "2023-09-23T14:17:50+00:00"
6767 },
6768 {
6769 "name": "psr/http-factory",
6770 "version": "1.0.2",
6771 "source": {
6772 "type": "git",
6773 "url": "https://github.com/php-fig/http-factory.git",
6774 "reference": "e616d01114759c4c489f93b099585439f795fe35"
6775 },
6776 "dist": {
6777 "type": "zip",
6778 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
6779 "reference": "e616d01114759c4c489f93b099585439f795fe35",
6780 "shasum": ""
6781 },
6782 "require": {
6783 "php": ">=7.0.0",
6784 "psr/http-message": "^1.0 || ^2.0"
6785 },
6786 "type": "library",
6787 "extra": {
6788 "branch-alias": {
6789 "dev-master": "1.0.x-dev"
6790 }
6791 },
6792 "autoload": {
6793 "psr-4": {
6794 "Psr\\Http\\Message\\": "src/"
6795 }
6796 },
6797 "notification-url": "https://packagist.org/downloads/",
6798 "license": [
6799 "MIT"
6800 ],
6801 "authors": [
6802 {
6803 "name": "PHP-FIG",
6804 "homepage": "https://www.php-fig.org/"
6805 }
6806 ],
6807 "description": "Common interfaces for PSR-7 HTTP message factories",
6808 "keywords": [
6809 "factory",
6810 "http",
6811 "message",
6812 "psr",
6813 "psr-17",
6814 "psr-7",
6815 "request",
6816 "response"
6817 ],
6818 "support": {
6819 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
6820 },
6821 "time": "2023-04-10T20:10:41+00:00"
6822 },
6823 {
6824 "name": "psr/http-message",
6825 "version": "1.1",
6826 "source": {
6827 "type": "git",
6828 "url": "https://github.com/php-fig/http-message.git",
6829 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
6830 },
6831 "dist": {
6832 "type": "zip",
6833 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6834 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6835 "shasum": ""
6836 },
6837 "require": {
6838 "php": "^7.2 || ^8.0"
6839 },
6840 "type": "library",
6841 "extra": {
6842 "branch-alias": {
6843 "dev-master": "1.1.x-dev"
6844 }
6845 },
6846 "autoload": {
6847 "psr-4": {
6848 "Psr\\Http\\Message\\": "src/"
6849 }
6850 },
6851 "notification-url": "https://packagist.org/downloads/",
6852 "license": [
6853 "MIT"
6854 ],
6855 "authors": [
6856 {
6857 "name": "PHP-FIG",
6858 "homepage": "http://www.php-fig.org/"
6859 }
6860 ],
6861 "description": "Common interface for HTTP messages",
6862 "homepage": "https://github.com/php-fig/http-message",
6863 "keywords": [
6864 "http",
6865 "http-message",
6866 "psr",
6867 "psr-7",
6868 "request",
6869 "response"
6870 ],
6871 "support": {
6872 "source": "https://github.com/php-fig/http-message/tree/1.1"
6873 },
6874 "time": "2023-04-04T09:50:52+00:00"
6875 },
6876 {
6877 "name": "psr/log",
6878 "version": "3.0.2",
6879 "source": {
6880 "type": "git",
6881 "url": "https://github.com/php-fig/log.git",
6882 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
6883 },
6884 "dist": {
6885 "type": "zip",
6886 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
6887 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
6888 "shasum": ""
6889 },
6890 "require": {
6891 "php": ">=8.0.0"
6892 },
6893 "type": "library",
6894 "extra": {
6895 "branch-alias": {
6896 "dev-master": "3.x-dev"
6897 }
6898 },
6899 "autoload": {
6900 "psr-4": {
6901 "Psr\\Log\\": "src"
6902 }
6903 },
6904 "notification-url": "https://packagist.org/downloads/",
6905 "license": [
6906 "MIT"
6907 ],
6908 "authors": [
6909 {
6910 "name": "PHP-FIG",
6911 "homepage": "https://www.php-fig.org/"
6912 }
6913 ],
6914 "description": "Common interface for logging libraries",
6915 "homepage": "https://github.com/php-fig/log",
6916 "keywords": [
6917 "log",
6918 "psr",
6919 "psr-3"
6920 ],
6921 "support": {
6922 "source": "https://github.com/php-fig/log/tree/3.0.2"
6923 },
6924 "time": "2024-09-11T13:17:53+00:00"
6925 },
6926 {
6927 "name": "psr/simple-cache",
6928 "version": "3.0.0",
6929 "source": {
6930 "type": "git",
6931 "url": "https://github.com/php-fig/simple-cache.git",
6932 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
6933 },
6934 "dist": {
6935 "type": "zip",
6936 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6937 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
6938 "shasum": ""
6939 },
6940 "require": {
6941 "php": ">=8.0.0"
6942 },
6943 "type": "library",
6944 "extra": {
6945 "branch-alias": {
6946 "dev-master": "3.0.x-dev"
6947 }
6948 },
6949 "autoload": {
6950 "psr-4": {
6951 "Psr\\SimpleCache\\": "src/"
6952 }
6953 },
6954 "notification-url": "https://packagist.org/downloads/",
6955 "license": [
6956 "MIT"
6957 ],
6958 "authors": [
6959 {
6960 "name": "PHP-FIG",
6961 "homepage": "https://www.php-fig.org/"
6962 }
6963 ],
6964 "description": "Common interfaces for simple caching",
6965 "keywords": [
6966 "cache",
6967 "caching",
6968 "psr",
6969 "psr-16",
6970 "simple-cache"
6971 ],
6972 "support": {
6973 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
6974 },
6975 "time": "2021-10-29T13:26:27+00:00"
6976 },
6977 {
6978 "name": "psy/psysh",
6979 "version": "v0.11.18",
6980 "source": {
6981 "type": "git",
6982 "url": "https://github.com/bobthecow/psysh.git",
6983 "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec"
6984 },
6985 "dist": {
6986 "type": "zip",
6987 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
6988 "reference": "4f00ee9e236fa6a48f4560d1300b9c961a70a7ec",
6989 "shasum": ""
6990 },
6991 "require": {
6992 "ext-json": "*",
6993 "ext-tokenizer": "*",
6994 "nikic/php-parser": "^4.0 || ^3.1",
6995 "php": "^8.0 || ^7.0.8",
6996 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
6997 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
6998 },
6999 "conflict": {
7000 "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
7001 },
7002 "require-dev": {
7003 "bamarni/composer-bin-plugin": "^1.2"
7004 },
7005 "suggest": {
7006 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
7007 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
7008 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
7009 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
7010 },
7011 "bin": [
7012 "bin/psysh"
7013 ],
7014 "type": "library",
7015 "extra": {
7016 "branch-alias": {
7017 "dev-main": "0.11.x-dev"
7018 }
7019 },
7020 "autoload": {
7021 "files": [
7022 "src/functions.php"
7023 ],
7024 "psr-4": {
7025 "Psy\\": "src/"
7026 }
7027 },
7028 "notification-url": "https://packagist.org/downloads/",
7029 "license": [
7030 "MIT"
7031 ],
7032 "authors": [
7033 {
7034 "name": "Justin Hileman",
7035 "email": "justin@justinhileman.info",
7036 "homepage": "http://justinhileman.com"
7037 }
7038 ],
7039 "description": "An interactive shell for modern PHP.",
7040 "homepage": "http://psysh.org",
7041 "keywords": [
7042 "REPL",
7043 "console",
7044 "interactive",
7045 "shell"
7046 ],
7047 "support": {
7048 "issues": "https://github.com/bobthecow/psysh/issues",
7049 "source": "https://github.com/bobthecow/psysh/tree/v0.11.18"
7050 },
7051 "time": "2023-05-23T02:31:11+00:00"
7052 },
7053 {
7054 "name": "ralouphie/getallheaders",
7055 "version": "3.0.3",
7056 "source": {
7057 "type": "git",
7058 "url": "https://github.com/ralouphie/getallheaders.git",
7059 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7060 },
7061 "dist": {
7062 "type": "zip",
7063 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7064 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7065 "shasum": ""
7066 },
7067 "require": {
7068 "php": ">=5.6"
7069 },
7070 "require-dev": {
7071 "php-coveralls/php-coveralls": "^2.1",
7072 "phpunit/phpunit": "^5 || ^6.5"
7073 },
7074 "type": "library",
7075 "autoload": {
7076 "files": [
7077 "src/getallheaders.php"
7078 ]
7079 },
7080 "notification-url": "https://packagist.org/downloads/",
7081 "license": [
7082 "MIT"
7083 ],
7084 "authors": [
7085 {
7086 "name": "Ralph Khattar",
7087 "email": "ralph.khattar@gmail.com"
7088 }
7089 ],
7090 "description": "A polyfill for getallheaders.",
7091 "support": {
7092 "issues": "https://github.com/ralouphie/getallheaders/issues",
7093 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7094 },
7095 "time": "2019-03-08T08:55:37+00:00"
7096 },
7097 {
7098 "name": "ramsey/collection",
7099 "version": "2.0.0",
7100 "source": {
7101 "type": "git",
7102 "url": "https://github.com/ramsey/collection.git",
7103 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
7104 },
7105 "dist": {
7106 "type": "zip",
7107 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
7108 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
7109 "shasum": ""
7110 },
7111 "require": {
7112 "php": "^8.1"
7113 },
7114 "require-dev": {
7115 "captainhook/plugin-composer": "^5.3",
7116 "ergebnis/composer-normalize": "^2.28.3",
7117 "fakerphp/faker": "^1.21",
7118 "hamcrest/hamcrest-php": "^2.0",
7119 "jangregor/phpstan-prophecy": "^1.0",
7120 "mockery/mockery": "^1.5",
7121 "php-parallel-lint/php-console-highlighter": "^1.0",
7122 "php-parallel-lint/php-parallel-lint": "^1.3",
7123 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
7124 "phpspec/prophecy-phpunit": "^2.0",
7125 "phpstan/extension-installer": "^1.2",
7126 "phpstan/phpstan": "^1.9",
7127 "phpstan/phpstan-mockery": "^1.1",
7128 "phpstan/phpstan-phpunit": "^1.3",
7129 "phpunit/phpunit": "^9.5",
7130 "psalm/plugin-mockery": "^1.1",
7131 "psalm/plugin-phpunit": "^0.18.4",
7132 "ramsey/coding-standard": "^2.0.3",
7133 "ramsey/conventional-commits": "^1.3",
7134 "vimeo/psalm": "^5.4"
7135 },
7136 "type": "library",
7137 "extra": {
7138 "captainhook": {
7139 "force-install": true
7140 },
7141 "ramsey/conventional-commits": {
7142 "configFile": "conventional-commits.json"
7143 }
7144 },
7145 "autoload": {
7146 "psr-4": {
7147 "Ramsey\\Collection\\": "src/"
7148 }
7149 },
7150 "notification-url": "https://packagist.org/downloads/",
7151 "license": [
7152 "MIT"
7153 ],
7154 "authors": [
7155 {
7156 "name": "Ben Ramsey",
7157 "email": "ben@benramsey.com",
7158 "homepage": "https://benramsey.com"
7159 }
7160 ],
7161 "description": "A PHP library for representing and manipulating collections.",
7162 "keywords": [
7163 "array",
7164 "collection",
7165 "hash",
7166 "map",
7167 "queue",
7168 "set"
7169 ],
7170 "support": {
7171 "issues": "https://github.com/ramsey/collection/issues",
7172 "source": "https://github.com/ramsey/collection/tree/2.0.0"
7173 },
7174 "funding": [
7175 {
7176 "url": "https://github.com/ramsey",
7177 "type": "github"
7178 },
7179 {
7180 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7181 "type": "tidelift"
7182 }
7183 ],
7184 "time": "2022-12-31T21:50:55+00:00"
7185 },
7186 {
7187 "name": "ramsey/uuid",
7188 "version": "4.7.6",
7189 "source": {
7190 "type": "git",
7191 "url": "https://github.com/ramsey/uuid.git",
7192 "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
7193 },
7194 "dist": {
7195 "type": "zip",
7196 "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
7197 "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
7198 "shasum": ""
7199 },
7200 "require": {
7201 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
7202 "ext-json": "*",
7203 "php": "^8.0",
7204 "ramsey/collection": "^1.2 || ^2.0"
7205 },
7206 "replace": {
7207 "rhumsaa/uuid": "self.version"
7208 },
7209 "require-dev": {
7210 "captainhook/captainhook": "^5.10",
7211 "captainhook/plugin-composer": "^5.3",
7212 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7213 "doctrine/annotations": "^1.8",
7214 "ergebnis/composer-normalize": "^2.15",
7215 "mockery/mockery": "^1.3",
7216 "paragonie/random-lib": "^2",
7217 "php-mock/php-mock": "^2.2",
7218 "php-mock/php-mock-mockery": "^1.3",
7219 "php-parallel-lint/php-parallel-lint": "^1.1",
7220 "phpbench/phpbench": "^1.0",
7221 "phpstan/extension-installer": "^1.1",
7222 "phpstan/phpstan": "^1.8",
7223 "phpstan/phpstan-mockery": "^1.1",
7224 "phpstan/phpstan-phpunit": "^1.1",
7225 "phpunit/phpunit": "^8.5 || ^9",
7226 "ramsey/composer-repl": "^1.4",
7227 "slevomat/coding-standard": "^8.4",
7228 "squizlabs/php_codesniffer": "^3.5",
7229 "vimeo/psalm": "^4.9"
7230 },
7231 "suggest": {
7232 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7233 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7234 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7235 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7236 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7237 },
7238 "type": "library",
7239 "extra": {
7240 "captainhook": {
7241 "force-install": true
7242 }
7243 },
7244 "autoload": {
7245 "files": [
7246 "src/functions.php"
7247 ],
7248 "psr-4": {
7249 "Ramsey\\Uuid\\": "src/"
7250 }
7251 },
7252 "notification-url": "https://packagist.org/downloads/",
7253 "license": [
7254 "MIT"
7255 ],
7256 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7257 "keywords": [
7258 "guid",
7259 "identifier",
7260 "uuid"
7261 ],
7262 "support": {
7263 "issues": "https://github.com/ramsey/uuid/issues",
7264 "source": "https://github.com/ramsey/uuid/tree/4.7.6"
7265 },
7266 "funding": [
7267 {
7268 "url": "https://github.com/ramsey",
7269 "type": "github"
7270 },
7271 {
7272 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7273 "type": "tidelift"
7274 }
7275 ],
7276 "time": "2024-04-27T21:32:50+00:00"
7277 },
7278 {
7279 "name": "react/promise",
7280 "version": "v2.11.0",
7281 "source": {
7282 "type": "git",
7283 "url": "https://github.com/reactphp/promise.git",
7284 "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831"
7285 },
7286 "dist": {
7287 "type": "zip",
7288 "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
7289 "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
7290 "shasum": ""
7291 },
7292 "require": {
7293 "php": ">=5.4.0"
7294 },
7295 "require-dev": {
7296 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
7297 },
7298 "type": "library",
7299 "autoload": {
7300 "files": [
7301 "src/functions_include.php"
7302 ],
7303 "psr-4": {
7304 "React\\Promise\\": "src/"
7305 }
7306 },
7307 "notification-url": "https://packagist.org/downloads/",
7308 "license": [
7309 "MIT"
7310 ],
7311 "authors": [
7312 {
7313 "name": "Jan Sorgalla",
7314 "email": "jsorgalla@gmail.com",
7315 "homepage": "https://sorgalla.com/"
7316 },
7317 {
7318 "name": "Christian Lück",
7319 "email": "christian@clue.engineering",
7320 "homepage": "https://clue.engineering/"
7321 },
7322 {
7323 "name": "Cees-Jan Kiewiet",
7324 "email": "reactphp@ceesjankiewiet.nl",
7325 "homepage": "https://wyrihaximus.net/"
7326 },
7327 {
7328 "name": "Chris Boden",
7329 "email": "cboden@gmail.com",
7330 "homepage": "https://cboden.dev/"
7331 }
7332 ],
7333 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7334 "keywords": [
7335 "promise",
7336 "promises"
7337 ],
7338 "support": {
7339 "issues": "https://github.com/reactphp/promise/issues",
7340 "source": "https://github.com/reactphp/promise/tree/v2.11.0"
7341 },
7342 "funding": [
7343 {
7344 "url": "https://opencollective.com/reactphp",
7345 "type": "open_collective"
7346 }
7347 ],
7348 "time": "2023-11-16T16:16:50+00:00"
7349 },
7350 {
7351 "name": "reedware/laravel-relation-joins",
7352 "version": "v6.0.1",
7353 "source": {
7354 "type": "git",
7355 "url": "https://github.com/tylernathanreed/laravel-relation-joins.git",
7356 "reference": "fcac3e9391e36388a5570f9f3dee869cf07bf8e2"
7357 },
7358 "dist": {
7359 "type": "zip",
7360 "url": "https://api.github.com/repos/tylernathanreed/laravel-relation-joins/zipball/fcac3e9391e36388a5570f9f3dee869cf07bf8e2",
7361 "reference": "fcac3e9391e36388a5570f9f3dee869cf07bf8e2",
7362 "shasum": ""
7363 },
7364 "require": {
7365 "illuminate/contracts": "^10.0|^11.0",
7366 "illuminate/database": "^10.0|^11.0",
7367 "illuminate/support": "^10.0|^11.0",
7368 "php": ">=8.1"
7369 },
7370 "require-dev": {
7371 "illuminate/container": "^10.0|^11.0",
7372 "laravel/pint": "^1.5",
7373 "mockery/mockery": "^1.6.6",
7374 "php-coveralls/php-coveralls": "^2.4",
7375 "phpstan/phpstan": "^1.10",
7376 "phpunit/phpunit": "^10.5",
7377 "symfony/var-dumper": "^6.4.4|^7.0"
7378 },
7379 "type": "library",
7380 "extra": {
7381 "laravel": {
7382 "providers": [
7383 "Reedware\\LaravelRelationJoins\\LaravelRelationJoinServiceProvider"
7384 ]
7385 }
7386 },
7387 "autoload": {
7388 "psr-4": {
7389 "Reedware\\LaravelRelationJoins\\": "src/"
7390 }
7391 },
7392 "notification-url": "https://packagist.org/downloads/",
7393 "license": [
7394 "MIT"
7395 ],
7396 "authors": [
7397 {
7398 "name": "Tyler Reed",
7399 "email": "tylernathanreed@gmail.com"
7400 }
7401 ],
7402 "description": "Adds the ability to join on a relationship by name.",
7403 "keywords": [
7404 "eloquent",
7405 "join",
7406 "laravel",
7407 "query",
7408 "relation"
7409 ],
7410 "support": {
7411 "issues": "https://github.com/tylernathanreed/laravel-relation-joins/issues",
7412 "source": "https://github.com/tylernathanreed/laravel-relation-joins/tree/v6.0.1"
7413 },
7414 "time": "2024-03-20T17:04:54+00:00"
7415 },
7416 {
7417 "name": "romanzipp/laravel-turnstile",
7418 "version": "1.3.0",
7419 "source": {
7420 "type": "git",
7421 "url": "https://github.com/romanzipp/Laravel-Turnstile.git",
7422 "reference": "f377d8a889c0c70512e4eb1f90229fed8b15430b"
7423 },
7424 "dist": {
7425 "type": "zip",
7426 "url": "https://api.github.com/repos/romanzipp/Laravel-Turnstile/zipball/f377d8a889c0c70512e4eb1f90229fed8b15430b",
7427 "reference": "f377d8a889c0c70512e4eb1f90229fed8b15430b",
7428 "shasum": ""
7429 },
7430 "require": {
7431 "ext-json": "*",
7432 "guzzlehttp/guzzle": "^7.0",
7433 "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
7434 "php": "^8.0"
7435 },
7436 "require-dev": {
7437 "friendsofphp/php-cs-fixer": "^3.0",
7438 "mockery/mockery": "^1.5",
7439 "orchestra/testbench": ">=3.8",
7440 "phpstan/phpstan": "^0.12.99|^1.0",
7441 "phpunit/phpunit": "^8.0|^9.0",
7442 "romanzipp/php-cs-fixer-config": "^3.0"
7443 },
7444 "type": "library",
7445 "extra": {
7446 "laravel": {
7447 "providers": [
7448 "romanzipp\\Turnstile\\Providers\\TurnstileServiceProvider"
7449 ]
7450 }
7451 },
7452 "autoload": {
7453 "psr-4": {
7454 "romanzipp\\Turnstile\\": "src"
7455 }
7456 },
7457 "notification-url": "https://packagist.org/downloads/",
7458 "license": [
7459 "MIT"
7460 ],
7461 "authors": [
7462 {
7463 "name": "romanzipp",
7464 "email": "ich@ich.wtf",
7465 "homepage": "https://ich.wtf"
7466 }
7467 ],
7468 "description": "Cloudflare Turnstile package for Laravel",
7469 "support": {
7470 "issues": "https://github.com/romanzipp/Laravel-Turnstile/issues",
7471 "source": "https://github.com/romanzipp/Laravel-Turnstile/tree/1.3.0"
7472 },
7473 "funding": [
7474 {
7475 "url": "https://github.com/romanzipp",
7476 "type": "github"
7477 }
7478 ],
7479 "time": "2024-03-19T08:23:07+00:00"
7480 },
7481 {
7482 "name": "sentry/sdk",
7483 "version": "3.5.0",
7484 "source": {
7485 "type": "git",
7486 "url": "https://github.com/getsentry/sentry-php-sdk.git",
7487 "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d"
7488 },
7489 "dist": {
7490 "type": "zip",
7491 "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/cd91b752f07c4bab9fb3b173f81af68a78a78d6d",
7492 "reference": "cd91b752f07c4bab9fb3b173f81af68a78a78d6d",
7493 "shasum": ""
7494 },
7495 "require": {
7496 "http-interop/http-factory-guzzle": "^1.0",
7497 "sentry/sentry": "^3.19",
7498 "symfony/http-client": "^4.3|^5.0|^6.0"
7499 },
7500 "type": "metapackage",
7501 "notification-url": "https://packagist.org/downloads/",
7502 "license": [
7503 "MIT"
7504 ],
7505 "authors": [
7506 {
7507 "name": "Sentry",
7508 "email": "accounts@sentry.io"
7509 }
7510 ],
7511 "description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.",
7512 "homepage": "http://sentry.io",
7513 "keywords": [
7514 "crash-reporting",
7515 "crash-reports",
7516 "error-handler",
7517 "error-monitoring",
7518 "log",
7519 "logging",
7520 "sentry"
7521 ],
7522 "support": {
7523 "issues": "https://github.com/getsentry/sentry-php-sdk/issues",
7524 "source": "https://github.com/getsentry/sentry-php-sdk/tree/3.5.0"
7525 },
7526 "funding": [
7527 {
7528 "url": "https://sentry.io/",
7529 "type": "custom"
7530 },
7531 {
7532 "url": "https://sentry.io/pricing/",
7533 "type": "custom"
7534 }
7535 ],
7536 "time": "2023-06-12T17:50:36+00:00"
7537 },
7538 {
7539 "name": "sentry/sentry",
7540 "version": "3.20.1",
7541 "source": {
7542 "type": "git",
7543 "url": "https://github.com/getsentry/sentry-php.git",
7544 "reference": "644ad9768c18139a80ac510090fad000d9ffd8a4"
7545 },
7546 "dist": {
7547 "type": "zip",
7548 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/644ad9768c18139a80ac510090fad000d9ffd8a4",
7549 "reference": "644ad9768c18139a80ac510090fad000d9ffd8a4",
7550 "shasum": ""
7551 },
7552 "require": {
7553 "ext-json": "*",
7554 "ext-mbstring": "*",
7555 "guzzlehttp/promises": "^1.5.3|^2.0",
7556 "jean85/pretty-package-versions": "^1.5|^2.0.4",
7557 "php": "^7.2|^8.0",
7558 "php-http/async-client-implementation": "^1.0",
7559 "php-http/client-common": "^1.5|^2.0",
7560 "php-http/discovery": "^1.15",
7561 "php-http/httplug": "^1.1|^2.0",
7562 "php-http/message": "^1.5",
7563 "php-http/message-factory": "^1.1",
7564 "psr/http-factory": "^1.0",
7565 "psr/http-factory-implementation": "^1.0",
7566 "psr/log": "^1.0|^2.0|^3.0",
7567 "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0",
7568 "symfony/polyfill-php80": "^1.17"
7569 },
7570 "conflict": {
7571 "php-http/client-common": "1.8.0",
7572 "raven/raven": "*"
7573 },
7574 "require-dev": {
7575 "friendsofphp/php-cs-fixer": "^2.19|3.4.*",
7576 "guzzlehttp/psr7": "^1.8.4|^2.1.1",
7577 "http-interop/http-factory-guzzle": "^1.0",
7578 "monolog/monolog": "^1.6|^2.0|^3.0",
7579 "nikic/php-parser": "^4.10.3",
7580 "php-http/mock-client": "^1.3",
7581 "phpbench/phpbench": "^1.0",
7582 "phpstan/extension-installer": "^1.0",
7583 "phpstan/phpstan": "^1.3",
7584 "phpstan/phpstan-phpunit": "^1.0",
7585 "phpunit/phpunit": "^8.5.14|^9.4",
7586 "symfony/phpunit-bridge": "^5.2|^6.0",
7587 "vimeo/psalm": "^4.17"
7588 },
7589 "suggest": {
7590 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7591 },
7592 "type": "library",
7593 "extra": {
7594 "branch-alias": {
7595 "dev-master": "3.13.x-dev"
7596 }
7597 },
7598 "autoload": {
7599 "files": [
7600 "src/functions.php"
7601 ],
7602 "psr-4": {
7603 "Sentry\\": "src/"
7604 }
7605 },
7606 "notification-url": "https://packagist.org/downloads/",
7607 "license": [
7608 "MIT"
7609 ],
7610 "authors": [
7611 {
7612 "name": "Sentry",
7613 "email": "accounts@sentry.io"
7614 }
7615 ],
7616 "description": "A PHP SDK for Sentry (http://sentry.io)",
7617 "homepage": "http://sentry.io",
7618 "keywords": [
7619 "crash-reporting",
7620 "crash-reports",
7621 "error-handler",
7622 "error-monitoring",
7623 "log",
7624 "logging",
7625 "sentry"
7626 ],
7627 "support": {
7628 "issues": "https://github.com/getsentry/sentry-php/issues",
7629 "source": "https://github.com/getsentry/sentry-php/tree/3.20.1"
7630 },
7631 "funding": [
7632 {
7633 "url": "https://sentry.io/",
7634 "type": "custom"
7635 },
7636 {
7637 "url": "https://sentry.io/pricing/",
7638 "type": "custom"
7639 }
7640 ],
7641 "time": "2023-06-26T11:01:40+00:00"
7642 },
7643 {
7644 "name": "sentry/sentry-laravel",
7645 "version": "3.8.2",
7646 "source": {
7647 "type": "git",
7648 "url": "https://github.com/getsentry/sentry-laravel.git",
7649 "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0"
7650 },
7651 "dist": {
7652 "type": "zip",
7653 "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/1293e5732f8405e12f000cdf5dee78c927a18de0",
7654 "reference": "1293e5732f8405e12f000cdf5dee78c927a18de0",
7655 "shasum": ""
7656 },
7657 "require": {
7658 "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
7659 "nyholm/psr7": "^1.0",
7660 "php": "^7.2 | ^8.0",
7661 "sentry/sdk": "^3.4",
7662 "sentry/sentry": "^3.20.1",
7663 "symfony/psr-http-message-bridge": "^1.0 | ^2.0"
7664 },
7665 "require-dev": {
7666 "friendsofphp/php-cs-fixer": "^3.11",
7667 "laravel/folio": "^1.0",
7668 "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
7669 "mockery/mockery": "^1.3",
7670 "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0",
7671 "phpstan/phpstan": "^1.10",
7672 "phpunit/phpunit": "^8.4 | ^9.3"
7673 },
7674 "type": "library",
7675 "extra": {
7676 "branch-alias": {
7677 "dev-master": "3.x-dev",
7678 "dev-2.x": "2.x-dev",
7679 "dev-1.x": "1.x-dev",
7680 "dev-0.x": "0.x-dev"
7681 },
7682 "laravel": {
7683 "providers": [
7684 "Sentry\\Laravel\\ServiceProvider",
7685 "Sentry\\Laravel\\Tracing\\ServiceProvider"
7686 ],
7687 "aliases": {
7688 "Sentry": "Sentry\\Laravel\\Facade"
7689 }
7690 }
7691 },
7692 "autoload": {
7693 "psr-0": {
7694 "Sentry\\Laravel\\": "src/"
7695 }
7696 },
7697 "notification-url": "https://packagist.org/downloads/",
7698 "license": [
7699 "MIT"
7700 ],
7701 "authors": [
7702 {
7703 "name": "Sentry",
7704 "email": "accounts@sentry.io"
7705 }
7706 ],
7707 "description": "Laravel SDK for Sentry (https://sentry.io)",
7708 "homepage": "https://sentry.io",
7709 "keywords": [
7710 "crash-reporting",
7711 "crash-reports",
7712 "error-handler",
7713 "error-monitoring",
7714 "laravel",
7715 "log",
7716 "logging",
7717 "sentry"
7718 ],
7719 "support": {
7720 "issues": "https://github.com/getsentry/sentry-laravel/issues",
7721 "source": "https://github.com/getsentry/sentry-laravel/tree/3.8.2"
7722 },
7723 "funding": [
7724 {
7725 "url": "https://sentry.io/",
7726 "type": "custom"
7727 },
7728 {
7729 "url": "https://sentry.io/pricing/",
7730 "type": "custom"
7731 }
7732 ],
7733 "time": "2023-10-12T14:38:46+00:00"
7734 },
7735 {
7736 "name": "shalvah/clara",
7737 "version": "3.1.0",
7738 "source": {
7739 "type": "git",
7740 "url": "https://github.com/shalvah/clara.git",
7741 "reference": "d3ae9b277393d438edbfcf9ddb7ca42e958fa054"
7742 },
7743 "dist": {
7744 "type": "zip",
7745 "url": "https://api.github.com/repos/shalvah/clara/zipball/d3ae9b277393d438edbfcf9ddb7ca42e958fa054",
7746 "reference": "d3ae9b277393d438edbfcf9ddb7ca42e958fa054",
7747 "shasum": ""
7748 },
7749 "require": {
7750 "php": ">=7.4",
7751 "symfony/console": "^4.0|^5.0|^6.0"
7752 },
7753 "require-dev": {
7754 "eloquent/phony-phpunit": "^7.0",
7755 "phpunit/phpunit": "^9.1"
7756 },
7757 "type": "library",
7758 "autoload": {
7759 "files": [
7760 "helpers.php"
7761 ],
7762 "psr-4": {
7763 "Shalvah\\Clara\\": "src/"
7764 }
7765 },
7766 "notification-url": "https://packagist.org/downloads/",
7767 "license": [
7768 "MIT"
7769 ],
7770 "description": "🔊 Simple, pretty, testable console output for CLI apps.",
7771 "keywords": [
7772 "cli",
7773 "log",
7774 "logging"
7775 ],
7776 "support": {
7777 "issues": "https://github.com/shalvah/clara/issues",
7778 "source": "https://github.com/shalvah/clara/tree/3.1.0"
7779 },
7780 "time": "2022-01-14T13:54:30+00:00"
7781 },
7782 {
7783 "name": "shalvah/upgrader",
7784 "version": "0.3.1",
7785 "source": {
7786 "type": "git",
7787 "url": "https://github.com/shalvah/upgrader.git",
7788 "reference": "c7f1cca8be5cd0114cd816d8bfff9c80565f7390"
7789 },
7790 "dist": {
7791 "type": "zip",
7792 "url": "https://api.github.com/repos/shalvah/upgrader/zipball/c7f1cca8be5cd0114cd816d8bfff9c80565f7390",
7793 "reference": "c7f1cca8be5cd0114cd816d8bfff9c80565f7390",
7794 "shasum": ""
7795 },
7796 "require": {
7797 "illuminate/support": "^8.0|^9.0|^10.0",
7798 "nikic/php-parser": "^4.13",
7799 "php": ">=8.0"
7800 },
7801 "require-dev": {
7802 "dms/phpunit-arraysubset-asserts": "^0.2.0",
7803 "pestphp/pest": "^1.21",
7804 "phpstan/phpstan": "^1.0",
7805 "spatie/ray": "^1.33"
7806 },
7807 "type": "library",
7808 "autoload": {
7809 "psr-4": {
7810 "Shalvah\\Upgrader\\": "src/"
7811 }
7812 },
7813 "notification-url": "https://packagist.org/downloads/",
7814 "license": [
7815 "MIT"
7816 ],
7817 "authors": [
7818 {
7819 "name": "Shalvah",
7820 "email": "hello@shalvah.me"
7821 }
7822 ],
7823 "description": "Create automatic upgrades for your package.",
7824 "homepage": "http://github.com/shalvah/upgrader",
7825 "keywords": [
7826 "upgrade"
7827 ],
7828 "support": {
7829 "issues": "https://github.com/shalvah/upgrader/issues",
7830 "source": "https://github.com/shalvah/upgrader/tree/0.3.1"
7831 },
7832 "funding": [
7833 {
7834 "url": "https://patreon.com/shalvah",
7835 "type": "patreon"
7836 }
7837 ],
7838 "time": "2023-02-06T01:20:37+00:00"
7839 },
7840 {
7841 "name": "shopify/shopify-api",
7842 "version": "v5.6.0",
7843 "source": {
7844 "type": "git",
7845 "url": "https://github.com/Shopify/shopify-api-php.git",
7846 "reference": "fcb281a0021453659c3e4f09320417b264c35ee8"
7847 },
7848 "dist": {
7849 "type": "zip",
7850 "url": "https://api.github.com/repos/Shopify/shopify-api-php/zipball/fcb281a0021453659c3e4f09320417b264c35ee8",
7851 "reference": "fcb281a0021453659c3e4f09320417b264c35ee8",
7852 "shasum": ""
7853 },
7854 "require": {
7855 "doctrine/inflector": "^2.0",
7856 "ext-ctype": "*",
7857 "ext-hash": "*",
7858 "ext-json": "*",
7859 "ext-mbstring": "*",
7860 "firebase/php-jwt": "^5.2 || ^6.2",
7861 "guzzlehttp/guzzle": "^7.0",
7862 "guzzlehttp/psr7": "^2.0",
7863 "php": "^8.1",
7864 "psr/http-client": "^1.0",
7865 "psr/http-message": "^1.0 || ^2.0",
7866 "psr/log": "^1.1 || ^2.0 || ^3.0",
7867 "ramsey/uuid": "^4.1"
7868 },
7869 "require-dev": {
7870 "ergebnis/composer-normalize": "^2.30",
7871 "ext-apcu": "*",
7872 "maglnet/composer-require-checker": "^3.0 || ^4.0",
7873 "mikey179/vfsstream": "^1.6",
7874 "phpunit/phpunit": "^9",
7875 "squizlabs/php_codesniffer": "^3.6"
7876 },
7877 "suggest": {
7878 "ext-apcu": "Log fewer API deprecation warnings"
7879 },
7880 "type": "library",
7881 "autoload": {
7882 "psr-4": {
7883 "Shopify\\": "src/"
7884 }
7885 },
7886 "notification-url": "https://packagist.org/downloads/",
7887 "license": [
7888 "MIT"
7889 ],
7890 "authors": [
7891 {
7892 "name": "Shopify Inc.",
7893 "email": "dev-tools-education@shopify.com"
7894 }
7895 ],
7896 "description": "Shopify API Library for PHP",
7897 "keywords": [
7898 "Storefront API",
7899 "admin api",
7900 "app",
7901 "graphql",
7902 "jwt",
7903 "node",
7904 "rest",
7905 "shopify",
7906 "webhook"
7907 ],
7908 "support": {
7909 "issues": "https://github.com/Shopify/shopify-api-php/issues",
7910 "source": "https://github.com/Shopify/shopify-api-php/tree/v5.6.0"
7911 },
7912 "time": "2024-07-02T17:53:14+00:00"
7913 },
7914 {
7915 "name": "spatie/data-transfer-object",
7916 "version": "3.9.1",
7917 "source": {
7918 "type": "git",
7919 "url": "https://github.com/spatie/data-transfer-object.git",
7920 "reference": "1df0906c4e9e3aebd6c0506fd82c8b7d5548c1c8"
7921 },
7922 "dist": {
7923 "type": "zip",
7924 "url": "https://api.github.com/repos/spatie/data-transfer-object/zipball/1df0906c4e9e3aebd6c0506fd82c8b7d5548c1c8",
7925 "reference": "1df0906c4e9e3aebd6c0506fd82c8b7d5548c1c8",
7926 "shasum": ""
7927 },
7928 "require": {
7929 "php": "^8.0"
7930 },
7931 "require-dev": {
7932 "illuminate/collections": "^8.36",
7933 "jetbrains/phpstorm-attributes": "^1.0",
7934 "larapack/dd": "^1.1",
7935 "phpunit/phpunit": "^9.5.5"
7936 },
7937 "type": "library",
7938 "autoload": {
7939 "psr-4": {
7940 "Spatie\\DataTransferObject\\": "src"
7941 }
7942 },
7943 "notification-url": "https://packagist.org/downloads/",
7944 "license": [
7945 "MIT"
7946 ],
7947 "authors": [
7948 {
7949 "name": "Brent Roose",
7950 "email": "brent@spatie.be",
7951 "homepage": "https://spatie.be",
7952 "role": "Developer"
7953 }
7954 ],
7955 "description": "Data transfer objects with batteries included",
7956 "homepage": "https://github.com/spatie/data-transfer-object",
7957 "keywords": [
7958 "data-transfer-object",
7959 "spatie"
7960 ],
7961 "support": {
7962 "issues": "https://github.com/spatie/data-transfer-object/issues",
7963 "source": "https://github.com/spatie/data-transfer-object/tree/3.9.1"
7964 },
7965 "funding": [
7966 {
7967 "url": "https://spatie.be/open-source/support-us",
7968 "type": "custom"
7969 },
7970 {
7971 "url": "https://github.com/spatie",
7972 "type": "github"
7973 }
7974 ],
7975 "abandoned": "spatie/laravel-data",
7976 "time": "2022-09-16T13:34:38+00:00"
7977 },
7978 {
7979 "name": "symfony/cache",
7980 "version": "v6.3.1",
7981 "source": {
7982 "type": "git",
7983 "url": "https://github.com/symfony/cache.git",
7984 "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066"
7985 },
7986 "dist": {
7987 "type": "zip",
7988 "url": "https://api.github.com/repos/symfony/cache/zipball/52cff7608ef6e38376ac11bd1fbb0a220107f066",
7989 "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066",
7990 "shasum": ""
7991 },
7992 "require": {
7993 "php": ">=8.1",
7994 "psr/cache": "^2.0|^3.0",
7995 "psr/log": "^1.1|^2|^3",
7996 "symfony/cache-contracts": "^2.5|^3",
7997 "symfony/service-contracts": "^2.5|^3",
7998 "symfony/var-exporter": "^6.2.10"
7999 },
8000 "conflict": {
8001 "doctrine/dbal": "<2.13.1",
8002 "symfony/dependency-injection": "<5.4",
8003 "symfony/http-kernel": "<5.4",
8004 "symfony/var-dumper": "<5.4"
8005 },
8006 "provide": {
8007 "psr/cache-implementation": "2.0|3.0",
8008 "psr/simple-cache-implementation": "1.0|2.0|3.0",
8009 "symfony/cache-implementation": "1.1|2.0|3.0"
8010 },
8011 "require-dev": {
8012 "cache/integration-tests": "dev-master",
8013 "doctrine/dbal": "^2.13.1|^3.0",
8014 "predis/predis": "^1.1|^2.0",
8015 "psr/simple-cache": "^1.0|^2.0|^3.0",
8016 "symfony/config": "^5.4|^6.0",
8017 "symfony/dependency-injection": "^5.4|^6.0",
8018 "symfony/filesystem": "^5.4|^6.0",
8019 "symfony/http-kernel": "^5.4|^6.0",
8020 "symfony/messenger": "^5.4|^6.0",
8021 "symfony/var-dumper": "^5.4|^6.0"
8022 },
8023 "type": "library",
8024 "autoload": {
8025 "psr-4": {
8026 "Symfony\\Component\\Cache\\": ""
8027 },
8028 "classmap": [
8029 "Traits/ValueWrapper.php"
8030 ],
8031 "exclude-from-classmap": [
8032 "/Tests/"
8033 ]
8034 },
8035 "notification-url": "https://packagist.org/downloads/",
8036 "license": [
8037 "MIT"
8038 ],
8039 "authors": [
8040 {
8041 "name": "Nicolas Grekas",
8042 "email": "p@tchwork.com"
8043 },
8044 {
8045 "name": "Symfony Community",
8046 "homepage": "https://symfony.com/contributors"
8047 }
8048 ],
8049 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
8050 "homepage": "https://symfony.com",
8051 "keywords": [
8052 "caching",
8053 "psr6"
8054 ],
8055 "support": {
8056 "source": "https://github.com/symfony/cache/tree/v6.3.1"
8057 },
8058 "funding": [
8059 {
8060 "url": "https://symfony.com/sponsor",
8061 "type": "custom"
8062 },
8063 {
8064 "url": "https://github.com/fabpot",
8065 "type": "github"
8066 },
8067 {
8068 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8069 "type": "tidelift"
8070 }
8071 ],
8072 "time": "2023-06-24T11:51:27+00:00"
8073 },
8074 {
8075 "name": "symfony/cache-contracts",
8076 "version": "v3.5.1",
8077 "source": {
8078 "type": "git",
8079 "url": "https://github.com/symfony/cache-contracts.git",
8080 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
8081 },
8082 "dist": {
8083 "type": "zip",
8084 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
8085 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
8086 "shasum": ""
8087 },
8088 "require": {
8089 "php": ">=8.1",
8090 "psr/cache": "^3.0"
8091 },
8092 "type": "library",
8093 "extra": {
8094 "thanks": {
8095 "url": "https://github.com/symfony/contracts",
8096 "name": "symfony/contracts"
8097 },
8098 "branch-alias": {
8099 "dev-main": "3.5-dev"
8100 }
8101 },
8102 "autoload": {
8103 "psr-4": {
8104 "Symfony\\Contracts\\Cache\\": ""
8105 }
8106 },
8107 "notification-url": "https://packagist.org/downloads/",
8108 "license": [
8109 "MIT"
8110 ],
8111 "authors": [
8112 {
8113 "name": "Nicolas Grekas",
8114 "email": "p@tchwork.com"
8115 },
8116 {
8117 "name": "Symfony Community",
8118 "homepage": "https://symfony.com/contributors"
8119 }
8120 ],
8121 "description": "Generic abstractions related to caching",
8122 "homepage": "https://symfony.com",
8123 "keywords": [
8124 "abstractions",
8125 "contracts",
8126 "decoupling",
8127 "interfaces",
8128 "interoperability",
8129 "standards"
8130 ],
8131 "support": {
8132 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
8133 },
8134 "funding": [
8135 {
8136 "url": "https://symfony.com/sponsor",
8137 "type": "custom"
8138 },
8139 {
8140 "url": "https://github.com/fabpot",
8141 "type": "github"
8142 },
8143 {
8144 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8145 "type": "tidelift"
8146 }
8147 ],
8148 "time": "2024-09-25T14:20:29+00:00"
8149 },
8150 {
8151 "name": "symfony/console",
8152 "version": "v6.4.14",
8153 "source": {
8154 "type": "git",
8155 "url": "https://github.com/symfony/console.git",
8156 "reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b"
8157 },
8158 "dist": {
8159 "type": "zip",
8160 "url": "https://api.github.com/repos/symfony/console/zipball/897c2441ed4eec8a8a2c37b943427d24dba3f26b",
8161 "reference": "897c2441ed4eec8a8a2c37b943427d24dba3f26b",
8162 "shasum": ""
8163 },
8164 "require": {
8165 "php": ">=8.1",
8166 "symfony/deprecation-contracts": "^2.5|^3",
8167 "symfony/polyfill-mbstring": "~1.0",
8168 "symfony/service-contracts": "^2.5|^3",
8169 "symfony/string": "^5.4|^6.0|^7.0"
8170 },
8171 "conflict": {
8172 "symfony/dependency-injection": "<5.4",
8173 "symfony/dotenv": "<5.4",
8174 "symfony/event-dispatcher": "<5.4",
8175 "symfony/lock": "<5.4",
8176 "symfony/process": "<5.4"
8177 },
8178 "provide": {
8179 "psr/log-implementation": "1.0|2.0|3.0"
8180 },
8181 "require-dev": {
8182 "psr/log": "^1|^2|^3",
8183 "symfony/config": "^5.4|^6.0|^7.0",
8184 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
8185 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
8186 "symfony/http-foundation": "^6.4|^7.0",
8187 "symfony/http-kernel": "^6.4|^7.0",
8188 "symfony/lock": "^5.4|^6.0|^7.0",
8189 "symfony/messenger": "^5.4|^6.0|^7.0",
8190 "symfony/process": "^5.4|^6.0|^7.0",
8191 "symfony/stopwatch": "^5.4|^6.0|^7.0",
8192 "symfony/var-dumper": "^5.4|^6.0|^7.0"
8193 },
8194 "type": "library",
8195 "autoload": {
8196 "psr-4": {
8197 "Symfony\\Component\\Console\\": ""
8198 },
8199 "exclude-from-classmap": [
8200 "/Tests/"
8201 ]
8202 },
8203 "notification-url": "https://packagist.org/downloads/",
8204 "license": [
8205 "MIT"
8206 ],
8207 "authors": [
8208 {
8209 "name": "Fabien Potencier",
8210 "email": "fabien@symfony.com"
8211 },
8212 {
8213 "name": "Symfony Community",
8214 "homepage": "https://symfony.com/contributors"
8215 }
8216 ],
8217 "description": "Eases the creation of beautiful and testable command line interfaces",
8218 "homepage": "https://symfony.com",
8219 "keywords": [
8220 "cli",
8221 "command-line",
8222 "console",
8223 "terminal"
8224 ],
8225 "support": {
8226 "source": "https://github.com/symfony/console/tree/v6.4.14"
8227 },
8228 "funding": [
8229 {
8230 "url": "https://symfony.com/sponsor",
8231 "type": "custom"
8232 },
8233 {
8234 "url": "https://github.com/fabpot",
8235 "type": "github"
8236 },
8237 {
8238 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8239 "type": "tidelift"
8240 }
8241 ],
8242 "time": "2024-11-05T15:34:40+00:00"
8243 },
8244 {
8245 "name": "symfony/css-selector",
8246 "version": "v7.1.6",
8247 "source": {
8248 "type": "git",
8249 "url": "https://github.com/symfony/css-selector.git",
8250 "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66"
8251 },
8252 "dist": {
8253 "type": "zip",
8254 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4aa4f6b3d6749c14d3aa815eef8226632e7bbc66",
8255 "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66",
8256 "shasum": ""
8257 },
8258 "require": {
8259 "php": ">=8.2"
8260 },
8261 "type": "library",
8262 "autoload": {
8263 "psr-4": {
8264 "Symfony\\Component\\CssSelector\\": ""
8265 },
8266 "exclude-from-classmap": [
8267 "/Tests/"
8268 ]
8269 },
8270 "notification-url": "https://packagist.org/downloads/",
8271 "license": [
8272 "MIT"
8273 ],
8274 "authors": [
8275 {
8276 "name": "Fabien Potencier",
8277 "email": "fabien@symfony.com"
8278 },
8279 {
8280 "name": "Jean-François Simon",
8281 "email": "jeanfrancois.simon@sensiolabs.com"
8282 },
8283 {
8284 "name": "Symfony Community",
8285 "homepage": "https://symfony.com/contributors"
8286 }
8287 ],
8288 "description": "Converts CSS selectors to XPath expressions",
8289 "homepage": "https://symfony.com",
8290 "support": {
8291 "source": "https://github.com/symfony/css-selector/tree/v7.1.6"
8292 },
8293 "funding": [
8294 {
8295 "url": "https://symfony.com/sponsor",
8296 "type": "custom"
8297 },
8298 {
8299 "url": "https://github.com/fabpot",
8300 "type": "github"
8301 },
8302 {
8303 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8304 "type": "tidelift"
8305 }
8306 ],
8307 "time": "2024-09-25T14:20:29+00:00"
8308 },
8309 {
8310 "name": "symfony/deprecation-contracts",
8311 "version": "v3.5.1",
8312 "source": {
8313 "type": "git",
8314 "url": "https://github.com/symfony/deprecation-contracts.git",
8315 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
8316 },
8317 "dist": {
8318 "type": "zip",
8319 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
8320 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
8321 "shasum": ""
8322 },
8323 "require": {
8324 "php": ">=8.1"
8325 },
8326 "type": "library",
8327 "extra": {
8328 "thanks": {
8329 "url": "https://github.com/symfony/contracts",
8330 "name": "symfony/contracts"
8331 },
8332 "branch-alias": {
8333 "dev-main": "3.5-dev"
8334 }
8335 },
8336 "autoload": {
8337 "files": [
8338 "function.php"
8339 ]
8340 },
8341 "notification-url": "https://packagist.org/downloads/",
8342 "license": [
8343 "MIT"
8344 ],
8345 "authors": [
8346 {
8347 "name": "Nicolas Grekas",
8348 "email": "p@tchwork.com"
8349 },
8350 {
8351 "name": "Symfony Community",
8352 "homepage": "https://symfony.com/contributors"
8353 }
8354 ],
8355 "description": "A generic function and convention to trigger deprecation notices",
8356 "homepage": "https://symfony.com",
8357 "support": {
8358 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
8359 },
8360 "funding": [
8361 {
8362 "url": "https://symfony.com/sponsor",
8363 "type": "custom"
8364 },
8365 {
8366 "url": "https://github.com/fabpot",
8367 "type": "github"
8368 },
8369 {
8370 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8371 "type": "tidelift"
8372 }
8373 ],
8374 "time": "2024-09-25T14:20:29+00:00"
8375 },
8376 {
8377 "name": "symfony/error-handler",
8378 "version": "v6.4.14",
8379 "source": {
8380 "type": "git",
8381 "url": "https://github.com/symfony/error-handler.git",
8382 "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9"
8383 },
8384 "dist": {
8385 "type": "zip",
8386 "url": "https://api.github.com/repos/symfony/error-handler/zipball/9e024324511eeb00983ee76b9aedc3e6ecd993d9",
8387 "reference": "9e024324511eeb00983ee76b9aedc3e6ecd993d9",
8388 "shasum": ""
8389 },
8390 "require": {
8391 "php": ">=8.1",
8392 "psr/log": "^1|^2|^3",
8393 "symfony/var-dumper": "^5.4|^6.0|^7.0"
8394 },
8395 "conflict": {
8396 "symfony/deprecation-contracts": "<2.5",
8397 "symfony/http-kernel": "<6.4"
8398 },
8399 "require-dev": {
8400 "symfony/deprecation-contracts": "^2.5|^3",
8401 "symfony/http-kernel": "^6.4|^7.0",
8402 "symfony/serializer": "^5.4|^6.0|^7.0"
8403 },
8404 "bin": [
8405 "Resources/bin/patch-type-declarations"
8406 ],
8407 "type": "library",
8408 "autoload": {
8409 "psr-4": {
8410 "Symfony\\Component\\ErrorHandler\\": ""
8411 },
8412 "exclude-from-classmap": [
8413 "/Tests/"
8414 ]
8415 },
8416 "notification-url": "https://packagist.org/downloads/",
8417 "license": [
8418 "MIT"
8419 ],
8420 "authors": [
8421 {
8422 "name": "Fabien Potencier",
8423 "email": "fabien@symfony.com"
8424 },
8425 {
8426 "name": "Symfony Community",
8427 "homepage": "https://symfony.com/contributors"
8428 }
8429 ],
8430 "description": "Provides tools to manage errors and ease debugging PHP code",
8431 "homepage": "https://symfony.com",
8432 "support": {
8433 "source": "https://github.com/symfony/error-handler/tree/v6.4.14"
8434 },
8435 "funding": [
8436 {
8437 "url": "https://symfony.com/sponsor",
8438 "type": "custom"
8439 },
8440 {
8441 "url": "https://github.com/fabpot",
8442 "type": "github"
8443 },
8444 {
8445 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8446 "type": "tidelift"
8447 }
8448 ],
8449 "time": "2024-11-05T15:34:40+00:00"
8450 },
8451 {
8452 "name": "symfony/event-dispatcher",
8453 "version": "v7.1.6",
8454 "source": {
8455 "type": "git",
8456 "url": "https://github.com/symfony/event-dispatcher.git",
8457 "reference": "87254c78dd50721cfd015b62277a8281c5589702"
8458 },
8459 "dist": {
8460 "type": "zip",
8461 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702",
8462 "reference": "87254c78dd50721cfd015b62277a8281c5589702",
8463 "shasum": ""
8464 },
8465 "require": {
8466 "php": ">=8.2",
8467 "symfony/event-dispatcher-contracts": "^2.5|^3"
8468 },
8469 "conflict": {
8470 "symfony/dependency-injection": "<6.4",
8471 "symfony/service-contracts": "<2.5"
8472 },
8473 "provide": {
8474 "psr/event-dispatcher-implementation": "1.0",
8475 "symfony/event-dispatcher-implementation": "2.0|3.0"
8476 },
8477 "require-dev": {
8478 "psr/log": "^1|^2|^3",
8479 "symfony/config": "^6.4|^7.0",
8480 "symfony/dependency-injection": "^6.4|^7.0",
8481 "symfony/error-handler": "^6.4|^7.0",
8482 "symfony/expression-language": "^6.4|^7.0",
8483 "symfony/http-foundation": "^6.4|^7.0",
8484 "symfony/service-contracts": "^2.5|^3",
8485 "symfony/stopwatch": "^6.4|^7.0"
8486 },
8487 "type": "library",
8488 "autoload": {
8489 "psr-4": {
8490 "Symfony\\Component\\EventDispatcher\\": ""
8491 },
8492 "exclude-from-classmap": [
8493 "/Tests/"
8494 ]
8495 },
8496 "notification-url": "https://packagist.org/downloads/",
8497 "license": [
8498 "MIT"
8499 ],
8500 "authors": [
8501 {
8502 "name": "Fabien Potencier",
8503 "email": "fabien@symfony.com"
8504 },
8505 {
8506 "name": "Symfony Community",
8507 "homepage": "https://symfony.com/contributors"
8508 }
8509 ],
8510 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
8511 "homepage": "https://symfony.com",
8512 "support": {
8513 "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6"
8514 },
8515 "funding": [
8516 {
8517 "url": "https://symfony.com/sponsor",
8518 "type": "custom"
8519 },
8520 {
8521 "url": "https://github.com/fabpot",
8522 "type": "github"
8523 },
8524 {
8525 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8526 "type": "tidelift"
8527 }
8528 ],
8529 "time": "2024-09-25T14:20:29+00:00"
8530 },
8531 {
8532 "name": "symfony/event-dispatcher-contracts",
8533 "version": "v3.5.1",
8534 "source": {
8535 "type": "git",
8536 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
8537 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
8538 },
8539 "dist": {
8540 "type": "zip",
8541 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
8542 "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
8543 "shasum": ""
8544 },
8545 "require": {
8546 "php": ">=8.1",
8547 "psr/event-dispatcher": "^1"
8548 },
8549 "type": "library",
8550 "extra": {
8551 "thanks": {
8552 "url": "https://github.com/symfony/contracts",
8553 "name": "symfony/contracts"
8554 },
8555 "branch-alias": {
8556 "dev-main": "3.5-dev"
8557 }
8558 },
8559 "autoload": {
8560 "psr-4": {
8561 "Symfony\\Contracts\\EventDispatcher\\": ""
8562 }
8563 },
8564 "notification-url": "https://packagist.org/downloads/",
8565 "license": [
8566 "MIT"
8567 ],
8568 "authors": [
8569 {
8570 "name": "Nicolas Grekas",
8571 "email": "p@tchwork.com"
8572 },
8573 {
8574 "name": "Symfony Community",
8575 "homepage": "https://symfony.com/contributors"
8576 }
8577 ],
8578 "description": "Generic abstractions related to dispatching event",
8579 "homepage": "https://symfony.com",
8580 "keywords": [
8581 "abstractions",
8582 "contracts",
8583 "decoupling",
8584 "interfaces",
8585 "interoperability",
8586 "standards"
8587 ],
8588 "support": {
8589 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
8590 },
8591 "funding": [
8592 {
8593 "url": "https://symfony.com/sponsor",
8594 "type": "custom"
8595 },
8596 {
8597 "url": "https://github.com/fabpot",
8598 "type": "github"
8599 },
8600 {
8601 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8602 "type": "tidelift"
8603 }
8604 ],
8605 "time": "2024-09-25T14:20:29+00:00"
8606 },
8607 {
8608 "name": "symfony/finder",
8609 "version": "v6.4.13",
8610 "source": {
8611 "type": "git",
8612 "url": "https://github.com/symfony/finder.git",
8613 "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958"
8614 },
8615 "dist": {
8616 "type": "zip",
8617 "url": "https://api.github.com/repos/symfony/finder/zipball/daea9eca0b08d0ed1dc9ab702a46128fd1be4958",
8618 "reference": "daea9eca0b08d0ed1dc9ab702a46128fd1be4958",
8619 "shasum": ""
8620 },
8621 "require": {
8622 "php": ">=8.1"
8623 },
8624 "require-dev": {
8625 "symfony/filesystem": "^6.0|^7.0"
8626 },
8627 "type": "library",
8628 "autoload": {
8629 "psr-4": {
8630 "Symfony\\Component\\Finder\\": ""
8631 },
8632 "exclude-from-classmap": [
8633 "/Tests/"
8634 ]
8635 },
8636 "notification-url": "https://packagist.org/downloads/",
8637 "license": [
8638 "MIT"
8639 ],
8640 "authors": [
8641 {
8642 "name": "Fabien Potencier",
8643 "email": "fabien@symfony.com"
8644 },
8645 {
8646 "name": "Symfony Community",
8647 "homepage": "https://symfony.com/contributors"
8648 }
8649 ],
8650 "description": "Finds files and directories via an intuitive fluent interface",
8651 "homepage": "https://symfony.com",
8652 "support": {
8653 "source": "https://github.com/symfony/finder/tree/v6.4.13"
8654 },
8655 "funding": [
8656 {
8657 "url": "https://symfony.com/sponsor",
8658 "type": "custom"
8659 },
8660 {
8661 "url": "https://github.com/fabpot",
8662 "type": "github"
8663 },
8664 {
8665 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8666 "type": "tidelift"
8667 }
8668 ],
8669 "time": "2024-10-01T08:30:56+00:00"
8670 },
8671 {
8672 "name": "symfony/http-client",
8673 "version": "v6.4.15",
8674 "source": {
8675 "type": "git",
8676 "url": "https://github.com/symfony/http-client.git",
8677 "reference": "cb4073c905cd12b8496d24ac428a9228c1750670"
8678 },
8679 "dist": {
8680 "type": "zip",
8681 "url": "https://api.github.com/repos/symfony/http-client/zipball/cb4073c905cd12b8496d24ac428a9228c1750670",
8682 "reference": "cb4073c905cd12b8496d24ac428a9228c1750670",
8683 "shasum": ""
8684 },
8685 "require": {
8686 "php": ">=8.1",
8687 "psr/log": "^1|^2|^3",
8688 "symfony/deprecation-contracts": "^2.5|^3",
8689 "symfony/http-client-contracts": "^3.4.1",
8690 "symfony/service-contracts": "^2.5|^3"
8691 },
8692 "conflict": {
8693 "php-http/discovery": "<1.15",
8694 "symfony/http-foundation": "<6.3"
8695 },
8696 "provide": {
8697 "php-http/async-client-implementation": "*",
8698 "php-http/client-implementation": "*",
8699 "psr/http-client-implementation": "1.0",
8700 "symfony/http-client-implementation": "3.0"
8701 },
8702 "require-dev": {
8703 "amphp/amp": "^2.5",
8704 "amphp/http-client": "^4.2.1",
8705 "amphp/http-tunnel": "^1.0",
8706 "amphp/socket": "^1.1",
8707 "guzzlehttp/promises": "^1.4|^2.0",
8708 "nyholm/psr7": "^1.0",
8709 "php-http/httplug": "^1.0|^2.0",
8710 "psr/http-client": "^1.0",
8711 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
8712 "symfony/http-kernel": "^5.4|^6.0|^7.0",
8713 "symfony/messenger": "^5.4|^6.0|^7.0",
8714 "symfony/process": "^5.4|^6.0|^7.0",
8715 "symfony/stopwatch": "^5.4|^6.0|^7.0"
8716 },
8717 "type": "library",
8718 "autoload": {
8719 "psr-4": {
8720 "Symfony\\Component\\HttpClient\\": ""
8721 },
8722 "exclude-from-classmap": [
8723 "/Tests/"
8724 ]
8725 },
8726 "notification-url": "https://packagist.org/downloads/",
8727 "license": [
8728 "MIT"
8729 ],
8730 "authors": [
8731 {
8732 "name": "Nicolas Grekas",
8733 "email": "p@tchwork.com"
8734 },
8735 {
8736 "name": "Symfony Community",
8737 "homepage": "https://symfony.com/contributors"
8738 }
8739 ],
8740 "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8741 "homepage": "https://symfony.com",
8742 "keywords": [
8743 "http"
8744 ],
8745 "support": {
8746 "source": "https://github.com/symfony/http-client/tree/v6.4.15"
8747 },
8748 "funding": [
8749 {
8750 "url": "https://symfony.com/sponsor",
8751 "type": "custom"
8752 },
8753 {
8754 "url": "https://github.com/fabpot",
8755 "type": "github"
8756 },
8757 {
8758 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8759 "type": "tidelift"
8760 }
8761 ],
8762 "time": "2024-11-13T13:40:18+00:00"
8763 },
8764 {
8765 "name": "symfony/http-client-contracts",
8766 "version": "v3.5.2",
8767 "source": {
8768 "type": "git",
8769 "url": "https://github.com/symfony/http-client-contracts.git",
8770 "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645"
8771 },
8772 "dist": {
8773 "type": "zip",
8774 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ee8d807ab20fcb51267fdace50fbe3494c31e645",
8775 "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645",
8776 "shasum": ""
8777 },
8778 "require": {
8779 "php": ">=8.1"
8780 },
8781 "type": "library",
8782 "extra": {
8783 "thanks": {
8784 "url": "https://github.com/symfony/contracts",
8785 "name": "symfony/contracts"
8786 },
8787 "branch-alias": {
8788 "dev-main": "3.5-dev"
8789 }
8790 },
8791 "autoload": {
8792 "psr-4": {
8793 "Symfony\\Contracts\\HttpClient\\": ""
8794 },
8795 "exclude-from-classmap": [
8796 "/Test/"
8797 ]
8798 },
8799 "notification-url": "https://packagist.org/downloads/",
8800 "license": [
8801 "MIT"
8802 ],
8803 "authors": [
8804 {
8805 "name": "Nicolas Grekas",
8806 "email": "p@tchwork.com"
8807 },
8808 {
8809 "name": "Symfony Community",
8810 "homepage": "https://symfony.com/contributors"
8811 }
8812 ],
8813 "description": "Generic abstractions related to HTTP clients",
8814 "homepage": "https://symfony.com",
8815 "keywords": [
8816 "abstractions",
8817 "contracts",
8818 "decoupling",
8819 "interfaces",
8820 "interoperability",
8821 "standards"
8822 ],
8823 "support": {
8824 "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.2"
8825 },
8826 "funding": [
8827 {
8828 "url": "https://symfony.com/sponsor",
8829 "type": "custom"
8830 },
8831 {
8832 "url": "https://github.com/fabpot",
8833 "type": "github"
8834 },
8835 {
8836 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8837 "type": "tidelift"
8838 }
8839 ],
8840 "time": "2024-12-07T08:49:48+00:00"
8841 },
8842 {
8843 "name": "symfony/http-foundation",
8844 "version": "v6.4.14",
8845 "source": {
8846 "type": "git",
8847 "url": "https://github.com/symfony/http-foundation.git",
8848 "reference": "ba020a321a95519303a3f09ec2824d34d601c388"
8849 },
8850 "dist": {
8851 "type": "zip",
8852 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ba020a321a95519303a3f09ec2824d34d601c388",
8853 "reference": "ba020a321a95519303a3f09ec2824d34d601c388",
8854 "shasum": ""
8855 },
8856 "require": {
8857 "php": ">=8.1",
8858 "symfony/deprecation-contracts": "^2.5|^3",
8859 "symfony/polyfill-mbstring": "~1.1",
8860 "symfony/polyfill-php83": "^1.27"
8861 },
8862 "conflict": {
8863 "symfony/cache": "<6.3"
8864 },
8865 "require-dev": {
8866 "doctrine/dbal": "^2.13.1|^3|^4",
8867 "predis/predis": "^1.1|^2.0",
8868 "symfony/cache": "^6.3|^7.0",
8869 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
8870 "symfony/expression-language": "^5.4|^6.0|^7.0",
8871 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
8872 "symfony/mime": "^5.4|^6.0|^7.0",
8873 "symfony/rate-limiter": "^5.4|^6.0|^7.0"
8874 },
8875 "type": "library",
8876 "autoload": {
8877 "psr-4": {
8878 "Symfony\\Component\\HttpFoundation\\": ""
8879 },
8880 "exclude-from-classmap": [
8881 "/Tests/"
8882 ]
8883 },
8884 "notification-url": "https://packagist.org/downloads/",
8885 "license": [
8886 "MIT"
8887 ],
8888 "authors": [
8889 {
8890 "name": "Fabien Potencier",
8891 "email": "fabien@symfony.com"
8892 },
8893 {
8894 "name": "Symfony Community",
8895 "homepage": "https://symfony.com/contributors"
8896 }
8897 ],
8898 "description": "Defines an object-oriented layer for the HTTP specification",
8899 "homepage": "https://symfony.com",
8900 "support": {
8901 "source": "https://github.com/symfony/http-foundation/tree/v6.4.14"
8902 },
8903 "funding": [
8904 {
8905 "url": "https://symfony.com/sponsor",
8906 "type": "custom"
8907 },
8908 {
8909 "url": "https://github.com/fabpot",
8910 "type": "github"
8911 },
8912 {
8913 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8914 "type": "tidelift"
8915 }
8916 ],
8917 "time": "2024-11-05T16:39:55+00:00"
8918 },
8919 {
8920 "name": "symfony/http-kernel",
8921 "version": "v6.4.14",
8922 "source": {
8923 "type": "git",
8924 "url": "https://github.com/symfony/http-kernel.git",
8925 "reference": "8278a947d0369754a47b758a9e17b72cab970951"
8926 },
8927 "dist": {
8928 "type": "zip",
8929 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8278a947d0369754a47b758a9e17b72cab970951",
8930 "reference": "8278a947d0369754a47b758a9e17b72cab970951",
8931 "shasum": ""
8932 },
8933 "require": {
8934 "php": ">=8.1",
8935 "psr/log": "^1|^2|^3",
8936 "symfony/deprecation-contracts": "^2.5|^3",
8937 "symfony/error-handler": "^6.4|^7.0",
8938 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
8939 "symfony/http-foundation": "^6.4|^7.0",
8940 "symfony/polyfill-ctype": "^1.8"
8941 },
8942 "conflict": {
8943 "symfony/browser-kit": "<5.4",
8944 "symfony/cache": "<5.4",
8945 "symfony/config": "<6.1",
8946 "symfony/console": "<5.4",
8947 "symfony/dependency-injection": "<6.4",
8948 "symfony/doctrine-bridge": "<5.4",
8949 "symfony/form": "<5.4",
8950 "symfony/http-client": "<5.4",
8951 "symfony/http-client-contracts": "<2.5",
8952 "symfony/mailer": "<5.4",
8953 "symfony/messenger": "<5.4",
8954 "symfony/translation": "<5.4",
8955 "symfony/translation-contracts": "<2.5",
8956 "symfony/twig-bridge": "<5.4",
8957 "symfony/validator": "<6.4",
8958 "symfony/var-dumper": "<6.3",
8959 "twig/twig": "<2.13"
8960 },
8961 "provide": {
8962 "psr/log-implementation": "1.0|2.0|3.0"
8963 },
8964 "require-dev": {
8965 "psr/cache": "^1.0|^2.0|^3.0",
8966 "symfony/browser-kit": "^5.4|^6.0|^7.0",
8967 "symfony/clock": "^6.2|^7.0",
8968 "symfony/config": "^6.1|^7.0",
8969 "symfony/console": "^5.4|^6.0|^7.0",
8970 "symfony/css-selector": "^5.4|^6.0|^7.0",
8971 "symfony/dependency-injection": "^6.4|^7.0",
8972 "symfony/dom-crawler": "^5.4|^6.0|^7.0",
8973 "symfony/expression-language": "^5.4|^6.0|^7.0",
8974 "symfony/finder": "^5.4|^6.0|^7.0",
8975 "symfony/http-client-contracts": "^2.5|^3",
8976 "symfony/process": "^5.4|^6.0|^7.0",
8977 "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
8978 "symfony/routing": "^5.4|^6.0|^7.0",
8979 "symfony/serializer": "^6.4.4|^7.0.4",
8980 "symfony/stopwatch": "^5.4|^6.0|^7.0",
8981 "symfony/translation": "^5.4|^6.0|^7.0",
8982 "symfony/translation-contracts": "^2.5|^3",
8983 "symfony/uid": "^5.4|^6.0|^7.0",
8984 "symfony/validator": "^6.4|^7.0",
8985 "symfony/var-dumper": "^5.4|^6.4|^7.0",
8986 "symfony/var-exporter": "^6.2|^7.0",
8987 "twig/twig": "^2.13|^3.0.4"
8988 },
8989 "type": "library",
8990 "autoload": {
8991 "psr-4": {
8992 "Symfony\\Component\\HttpKernel\\": ""
8993 },
8994 "exclude-from-classmap": [
8995 "/Tests/"
8996 ]
8997 },
8998 "notification-url": "https://packagist.org/downloads/",
8999 "license": [
9000 "MIT"
9001 ],
9002 "authors": [
9003 {
9004 "name": "Fabien Potencier",
9005 "email": "fabien@symfony.com"
9006 },
9007 {
9008 "name": "Symfony Community",
9009 "homepage": "https://symfony.com/contributors"
9010 }
9011 ],
9012 "description": "Provides a structured process for converting a Request into a Response",
9013 "homepage": "https://symfony.com",
9014 "support": {
9015 "source": "https://github.com/symfony/http-kernel/tree/v6.4.14"
9016 },
9017 "funding": [
9018 {
9019 "url": "https://symfony.com/sponsor",
9020 "type": "custom"
9021 },
9022 {
9023 "url": "https://github.com/fabpot",
9024 "type": "github"
9025 },
9026 {
9027 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9028 "type": "tidelift"
9029 }
9030 ],
9031 "time": "2024-11-06T09:45:21+00:00"
9032 },
9033 {
9034 "name": "symfony/mailer",
9035 "version": "v6.4.13",
9036 "source": {
9037 "type": "git",
9038 "url": "https://github.com/symfony/mailer.git",
9039 "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663"
9040 },
9041 "dist": {
9042 "type": "zip",
9043 "url": "https://api.github.com/repos/symfony/mailer/zipball/c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
9044 "reference": "c2f7e0d8d7ac8fe25faccf5d8cac462805db2663",
9045 "shasum": ""
9046 },
9047 "require": {
9048 "egulias/email-validator": "^2.1.10|^3|^4",
9049 "php": ">=8.1",
9050 "psr/event-dispatcher": "^1",
9051 "psr/log": "^1|^2|^3",
9052 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
9053 "symfony/mime": "^6.2|^7.0",
9054 "symfony/service-contracts": "^2.5|^3"
9055 },
9056 "conflict": {
9057 "symfony/http-client-contracts": "<2.5",
9058 "symfony/http-kernel": "<5.4",
9059 "symfony/messenger": "<6.2",
9060 "symfony/mime": "<6.2",
9061 "symfony/twig-bridge": "<6.2.1"
9062 },
9063 "require-dev": {
9064 "symfony/console": "^5.4|^6.0|^7.0",
9065 "symfony/http-client": "^5.4|^6.0|^7.0",
9066 "symfony/messenger": "^6.2|^7.0",
9067 "symfony/twig-bridge": "^6.2|^7.0"
9068 },
9069 "type": "library",
9070 "autoload": {
9071 "psr-4": {
9072 "Symfony\\Component\\Mailer\\": ""
9073 },
9074 "exclude-from-classmap": [
9075 "/Tests/"
9076 ]
9077 },
9078 "notification-url": "https://packagist.org/downloads/",
9079 "license": [
9080 "MIT"
9081 ],
9082 "authors": [
9083 {
9084 "name": "Fabien Potencier",
9085 "email": "fabien@symfony.com"
9086 },
9087 {
9088 "name": "Symfony Community",
9089 "homepage": "https://symfony.com/contributors"
9090 }
9091 ],
9092 "description": "Helps sending emails",
9093 "homepage": "https://symfony.com",
9094 "support": {
9095 "source": "https://github.com/symfony/mailer/tree/v6.4.13"
9096 },
9097 "funding": [
9098 {
9099 "url": "https://symfony.com/sponsor",
9100 "type": "custom"
9101 },
9102 {
9103 "url": "https://github.com/fabpot",
9104 "type": "github"
9105 },
9106 {
9107 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9108 "type": "tidelift"
9109 }
9110 ],
9111 "time": "2024-09-25T14:18:03+00:00"
9112 },
9113 {
9114 "name": "symfony/mime",
9115 "version": "v6.4.13",
9116 "source": {
9117 "type": "git",
9118 "url": "https://github.com/symfony/mime.git",
9119 "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855"
9120 },
9121 "dist": {
9122 "type": "zip",
9123 "url": "https://api.github.com/repos/symfony/mime/zipball/1de1cf14d99b12c7ebbb850491ec6ae3ed468855",
9124 "reference": "1de1cf14d99b12c7ebbb850491ec6ae3ed468855",
9125 "shasum": ""
9126 },
9127 "require": {
9128 "php": ">=8.1",
9129 "symfony/deprecation-contracts": "^2.5|^3",
9130 "symfony/polyfill-intl-idn": "^1.10",
9131 "symfony/polyfill-mbstring": "^1.0"
9132 },
9133 "conflict": {
9134 "egulias/email-validator": "~3.0.0",
9135 "phpdocumentor/reflection-docblock": "<3.2.2",
9136 "phpdocumentor/type-resolver": "<1.4.0",
9137 "symfony/mailer": "<5.4",
9138 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
9139 },
9140 "require-dev": {
9141 "egulias/email-validator": "^2.1.10|^3.1|^4",
9142 "league/html-to-markdown": "^5.0",
9143 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
9144 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
9145 "symfony/process": "^5.4|^6.4|^7.0",
9146 "symfony/property-access": "^5.4|^6.0|^7.0",
9147 "symfony/property-info": "^5.4|^6.0|^7.0",
9148 "symfony/serializer": "^6.4.3|^7.0.3"
9149 },
9150 "type": "library",
9151 "autoload": {
9152 "psr-4": {
9153 "Symfony\\Component\\Mime\\": ""
9154 },
9155 "exclude-from-classmap": [
9156 "/Tests/"
9157 ]
9158 },
9159 "notification-url": "https://packagist.org/downloads/",
9160 "license": [
9161 "MIT"
9162 ],
9163 "authors": [
9164 {
9165 "name": "Fabien Potencier",
9166 "email": "fabien@symfony.com"
9167 },
9168 {
9169 "name": "Symfony Community",
9170 "homepage": "https://symfony.com/contributors"
9171 }
9172 ],
9173 "description": "Allows manipulating MIME messages",
9174 "homepage": "https://symfony.com",
9175 "keywords": [
9176 "mime",
9177 "mime-type"
9178 ],
9179 "support": {
9180 "source": "https://github.com/symfony/mime/tree/v6.4.13"
9181 },
9182 "funding": [
9183 {
9184 "url": "https://symfony.com/sponsor",
9185 "type": "custom"
9186 },
9187 {
9188 "url": "https://github.com/fabpot",
9189 "type": "github"
9190 },
9191 {
9192 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9193 "type": "tidelift"
9194 }
9195 ],
9196 "time": "2024-10-25T15:07:50+00:00"
9197 },
9198 {
9199 "name": "symfony/options-resolver",
9200 "version": "v6.3.0",
9201 "source": {
9202 "type": "git",
9203 "url": "https://github.com/symfony/options-resolver.git",
9204 "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd"
9205 },
9206 "dist": {
9207 "type": "zip",
9208 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a10f19f5198d589d5c33333cffe98dc9820332dd",
9209 "reference": "a10f19f5198d589d5c33333cffe98dc9820332dd",
9210 "shasum": ""
9211 },
9212 "require": {
9213 "php": ">=8.1",
9214 "symfony/deprecation-contracts": "^2.5|^3"
9215 },
9216 "type": "library",
9217 "autoload": {
9218 "psr-4": {
9219 "Symfony\\Component\\OptionsResolver\\": ""
9220 },
9221 "exclude-from-classmap": [
9222 "/Tests/"
9223 ]
9224 },
9225 "notification-url": "https://packagist.org/downloads/",
9226 "license": [
9227 "MIT"
9228 ],
9229 "authors": [
9230 {
9231 "name": "Fabien Potencier",
9232 "email": "fabien@symfony.com"
9233 },
9234 {
9235 "name": "Symfony Community",
9236 "homepage": "https://symfony.com/contributors"
9237 }
9238 ],
9239 "description": "Provides an improved replacement for the array_replace PHP function",
9240 "homepage": "https://symfony.com",
9241 "keywords": [
9242 "config",
9243 "configuration",
9244 "options"
9245 ],
9246 "support": {
9247 "source": "https://github.com/symfony/options-resolver/tree/v6.3.0"
9248 },
9249 "funding": [
9250 {
9251 "url": "https://symfony.com/sponsor",
9252 "type": "custom"
9253 },
9254 {
9255 "url": "https://github.com/fabpot",
9256 "type": "github"
9257 },
9258 {
9259 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9260 "type": "tidelift"
9261 }
9262 ],
9263 "time": "2023-05-12T14:21:09+00:00"
9264 },
9265 {
9266 "name": "symfony/polyfill-ctype",
9267 "version": "v1.31.0",
9268 "source": {
9269 "type": "git",
9270 "url": "https://github.com/symfony/polyfill-ctype.git",
9271 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
9272 },
9273 "dist": {
9274 "type": "zip",
9275 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
9276 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
9277 "shasum": ""
9278 },
9279 "require": {
9280 "php": ">=7.2"
9281 },
9282 "provide": {
9283 "ext-ctype": "*"
9284 },
9285 "suggest": {
9286 "ext-ctype": "For best performance"
9287 },
9288 "type": "library",
9289 "extra": {
9290 "thanks": {
9291 "name": "symfony/polyfill",
9292 "url": "https://github.com/symfony/polyfill"
9293 }
9294 },
9295 "autoload": {
9296 "files": [
9297 "bootstrap.php"
9298 ],
9299 "psr-4": {
9300 "Symfony\\Polyfill\\Ctype\\": ""
9301 }
9302 },
9303 "notification-url": "https://packagist.org/downloads/",
9304 "license": [
9305 "MIT"
9306 ],
9307 "authors": [
9308 {
9309 "name": "Gert de Pagter",
9310 "email": "BackEndTea@gmail.com"
9311 },
9312 {
9313 "name": "Symfony Community",
9314 "homepage": "https://symfony.com/contributors"
9315 }
9316 ],
9317 "description": "Symfony polyfill for ctype functions",
9318 "homepage": "https://symfony.com",
9319 "keywords": [
9320 "compatibility",
9321 "ctype",
9322 "polyfill",
9323 "portable"
9324 ],
9325 "support": {
9326 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
9327 },
9328 "funding": [
9329 {
9330 "url": "https://symfony.com/sponsor",
9331 "type": "custom"
9332 },
9333 {
9334 "url": "https://github.com/fabpot",
9335 "type": "github"
9336 },
9337 {
9338 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9339 "type": "tidelift"
9340 }
9341 ],
9342 "time": "2024-09-09T11:45:10+00:00"
9343 },
9344 {
9345 "name": "symfony/polyfill-intl-grapheme",
9346 "version": "v1.31.0",
9347 "source": {
9348 "type": "git",
9349 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
9350 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
9351 },
9352 "dist": {
9353 "type": "zip",
9354 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
9355 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
9356 "shasum": ""
9357 },
9358 "require": {
9359 "php": ">=7.2"
9360 },
9361 "suggest": {
9362 "ext-intl": "For best performance"
9363 },
9364 "type": "library",
9365 "extra": {
9366 "thanks": {
9367 "name": "symfony/polyfill",
9368 "url": "https://github.com/symfony/polyfill"
9369 }
9370 },
9371 "autoload": {
9372 "files": [
9373 "bootstrap.php"
9374 ],
9375 "psr-4": {
9376 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
9377 }
9378 },
9379 "notification-url": "https://packagist.org/downloads/",
9380 "license": [
9381 "MIT"
9382 ],
9383 "authors": [
9384 {
9385 "name": "Nicolas Grekas",
9386 "email": "p@tchwork.com"
9387 },
9388 {
9389 "name": "Symfony Community",
9390 "homepage": "https://symfony.com/contributors"
9391 }
9392 ],
9393 "description": "Symfony polyfill for intl's grapheme_* functions",
9394 "homepage": "https://symfony.com",
9395 "keywords": [
9396 "compatibility",
9397 "grapheme",
9398 "intl",
9399 "polyfill",
9400 "portable",
9401 "shim"
9402 ],
9403 "support": {
9404 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
9405 },
9406 "funding": [
9407 {
9408 "url": "https://symfony.com/sponsor",
9409 "type": "custom"
9410 },
9411 {
9412 "url": "https://github.com/fabpot",
9413 "type": "github"
9414 },
9415 {
9416 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9417 "type": "tidelift"
9418 }
9419 ],
9420 "time": "2024-09-09T11:45:10+00:00"
9421 },
9422 {
9423 "name": "symfony/polyfill-intl-idn",
9424 "version": "v1.31.0",
9425 "source": {
9426 "type": "git",
9427 "url": "https://github.com/symfony/polyfill-intl-idn.git",
9428 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
9429 },
9430 "dist": {
9431 "type": "zip",
9432 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
9433 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
9434 "shasum": ""
9435 },
9436 "require": {
9437 "php": ">=7.2",
9438 "symfony/polyfill-intl-normalizer": "^1.10"
9439 },
9440 "suggest": {
9441 "ext-intl": "For best performance"
9442 },
9443 "type": "library",
9444 "extra": {
9445 "thanks": {
9446 "name": "symfony/polyfill",
9447 "url": "https://github.com/symfony/polyfill"
9448 }
9449 },
9450 "autoload": {
9451 "files": [
9452 "bootstrap.php"
9453 ],
9454 "psr-4": {
9455 "Symfony\\Polyfill\\Intl\\Idn\\": ""
9456 }
9457 },
9458 "notification-url": "https://packagist.org/downloads/",
9459 "license": [
9460 "MIT"
9461 ],
9462 "authors": [
9463 {
9464 "name": "Laurent Bassin",
9465 "email": "laurent@bassin.info"
9466 },
9467 {
9468 "name": "Trevor Rowbotham",
9469 "email": "trevor.rowbotham@pm.me"
9470 },
9471 {
9472 "name": "Symfony Community",
9473 "homepage": "https://symfony.com/contributors"
9474 }
9475 ],
9476 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
9477 "homepage": "https://symfony.com",
9478 "keywords": [
9479 "compatibility",
9480 "idn",
9481 "intl",
9482 "polyfill",
9483 "portable",
9484 "shim"
9485 ],
9486 "support": {
9487 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
9488 },
9489 "funding": [
9490 {
9491 "url": "https://symfony.com/sponsor",
9492 "type": "custom"
9493 },
9494 {
9495 "url": "https://github.com/fabpot",
9496 "type": "github"
9497 },
9498 {
9499 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9500 "type": "tidelift"
9501 }
9502 ],
9503 "time": "2024-09-09T11:45:10+00:00"
9504 },
9505 {
9506 "name": "symfony/polyfill-intl-normalizer",
9507 "version": "v1.31.0",
9508 "source": {
9509 "type": "git",
9510 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
9511 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
9512 },
9513 "dist": {
9514 "type": "zip",
9515 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
9516 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
9517 "shasum": ""
9518 },
9519 "require": {
9520 "php": ">=7.2"
9521 },
9522 "suggest": {
9523 "ext-intl": "For best performance"
9524 },
9525 "type": "library",
9526 "extra": {
9527 "thanks": {
9528 "name": "symfony/polyfill",
9529 "url": "https://github.com/symfony/polyfill"
9530 }
9531 },
9532 "autoload": {
9533 "files": [
9534 "bootstrap.php"
9535 ],
9536 "psr-4": {
9537 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
9538 },
9539 "classmap": [
9540 "Resources/stubs"
9541 ]
9542 },
9543 "notification-url": "https://packagist.org/downloads/",
9544 "license": [
9545 "MIT"
9546 ],
9547 "authors": [
9548 {
9549 "name": "Nicolas Grekas",
9550 "email": "p@tchwork.com"
9551 },
9552 {
9553 "name": "Symfony Community",
9554 "homepage": "https://symfony.com/contributors"
9555 }
9556 ],
9557 "description": "Symfony polyfill for intl's Normalizer class and related functions",
9558 "homepage": "https://symfony.com",
9559 "keywords": [
9560 "compatibility",
9561 "intl",
9562 "normalizer",
9563 "polyfill",
9564 "portable",
9565 "shim"
9566 ],
9567 "support": {
9568 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
9569 },
9570 "funding": [
9571 {
9572 "url": "https://symfony.com/sponsor",
9573 "type": "custom"
9574 },
9575 {
9576 "url": "https://github.com/fabpot",
9577 "type": "github"
9578 },
9579 {
9580 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9581 "type": "tidelift"
9582 }
9583 ],
9584 "time": "2024-09-09T11:45:10+00:00"
9585 },
9586 {
9587 "name": "symfony/polyfill-mbstring",
9588 "version": "v1.31.0",
9589 "source": {
9590 "type": "git",
9591 "url": "https://github.com/symfony/polyfill-mbstring.git",
9592 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
9593 },
9594 "dist": {
9595 "type": "zip",
9596 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
9597 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
9598 "shasum": ""
9599 },
9600 "require": {
9601 "php": ">=7.2"
9602 },
9603 "provide": {
9604 "ext-mbstring": "*"
9605 },
9606 "suggest": {
9607 "ext-mbstring": "For best performance"
9608 },
9609 "type": "library",
9610 "extra": {
9611 "thanks": {
9612 "url": "https://github.com/symfony/polyfill",
9613 "name": "symfony/polyfill"
9614 }
9615 },
9616 "autoload": {
9617 "files": [
9618 "bootstrap.php"
9619 ],
9620 "psr-4": {
9621 "Symfony\\Polyfill\\Mbstring\\": ""
9622 }
9623 },
9624 "notification-url": "https://packagist.org/downloads/",
9625 "license": [
9626 "MIT"
9627 ],
9628 "authors": [
9629 {
9630 "name": "Nicolas Grekas",
9631 "email": "p@tchwork.com"
9632 },
9633 {
9634 "name": "Symfony Community",
9635 "homepage": "https://symfony.com/contributors"
9636 }
9637 ],
9638 "description": "Symfony polyfill for the Mbstring extension",
9639 "homepage": "https://symfony.com",
9640 "keywords": [
9641 "compatibility",
9642 "mbstring",
9643 "polyfill",
9644 "portable",
9645 "shim"
9646 ],
9647 "support": {
9648 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
9649 },
9650 "funding": [
9651 {
9652 "url": "https://symfony.com/sponsor",
9653 "type": "custom"
9654 },
9655 {
9656 "url": "https://github.com/fabpot",
9657 "type": "github"
9658 },
9659 {
9660 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9661 "type": "tidelift"
9662 }
9663 ],
9664 "time": "2024-09-09T11:45:10+00:00"
9665 },
9666 {
9667 "name": "symfony/polyfill-php80",
9668 "version": "v1.31.0",
9669 "source": {
9670 "type": "git",
9671 "url": "https://github.com/symfony/polyfill-php80.git",
9672 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
9673 },
9674 "dist": {
9675 "type": "zip",
9676 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
9677 "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
9678 "shasum": ""
9679 },
9680 "require": {
9681 "php": ">=7.2"
9682 },
9683 "type": "library",
9684 "extra": {
9685 "thanks": {
9686 "url": "https://github.com/symfony/polyfill",
9687 "name": "symfony/polyfill"
9688 }
9689 },
9690 "autoload": {
9691 "files": [
9692 "bootstrap.php"
9693 ],
9694 "psr-4": {
9695 "Symfony\\Polyfill\\Php80\\": ""
9696 },
9697 "classmap": [
9698 "Resources/stubs"
9699 ]
9700 },
9701 "notification-url": "https://packagist.org/downloads/",
9702 "license": [
9703 "MIT"
9704 ],
9705 "authors": [
9706 {
9707 "name": "Ion Bazan",
9708 "email": "ion.bazan@gmail.com"
9709 },
9710 {
9711 "name": "Nicolas Grekas",
9712 "email": "p@tchwork.com"
9713 },
9714 {
9715 "name": "Symfony Community",
9716 "homepage": "https://symfony.com/contributors"
9717 }
9718 ],
9719 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9720 "homepage": "https://symfony.com",
9721 "keywords": [
9722 "compatibility",
9723 "polyfill",
9724 "portable",
9725 "shim"
9726 ],
9727 "support": {
9728 "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
9729 },
9730 "funding": [
9731 {
9732 "url": "https://symfony.com/sponsor",
9733 "type": "custom"
9734 },
9735 {
9736 "url": "https://github.com/fabpot",
9737 "type": "github"
9738 },
9739 {
9740 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9741 "type": "tidelift"
9742 }
9743 ],
9744 "time": "2024-09-09T11:45:10+00:00"
9745 },
9746 {
9747 "name": "symfony/polyfill-php83",
9748 "version": "v1.31.0",
9749 "source": {
9750 "type": "git",
9751 "url": "https://github.com/symfony/polyfill-php83.git",
9752 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
9753 },
9754 "dist": {
9755 "type": "zip",
9756 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
9757 "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
9758 "shasum": ""
9759 },
9760 "require": {
9761 "php": ">=7.2"
9762 },
9763 "type": "library",
9764 "extra": {
9765 "thanks": {
9766 "name": "symfony/polyfill",
9767 "url": "https://github.com/symfony/polyfill"
9768 }
9769 },
9770 "autoload": {
9771 "files": [
9772 "bootstrap.php"
9773 ],
9774 "psr-4": {
9775 "Symfony\\Polyfill\\Php83\\": ""
9776 },
9777 "classmap": [
9778 "Resources/stubs"
9779 ]
9780 },
9781 "notification-url": "https://packagist.org/downloads/",
9782 "license": [
9783 "MIT"
9784 ],
9785 "authors": [
9786 {
9787 "name": "Nicolas Grekas",
9788 "email": "p@tchwork.com"
9789 },
9790 {
9791 "name": "Symfony Community",
9792 "homepage": "https://symfony.com/contributors"
9793 }
9794 ],
9795 "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
9796 "homepage": "https://symfony.com",
9797 "keywords": [
9798 "compatibility",
9799 "polyfill",
9800 "portable",
9801 "shim"
9802 ],
9803 "support": {
9804 "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
9805 },
9806 "funding": [
9807 {
9808 "url": "https://symfony.com/sponsor",
9809 "type": "custom"
9810 },
9811 {
9812 "url": "https://github.com/fabpot",
9813 "type": "github"
9814 },
9815 {
9816 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9817 "type": "tidelift"
9818 }
9819 ],
9820 "time": "2024-09-09T11:45:10+00:00"
9821 },
9822 {
9823 "name": "symfony/polyfill-uuid",
9824 "version": "v1.31.0",
9825 "source": {
9826 "type": "git",
9827 "url": "https://github.com/symfony/polyfill-uuid.git",
9828 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
9829 },
9830 "dist": {
9831 "type": "zip",
9832 "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
9833 "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
9834 "shasum": ""
9835 },
9836 "require": {
9837 "php": ">=7.2"
9838 },
9839 "provide": {
9840 "ext-uuid": "*"
9841 },
9842 "suggest": {
9843 "ext-uuid": "For best performance"
9844 },
9845 "type": "library",
9846 "extra": {
9847 "thanks": {
9848 "name": "symfony/polyfill",
9849 "url": "https://github.com/symfony/polyfill"
9850 }
9851 },
9852 "autoload": {
9853 "files": [
9854 "bootstrap.php"
9855 ],
9856 "psr-4": {
9857 "Symfony\\Polyfill\\Uuid\\": ""
9858 }
9859 },
9860 "notification-url": "https://packagist.org/downloads/",
9861 "license": [
9862 "MIT"
9863 ],
9864 "authors": [
9865 {
9866 "name": "Grégoire Pineau",
9867 "email": "lyrixx@lyrixx.info"
9868 },
9869 {
9870 "name": "Symfony Community",
9871 "homepage": "https://symfony.com/contributors"
9872 }
9873 ],
9874 "description": "Symfony polyfill for uuid functions",
9875 "homepage": "https://symfony.com",
9876 "keywords": [
9877 "compatibility",
9878 "polyfill",
9879 "portable",
9880 "uuid"
9881 ],
9882 "support": {
9883 "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0"
9884 },
9885 "funding": [
9886 {
9887 "url": "https://symfony.com/sponsor",
9888 "type": "custom"
9889 },
9890 {
9891 "url": "https://github.com/fabpot",
9892 "type": "github"
9893 },
9894 {
9895 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9896 "type": "tidelift"
9897 }
9898 ],
9899 "time": "2024-09-09T11:45:10+00:00"
9900 },
9901 {
9902 "name": "symfony/process",
9903 "version": "v6.4.14",
9904 "source": {
9905 "type": "git",
9906 "url": "https://github.com/symfony/process.git",
9907 "reference": "25214adbb0996d18112548de20c281be9f27279f"
9908 },
9909 "dist": {
9910 "type": "zip",
9911 "url": "https://api.github.com/repos/symfony/process/zipball/25214adbb0996d18112548de20c281be9f27279f",
9912 "reference": "25214adbb0996d18112548de20c281be9f27279f",
9913 "shasum": ""
9914 },
9915 "require": {
9916 "php": ">=8.1"
9917 },
9918 "type": "library",
9919 "autoload": {
9920 "psr-4": {
9921 "Symfony\\Component\\Process\\": ""
9922 },
9923 "exclude-from-classmap": [
9924 "/Tests/"
9925 ]
9926 },
9927 "notification-url": "https://packagist.org/downloads/",
9928 "license": [
9929 "MIT"
9930 ],
9931 "authors": [
9932 {
9933 "name": "Fabien Potencier",
9934 "email": "fabien@symfony.com"
9935 },
9936 {
9937 "name": "Symfony Community",
9938 "homepage": "https://symfony.com/contributors"
9939 }
9940 ],
9941 "description": "Executes commands in sub-processes",
9942 "homepage": "https://symfony.com",
9943 "support": {
9944 "source": "https://github.com/symfony/process/tree/v6.4.14"
9945 },
9946 "funding": [
9947 {
9948 "url": "https://symfony.com/sponsor",
9949 "type": "custom"
9950 },
9951 {
9952 "url": "https://github.com/fabpot",
9953 "type": "github"
9954 },
9955 {
9956 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9957 "type": "tidelift"
9958 }
9959 ],
9960 "time": "2024-11-06T09:25:01+00:00"
9961 },
9962 {
9963 "name": "symfony/psr-http-message-bridge",
9964 "version": "v2.3.1",
9965 "source": {
9966 "type": "git",
9967 "url": "https://github.com/symfony/psr-http-message-bridge.git",
9968 "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e"
9969 },
9970 "dist": {
9971 "type": "zip",
9972 "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e",
9973 "reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e",
9974 "shasum": ""
9975 },
9976 "require": {
9977 "php": ">=7.2.5",
9978 "psr/http-message": "^1.0 || ^2.0",
9979 "symfony/deprecation-contracts": "^2.5 || ^3.0",
9980 "symfony/http-foundation": "^5.4 || ^6.0"
9981 },
9982 "require-dev": {
9983 "nyholm/psr7": "^1.1",
9984 "psr/log": "^1.1 || ^2 || ^3",
9985 "symfony/browser-kit": "^5.4 || ^6.0",
9986 "symfony/config": "^5.4 || ^6.0",
9987 "symfony/event-dispatcher": "^5.4 || ^6.0",
9988 "symfony/framework-bundle": "^5.4 || ^6.0",
9989 "symfony/http-kernel": "^5.4 || ^6.0",
9990 "symfony/phpunit-bridge": "^6.2"
9991 },
9992 "suggest": {
9993 "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
9994 },
9995 "type": "symfony-bridge",
9996 "extra": {
9997 "branch-alias": {
9998 "dev-main": "2.3-dev"
9999 }
10000 },
10001 "autoload": {
10002 "psr-4": {
10003 "Symfony\\Bridge\\PsrHttpMessage\\": ""
10004 },
10005 "exclude-from-classmap": [
10006 "/Tests/"
10007 ]
10008 },
10009 "notification-url": "https://packagist.org/downloads/",
10010 "license": [
10011 "MIT"
10012 ],
10013 "authors": [
10014 {
10015 "name": "Fabien Potencier",
10016 "email": "fabien@symfony.com"
10017 },
10018 {
10019 "name": "Symfony Community",
10020 "homepage": "http://symfony.com/contributors"
10021 }
10022 ],
10023 "description": "PSR HTTP message bridge",
10024 "homepage": "http://symfony.com",
10025 "keywords": [
10026 "http",
10027 "http-message",
10028 "psr-17",
10029 "psr-7"
10030 ],
10031 "support": {
10032 "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
10033 "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1"
10034 },
10035 "funding": [
10036 {
10037 "url": "https://symfony.com/sponsor",
10038 "type": "custom"
10039 },
10040 {
10041 "url": "https://github.com/fabpot",
10042 "type": "github"
10043 },
10044 {
10045 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10046 "type": "tidelift"
10047 }
10048 ],
10049 "time": "2023-07-26T11:53:26+00:00"
10050 },
10051 {
10052 "name": "symfony/routing",
10053 "version": "v6.4.13",
10054 "source": {
10055 "type": "git",
10056 "url": "https://github.com/symfony/routing.git",
10057 "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278"
10058 },
10059 "dist": {
10060 "type": "zip",
10061 "url": "https://api.github.com/repos/symfony/routing/zipball/640a74250d13f9c30d5ca045b6aaaabcc8215278",
10062 "reference": "640a74250d13f9c30d5ca045b6aaaabcc8215278",
10063 "shasum": ""
10064 },
10065 "require": {
10066 "php": ">=8.1",
10067 "symfony/deprecation-contracts": "^2.5|^3"
10068 },
10069 "conflict": {
10070 "doctrine/annotations": "<1.12",
10071 "symfony/config": "<6.2",
10072 "symfony/dependency-injection": "<5.4",
10073 "symfony/yaml": "<5.4"
10074 },
10075 "require-dev": {
10076 "doctrine/annotations": "^1.12|^2",
10077 "psr/log": "^1|^2|^3",
10078 "symfony/config": "^6.2|^7.0",
10079 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
10080 "symfony/expression-language": "^5.4|^6.0|^7.0",
10081 "symfony/http-foundation": "^5.4|^6.0|^7.0",
10082 "symfony/yaml": "^5.4|^6.0|^7.0"
10083 },
10084 "type": "library",
10085 "autoload": {
10086 "psr-4": {
10087 "Symfony\\Component\\Routing\\": ""
10088 },
10089 "exclude-from-classmap": [
10090 "/Tests/"
10091 ]
10092 },
10093 "notification-url": "https://packagist.org/downloads/",
10094 "license": [
10095 "MIT"
10096 ],
10097 "authors": [
10098 {
10099 "name": "Fabien Potencier",
10100 "email": "fabien@symfony.com"
10101 },
10102 {
10103 "name": "Symfony Community",
10104 "homepage": "https://symfony.com/contributors"
10105 }
10106 ],
10107 "description": "Maps an HTTP request to a set of configuration variables",
10108 "homepage": "https://symfony.com",
10109 "keywords": [
10110 "router",
10111 "routing",
10112 "uri",
10113 "url"
10114 ],
10115 "support": {
10116 "source": "https://github.com/symfony/routing/tree/v6.4.13"
10117 },
10118 "funding": [
10119 {
10120 "url": "https://symfony.com/sponsor",
10121 "type": "custom"
10122 },
10123 {
10124 "url": "https://github.com/fabpot",
10125 "type": "github"
10126 },
10127 {
10128 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10129 "type": "tidelift"
10130 }
10131 ],
10132 "time": "2024-10-01T08:30:56+00:00"
10133 },
10134 {
10135 "name": "symfony/service-contracts",
10136 "version": "v3.5.1",
10137 "source": {
10138 "type": "git",
10139 "url": "https://github.com/symfony/service-contracts.git",
10140 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
10141 },
10142 "dist": {
10143 "type": "zip",
10144 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
10145 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
10146 "shasum": ""
10147 },
10148 "require": {
10149 "php": ">=8.1",
10150 "psr/container": "^1.1|^2.0",
10151 "symfony/deprecation-contracts": "^2.5|^3"
10152 },
10153 "conflict": {
10154 "ext-psr": "<1.1|>=2"
10155 },
10156 "type": "library",
10157 "extra": {
10158 "thanks": {
10159 "url": "https://github.com/symfony/contracts",
10160 "name": "symfony/contracts"
10161 },
10162 "branch-alias": {
10163 "dev-main": "3.5-dev"
10164 }
10165 },
10166 "autoload": {
10167 "psr-4": {
10168 "Symfony\\Contracts\\Service\\": ""
10169 },
10170 "exclude-from-classmap": [
10171 "/Test/"
10172 ]
10173 },
10174 "notification-url": "https://packagist.org/downloads/",
10175 "license": [
10176 "MIT"
10177 ],
10178 "authors": [
10179 {
10180 "name": "Nicolas Grekas",
10181 "email": "p@tchwork.com"
10182 },
10183 {
10184 "name": "Symfony Community",
10185 "homepage": "https://symfony.com/contributors"
10186 }
10187 ],
10188 "description": "Generic abstractions related to writing services",
10189 "homepage": "https://symfony.com",
10190 "keywords": [
10191 "abstractions",
10192 "contracts",
10193 "decoupling",
10194 "interfaces",
10195 "interoperability",
10196 "standards"
10197 ],
10198 "support": {
10199 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
10200 },
10201 "funding": [
10202 {
10203 "url": "https://symfony.com/sponsor",
10204 "type": "custom"
10205 },
10206 {
10207 "url": "https://github.com/fabpot",
10208 "type": "github"
10209 },
10210 {
10211 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10212 "type": "tidelift"
10213 }
10214 ],
10215 "time": "2024-09-25T14:20:29+00:00"
10216 },
10217 {
10218 "name": "symfony/string",
10219 "version": "v7.1.6",
10220 "source": {
10221 "type": "git",
10222 "url": "https://github.com/symfony/string.git",
10223 "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626"
10224 },
10225 "dist": {
10226 "type": "zip",
10227 "url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626",
10228 "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626",
10229 "shasum": ""
10230 },
10231 "require": {
10232 "php": ">=8.2",
10233 "symfony/polyfill-ctype": "~1.8",
10234 "symfony/polyfill-intl-grapheme": "~1.0",
10235 "symfony/polyfill-intl-normalizer": "~1.0",
10236 "symfony/polyfill-mbstring": "~1.0"
10237 },
10238 "conflict": {
10239 "symfony/translation-contracts": "<2.5"
10240 },
10241 "require-dev": {
10242 "symfony/emoji": "^7.1",
10243 "symfony/error-handler": "^6.4|^7.0",
10244 "symfony/http-client": "^6.4|^7.0",
10245 "symfony/intl": "^6.4|^7.0",
10246 "symfony/translation-contracts": "^2.5|^3.0",
10247 "symfony/var-exporter": "^6.4|^7.0"
10248 },
10249 "type": "library",
10250 "autoload": {
10251 "files": [
10252 "Resources/functions.php"
10253 ],
10254 "psr-4": {
10255 "Symfony\\Component\\String\\": ""
10256 },
10257 "exclude-from-classmap": [
10258 "/Tests/"
10259 ]
10260 },
10261 "notification-url": "https://packagist.org/downloads/",
10262 "license": [
10263 "MIT"
10264 ],
10265 "authors": [
10266 {
10267 "name": "Nicolas Grekas",
10268 "email": "p@tchwork.com"
10269 },
10270 {
10271 "name": "Symfony Community",
10272 "homepage": "https://symfony.com/contributors"
10273 }
10274 ],
10275 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
10276 "homepage": "https://symfony.com",
10277 "keywords": [
10278 "grapheme",
10279 "i18n",
10280 "string",
10281 "unicode",
10282 "utf-8",
10283 "utf8"
10284 ],
10285 "support": {
10286 "source": "https://github.com/symfony/string/tree/v7.1.6"
10287 },
10288 "funding": [
10289 {
10290 "url": "https://symfony.com/sponsor",
10291 "type": "custom"
10292 },
10293 {
10294 "url": "https://github.com/fabpot",
10295 "type": "github"
10296 },
10297 {
10298 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10299 "type": "tidelift"
10300 }
10301 ],
10302 "time": "2024-09-25T14:20:29+00:00"
10303 },
10304 {
10305 "name": "symfony/translation",
10306 "version": "v6.4.13",
10307 "source": {
10308 "type": "git",
10309 "url": "https://github.com/symfony/translation.git",
10310 "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66"
10311 },
10312 "dist": {
10313 "type": "zip",
10314 "url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66",
10315 "reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66",
10316 "shasum": ""
10317 },
10318 "require": {
10319 "php": ">=8.1",
10320 "symfony/deprecation-contracts": "^2.5|^3",
10321 "symfony/polyfill-mbstring": "~1.0",
10322 "symfony/translation-contracts": "^2.5|^3.0"
10323 },
10324 "conflict": {
10325 "symfony/config": "<5.4",
10326 "symfony/console": "<5.4",
10327 "symfony/dependency-injection": "<5.4",
10328 "symfony/http-client-contracts": "<2.5",
10329 "symfony/http-kernel": "<5.4",
10330 "symfony/service-contracts": "<2.5",
10331 "symfony/twig-bundle": "<5.4",
10332 "symfony/yaml": "<5.4"
10333 },
10334 "provide": {
10335 "symfony/translation-implementation": "2.3|3.0"
10336 },
10337 "require-dev": {
10338 "nikic/php-parser": "^4.18|^5.0",
10339 "psr/log": "^1|^2|^3",
10340 "symfony/config": "^5.4|^6.0|^7.0",
10341 "symfony/console": "^5.4|^6.0|^7.0",
10342 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
10343 "symfony/finder": "^5.4|^6.0|^7.0",
10344 "symfony/http-client-contracts": "^2.5|^3.0",
10345 "symfony/http-kernel": "^5.4|^6.0|^7.0",
10346 "symfony/intl": "^5.4|^6.0|^7.0",
10347 "symfony/polyfill-intl-icu": "^1.21",
10348 "symfony/routing": "^5.4|^6.0|^7.0",
10349 "symfony/service-contracts": "^2.5|^3",
10350 "symfony/yaml": "^5.4|^6.0|^7.0"
10351 },
10352 "type": "library",
10353 "autoload": {
10354 "files": [
10355 "Resources/functions.php"
10356 ],
10357 "psr-4": {
10358 "Symfony\\Component\\Translation\\": ""
10359 },
10360 "exclude-from-classmap": [
10361 "/Tests/"
10362 ]
10363 },
10364 "notification-url": "https://packagist.org/downloads/",
10365 "license": [
10366 "MIT"
10367 ],
10368 "authors": [
10369 {
10370 "name": "Fabien Potencier",
10371 "email": "fabien@symfony.com"
10372 },
10373 {
10374 "name": "Symfony Community",
10375 "homepage": "https://symfony.com/contributors"
10376 }
10377 ],
10378 "description": "Provides tools to internationalize your application",
10379 "homepage": "https://symfony.com",
10380 "support": {
10381 "source": "https://github.com/symfony/translation/tree/v6.4.13"
10382 },
10383 "funding": [
10384 {
10385 "url": "https://symfony.com/sponsor",
10386 "type": "custom"
10387 },
10388 {
10389 "url": "https://github.com/fabpot",
10390 "type": "github"
10391 },
10392 {
10393 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10394 "type": "tidelift"
10395 }
10396 ],
10397 "time": "2024-09-27T18:14:25+00:00"
10398 },
10399 {
10400 "name": "symfony/translation-contracts",
10401 "version": "v3.5.1",
10402 "source": {
10403 "type": "git",
10404 "url": "https://github.com/symfony/translation-contracts.git",
10405 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
10406 },
10407 "dist": {
10408 "type": "zip",
10409 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
10410 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
10411 "shasum": ""
10412 },
10413 "require": {
10414 "php": ">=8.1"
10415 },
10416 "type": "library",
10417 "extra": {
10418 "thanks": {
10419 "url": "https://github.com/symfony/contracts",
10420 "name": "symfony/contracts"
10421 },
10422 "branch-alias": {
10423 "dev-main": "3.5-dev"
10424 }
10425 },
10426 "autoload": {
10427 "psr-4": {
10428 "Symfony\\Contracts\\Translation\\": ""
10429 },
10430 "exclude-from-classmap": [
10431 "/Test/"
10432 ]
10433 },
10434 "notification-url": "https://packagist.org/downloads/",
10435 "license": [
10436 "MIT"
10437 ],
10438 "authors": [
10439 {
10440 "name": "Nicolas Grekas",
10441 "email": "p@tchwork.com"
10442 },
10443 {
10444 "name": "Symfony Community",
10445 "homepage": "https://symfony.com/contributors"
10446 }
10447 ],
10448 "description": "Generic abstractions related to translation",
10449 "homepage": "https://symfony.com",
10450 "keywords": [
10451 "abstractions",
10452 "contracts",
10453 "decoupling",
10454 "interfaces",
10455 "interoperability",
10456 "standards"
10457 ],
10458 "support": {
10459 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
10460 },
10461 "funding": [
10462 {
10463 "url": "https://symfony.com/sponsor",
10464 "type": "custom"
10465 },
10466 {
10467 "url": "https://github.com/fabpot",
10468 "type": "github"
10469 },
10470 {
10471 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10472 "type": "tidelift"
10473 }
10474 ],
10475 "time": "2024-09-25T14:20:29+00:00"
10476 },
10477 {
10478 "name": "symfony/uid",
10479 "version": "v6.4.13",
10480 "source": {
10481 "type": "git",
10482 "url": "https://github.com/symfony/uid.git",
10483 "reference": "18eb207f0436a993fffbdd811b5b8fa35fa5e007"
10484 },
10485 "dist": {
10486 "type": "zip",
10487 "url": "https://api.github.com/repos/symfony/uid/zipball/18eb207f0436a993fffbdd811b5b8fa35fa5e007",
10488 "reference": "18eb207f0436a993fffbdd811b5b8fa35fa5e007",
10489 "shasum": ""
10490 },
10491 "require": {
10492 "php": ">=8.1",
10493 "symfony/polyfill-uuid": "^1.15"
10494 },
10495 "require-dev": {
10496 "symfony/console": "^5.4|^6.0|^7.0"
10497 },
10498 "type": "library",
10499 "autoload": {
10500 "psr-4": {
10501 "Symfony\\Component\\Uid\\": ""
10502 },
10503 "exclude-from-classmap": [
10504 "/Tests/"
10505 ]
10506 },
10507 "notification-url": "https://packagist.org/downloads/",
10508 "license": [
10509 "MIT"
10510 ],
10511 "authors": [
10512 {
10513 "name": "Grégoire Pineau",
10514 "email": "lyrixx@lyrixx.info"
10515 },
10516 {
10517 "name": "Nicolas Grekas",
10518 "email": "p@tchwork.com"
10519 },
10520 {
10521 "name": "Symfony Community",
10522 "homepage": "https://symfony.com/contributors"
10523 }
10524 ],
10525 "description": "Provides an object-oriented API to generate and represent UIDs",
10526 "homepage": "https://symfony.com",
10527 "keywords": [
10528 "UID",
10529 "ulid",
10530 "uuid"
10531 ],
10532 "support": {
10533 "source": "https://github.com/symfony/uid/tree/v6.4.13"
10534 },
10535 "funding": [
10536 {
10537 "url": "https://symfony.com/sponsor",
10538 "type": "custom"
10539 },
10540 {
10541 "url": "https://github.com/fabpot",
10542 "type": "github"
10543 },
10544 {
10545 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10546 "type": "tidelift"
10547 }
10548 ],
10549 "time": "2024-09-25T14:18:03+00:00"
10550 },
10551 {
10552 "name": "symfony/var-dumper",
10553 "version": "v6.4.14",
10554 "source": {
10555 "type": "git",
10556 "url": "https://github.com/symfony/var-dumper.git",
10557 "reference": "93c09246038178717a9c14b809ea8151ffcf7091"
10558 },
10559 "dist": {
10560 "type": "zip",
10561 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/93c09246038178717a9c14b809ea8151ffcf7091",
10562 "reference": "93c09246038178717a9c14b809ea8151ffcf7091",
10563 "shasum": ""
10564 },
10565 "require": {
10566 "php": ">=8.1",
10567 "symfony/deprecation-contracts": "^2.5|^3",
10568 "symfony/polyfill-mbstring": "~1.0"
10569 },
10570 "conflict": {
10571 "symfony/console": "<5.4"
10572 },
10573 "require-dev": {
10574 "ext-iconv": "*",
10575 "symfony/console": "^5.4|^6.0|^7.0",
10576 "symfony/error-handler": "^6.3|^7.0",
10577 "symfony/http-kernel": "^5.4|^6.0|^7.0",
10578 "symfony/process": "^5.4|^6.0|^7.0",
10579 "symfony/uid": "^5.4|^6.0|^7.0",
10580 "twig/twig": "^2.13|^3.0.4"
10581 },
10582 "bin": [
10583 "Resources/bin/var-dump-server"
10584 ],
10585 "type": "library",
10586 "autoload": {
10587 "files": [
10588 "Resources/functions/dump.php"
10589 ],
10590 "psr-4": {
10591 "Symfony\\Component\\VarDumper\\": ""
10592 },
10593 "exclude-from-classmap": [
10594 "/Tests/"
10595 ]
10596 },
10597 "notification-url": "https://packagist.org/downloads/",
10598 "license": [
10599 "MIT"
10600 ],
10601 "authors": [
10602 {
10603 "name": "Nicolas Grekas",
10604 "email": "p@tchwork.com"
10605 },
10606 {
10607 "name": "Symfony Community",
10608 "homepage": "https://symfony.com/contributors"
10609 }
10610 ],
10611 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
10612 "homepage": "https://symfony.com",
10613 "keywords": [
10614 "debug",
10615 "dump"
10616 ],
10617 "support": {
10618 "source": "https://github.com/symfony/var-dumper/tree/v6.4.14"
10619 },
10620 "funding": [
10621 {
10622 "url": "https://symfony.com/sponsor",
10623 "type": "custom"
10624 },
10625 {
10626 "url": "https://github.com/fabpot",
10627 "type": "github"
10628 },
10629 {
10630 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10631 "type": "tidelift"
10632 }
10633 ],
10634 "time": "2024-11-05T15:34:40+00:00"
10635 },
10636 {
10637 "name": "symfony/var-exporter",
10638 "version": "v6.3.0",
10639 "source": {
10640 "type": "git",
10641 "url": "https://github.com/symfony/var-exporter.git",
10642 "reference": "db5416d04269f2827d8c54331ba4cfa42620d350"
10643 },
10644 "dist": {
10645 "type": "zip",
10646 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/db5416d04269f2827d8c54331ba4cfa42620d350",
10647 "reference": "db5416d04269f2827d8c54331ba4cfa42620d350",
10648 "shasum": ""
10649 },
10650 "require": {
10651 "php": ">=8.1"
10652 },
10653 "require-dev": {
10654 "symfony/var-dumper": "^5.4|^6.0"
10655 },
10656 "type": "library",
10657 "autoload": {
10658 "psr-4": {
10659 "Symfony\\Component\\VarExporter\\": ""
10660 },
10661 "exclude-from-classmap": [
10662 "/Tests/"
10663 ]
10664 },
10665 "notification-url": "https://packagist.org/downloads/",
10666 "license": [
10667 "MIT"
10668 ],
10669 "authors": [
10670 {
10671 "name": "Nicolas Grekas",
10672 "email": "p@tchwork.com"
10673 },
10674 {
10675 "name": "Symfony Community",
10676 "homepage": "https://symfony.com/contributors"
10677 }
10678 ],
10679 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
10680 "homepage": "https://symfony.com",
10681 "keywords": [
10682 "clone",
10683 "construct",
10684 "export",
10685 "hydrate",
10686 "instantiate",
10687 "lazy-loading",
10688 "proxy",
10689 "serialize"
10690 ],
10691 "support": {
10692 "source": "https://github.com/symfony/var-exporter/tree/v6.3.0"
10693 },
10694 "funding": [
10695 {
10696 "url": "https://symfony.com/sponsor",
10697 "type": "custom"
10698 },
10699 {
10700 "url": "https://github.com/fabpot",
10701 "type": "github"
10702 },
10703 {
10704 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10705 "type": "tidelift"
10706 }
10707 ],
10708 "time": "2023-04-21T08:48:44+00:00"
10709 },
10710 {
10711 "name": "symfony/yaml",
10712 "version": "v6.3.0",
10713 "source": {
10714 "type": "git",
10715 "url": "https://github.com/symfony/yaml.git",
10716 "reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927"
10717 },
10718 "dist": {
10719 "type": "zip",
10720 "url": "https://api.github.com/repos/symfony/yaml/zipball/a9a8337aa641ef2aa39c3e028f9107ec391e5927",
10721 "reference": "a9a8337aa641ef2aa39c3e028f9107ec391e5927",
10722 "shasum": ""
10723 },
10724 "require": {
10725 "php": ">=8.1",
10726 "symfony/polyfill-ctype": "^1.8"
10727 },
10728 "conflict": {
10729 "symfony/console": "<5.4"
10730 },
10731 "require-dev": {
10732 "symfony/console": "^5.4|^6.0"
10733 },
10734 "bin": [
10735 "Resources/bin/yaml-lint"
10736 ],
10737 "type": "library",
10738 "autoload": {
10739 "psr-4": {
10740 "Symfony\\Component\\Yaml\\": ""
10741 },
10742 "exclude-from-classmap": [
10743 "/Tests/"
10744 ]
10745 },
10746 "notification-url": "https://packagist.org/downloads/",
10747 "license": [
10748 "MIT"
10749 ],
10750 "authors": [
10751 {
10752 "name": "Fabien Potencier",
10753 "email": "fabien@symfony.com"
10754 },
10755 {
10756 "name": "Symfony Community",
10757 "homepage": "https://symfony.com/contributors"
10758 }
10759 ],
10760 "description": "Loads and dumps YAML files",
10761 "homepage": "https://symfony.com",
10762 "support": {
10763 "source": "https://github.com/symfony/yaml/tree/v6.3.0"
10764 },
10765 "funding": [
10766 {
10767 "url": "https://symfony.com/sponsor",
10768 "type": "custom"
10769 },
10770 {
10771 "url": "https://github.com/fabpot",
10772 "type": "github"
10773 },
10774 {
10775 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10776 "type": "tidelift"
10777 }
10778 ],
10779 "time": "2023-04-28T13:28:14+00:00"
10780 },
10781 {
10782 "name": "tedivm/jshrink",
10783 "version": "v1.6.8",
10784 "source": {
10785 "type": "git",
10786 "url": "https://github.com/tedious/JShrink.git",
10787 "reference": "35a83e0ab661d6130da5930c0c4eafcc663b8cec"
10788 },
10789 "dist": {
10790 "type": "zip",
10791 "url": "https://api.github.com/repos/tedious/JShrink/zipball/35a83e0ab661d6130da5930c0c4eafcc663b8cec",
10792 "reference": "35a83e0ab661d6130da5930c0c4eafcc663b8cec",
10793 "shasum": ""
10794 },
10795 "require": {
10796 "php": "^7.0|^8.0"
10797 },
10798 "require-dev": {
10799 "friendsofphp/php-cs-fixer": "^3.14",
10800 "php-coveralls/php-coveralls": "^2.5.0",
10801 "phpunit/phpunit": "^9|^10"
10802 },
10803 "type": "library",
10804 "autoload": {
10805 "psr-0": {
10806 "JShrink": "src/"
10807 }
10808 },
10809 "notification-url": "https://packagist.org/downloads/",
10810 "license": [
10811 "BSD-3-Clause"
10812 ],
10813 "authors": [
10814 {
10815 "name": "Robert Hafner",
10816 "email": "tedivm@tedivm.com"
10817 }
10818 ],
10819 "description": "Javascript Minifier built in PHP",
10820 "homepage": "http://github.com/tedious/JShrink",
10821 "keywords": [
10822 "javascript",
10823 "minifier"
10824 ],
10825 "support": {
10826 "issues": "https://github.com/tedious/JShrink/issues",
10827 "source": "https://github.com/tedious/JShrink/tree/v1.6.8"
10828 },
10829 "funding": [
10830 {
10831 "url": "https://github.com/tedivm",
10832 "type": "github"
10833 },
10834 {
10835 "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink",
10836 "type": "tidelift"
10837 }
10838 ],
10839 "time": "2023-06-20T13:32:15+00:00"
10840 },
10841 {
10842 "name": "tightenco/ziggy",
10843 "version": "v1.8.1",
10844 "source": {
10845 "type": "git",
10846 "url": "https://github.com/tighten/ziggy.git",
10847 "reference": "22dafc51f3f5ae5ed51f7cb6b566e6b9537f6937"
10848 },
10849 "dist": {
10850 "type": "zip",
10851 "url": "https://api.github.com/repos/tighten/ziggy/zipball/22dafc51f3f5ae5ed51f7cb6b566e6b9537f6937",
10852 "reference": "22dafc51f3f5ae5ed51f7cb6b566e6b9537f6937",
10853 "shasum": ""
10854 },
10855 "require": {
10856 "ext-json": "*",
10857 "laravel/framework": ">=5.4@dev"
10858 },
10859 "require-dev": {
10860 "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
10861 "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0"
10862 },
10863 "type": "library",
10864 "extra": {
10865 "laravel": {
10866 "providers": [
10867 "Tightenco\\Ziggy\\ZiggyServiceProvider"
10868 ]
10869 }
10870 },
10871 "autoload": {
10872 "psr-4": {
10873 "Tightenco\\Ziggy\\": "src/"
10874 }
10875 },
10876 "notification-url": "https://packagist.org/downloads/",
10877 "license": [
10878 "MIT"
10879 ],
10880 "authors": [
10881 {
10882 "name": "Daniel Coulbourne",
10883 "email": "daniel@tighten.co"
10884 },
10885 {
10886 "name": "Jake Bathman",
10887 "email": "jake@tighten.co"
10888 },
10889 {
10890 "name": "Jacob Baker-Kretzmar",
10891 "email": "jacob@tighten.co"
10892 }
10893 ],
10894 "description": "Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.",
10895 "homepage": "https://github.com/tighten/ziggy",
10896 "keywords": [
10897 "Ziggy",
10898 "javascript",
10899 "laravel",
10900 "routes"
10901 ],
10902 "support": {
10903 "issues": "https://github.com/tighten/ziggy/issues",
10904 "source": "https://github.com/tighten/ziggy/tree/v1.8.1"
10905 },
10906 "time": "2023-10-12T18:31:26+00:00"
10907 },
10908 {
10909 "name": "tijsverkoyen/css-to-inline-styles",
10910 "version": "v2.2.7",
10911 "source": {
10912 "type": "git",
10913 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
10914 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
10915 },
10916 "dist": {
10917 "type": "zip",
10918 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
10919 "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
10920 "shasum": ""
10921 },
10922 "require": {
10923 "ext-dom": "*",
10924 "ext-libxml": "*",
10925 "php": "^5.5 || ^7.0 || ^8.0",
10926 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
10927 },
10928 "require-dev": {
10929 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
10930 },
10931 "type": "library",
10932 "extra": {
10933 "branch-alias": {
10934 "dev-master": "2.2.x-dev"
10935 }
10936 },
10937 "autoload": {
10938 "psr-4": {
10939 "TijsVerkoyen\\CssToInlineStyles\\": "src"
10940 }
10941 },
10942 "notification-url": "https://packagist.org/downloads/",
10943 "license": [
10944 "BSD-3-Clause"
10945 ],
10946 "authors": [
10947 {
10948 "name": "Tijs Verkoyen",
10949 "email": "css_to_inline_styles@verkoyen.eu",
10950 "role": "Developer"
10951 }
10952 ],
10953 "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.",
10954 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
10955 "support": {
10956 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
10957 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
10958 },
10959 "time": "2023-12-08T13:03:43+00:00"
10960 },
10961 {
10962 "name": "vlucas/phpdotenv",
10963 "version": "v5.6.1",
10964 "source": {
10965 "type": "git",
10966 "url": "https://github.com/vlucas/phpdotenv.git",
10967 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
10968 },
10969 "dist": {
10970 "type": "zip",
10971 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
10972 "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
10973 "shasum": ""
10974 },
10975 "require": {
10976 "ext-pcre": "*",
10977 "graham-campbell/result-type": "^1.1.3",
10978 "php": "^7.2.5 || ^8.0",
10979 "phpoption/phpoption": "^1.9.3",
10980 "symfony/polyfill-ctype": "^1.24",
10981 "symfony/polyfill-mbstring": "^1.24",
10982 "symfony/polyfill-php80": "^1.24"
10983 },
10984 "require-dev": {
10985 "bamarni/composer-bin-plugin": "^1.8.2",
10986 "ext-filter": "*",
10987 "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
10988 },
10989 "suggest": {
10990 "ext-filter": "Required to use the boolean validator."
10991 },
10992 "type": "library",
10993 "extra": {
10994 "bamarni-bin": {
10995 "bin-links": true,
10996 "forward-command": false
10997 },
10998 "branch-alias": {
10999 "dev-master": "5.6-dev"
11000 }
11001 },
11002 "autoload": {
11003 "psr-4": {
11004 "Dotenv\\": "src/"
11005 }
11006 },
11007 "notification-url": "https://packagist.org/downloads/",
11008 "license": [
11009 "BSD-3-Clause"
11010 ],
11011 "authors": [
11012 {
11013 "name": "Graham Campbell",
11014 "email": "hello@gjcampbell.co.uk",
11015 "homepage": "https://github.com/GrahamCampbell"
11016 },
11017 {
11018 "name": "Vance Lucas",
11019 "email": "vance@vancelucas.com",
11020 "homepage": "https://github.com/vlucas"
11021 }
11022 ],
11023 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
11024 "keywords": [
11025 "dotenv",
11026 "env",
11027 "environment"
11028 ],
11029 "support": {
11030 "issues": "https://github.com/vlucas/phpdotenv/issues",
11031 "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
11032 },
11033 "funding": [
11034 {
11035 "url": "https://github.com/GrahamCampbell",
11036 "type": "github"
11037 },
11038 {
11039 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
11040 "type": "tidelift"
11041 }
11042 ],
11043 "time": "2024-07-20T21:52:34+00:00"
11044 },
11045 {
11046 "name": "voku/portable-ascii",
11047 "version": "2.0.1",
11048 "source": {
11049 "type": "git",
11050 "url": "https://github.com/voku/portable-ascii.git",
11051 "reference": "b56450eed252f6801410d810c8e1727224ae0743"
11052 },
11053 "dist": {
11054 "type": "zip",
11055 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
11056 "reference": "b56450eed252f6801410d810c8e1727224ae0743",
11057 "shasum": ""
11058 },
11059 "require": {
11060 "php": ">=7.0.0"
11061 },
11062 "require-dev": {
11063 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
11064 },
11065 "suggest": {
11066 "ext-intl": "Use Intl for transliterator_transliterate() support"
11067 },
11068 "type": "library",
11069 "autoload": {
11070 "psr-4": {
11071 "voku\\": "src/voku/"
11072 }
11073 },
11074 "notification-url": "https://packagist.org/downloads/",
11075 "license": [
11076 "MIT"
11077 ],
11078 "authors": [
11079 {
11080 "name": "Lars Moelleken",
11081 "homepage": "http://www.moelleken.org/"
11082 }
11083 ],
11084 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
11085 "homepage": "https://github.com/voku/portable-ascii",
11086 "keywords": [
11087 "ascii",
11088 "clean",
11089 "php"
11090 ],
11091 "support": {
11092 "issues": "https://github.com/voku/portable-ascii/issues",
11093 "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
11094 },
11095 "funding": [
11096 {
11097 "url": "https://www.paypal.me/moelleken",
11098 "type": "custom"
11099 },
11100 {
11101 "url": "https://github.com/voku",
11102 "type": "github"
11103 },
11104 {
11105 "url": "https://opencollective.com/portable-ascii",
11106 "type": "open_collective"
11107 },
11108 {
11109 "url": "https://www.patreon.com/voku",
11110 "type": "patreon"
11111 },
11112 {
11113 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
11114 "type": "tidelift"
11115 }
11116 ],
11117 "time": "2022-03-08T17:03:00+00:00"
11118 },
11119 {
11120 "name": "webmozart/assert",
11121 "version": "1.11.0",
11122 "source": {
11123 "type": "git",
11124 "url": "https://github.com/webmozarts/assert.git",
11125 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
11126 },
11127 "dist": {
11128 "type": "zip",
11129 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
11130 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
11131 "shasum": ""
11132 },
11133 "require": {
11134 "ext-ctype": "*",
11135 "php": "^7.2 || ^8.0"
11136 },
11137 "conflict": {
11138 "phpstan/phpstan": "<0.12.20",
11139 "vimeo/psalm": "<4.6.1 || 4.6.2"
11140 },
11141 "require-dev": {
11142 "phpunit/phpunit": "^8.5.13"
11143 },
11144 "type": "library",
11145 "extra": {
11146 "branch-alias": {
11147 "dev-master": "1.10-dev"
11148 }
11149 },
11150 "autoload": {
11151 "psr-4": {
11152 "Webmozart\\Assert\\": "src/"
11153 }
11154 },
11155 "notification-url": "https://packagist.org/downloads/",
11156 "license": [
11157 "MIT"
11158 ],
11159 "authors": [
11160 {
11161 "name": "Bernhard Schussek",
11162 "email": "bschussek@gmail.com"
11163 }
11164 ],
11165 "description": "Assertions to validate method input/output with nice error messages.",
11166 "keywords": [
11167 "assert",
11168 "check",
11169 "validate"
11170 ],
11171 "support": {
11172 "issues": "https://github.com/webmozarts/assert/issues",
11173 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
11174 },
11175 "time": "2022-06-03T18:03:27+00:00"
11176 },
11177 {
11178 "name": "xsolla/xsolla-sdk-php",
11179 "version": "dev-php81",
11180 "source": {
11181 "type": "git",
11182 "url": "https://github.com/nanaya/xsolla-sdk-php.git",
11183 "reference": "106c3104f1cdd4b6bfeba0dd56864269eb76f44b"
11184 },
11185 "dist": {
11186 "type": "zip",
11187 "url": "https://api.github.com/repos/nanaya/xsolla-sdk-php/zipball/106c3104f1cdd4b6bfeba0dd56864269eb76f44b",
11188 "reference": "106c3104f1cdd4b6bfeba0dd56864269eb76f44b",
11189 "shasum": ""
11190 },
11191 "require": {
11192 "ext-curl": "*",
11193 "ext-json": "*",
11194 "guzzlehttp/guzzle": "~6.0 || ~7.0",
11195 "php": "^7.3|^8.0",
11196 "symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~5.0 || ~6.0"
11197 },
11198 "require-dev": {
11199 "friendsofphp/php-cs-fixer": "~2.13",
11200 "mtdowling/burgomaster": "^0.0.3",
11201 "phpunit/phpunit": "^9.0",
11202 "symfony/process": "~4.1"
11203 },
11204 "type": "library",
11205 "autoload": {
11206 "psr-4": {
11207 "Xsolla\\SDK\\": "src"
11208 }
11209 },
11210 "autoload-dev": {
11211 "psr-4": {
11212 "Xsolla\\SDK\\Tests\\": "tests"
11213 }
11214 },
11215 "license": [
11216 "MIT"
11217 ],
11218 "description": "Xsolla SDK for PHP. Xsolla is the authorized reseller and merchant providing e-commerce services for online games.",
11219 "homepage": "https://xsolla.com",
11220 "keywords": [
11221 "api",
11222 "games",
11223 "payment",
11224 "sdk",
11225 "xsolla"
11226 ],
11227 "support": {
11228 "email": "integration@xsolla.com",
11229 "issues": "https://github.com/xsolla/xsolla-sdk-php/issues",
11230 "docs": "https://developers.xsolla.com",
11231 "source": "https://github.com/xsolla/xsolla-sdk-php/releases"
11232 },
11233 "abandoned": true,
11234 "time": "2023-02-15T06:54:26+00:00"
11235 }
11236 ],
11237 "packages-dev": [
11238 {
11239 "name": "beyondcode/laravel-query-detector",
11240 "version": "1.7.0",
11241 "source": {
11242 "type": "git",
11243 "url": "https://github.com/beyondcode/laravel-query-detector.git",
11244 "reference": "40c7e168fcf7eeb80d8e96f7922e05ab194269c8"
11245 },
11246 "dist": {
11247 "type": "zip",
11248 "url": "https://api.github.com/repos/beyondcode/laravel-query-detector/zipball/40c7e168fcf7eeb80d8e96f7922e05ab194269c8",
11249 "reference": "40c7e168fcf7eeb80d8e96f7922e05ab194269c8",
11250 "shasum": ""
11251 },
11252 "require": {
11253 "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0",
11254 "php": "^7.1 || ^8.0"
11255 },
11256 "require-dev": {
11257 "laravel/legacy-factories": "^1.0",
11258 "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0|^8.0",
11259 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
11260 },
11261 "type": "library",
11262 "extra": {
11263 "laravel": {
11264 "providers": [
11265 "BeyondCode\\QueryDetector\\QueryDetectorServiceProvider"
11266 ]
11267 }
11268 },
11269 "autoload": {
11270 "psr-4": {
11271 "BeyondCode\\QueryDetector\\": "src"
11272 }
11273 },
11274 "notification-url": "https://packagist.org/downloads/",
11275 "license": [
11276 "MIT"
11277 ],
11278 "authors": [
11279 {
11280 "name": "Marcel Pociot",
11281 "email": "marcel@beyondco.de",
11282 "homepage": "https://beyondcode.de",
11283 "role": "Developer"
11284 }
11285 ],
11286 "description": "Laravel N+1 Query Detector",
11287 "homepage": "https://github.com/beyondcode/laravel-query-detector",
11288 "keywords": [
11289 "beyondcode",
11290 "laravel-query-detector"
11291 ],
11292 "support": {
11293 "issues": "https://github.com/beyondcode/laravel-query-detector/issues",
11294 "source": "https://github.com/beyondcode/laravel-query-detector/tree/1.7.0"
11295 },
11296 "time": "2023-02-15T10:37:22+00:00"
11297 },
11298 {
11299 "name": "dealerdirect/phpcodesniffer-composer-installer",
11300 "version": "v1.0.0",
11301 "source": {
11302 "type": "git",
11303 "url": "https://github.com/PHPCSStandards/composer-installer.git",
11304 "reference": "4be43904336affa5c2f70744a348312336afd0da"
11305 },
11306 "dist": {
11307 "type": "zip",
11308 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
11309 "reference": "4be43904336affa5c2f70744a348312336afd0da",
11310 "shasum": ""
11311 },
11312 "require": {
11313 "composer-plugin-api": "^1.0 || ^2.0",
11314 "php": ">=5.4",
11315 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
11316 },
11317 "require-dev": {
11318 "composer/composer": "*",
11319 "ext-json": "*",
11320 "ext-zip": "*",
11321 "php-parallel-lint/php-parallel-lint": "^1.3.1",
11322 "phpcompatibility/php-compatibility": "^9.0",
11323 "yoast/phpunit-polyfills": "^1.0"
11324 },
11325 "type": "composer-plugin",
11326 "extra": {
11327 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
11328 },
11329 "autoload": {
11330 "psr-4": {
11331 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
11332 }
11333 },
11334 "notification-url": "https://packagist.org/downloads/",
11335 "license": [
11336 "MIT"
11337 ],
11338 "authors": [
11339 {
11340 "name": "Franck Nijhof",
11341 "email": "franck.nijhof@dealerdirect.com",
11342 "homepage": "http://www.frenck.nl",
11343 "role": "Developer / IT Manager"
11344 },
11345 {
11346 "name": "Contributors",
11347 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
11348 }
11349 ],
11350 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
11351 "homepage": "http://www.dealerdirect.com",
11352 "keywords": [
11353 "PHPCodeSniffer",
11354 "PHP_CodeSniffer",
11355 "code quality",
11356 "codesniffer",
11357 "composer",
11358 "installer",
11359 "phpcbf",
11360 "phpcs",
11361 "plugin",
11362 "qa",
11363 "quality",
11364 "standard",
11365 "standards",
11366 "style guide",
11367 "stylecheck",
11368 "tests"
11369 ],
11370 "support": {
11371 "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
11372 "source": "https://github.com/PHPCSStandards/composer-installer"
11373 },
11374 "time": "2023-01-05T11:28:13+00:00"
11375 },
11376 {
11377 "name": "dms/phpunit-arraysubset-asserts",
11378 "version": "v0.3.1",
11379 "source": {
11380 "type": "git",
11381 "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
11382 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707"
11383 },
11384 "dist": {
11385 "type": "zip",
11386 "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/e1b47df99cd0dbb3f63528adc5c990256218c707",
11387 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707",
11388 "shasum": ""
11389 },
11390 "require": {
11391 "php": "^5.4 || ^7.0 || ^8.0",
11392 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
11393 },
11394 "require-dev": {
11395 "dms/coding-standard": "^9",
11396 "squizlabs/php_codesniffer": "^3.4"
11397 },
11398 "type": "library",
11399 "autoload": {
11400 "files": [
11401 "assertarraysubset-autoload.php"
11402 ]
11403 },
11404 "notification-url": "https://packagist.org/downloads/",
11405 "license": [
11406 "MIT"
11407 ],
11408 "authors": [
11409 {
11410 "name": "Rafael Dohms",
11411 "email": "rdohms@gmail.com"
11412 }
11413 ],
11414 "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
11415 "support": {
11416 "issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
11417 "source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.3.1"
11418 },
11419 "time": "2021-10-17T18:50:58+00:00"
11420 },
11421 {
11422 "name": "doctrine/instantiator",
11423 "version": "2.0.0",
11424 "source": {
11425 "type": "git",
11426 "url": "https://github.com/doctrine/instantiator.git",
11427 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
11428 },
11429 "dist": {
11430 "type": "zip",
11431 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
11432 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
11433 "shasum": ""
11434 },
11435 "require": {
11436 "php": "^8.1"
11437 },
11438 "require-dev": {
11439 "doctrine/coding-standard": "^11",
11440 "ext-pdo": "*",
11441 "ext-phar": "*",
11442 "phpbench/phpbench": "^1.2",
11443 "phpstan/phpstan": "^1.9.4",
11444 "phpstan/phpstan-phpunit": "^1.3",
11445 "phpunit/phpunit": "^9.5.27",
11446 "vimeo/psalm": "^5.4"
11447 },
11448 "type": "library",
11449 "autoload": {
11450 "psr-4": {
11451 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
11452 }
11453 },
11454 "notification-url": "https://packagist.org/downloads/",
11455 "license": [
11456 "MIT"
11457 ],
11458 "authors": [
11459 {
11460 "name": "Marco Pivetta",
11461 "email": "ocramius@gmail.com",
11462 "homepage": "https://ocramius.github.io/"
11463 }
11464 ],
11465 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
11466 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
11467 "keywords": [
11468 "constructor",
11469 "instantiate"
11470 ],
11471 "support": {
11472 "issues": "https://github.com/doctrine/instantiator/issues",
11473 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
11474 },
11475 "funding": [
11476 {
11477 "url": "https://www.doctrine-project.org/sponsorship.html",
11478 "type": "custom"
11479 },
11480 {
11481 "url": "https://www.patreon.com/phpdoctrine",
11482 "type": "patreon"
11483 },
11484 {
11485 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
11486 "type": "tidelift"
11487 }
11488 ],
11489 "time": "2022-12-30T00:23:10+00:00"
11490 },
11491 {
11492 "name": "hamcrest/hamcrest-php",
11493 "version": "v2.0.1",
11494 "source": {
11495 "type": "git",
11496 "url": "https://github.com/hamcrest/hamcrest-php.git",
11497 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
11498 },
11499 "dist": {
11500 "type": "zip",
11501 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
11502 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
11503 "shasum": ""
11504 },
11505 "require": {
11506 "php": "^5.3|^7.0|^8.0"
11507 },
11508 "replace": {
11509 "cordoval/hamcrest-php": "*",
11510 "davedevelopment/hamcrest-php": "*",
11511 "kodova/hamcrest-php": "*"
11512 },
11513 "require-dev": {
11514 "phpunit/php-file-iterator": "^1.4 || ^2.0",
11515 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
11516 },
11517 "type": "library",
11518 "extra": {
11519 "branch-alias": {
11520 "dev-master": "2.1-dev"
11521 }
11522 },
11523 "autoload": {
11524 "classmap": [
11525 "hamcrest"
11526 ]
11527 },
11528 "notification-url": "https://packagist.org/downloads/",
11529 "license": [
11530 "BSD-3-Clause"
11531 ],
11532 "description": "This is the PHP port of Hamcrest Matchers",
11533 "keywords": [
11534 "test"
11535 ],
11536 "support": {
11537 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
11538 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
11539 },
11540 "time": "2020-07-09T08:09:16+00:00"
11541 },
11542 {
11543 "name": "laravel/dusk",
11544 "version": "v7.9.0",
11545 "source": {
11546 "type": "git",
11547 "url": "https://github.com/laravel/dusk.git",
11548 "reference": "a926506b105b93c473609bfe88b5da2347eeb7b2"
11549 },
11550 "dist": {
11551 "type": "zip",
11552 "url": "https://api.github.com/repos/laravel/dusk/zipball/a926506b105b93c473609bfe88b5da2347eeb7b2",
11553 "reference": "a926506b105b93c473609bfe88b5da2347eeb7b2",
11554 "shasum": ""
11555 },
11556 "require": {
11557 "ext-json": "*",
11558 "ext-zip": "*",
11559 "guzzlehttp/guzzle": "^7.2",
11560 "illuminate/console": "^9.0|^10.0",
11561 "illuminate/support": "^9.0|^10.0",
11562 "nesbot/carbon": "^2.0",
11563 "php": "^8.0",
11564 "php-webdriver/webdriver": "^1.9.0",
11565 "symfony/console": "^6.0",
11566 "symfony/finder": "^6.0",
11567 "symfony/process": "^6.0",
11568 "vlucas/phpdotenv": "^5.2"
11569 },
11570 "require-dev": {
11571 "mockery/mockery": "^1.4.2",
11572 "orchestra/testbench": "^7.0|^8.0",
11573 "phpstan/phpstan": "^1.10",
11574 "phpunit/phpunit": "^9.5.10|^10.0.1",
11575 "psy/psysh": "^0.11.12"
11576 },
11577 "suggest": {
11578 "ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
11579 },
11580 "type": "library",
11581 "extra": {
11582 "branch-alias": {
11583 "dev-master": "7.x-dev"
11584 },
11585 "laravel": {
11586 "providers": [
11587 "Laravel\\Dusk\\DuskServiceProvider"
11588 ]
11589 }
11590 },
11591 "autoload": {
11592 "psr-4": {
11593 "Laravel\\Dusk\\": "src/"
11594 }
11595 },
11596 "notification-url": "https://packagist.org/downloads/",
11597 "license": [
11598 "MIT"
11599 ],
11600 "authors": [
11601 {
11602 "name": "Taylor Otwell",
11603 "email": "taylor@laravel.com"
11604 }
11605 ],
11606 "description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
11607 "keywords": [
11608 "laravel",
11609 "testing",
11610 "webdriver"
11611 ],
11612 "support": {
11613 "issues": "https://github.com/laravel/dusk/issues",
11614 "source": "https://github.com/laravel/dusk/tree/v7.9.0"
11615 },
11616 "time": "2023-07-24T14:31:48+00:00"
11617 },
11618 {
11619 "name": "masterminds/html5",
11620 "version": "2.8.0",
11621 "source": {
11622 "type": "git",
11623 "url": "https://github.com/Masterminds/html5-php.git",
11624 "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
11625 },
11626 "dist": {
11627 "type": "zip",
11628 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
11629 "reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
11630 "shasum": ""
11631 },
11632 "require": {
11633 "ext-dom": "*",
11634 "php": ">=5.3.0"
11635 },
11636 "require-dev": {
11637 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
11638 },
11639 "type": "library",
11640 "extra": {
11641 "branch-alias": {
11642 "dev-master": "2.7-dev"
11643 }
11644 },
11645 "autoload": {
11646 "psr-4": {
11647 "Masterminds\\": "src"
11648 }
11649 },
11650 "notification-url": "https://packagist.org/downloads/",
11651 "license": [
11652 "MIT"
11653 ],
11654 "authors": [
11655 {
11656 "name": "Matt Butcher",
11657 "email": "technosophos@gmail.com"
11658 },
11659 {
11660 "name": "Matt Farina",
11661 "email": "matt@mattfarina.com"
11662 },
11663 {
11664 "name": "Asmir Mustafic",
11665 "email": "goetas@gmail.com"
11666 }
11667 ],
11668 "description": "An HTML5 parser and serializer.",
11669 "homepage": "http://masterminds.github.io/html5-php",
11670 "keywords": [
11671 "HTML5",
11672 "dom",
11673 "html",
11674 "parser",
11675 "querypath",
11676 "serializer",
11677 "xml"
11678 ],
11679 "support": {
11680 "issues": "https://github.com/Masterminds/html5-php/issues",
11681 "source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
11682 },
11683 "time": "2023-04-26T07:27:39+00:00"
11684 },
11685 {
11686 "name": "mockery/mockery",
11687 "version": "1.6.2",
11688 "source": {
11689 "type": "git",
11690 "url": "https://github.com/mockery/mockery.git",
11691 "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191"
11692 },
11693 "dist": {
11694 "type": "zip",
11695 "url": "https://api.github.com/repos/mockery/mockery/zipball/13a7fa2642c76c58fa2806ef7f565344c817a191",
11696 "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191",
11697 "shasum": ""
11698 },
11699 "require": {
11700 "hamcrest/hamcrest-php": "^2.0.1",
11701 "lib-pcre": ">=7.0",
11702 "php": "^7.4 || ^8.0"
11703 },
11704 "conflict": {
11705 "phpunit/phpunit": "<8.0"
11706 },
11707 "require-dev": {
11708 "phpunit/phpunit": "^8.5 || ^9.3",
11709 "psalm/plugin-phpunit": "^0.18",
11710 "vimeo/psalm": "^5.9"
11711 },
11712 "type": "library",
11713 "extra": {
11714 "branch-alias": {
11715 "dev-main": "1.6.x-dev"
11716 }
11717 },
11718 "autoload": {
11719 "files": [
11720 "library/helpers.php",
11721 "library/Mockery.php"
11722 ],
11723 "psr-4": {
11724 "Mockery\\": "library/Mockery"
11725 }
11726 },
11727 "notification-url": "https://packagist.org/downloads/",
11728 "license": [
11729 "BSD-3-Clause"
11730 ],
11731 "authors": [
11732 {
11733 "name": "Pádraic Brady",
11734 "email": "padraic.brady@gmail.com",
11735 "homepage": "http://blog.astrumfutura.com"
11736 },
11737 {
11738 "name": "Dave Marshall",
11739 "email": "dave.marshall@atstsolutions.co.uk",
11740 "homepage": "http://davedevelopment.co.uk"
11741 }
11742 ],
11743 "description": "Mockery is a simple yet flexible PHP mock object framework",
11744 "homepage": "https://github.com/mockery/mockery",
11745 "keywords": [
11746 "BDD",
11747 "TDD",
11748 "library",
11749 "mock",
11750 "mock objects",
11751 "mockery",
11752 "stub",
11753 "test",
11754 "test double",
11755 "testing"
11756 ],
11757 "support": {
11758 "issues": "https://github.com/mockery/mockery/issues",
11759 "source": "https://github.com/mockery/mockery/tree/1.6.2"
11760 },
11761 "time": "2023-06-07T09:07:52+00:00"
11762 },
11763 {
11764 "name": "myclabs/deep-copy",
11765 "version": "1.11.1",
11766 "source": {
11767 "type": "git",
11768 "url": "https://github.com/myclabs/DeepCopy.git",
11769 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
11770 },
11771 "dist": {
11772 "type": "zip",
11773 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
11774 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
11775 "shasum": ""
11776 },
11777 "require": {
11778 "php": "^7.1 || ^8.0"
11779 },
11780 "conflict": {
11781 "doctrine/collections": "<1.6.8",
11782 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
11783 },
11784 "require-dev": {
11785 "doctrine/collections": "^1.6.8",
11786 "doctrine/common": "^2.13.3 || ^3.2.2",
11787 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
11788 },
11789 "type": "library",
11790 "autoload": {
11791 "files": [
11792 "src/DeepCopy/deep_copy.php"
11793 ],
11794 "psr-4": {
11795 "DeepCopy\\": "src/DeepCopy/"
11796 }
11797 },
11798 "notification-url": "https://packagist.org/downloads/",
11799 "license": [
11800 "MIT"
11801 ],
11802 "description": "Create deep copies (clones) of your objects",
11803 "keywords": [
11804 "clone",
11805 "copy",
11806 "duplicate",
11807 "object",
11808 "object graph"
11809 ],
11810 "support": {
11811 "issues": "https://github.com/myclabs/DeepCopy/issues",
11812 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
11813 },
11814 "funding": [
11815 {
11816 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
11817 "type": "tidelift"
11818 }
11819 ],
11820 "time": "2023-03-08T13:26:56+00:00"
11821 },
11822 {
11823 "name": "phar-io/manifest",
11824 "version": "2.0.3",
11825 "source": {
11826 "type": "git",
11827 "url": "https://github.com/phar-io/manifest.git",
11828 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
11829 },
11830 "dist": {
11831 "type": "zip",
11832 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
11833 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
11834 "shasum": ""
11835 },
11836 "require": {
11837 "ext-dom": "*",
11838 "ext-phar": "*",
11839 "ext-xmlwriter": "*",
11840 "phar-io/version": "^3.0.1",
11841 "php": "^7.2 || ^8.0"
11842 },
11843 "type": "library",
11844 "extra": {
11845 "branch-alias": {
11846 "dev-master": "2.0.x-dev"
11847 }
11848 },
11849 "autoload": {
11850 "classmap": [
11851 "src/"
11852 ]
11853 },
11854 "notification-url": "https://packagist.org/downloads/",
11855 "license": [
11856 "BSD-3-Clause"
11857 ],
11858 "authors": [
11859 {
11860 "name": "Arne Blankerts",
11861 "email": "arne@blankerts.de",
11862 "role": "Developer"
11863 },
11864 {
11865 "name": "Sebastian Heuer",
11866 "email": "sebastian@phpeople.de",
11867 "role": "Developer"
11868 },
11869 {
11870 "name": "Sebastian Bergmann",
11871 "email": "sebastian@phpunit.de",
11872 "role": "Developer"
11873 }
11874 ],
11875 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
11876 "support": {
11877 "issues": "https://github.com/phar-io/manifest/issues",
11878 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
11879 },
11880 "time": "2021-07-20T11:28:43+00:00"
11881 },
11882 {
11883 "name": "phar-io/version",
11884 "version": "3.2.1",
11885 "source": {
11886 "type": "git",
11887 "url": "https://github.com/phar-io/version.git",
11888 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
11889 },
11890 "dist": {
11891 "type": "zip",
11892 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
11893 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
11894 "shasum": ""
11895 },
11896 "require": {
11897 "php": "^7.2 || ^8.0"
11898 },
11899 "type": "library",
11900 "autoload": {
11901 "classmap": [
11902 "src/"
11903 ]
11904 },
11905 "notification-url": "https://packagist.org/downloads/",
11906 "license": [
11907 "BSD-3-Clause"
11908 ],
11909 "authors": [
11910 {
11911 "name": "Arne Blankerts",
11912 "email": "arne@blankerts.de",
11913 "role": "Developer"
11914 },
11915 {
11916 "name": "Sebastian Heuer",
11917 "email": "sebastian@phpeople.de",
11918 "role": "Developer"
11919 },
11920 {
11921 "name": "Sebastian Bergmann",
11922 "email": "sebastian@phpunit.de",
11923 "role": "Developer"
11924 }
11925 ],
11926 "description": "Library for handling version information and constraints",
11927 "support": {
11928 "issues": "https://github.com/phar-io/version/issues",
11929 "source": "https://github.com/phar-io/version/tree/3.2.1"
11930 },
11931 "time": "2022-02-21T01:04:05+00:00"
11932 },
11933 {
11934 "name": "php-webdriver/webdriver",
11935 "version": "1.14.0",
11936 "source": {
11937 "type": "git",
11938 "url": "https://github.com/php-webdriver/php-webdriver.git",
11939 "reference": "3ea4f924afb43056bf9c630509e657d951608563"
11940 },
11941 "dist": {
11942 "type": "zip",
11943 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563",
11944 "reference": "3ea4f924afb43056bf9c630509e657d951608563",
11945 "shasum": ""
11946 },
11947 "require": {
11948 "ext-curl": "*",
11949 "ext-json": "*",
11950 "ext-zip": "*",
11951 "php": "^7.3 || ^8.0",
11952 "symfony/polyfill-mbstring": "^1.12",
11953 "symfony/process": "^5.0 || ^6.0"
11954 },
11955 "replace": {
11956 "facebook/webdriver": "*"
11957 },
11958 "require-dev": {
11959 "ergebnis/composer-normalize": "^2.20.0",
11960 "ondram/ci-detector": "^4.0",
11961 "php-coveralls/php-coveralls": "^2.4",
11962 "php-mock/php-mock-phpunit": "^2.0",
11963 "php-parallel-lint/php-parallel-lint": "^1.2",
11964 "phpunit/phpunit": "^9.3",
11965 "squizlabs/php_codesniffer": "^3.5",
11966 "symfony/var-dumper": "^5.0 || ^6.0"
11967 },
11968 "suggest": {
11969 "ext-SimpleXML": "For Firefox profile creation"
11970 },
11971 "type": "library",
11972 "autoload": {
11973 "files": [
11974 "lib/Exception/TimeoutException.php"
11975 ],
11976 "psr-4": {
11977 "Facebook\\WebDriver\\": "lib/"
11978 }
11979 },
11980 "notification-url": "https://packagist.org/downloads/",
11981 "license": [
11982 "MIT"
11983 ],
11984 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
11985 "homepage": "https://github.com/php-webdriver/php-webdriver",
11986 "keywords": [
11987 "Chromedriver",
11988 "geckodriver",
11989 "php",
11990 "selenium",
11991 "webdriver"
11992 ],
11993 "support": {
11994 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
11995 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0"
11996 },
11997 "time": "2023-02-09T12:12:19+00:00"
11998 },
11999 {
12000 "name": "phpstan/phpdoc-parser",
12001 "version": "1.29.1",
12002 "source": {
12003 "type": "git",
12004 "url": "https://github.com/phpstan/phpdoc-parser.git",
12005 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
12006 },
12007 "dist": {
12008 "type": "zip",
12009 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
12010 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
12011 "shasum": ""
12012 },
12013 "require": {
12014 "php": "^7.2 || ^8.0"
12015 },
12016 "require-dev": {
12017 "doctrine/annotations": "^2.0",
12018 "nikic/php-parser": "^4.15",
12019 "php-parallel-lint/php-parallel-lint": "^1.2",
12020 "phpstan/extension-installer": "^1.0",
12021 "phpstan/phpstan": "^1.5",
12022 "phpstan/phpstan-phpunit": "^1.1",
12023 "phpstan/phpstan-strict-rules": "^1.0",
12024 "phpunit/phpunit": "^9.5",
12025 "symfony/process": "^5.2"
12026 },
12027 "type": "library",
12028 "autoload": {
12029 "psr-4": {
12030 "PHPStan\\PhpDocParser\\": [
12031 "src/"
12032 ]
12033 }
12034 },
12035 "notification-url": "https://packagist.org/downloads/",
12036 "license": [
12037 "MIT"
12038 ],
12039 "description": "PHPDoc parser with support for nullable, intersection and generic types",
12040 "support": {
12041 "issues": "https://github.com/phpstan/phpdoc-parser/issues",
12042 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
12043 },
12044 "time": "2024-05-31T08:52:43+00:00"
12045 },
12046 {
12047 "name": "phpunit/php-code-coverage",
12048 "version": "9.2.26",
12049 "source": {
12050 "type": "git",
12051 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
12052 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
12053 },
12054 "dist": {
12055 "type": "zip",
12056 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
12057 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
12058 "shasum": ""
12059 },
12060 "require": {
12061 "ext-dom": "*",
12062 "ext-libxml": "*",
12063 "ext-xmlwriter": "*",
12064 "nikic/php-parser": "^4.15",
12065 "php": ">=7.3",
12066 "phpunit/php-file-iterator": "^3.0.3",
12067 "phpunit/php-text-template": "^2.0.2",
12068 "sebastian/code-unit-reverse-lookup": "^2.0.2",
12069 "sebastian/complexity": "^2.0",
12070 "sebastian/environment": "^5.1.2",
12071 "sebastian/lines-of-code": "^1.0.3",
12072 "sebastian/version": "^3.0.1",
12073 "theseer/tokenizer": "^1.2.0"
12074 },
12075 "require-dev": {
12076 "phpunit/phpunit": "^9.3"
12077 },
12078 "suggest": {
12079 "ext-pcov": "PHP extension that provides line coverage",
12080 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
12081 },
12082 "type": "library",
12083 "extra": {
12084 "branch-alias": {
12085 "dev-master": "9.2-dev"
12086 }
12087 },
12088 "autoload": {
12089 "classmap": [
12090 "src/"
12091 ]
12092 },
12093 "notification-url": "https://packagist.org/downloads/",
12094 "license": [
12095 "BSD-3-Clause"
12096 ],
12097 "authors": [
12098 {
12099 "name": "Sebastian Bergmann",
12100 "email": "sebastian@phpunit.de",
12101 "role": "lead"
12102 }
12103 ],
12104 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
12105 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
12106 "keywords": [
12107 "coverage",
12108 "testing",
12109 "xunit"
12110 ],
12111 "support": {
12112 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
12113 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
12114 },
12115 "funding": [
12116 {
12117 "url": "https://github.com/sebastianbergmann",
12118 "type": "github"
12119 }
12120 ],
12121 "time": "2023-03-06T12:58:08+00:00"
12122 },
12123 {
12124 "name": "phpunit/php-file-iterator",
12125 "version": "3.0.6",
12126 "source": {
12127 "type": "git",
12128 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
12129 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
12130 },
12131 "dist": {
12132 "type": "zip",
12133 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
12134 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
12135 "shasum": ""
12136 },
12137 "require": {
12138 "php": ">=7.3"
12139 },
12140 "require-dev": {
12141 "phpunit/phpunit": "^9.3"
12142 },
12143 "type": "library",
12144 "extra": {
12145 "branch-alias": {
12146 "dev-master": "3.0-dev"
12147 }
12148 },
12149 "autoload": {
12150 "classmap": [
12151 "src/"
12152 ]
12153 },
12154 "notification-url": "https://packagist.org/downloads/",
12155 "license": [
12156 "BSD-3-Clause"
12157 ],
12158 "authors": [
12159 {
12160 "name": "Sebastian Bergmann",
12161 "email": "sebastian@phpunit.de",
12162 "role": "lead"
12163 }
12164 ],
12165 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
12166 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
12167 "keywords": [
12168 "filesystem",
12169 "iterator"
12170 ],
12171 "support": {
12172 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
12173 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
12174 },
12175 "funding": [
12176 {
12177 "url": "https://github.com/sebastianbergmann",
12178 "type": "github"
12179 }
12180 ],
12181 "time": "2021-12-02T12:48:52+00:00"
12182 },
12183 {
12184 "name": "phpunit/php-invoker",
12185 "version": "3.1.1",
12186 "source": {
12187 "type": "git",
12188 "url": "https://github.com/sebastianbergmann/php-invoker.git",
12189 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
12190 },
12191 "dist": {
12192 "type": "zip",
12193 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
12194 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
12195 "shasum": ""
12196 },
12197 "require": {
12198 "php": ">=7.3"
12199 },
12200 "require-dev": {
12201 "ext-pcntl": "*",
12202 "phpunit/phpunit": "^9.3"
12203 },
12204 "suggest": {
12205 "ext-pcntl": "*"
12206 },
12207 "type": "library",
12208 "extra": {
12209 "branch-alias": {
12210 "dev-master": "3.1-dev"
12211 }
12212 },
12213 "autoload": {
12214 "classmap": [
12215 "src/"
12216 ]
12217 },
12218 "notification-url": "https://packagist.org/downloads/",
12219 "license": [
12220 "BSD-3-Clause"
12221 ],
12222 "authors": [
12223 {
12224 "name": "Sebastian Bergmann",
12225 "email": "sebastian@phpunit.de",
12226 "role": "lead"
12227 }
12228 ],
12229 "description": "Invoke callables with a timeout",
12230 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
12231 "keywords": [
12232 "process"
12233 ],
12234 "support": {
12235 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
12236 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
12237 },
12238 "funding": [
12239 {
12240 "url": "https://github.com/sebastianbergmann",
12241 "type": "github"
12242 }
12243 ],
12244 "time": "2020-09-28T05:58:55+00:00"
12245 },
12246 {
12247 "name": "phpunit/php-text-template",
12248 "version": "2.0.4",
12249 "source": {
12250 "type": "git",
12251 "url": "https://github.com/sebastianbergmann/php-text-template.git",
12252 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
12253 },
12254 "dist": {
12255 "type": "zip",
12256 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
12257 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
12258 "shasum": ""
12259 },
12260 "require": {
12261 "php": ">=7.3"
12262 },
12263 "require-dev": {
12264 "phpunit/phpunit": "^9.3"
12265 },
12266 "type": "library",
12267 "extra": {
12268 "branch-alias": {
12269 "dev-master": "2.0-dev"
12270 }
12271 },
12272 "autoload": {
12273 "classmap": [
12274 "src/"
12275 ]
12276 },
12277 "notification-url": "https://packagist.org/downloads/",
12278 "license": [
12279 "BSD-3-Clause"
12280 ],
12281 "authors": [
12282 {
12283 "name": "Sebastian Bergmann",
12284 "email": "sebastian@phpunit.de",
12285 "role": "lead"
12286 }
12287 ],
12288 "description": "Simple template engine.",
12289 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
12290 "keywords": [
12291 "template"
12292 ],
12293 "support": {
12294 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
12295 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
12296 },
12297 "funding": [
12298 {
12299 "url": "https://github.com/sebastianbergmann",
12300 "type": "github"
12301 }
12302 ],
12303 "time": "2020-10-26T05:33:50+00:00"
12304 },
12305 {
12306 "name": "phpunit/php-timer",
12307 "version": "5.0.3",
12308 "source": {
12309 "type": "git",
12310 "url": "https://github.com/sebastianbergmann/php-timer.git",
12311 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
12312 },
12313 "dist": {
12314 "type": "zip",
12315 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
12316 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
12317 "shasum": ""
12318 },
12319 "require": {
12320 "php": ">=7.3"
12321 },
12322 "require-dev": {
12323 "phpunit/phpunit": "^9.3"
12324 },
12325 "type": "library",
12326 "extra": {
12327 "branch-alias": {
12328 "dev-master": "5.0-dev"
12329 }
12330 },
12331 "autoload": {
12332 "classmap": [
12333 "src/"
12334 ]
12335 },
12336 "notification-url": "https://packagist.org/downloads/",
12337 "license": [
12338 "BSD-3-Clause"
12339 ],
12340 "authors": [
12341 {
12342 "name": "Sebastian Bergmann",
12343 "email": "sebastian@phpunit.de",
12344 "role": "lead"
12345 }
12346 ],
12347 "description": "Utility class for timing",
12348 "homepage": "https://github.com/sebastianbergmann/php-timer/",
12349 "keywords": [
12350 "timer"
12351 ],
12352 "support": {
12353 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
12354 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
12355 },
12356 "funding": [
12357 {
12358 "url": "https://github.com/sebastianbergmann",
12359 "type": "github"
12360 }
12361 ],
12362 "time": "2020-10-26T13:16:10+00:00"
12363 },
12364 {
12365 "name": "phpunit/phpunit",
12366 "version": "9.6.9",
12367 "source": {
12368 "type": "git",
12369 "url": "https://github.com/sebastianbergmann/phpunit.git",
12370 "reference": "a9aceaf20a682aeacf28d582654a1670d8826778"
12371 },
12372 "dist": {
12373 "type": "zip",
12374 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778",
12375 "reference": "a9aceaf20a682aeacf28d582654a1670d8826778",
12376 "shasum": ""
12377 },
12378 "require": {
12379 "doctrine/instantiator": "^1.3.1 || ^2",
12380 "ext-dom": "*",
12381 "ext-json": "*",
12382 "ext-libxml": "*",
12383 "ext-mbstring": "*",
12384 "ext-xml": "*",
12385 "ext-xmlwriter": "*",
12386 "myclabs/deep-copy": "^1.10.1",
12387 "phar-io/manifest": "^2.0.3",
12388 "phar-io/version": "^3.0.2",
12389 "php": ">=7.3",
12390 "phpunit/php-code-coverage": "^9.2.13",
12391 "phpunit/php-file-iterator": "^3.0.5",
12392 "phpunit/php-invoker": "^3.1.1",
12393 "phpunit/php-text-template": "^2.0.3",
12394 "phpunit/php-timer": "^5.0.2",
12395 "sebastian/cli-parser": "^1.0.1",
12396 "sebastian/code-unit": "^1.0.6",
12397 "sebastian/comparator": "^4.0.8",
12398 "sebastian/diff": "^4.0.3",
12399 "sebastian/environment": "^5.1.3",
12400 "sebastian/exporter": "^4.0.5",
12401 "sebastian/global-state": "^5.0.1",
12402 "sebastian/object-enumerator": "^4.0.3",
12403 "sebastian/resource-operations": "^3.0.3",
12404 "sebastian/type": "^3.2",
12405 "sebastian/version": "^3.0.2"
12406 },
12407 "suggest": {
12408 "ext-soap": "To be able to generate mocks based on WSDL files",
12409 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
12410 },
12411 "bin": [
12412 "phpunit"
12413 ],
12414 "type": "library",
12415 "extra": {
12416 "branch-alias": {
12417 "dev-master": "9.6-dev"
12418 }
12419 },
12420 "autoload": {
12421 "files": [
12422 "src/Framework/Assert/Functions.php"
12423 ],
12424 "classmap": [
12425 "src/"
12426 ]
12427 },
12428 "notification-url": "https://packagist.org/downloads/",
12429 "license": [
12430 "BSD-3-Clause"
12431 ],
12432 "authors": [
12433 {
12434 "name": "Sebastian Bergmann",
12435 "email": "sebastian@phpunit.de",
12436 "role": "lead"
12437 }
12438 ],
12439 "description": "The PHP Unit Testing framework.",
12440 "homepage": "https://phpunit.de/",
12441 "keywords": [
12442 "phpunit",
12443 "testing",
12444 "xunit"
12445 ],
12446 "support": {
12447 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
12448 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
12449 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9"
12450 },
12451 "funding": [
12452 {
12453 "url": "https://phpunit.de/sponsors.html",
12454 "type": "custom"
12455 },
12456 {
12457 "url": "https://github.com/sebastianbergmann",
12458 "type": "github"
12459 },
12460 {
12461 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
12462 "type": "tidelift"
12463 }
12464 ],
12465 "time": "2023-06-11T06:13:56+00:00"
12466 },
12467 {
12468 "name": "sebastian/cli-parser",
12469 "version": "1.0.1",
12470 "source": {
12471 "type": "git",
12472 "url": "https://github.com/sebastianbergmann/cli-parser.git",
12473 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
12474 },
12475 "dist": {
12476 "type": "zip",
12477 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
12478 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
12479 "shasum": ""
12480 },
12481 "require": {
12482 "php": ">=7.3"
12483 },
12484 "require-dev": {
12485 "phpunit/phpunit": "^9.3"
12486 },
12487 "type": "library",
12488 "extra": {
12489 "branch-alias": {
12490 "dev-master": "1.0-dev"
12491 }
12492 },
12493 "autoload": {
12494 "classmap": [
12495 "src/"
12496 ]
12497 },
12498 "notification-url": "https://packagist.org/downloads/",
12499 "license": [
12500 "BSD-3-Clause"
12501 ],
12502 "authors": [
12503 {
12504 "name": "Sebastian Bergmann",
12505 "email": "sebastian@phpunit.de",
12506 "role": "lead"
12507 }
12508 ],
12509 "description": "Library for parsing CLI options",
12510 "homepage": "https://github.com/sebastianbergmann/cli-parser",
12511 "support": {
12512 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
12513 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
12514 },
12515 "funding": [
12516 {
12517 "url": "https://github.com/sebastianbergmann",
12518 "type": "github"
12519 }
12520 ],
12521 "time": "2020-09-28T06:08:49+00:00"
12522 },
12523 {
12524 "name": "sebastian/code-unit",
12525 "version": "1.0.8",
12526 "source": {
12527 "type": "git",
12528 "url": "https://github.com/sebastianbergmann/code-unit.git",
12529 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
12530 },
12531 "dist": {
12532 "type": "zip",
12533 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
12534 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
12535 "shasum": ""
12536 },
12537 "require": {
12538 "php": ">=7.3"
12539 },
12540 "require-dev": {
12541 "phpunit/phpunit": "^9.3"
12542 },
12543 "type": "library",
12544 "extra": {
12545 "branch-alias": {
12546 "dev-master": "1.0-dev"
12547 }
12548 },
12549 "autoload": {
12550 "classmap": [
12551 "src/"
12552 ]
12553 },
12554 "notification-url": "https://packagist.org/downloads/",
12555 "license": [
12556 "BSD-3-Clause"
12557 ],
12558 "authors": [
12559 {
12560 "name": "Sebastian Bergmann",
12561 "email": "sebastian@phpunit.de",
12562 "role": "lead"
12563 }
12564 ],
12565 "description": "Collection of value objects that represent the PHP code units",
12566 "homepage": "https://github.com/sebastianbergmann/code-unit",
12567 "support": {
12568 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
12569 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
12570 },
12571 "funding": [
12572 {
12573 "url": "https://github.com/sebastianbergmann",
12574 "type": "github"
12575 }
12576 ],
12577 "time": "2020-10-26T13:08:54+00:00"
12578 },
12579 {
12580 "name": "sebastian/code-unit-reverse-lookup",
12581 "version": "2.0.3",
12582 "source": {
12583 "type": "git",
12584 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
12585 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
12586 },
12587 "dist": {
12588 "type": "zip",
12589 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
12590 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
12591 "shasum": ""
12592 },
12593 "require": {
12594 "php": ">=7.3"
12595 },
12596 "require-dev": {
12597 "phpunit/phpunit": "^9.3"
12598 },
12599 "type": "library",
12600 "extra": {
12601 "branch-alias": {
12602 "dev-master": "2.0-dev"
12603 }
12604 },
12605 "autoload": {
12606 "classmap": [
12607 "src/"
12608 ]
12609 },
12610 "notification-url": "https://packagist.org/downloads/",
12611 "license": [
12612 "BSD-3-Clause"
12613 ],
12614 "authors": [
12615 {
12616 "name": "Sebastian Bergmann",
12617 "email": "sebastian@phpunit.de"
12618 }
12619 ],
12620 "description": "Looks up which function or method a line of code belongs to",
12621 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
12622 "support": {
12623 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
12624 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
12625 },
12626 "funding": [
12627 {
12628 "url": "https://github.com/sebastianbergmann",
12629 "type": "github"
12630 }
12631 ],
12632 "time": "2020-09-28T05:30:19+00:00"
12633 },
12634 {
12635 "name": "sebastian/comparator",
12636 "version": "4.0.8",
12637 "source": {
12638 "type": "git",
12639 "url": "https://github.com/sebastianbergmann/comparator.git",
12640 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
12641 },
12642 "dist": {
12643 "type": "zip",
12644 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
12645 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
12646 "shasum": ""
12647 },
12648 "require": {
12649 "php": ">=7.3",
12650 "sebastian/diff": "^4.0",
12651 "sebastian/exporter": "^4.0"
12652 },
12653 "require-dev": {
12654 "phpunit/phpunit": "^9.3"
12655 },
12656 "type": "library",
12657 "extra": {
12658 "branch-alias": {
12659 "dev-master": "4.0-dev"
12660 }
12661 },
12662 "autoload": {
12663 "classmap": [
12664 "src/"
12665 ]
12666 },
12667 "notification-url": "https://packagist.org/downloads/",
12668 "license": [
12669 "BSD-3-Clause"
12670 ],
12671 "authors": [
12672 {
12673 "name": "Sebastian Bergmann",
12674 "email": "sebastian@phpunit.de"
12675 },
12676 {
12677 "name": "Jeff Welch",
12678 "email": "whatthejeff@gmail.com"
12679 },
12680 {
12681 "name": "Volker Dusch",
12682 "email": "github@wallbash.com"
12683 },
12684 {
12685 "name": "Bernhard Schussek",
12686 "email": "bschussek@2bepublished.at"
12687 }
12688 ],
12689 "description": "Provides the functionality to compare PHP values for equality",
12690 "homepage": "https://github.com/sebastianbergmann/comparator",
12691 "keywords": [
12692 "comparator",
12693 "compare",
12694 "equality"
12695 ],
12696 "support": {
12697 "issues": "https://github.com/sebastianbergmann/comparator/issues",
12698 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
12699 },
12700 "funding": [
12701 {
12702 "url": "https://github.com/sebastianbergmann",
12703 "type": "github"
12704 }
12705 ],
12706 "time": "2022-09-14T12:41:17+00:00"
12707 },
12708 {
12709 "name": "sebastian/complexity",
12710 "version": "2.0.2",
12711 "source": {
12712 "type": "git",
12713 "url": "https://github.com/sebastianbergmann/complexity.git",
12714 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
12715 },
12716 "dist": {
12717 "type": "zip",
12718 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
12719 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
12720 "shasum": ""
12721 },
12722 "require": {
12723 "nikic/php-parser": "^4.7",
12724 "php": ">=7.3"
12725 },
12726 "require-dev": {
12727 "phpunit/phpunit": "^9.3"
12728 },
12729 "type": "library",
12730 "extra": {
12731 "branch-alias": {
12732 "dev-master": "2.0-dev"
12733 }
12734 },
12735 "autoload": {
12736 "classmap": [
12737 "src/"
12738 ]
12739 },
12740 "notification-url": "https://packagist.org/downloads/",
12741 "license": [
12742 "BSD-3-Clause"
12743 ],
12744 "authors": [
12745 {
12746 "name": "Sebastian Bergmann",
12747 "email": "sebastian@phpunit.de",
12748 "role": "lead"
12749 }
12750 ],
12751 "description": "Library for calculating the complexity of PHP code units",
12752 "homepage": "https://github.com/sebastianbergmann/complexity",
12753 "support": {
12754 "issues": "https://github.com/sebastianbergmann/complexity/issues",
12755 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
12756 },
12757 "funding": [
12758 {
12759 "url": "https://github.com/sebastianbergmann",
12760 "type": "github"
12761 }
12762 ],
12763 "time": "2020-10-26T15:52:27+00:00"
12764 },
12765 {
12766 "name": "sebastian/diff",
12767 "version": "4.0.5",
12768 "source": {
12769 "type": "git",
12770 "url": "https://github.com/sebastianbergmann/diff.git",
12771 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
12772 },
12773 "dist": {
12774 "type": "zip",
12775 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
12776 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
12777 "shasum": ""
12778 },
12779 "require": {
12780 "php": ">=7.3"
12781 },
12782 "require-dev": {
12783 "phpunit/phpunit": "^9.3",
12784 "symfony/process": "^4.2 || ^5"
12785 },
12786 "type": "library",
12787 "extra": {
12788 "branch-alias": {
12789 "dev-master": "4.0-dev"
12790 }
12791 },
12792 "autoload": {
12793 "classmap": [
12794 "src/"
12795 ]
12796 },
12797 "notification-url": "https://packagist.org/downloads/",
12798 "license": [
12799 "BSD-3-Clause"
12800 ],
12801 "authors": [
12802 {
12803 "name": "Sebastian Bergmann",
12804 "email": "sebastian@phpunit.de"
12805 },
12806 {
12807 "name": "Kore Nordmann",
12808 "email": "mail@kore-nordmann.de"
12809 }
12810 ],
12811 "description": "Diff implementation",
12812 "homepage": "https://github.com/sebastianbergmann/diff",
12813 "keywords": [
12814 "diff",
12815 "udiff",
12816 "unidiff",
12817 "unified diff"
12818 ],
12819 "support": {
12820 "issues": "https://github.com/sebastianbergmann/diff/issues",
12821 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
12822 },
12823 "funding": [
12824 {
12825 "url": "https://github.com/sebastianbergmann",
12826 "type": "github"
12827 }
12828 ],
12829 "time": "2023-05-07T05:35:17+00:00"
12830 },
12831 {
12832 "name": "sebastian/environment",
12833 "version": "5.1.5",
12834 "source": {
12835 "type": "git",
12836 "url": "https://github.com/sebastianbergmann/environment.git",
12837 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
12838 },
12839 "dist": {
12840 "type": "zip",
12841 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
12842 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
12843 "shasum": ""
12844 },
12845 "require": {
12846 "php": ">=7.3"
12847 },
12848 "require-dev": {
12849 "phpunit/phpunit": "^9.3"
12850 },
12851 "suggest": {
12852 "ext-posix": "*"
12853 },
12854 "type": "library",
12855 "extra": {
12856 "branch-alias": {
12857 "dev-master": "5.1-dev"
12858 }
12859 },
12860 "autoload": {
12861 "classmap": [
12862 "src/"
12863 ]
12864 },
12865 "notification-url": "https://packagist.org/downloads/",
12866 "license": [
12867 "BSD-3-Clause"
12868 ],
12869 "authors": [
12870 {
12871 "name": "Sebastian Bergmann",
12872 "email": "sebastian@phpunit.de"
12873 }
12874 ],
12875 "description": "Provides functionality to handle HHVM/PHP environments",
12876 "homepage": "http://www.github.com/sebastianbergmann/environment",
12877 "keywords": [
12878 "Xdebug",
12879 "environment",
12880 "hhvm"
12881 ],
12882 "support": {
12883 "issues": "https://github.com/sebastianbergmann/environment/issues",
12884 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
12885 },
12886 "funding": [
12887 {
12888 "url": "https://github.com/sebastianbergmann",
12889 "type": "github"
12890 }
12891 ],
12892 "time": "2023-02-03T06:03:51+00:00"
12893 },
12894 {
12895 "name": "sebastian/exporter",
12896 "version": "4.0.5",
12897 "source": {
12898 "type": "git",
12899 "url": "https://github.com/sebastianbergmann/exporter.git",
12900 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
12901 },
12902 "dist": {
12903 "type": "zip",
12904 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
12905 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
12906 "shasum": ""
12907 },
12908 "require": {
12909 "php": ">=7.3",
12910 "sebastian/recursion-context": "^4.0"
12911 },
12912 "require-dev": {
12913 "ext-mbstring": "*",
12914 "phpunit/phpunit": "^9.3"
12915 },
12916 "type": "library",
12917 "extra": {
12918 "branch-alias": {
12919 "dev-master": "4.0-dev"
12920 }
12921 },
12922 "autoload": {
12923 "classmap": [
12924 "src/"
12925 ]
12926 },
12927 "notification-url": "https://packagist.org/downloads/",
12928 "license": [
12929 "BSD-3-Clause"
12930 ],
12931 "authors": [
12932 {
12933 "name": "Sebastian Bergmann",
12934 "email": "sebastian@phpunit.de"
12935 },
12936 {
12937 "name": "Jeff Welch",
12938 "email": "whatthejeff@gmail.com"
12939 },
12940 {
12941 "name": "Volker Dusch",
12942 "email": "github@wallbash.com"
12943 },
12944 {
12945 "name": "Adam Harvey",
12946 "email": "aharvey@php.net"
12947 },
12948 {
12949 "name": "Bernhard Schussek",
12950 "email": "bschussek@gmail.com"
12951 }
12952 ],
12953 "description": "Provides the functionality to export PHP variables for visualization",
12954 "homepage": "https://www.github.com/sebastianbergmann/exporter",
12955 "keywords": [
12956 "export",
12957 "exporter"
12958 ],
12959 "support": {
12960 "issues": "https://github.com/sebastianbergmann/exporter/issues",
12961 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
12962 },
12963 "funding": [
12964 {
12965 "url": "https://github.com/sebastianbergmann",
12966 "type": "github"
12967 }
12968 ],
12969 "time": "2022-09-14T06:03:37+00:00"
12970 },
12971 {
12972 "name": "sebastian/global-state",
12973 "version": "5.0.5",
12974 "source": {
12975 "type": "git",
12976 "url": "https://github.com/sebastianbergmann/global-state.git",
12977 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
12978 },
12979 "dist": {
12980 "type": "zip",
12981 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
12982 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
12983 "shasum": ""
12984 },
12985 "require": {
12986 "php": ">=7.3",
12987 "sebastian/object-reflector": "^2.0",
12988 "sebastian/recursion-context": "^4.0"
12989 },
12990 "require-dev": {
12991 "ext-dom": "*",
12992 "phpunit/phpunit": "^9.3"
12993 },
12994 "suggest": {
12995 "ext-uopz": "*"
12996 },
12997 "type": "library",
12998 "extra": {
12999 "branch-alias": {
13000 "dev-master": "5.0-dev"
13001 }
13002 },
13003 "autoload": {
13004 "classmap": [
13005 "src/"
13006 ]
13007 },
13008 "notification-url": "https://packagist.org/downloads/",
13009 "license": [
13010 "BSD-3-Clause"
13011 ],
13012 "authors": [
13013 {
13014 "name": "Sebastian Bergmann",
13015 "email": "sebastian@phpunit.de"
13016 }
13017 ],
13018 "description": "Snapshotting of global state",
13019 "homepage": "http://www.github.com/sebastianbergmann/global-state",
13020 "keywords": [
13021 "global state"
13022 ],
13023 "support": {
13024 "issues": "https://github.com/sebastianbergmann/global-state/issues",
13025 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
13026 },
13027 "funding": [
13028 {
13029 "url": "https://github.com/sebastianbergmann",
13030 "type": "github"
13031 }
13032 ],
13033 "time": "2022-02-14T08:28:10+00:00"
13034 },
13035 {
13036 "name": "sebastian/lines-of-code",
13037 "version": "1.0.3",
13038 "source": {
13039 "type": "git",
13040 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
13041 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
13042 },
13043 "dist": {
13044 "type": "zip",
13045 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
13046 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
13047 "shasum": ""
13048 },
13049 "require": {
13050 "nikic/php-parser": "^4.6",
13051 "php": ">=7.3"
13052 },
13053 "require-dev": {
13054 "phpunit/phpunit": "^9.3"
13055 },
13056 "type": "library",
13057 "extra": {
13058 "branch-alias": {
13059 "dev-master": "1.0-dev"
13060 }
13061 },
13062 "autoload": {
13063 "classmap": [
13064 "src/"
13065 ]
13066 },
13067 "notification-url": "https://packagist.org/downloads/",
13068 "license": [
13069 "BSD-3-Clause"
13070 ],
13071 "authors": [
13072 {
13073 "name": "Sebastian Bergmann",
13074 "email": "sebastian@phpunit.de",
13075 "role": "lead"
13076 }
13077 ],
13078 "description": "Library for counting the lines of code in PHP source code",
13079 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
13080 "support": {
13081 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
13082 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
13083 },
13084 "funding": [
13085 {
13086 "url": "https://github.com/sebastianbergmann",
13087 "type": "github"
13088 }
13089 ],
13090 "time": "2020-11-28T06:42:11+00:00"
13091 },
13092 {
13093 "name": "sebastian/object-enumerator",
13094 "version": "4.0.4",
13095 "source": {
13096 "type": "git",
13097 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
13098 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
13099 },
13100 "dist": {
13101 "type": "zip",
13102 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
13103 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
13104 "shasum": ""
13105 },
13106 "require": {
13107 "php": ">=7.3",
13108 "sebastian/object-reflector": "^2.0",
13109 "sebastian/recursion-context": "^4.0"
13110 },
13111 "require-dev": {
13112 "phpunit/phpunit": "^9.3"
13113 },
13114 "type": "library",
13115 "extra": {
13116 "branch-alias": {
13117 "dev-master": "4.0-dev"
13118 }
13119 },
13120 "autoload": {
13121 "classmap": [
13122 "src/"
13123 ]
13124 },
13125 "notification-url": "https://packagist.org/downloads/",
13126 "license": [
13127 "BSD-3-Clause"
13128 ],
13129 "authors": [
13130 {
13131 "name": "Sebastian Bergmann",
13132 "email": "sebastian@phpunit.de"
13133 }
13134 ],
13135 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
13136 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
13137 "support": {
13138 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
13139 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
13140 },
13141 "funding": [
13142 {
13143 "url": "https://github.com/sebastianbergmann",
13144 "type": "github"
13145 }
13146 ],
13147 "time": "2020-10-26T13:12:34+00:00"
13148 },
13149 {
13150 "name": "sebastian/object-reflector",
13151 "version": "2.0.4",
13152 "source": {
13153 "type": "git",
13154 "url": "https://github.com/sebastianbergmann/object-reflector.git",
13155 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
13156 },
13157 "dist": {
13158 "type": "zip",
13159 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
13160 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
13161 "shasum": ""
13162 },
13163 "require": {
13164 "php": ">=7.3"
13165 },
13166 "require-dev": {
13167 "phpunit/phpunit": "^9.3"
13168 },
13169 "type": "library",
13170 "extra": {
13171 "branch-alias": {
13172 "dev-master": "2.0-dev"
13173 }
13174 },
13175 "autoload": {
13176 "classmap": [
13177 "src/"
13178 ]
13179 },
13180 "notification-url": "https://packagist.org/downloads/",
13181 "license": [
13182 "BSD-3-Clause"
13183 ],
13184 "authors": [
13185 {
13186 "name": "Sebastian Bergmann",
13187 "email": "sebastian@phpunit.de"
13188 }
13189 ],
13190 "description": "Allows reflection of object attributes, including inherited and non-public ones",
13191 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
13192 "support": {
13193 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
13194 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
13195 },
13196 "funding": [
13197 {
13198 "url": "https://github.com/sebastianbergmann",
13199 "type": "github"
13200 }
13201 ],
13202 "time": "2020-10-26T13:14:26+00:00"
13203 },
13204 {
13205 "name": "sebastian/recursion-context",
13206 "version": "4.0.5",
13207 "source": {
13208 "type": "git",
13209 "url": "https://github.com/sebastianbergmann/recursion-context.git",
13210 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
13211 },
13212 "dist": {
13213 "type": "zip",
13214 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
13215 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
13216 "shasum": ""
13217 },
13218 "require": {
13219 "php": ">=7.3"
13220 },
13221 "require-dev": {
13222 "phpunit/phpunit": "^9.3"
13223 },
13224 "type": "library",
13225 "extra": {
13226 "branch-alias": {
13227 "dev-master": "4.0-dev"
13228 }
13229 },
13230 "autoload": {
13231 "classmap": [
13232 "src/"
13233 ]
13234 },
13235 "notification-url": "https://packagist.org/downloads/",
13236 "license": [
13237 "BSD-3-Clause"
13238 ],
13239 "authors": [
13240 {
13241 "name": "Sebastian Bergmann",
13242 "email": "sebastian@phpunit.de"
13243 },
13244 {
13245 "name": "Jeff Welch",
13246 "email": "whatthejeff@gmail.com"
13247 },
13248 {
13249 "name": "Adam Harvey",
13250 "email": "aharvey@php.net"
13251 }
13252 ],
13253 "description": "Provides functionality to recursively process PHP variables",
13254 "homepage": "https://github.com/sebastianbergmann/recursion-context",
13255 "support": {
13256 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
13257 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
13258 },
13259 "funding": [
13260 {
13261 "url": "https://github.com/sebastianbergmann",
13262 "type": "github"
13263 }
13264 ],
13265 "time": "2023-02-03T06:07:39+00:00"
13266 },
13267 {
13268 "name": "sebastian/resource-operations",
13269 "version": "3.0.3",
13270 "source": {
13271 "type": "git",
13272 "url": "https://github.com/sebastianbergmann/resource-operations.git",
13273 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
13274 },
13275 "dist": {
13276 "type": "zip",
13277 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
13278 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
13279 "shasum": ""
13280 },
13281 "require": {
13282 "php": ">=7.3"
13283 },
13284 "require-dev": {
13285 "phpunit/phpunit": "^9.0"
13286 },
13287 "type": "library",
13288 "extra": {
13289 "branch-alias": {
13290 "dev-master": "3.0-dev"
13291 }
13292 },
13293 "autoload": {
13294 "classmap": [
13295 "src/"
13296 ]
13297 },
13298 "notification-url": "https://packagist.org/downloads/",
13299 "license": [
13300 "BSD-3-Clause"
13301 ],
13302 "authors": [
13303 {
13304 "name": "Sebastian Bergmann",
13305 "email": "sebastian@phpunit.de"
13306 }
13307 ],
13308 "description": "Provides a list of PHP built-in functions that operate on resources",
13309 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
13310 "support": {
13311 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
13312 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
13313 },
13314 "funding": [
13315 {
13316 "url": "https://github.com/sebastianbergmann",
13317 "type": "github"
13318 }
13319 ],
13320 "time": "2020-09-28T06:45:17+00:00"
13321 },
13322 {
13323 "name": "sebastian/type",
13324 "version": "3.2.1",
13325 "source": {
13326 "type": "git",
13327 "url": "https://github.com/sebastianbergmann/type.git",
13328 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
13329 },
13330 "dist": {
13331 "type": "zip",
13332 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
13333 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
13334 "shasum": ""
13335 },
13336 "require": {
13337 "php": ">=7.3"
13338 },
13339 "require-dev": {
13340 "phpunit/phpunit": "^9.5"
13341 },
13342 "type": "library",
13343 "extra": {
13344 "branch-alias": {
13345 "dev-master": "3.2-dev"
13346 }
13347 },
13348 "autoload": {
13349 "classmap": [
13350 "src/"
13351 ]
13352 },
13353 "notification-url": "https://packagist.org/downloads/",
13354 "license": [
13355 "BSD-3-Clause"
13356 ],
13357 "authors": [
13358 {
13359 "name": "Sebastian Bergmann",
13360 "email": "sebastian@phpunit.de",
13361 "role": "lead"
13362 }
13363 ],
13364 "description": "Collection of value objects that represent the types of the PHP type system",
13365 "homepage": "https://github.com/sebastianbergmann/type",
13366 "support": {
13367 "issues": "https://github.com/sebastianbergmann/type/issues",
13368 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
13369 },
13370 "funding": [
13371 {
13372 "url": "https://github.com/sebastianbergmann",
13373 "type": "github"
13374 }
13375 ],
13376 "time": "2023-02-03T06:13:03+00:00"
13377 },
13378 {
13379 "name": "sebastian/version",
13380 "version": "3.0.2",
13381 "source": {
13382 "type": "git",
13383 "url": "https://github.com/sebastianbergmann/version.git",
13384 "reference": "c6c1022351a901512170118436c764e473f6de8c"
13385 },
13386 "dist": {
13387 "type": "zip",
13388 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
13389 "reference": "c6c1022351a901512170118436c764e473f6de8c",
13390 "shasum": ""
13391 },
13392 "require": {
13393 "php": ">=7.3"
13394 },
13395 "type": "library",
13396 "extra": {
13397 "branch-alias": {
13398 "dev-master": "3.0-dev"
13399 }
13400 },
13401 "autoload": {
13402 "classmap": [
13403 "src/"
13404 ]
13405 },
13406 "notification-url": "https://packagist.org/downloads/",
13407 "license": [
13408 "BSD-3-Clause"
13409 ],
13410 "authors": [
13411 {
13412 "name": "Sebastian Bergmann",
13413 "email": "sebastian@phpunit.de",
13414 "role": "lead"
13415 }
13416 ],
13417 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
13418 "homepage": "https://github.com/sebastianbergmann/version",
13419 "support": {
13420 "issues": "https://github.com/sebastianbergmann/version/issues",
13421 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
13422 },
13423 "funding": [
13424 {
13425 "url": "https://github.com/sebastianbergmann",
13426 "type": "github"
13427 }
13428 ],
13429 "time": "2020-09-28T06:39:44+00:00"
13430 },
13431 {
13432 "name": "slevomat/coding-standard",
13433 "version": "8.15.0",
13434 "source": {
13435 "type": "git",
13436 "url": "https://github.com/slevomat/coding-standard.git",
13437 "reference": "7d1d957421618a3803b593ec31ace470177d7817"
13438 },
13439 "dist": {
13440 "type": "zip",
13441 "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/7d1d957421618a3803b593ec31ace470177d7817",
13442 "reference": "7d1d957421618a3803b593ec31ace470177d7817",
13443 "shasum": ""
13444 },
13445 "require": {
13446 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
13447 "php": "^7.2 || ^8.0",
13448 "phpstan/phpdoc-parser": "^1.23.1",
13449 "squizlabs/php_codesniffer": "^3.9.0"
13450 },
13451 "require-dev": {
13452 "phing/phing": "2.17.4",
13453 "php-parallel-lint/php-parallel-lint": "1.3.2",
13454 "phpstan/phpstan": "1.10.60",
13455 "phpstan/phpstan-deprecation-rules": "1.1.4",
13456 "phpstan/phpstan-phpunit": "1.3.16",
13457 "phpstan/phpstan-strict-rules": "1.5.2",
13458 "phpunit/phpunit": "8.5.21|9.6.8|10.5.11"
13459 },
13460 "type": "phpcodesniffer-standard",
13461 "extra": {
13462 "branch-alias": {
13463 "dev-master": "8.x-dev"
13464 }
13465 },
13466 "autoload": {
13467 "psr-4": {
13468 "SlevomatCodingStandard\\": "SlevomatCodingStandard/"
13469 }
13470 },
13471 "notification-url": "https://packagist.org/downloads/",
13472 "license": [
13473 "MIT"
13474 ],
13475 "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
13476 "keywords": [
13477 "dev",
13478 "phpcs"
13479 ],
13480 "support": {
13481 "issues": "https://github.com/slevomat/coding-standard/issues",
13482 "source": "https://github.com/slevomat/coding-standard/tree/8.15.0"
13483 },
13484 "funding": [
13485 {
13486 "url": "https://github.com/kukulich",
13487 "type": "github"
13488 },
13489 {
13490 "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
13491 "type": "tidelift"
13492 }
13493 ],
13494 "time": "2024-03-09T15:20:58+00:00"
13495 },
13496 {
13497 "name": "spatie/backtrace",
13498 "version": "1.4.1",
13499 "source": {
13500 "type": "git",
13501 "url": "https://github.com/spatie/backtrace.git",
13502 "reference": "47794d19e3215ace9e005a8f200cd7cc7be52572"
13503 },
13504 "dist": {
13505 "type": "zip",
13506 "url": "https://api.github.com/repos/spatie/backtrace/zipball/47794d19e3215ace9e005a8f200cd7cc7be52572",
13507 "reference": "47794d19e3215ace9e005a8f200cd7cc7be52572",
13508 "shasum": ""
13509 },
13510 "require": {
13511 "php": "^7.3|^8.0"
13512 },
13513 "require-dev": {
13514 "ext-json": "*",
13515 "phpunit/phpunit": "^9.3",
13516 "spatie/phpunit-snapshot-assertions": "^4.2",
13517 "symfony/var-dumper": "^5.1"
13518 },
13519 "type": "library",
13520 "autoload": {
13521 "psr-4": {
13522 "Spatie\\Backtrace\\": "src"
13523 }
13524 },
13525 "notification-url": "https://packagist.org/downloads/",
13526 "license": [
13527 "MIT"
13528 ],
13529 "authors": [
13530 {
13531 "name": "Freek Van de Herten",
13532 "email": "freek@spatie.be",
13533 "homepage": "https://spatie.be",
13534 "role": "Developer"
13535 }
13536 ],
13537 "description": "A better backtrace",
13538 "homepage": "https://github.com/spatie/backtrace",
13539 "keywords": [
13540 "Backtrace",
13541 "spatie"
13542 ],
13543 "support": {
13544 "source": "https://github.com/spatie/backtrace/tree/1.4.1"
13545 },
13546 "funding": [
13547 {
13548 "url": "https://github.com/sponsors/spatie",
13549 "type": "github"
13550 },
13551 {
13552 "url": "https://spatie.be/open-source/support-us",
13553 "type": "other"
13554 }
13555 ],
13556 "time": "2023-06-13T14:35:04+00:00"
13557 },
13558 {
13559 "name": "spatie/flare-client-php",
13560 "version": "1.3.6",
13561 "source": {
13562 "type": "git",
13563 "url": "https://github.com/spatie/flare-client-php.git",
13564 "reference": "530ac81255af79f114344286e4275f8869c671e2"
13565 },
13566 "dist": {
13567 "type": "zip",
13568 "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/530ac81255af79f114344286e4275f8869c671e2",
13569 "reference": "530ac81255af79f114344286e4275f8869c671e2",
13570 "shasum": ""
13571 },
13572 "require": {
13573 "illuminate/pipeline": "^8.0|^9.0|^10.0",
13574 "php": "^8.0",
13575 "spatie/backtrace": "^1.2",
13576 "symfony/http-foundation": "^5.0|^6.0",
13577 "symfony/mime": "^5.2|^6.0",
13578 "symfony/process": "^5.2|^6.0",
13579 "symfony/var-dumper": "^5.2|^6.0"
13580 },
13581 "require-dev": {
13582 "dms/phpunit-arraysubset-asserts": "^0.3.0",
13583 "pestphp/pest": "^1.20",
13584 "phpstan/extension-installer": "^1.1",
13585 "phpstan/phpstan-deprecation-rules": "^1.0",
13586 "phpstan/phpstan-phpunit": "^1.0",
13587 "spatie/phpunit-snapshot-assertions": "^4.0"
13588 },
13589 "type": "library",
13590 "extra": {
13591 "branch-alias": {
13592 "dev-main": "1.1.x-dev"
13593 }
13594 },
13595 "autoload": {
13596 "files": [
13597 "src/helpers.php"
13598 ],
13599 "psr-4": {
13600 "Spatie\\FlareClient\\": "src"
13601 }
13602 },
13603 "notification-url": "https://packagist.org/downloads/",
13604 "license": [
13605 "MIT"
13606 ],
13607 "description": "Send PHP errors to Flare",
13608 "homepage": "https://github.com/spatie/flare-client-php",
13609 "keywords": [
13610 "exception",
13611 "flare",
13612 "reporting",
13613 "spatie"
13614 ],
13615 "support": {
13616 "issues": "https://github.com/spatie/flare-client-php/issues",
13617 "source": "https://github.com/spatie/flare-client-php/tree/1.3.6"
13618 },
13619 "funding": [
13620 {
13621 "url": "https://github.com/spatie",
13622 "type": "github"
13623 }
13624 ],
13625 "time": "2023-04-12T07:57:12+00:00"
13626 },
13627 {
13628 "name": "spatie/ignition",
13629 "version": "1.8.1",
13630 "source": {
13631 "type": "git",
13632 "url": "https://github.com/spatie/ignition.git",
13633 "reference": "d8eb8ea1ed27f48a694405cff363746ffd37f13e"
13634 },
13635 "dist": {
13636 "type": "zip",
13637 "url": "https://api.github.com/repos/spatie/ignition/zipball/d8eb8ea1ed27f48a694405cff363746ffd37f13e",
13638 "reference": "d8eb8ea1ed27f48a694405cff363746ffd37f13e",
13639 "shasum": ""
13640 },
13641 "require": {
13642 "ext-json": "*",
13643 "ext-mbstring": "*",
13644 "php": "^8.0",
13645 "spatie/backtrace": "^1.4",
13646 "spatie/flare-client-php": "^1.1",
13647 "symfony/console": "^5.4|^6.0",
13648 "symfony/var-dumper": "^5.4|^6.0"
13649 },
13650 "require-dev": {
13651 "illuminate/cache": "^9.52",
13652 "mockery/mockery": "^1.4",
13653 "pestphp/pest": "^1.20",
13654 "phpstan/extension-installer": "^1.1",
13655 "phpstan/phpstan-deprecation-rules": "^1.0",
13656 "phpstan/phpstan-phpunit": "^1.0",
13657 "psr/simple-cache-implementation": "*",
13658 "symfony/cache": "^6.2",
13659 "symfony/process": "^5.4|^6.0",
13660 "vlucas/phpdotenv": "^5.5"
13661 },
13662 "suggest": {
13663 "openai-php/client": "Require get solutions from OpenAI",
13664 "simple-cache-implementation": "To cache solutions from OpenAI"
13665 },
13666 "type": "library",
13667 "extra": {
13668 "branch-alias": {
13669 "dev-main": "1.5.x-dev"
13670 }
13671 },
13672 "autoload": {
13673 "psr-4": {
13674 "Spatie\\Ignition\\": "src"
13675 }
13676 },
13677 "notification-url": "https://packagist.org/downloads/",
13678 "license": [
13679 "MIT"
13680 ],
13681 "authors": [
13682 {
13683 "name": "Spatie",
13684 "email": "info@spatie.be",
13685 "role": "Developer"
13686 }
13687 ],
13688 "description": "A beautiful error page for PHP applications.",
13689 "homepage": "https://flareapp.io/ignition",
13690 "keywords": [
13691 "error",
13692 "flare",
13693 "laravel",
13694 "page"
13695 ],
13696 "support": {
13697 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
13698 "forum": "https://twitter.com/flareappio",
13699 "issues": "https://github.com/spatie/ignition/issues",
13700 "source": "https://github.com/spatie/ignition"
13701 },
13702 "funding": [
13703 {
13704 "url": "https://github.com/spatie",
13705 "type": "github"
13706 }
13707 ],
13708 "time": "2023-06-06T14:14:58+00:00"
13709 },
13710 {
13711 "name": "spatie/laravel-ignition",
13712 "version": "2.1.3",
13713 "source": {
13714 "type": "git",
13715 "url": "https://github.com/spatie/laravel-ignition.git",
13716 "reference": "35711943d4725aa80f8033e4f1cb3a6775530b25"
13717 },
13718 "dist": {
13719 "type": "zip",
13720 "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/35711943d4725aa80f8033e4f1cb3a6775530b25",
13721 "reference": "35711943d4725aa80f8033e4f1cb3a6775530b25",
13722 "shasum": ""
13723 },
13724 "require": {
13725 "ext-curl": "*",
13726 "ext-json": "*",
13727 "ext-mbstring": "*",
13728 "illuminate/support": "^10.0",
13729 "php": "^8.1",
13730 "spatie/flare-client-php": "^1.3.5",
13731 "spatie/ignition": "^1.5.0",
13732 "symfony/console": "^6.2.3",
13733 "symfony/var-dumper": "^6.2.3"
13734 },
13735 "require-dev": {
13736 "livewire/livewire": "^2.11",
13737 "mockery/mockery": "^1.5.1",
13738 "openai-php/client": "^0.3.4",
13739 "orchestra/testbench": "^8.0",
13740 "pestphp/pest": "^1.22.3",
13741 "phpstan/extension-installer": "^1.2",
13742 "phpstan/phpstan-deprecation-rules": "^1.1.1",
13743 "phpstan/phpstan-phpunit": "^1.3.3",
13744 "vlucas/phpdotenv": "^5.5"
13745 },
13746 "suggest": {
13747 "openai-php/client": "Require get solutions from OpenAI",
13748 "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
13749 },
13750 "type": "library",
13751 "extra": {
13752 "laravel": {
13753 "providers": [
13754 "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
13755 ],
13756 "aliases": {
13757 "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
13758 }
13759 }
13760 },
13761 "autoload": {
13762 "files": [
13763 "src/helpers.php"
13764 ],
13765 "psr-4": {
13766 "Spatie\\LaravelIgnition\\": "src"
13767 }
13768 },
13769 "notification-url": "https://packagist.org/downloads/",
13770 "license": [
13771 "MIT"
13772 ],
13773 "authors": [
13774 {
13775 "name": "Spatie",
13776 "email": "info@spatie.be",
13777 "role": "Developer"
13778 }
13779 ],
13780 "description": "A beautiful error page for Laravel applications.",
13781 "homepage": "https://flareapp.io/ignition",
13782 "keywords": [
13783 "error",
13784 "flare",
13785 "laravel",
13786 "page"
13787 ],
13788 "support": {
13789 "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
13790 "forum": "https://twitter.com/flareappio",
13791 "issues": "https://github.com/spatie/laravel-ignition/issues",
13792 "source": "https://github.com/spatie/laravel-ignition"
13793 },
13794 "funding": [
13795 {
13796 "url": "https://github.com/spatie",
13797 "type": "github"
13798 }
13799 ],
13800 "time": "2023-05-25T11:30:27+00:00"
13801 },
13802 {
13803 "name": "squizlabs/php_codesniffer",
13804 "version": "3.10.1",
13805 "source": {
13806 "type": "git",
13807 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
13808 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
13809 },
13810 "dist": {
13811 "type": "zip",
13812 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
13813 "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
13814 "shasum": ""
13815 },
13816 "require": {
13817 "ext-simplexml": "*",
13818 "ext-tokenizer": "*",
13819 "ext-xmlwriter": "*",
13820 "php": ">=5.4.0"
13821 },
13822 "require-dev": {
13823 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
13824 },
13825 "bin": [
13826 "bin/phpcbf",
13827 "bin/phpcs"
13828 ],
13829 "type": "library",
13830 "extra": {
13831 "branch-alias": {
13832 "dev-master": "3.x-dev"
13833 }
13834 },
13835 "notification-url": "https://packagist.org/downloads/",
13836 "license": [
13837 "BSD-3-Clause"
13838 ],
13839 "authors": [
13840 {
13841 "name": "Greg Sherwood",
13842 "role": "Former lead"
13843 },
13844 {
13845 "name": "Juliette Reinders Folmer",
13846 "role": "Current lead"
13847 },
13848 {
13849 "name": "Contributors",
13850 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
13851 }
13852 ],
13853 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
13854 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
13855 "keywords": [
13856 "phpcs",
13857 "standards",
13858 "static analysis"
13859 ],
13860 "support": {
13861 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
13862 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
13863 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
13864 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
13865 },
13866 "funding": [
13867 {
13868 "url": "https://github.com/PHPCSStandards",
13869 "type": "github"
13870 },
13871 {
13872 "url": "https://github.com/jrfnl",
13873 "type": "github"
13874 },
13875 {
13876 "url": "https://opencollective.com/php_codesniffer",
13877 "type": "open_collective"
13878 }
13879 ],
13880 "time": "2024-05-22T21:24:41+00:00"
13881 },
13882 {
13883 "name": "symfony/dom-crawler",
13884 "version": "v6.3.1",
13885 "source": {
13886 "type": "git",
13887 "url": "https://github.com/symfony/dom-crawler.git",
13888 "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212"
13889 },
13890 "dist": {
13891 "type": "zip",
13892 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8aa333f41f05afc7fc285a976b58272fd90fc212",
13893 "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212",
13894 "shasum": ""
13895 },
13896 "require": {
13897 "masterminds/html5": "^2.6",
13898 "php": ">=8.1",
13899 "symfony/polyfill-ctype": "~1.8",
13900 "symfony/polyfill-mbstring": "~1.0"
13901 },
13902 "require-dev": {
13903 "symfony/css-selector": "^5.4|^6.0"
13904 },
13905 "type": "library",
13906 "autoload": {
13907 "psr-4": {
13908 "Symfony\\Component\\DomCrawler\\": ""
13909 },
13910 "exclude-from-classmap": [
13911 "/Tests/"
13912 ]
13913 },
13914 "notification-url": "https://packagist.org/downloads/",
13915 "license": [
13916 "MIT"
13917 ],
13918 "authors": [
13919 {
13920 "name": "Fabien Potencier",
13921 "email": "fabien@symfony.com"
13922 },
13923 {
13924 "name": "Symfony Community",
13925 "homepage": "https://symfony.com/contributors"
13926 }
13927 ],
13928 "description": "Eases DOM navigation for HTML and XML documents",
13929 "homepage": "https://symfony.com",
13930 "support": {
13931 "source": "https://github.com/symfony/dom-crawler/tree/v6.3.1"
13932 },
13933 "funding": [
13934 {
13935 "url": "https://symfony.com/sponsor",
13936 "type": "custom"
13937 },
13938 {
13939 "url": "https://github.com/fabpot",
13940 "type": "github"
13941 },
13942 {
13943 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
13944 "type": "tidelift"
13945 }
13946 ],
13947 "time": "2023-06-05T15:30:22+00:00"
13948 },
13949 {
13950 "name": "theseer/tokenizer",
13951 "version": "1.2.1",
13952 "source": {
13953 "type": "git",
13954 "url": "https://github.com/theseer/tokenizer.git",
13955 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
13956 },
13957 "dist": {
13958 "type": "zip",
13959 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
13960 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
13961 "shasum": ""
13962 },
13963 "require": {
13964 "ext-dom": "*",
13965 "ext-tokenizer": "*",
13966 "ext-xmlwriter": "*",
13967 "php": "^7.2 || ^8.0"
13968 },
13969 "type": "library",
13970 "autoload": {
13971 "classmap": [
13972 "src/"
13973 ]
13974 },
13975 "notification-url": "https://packagist.org/downloads/",
13976 "license": [
13977 "BSD-3-Clause"
13978 ],
13979 "authors": [
13980 {
13981 "name": "Arne Blankerts",
13982 "email": "arne@blankerts.de",
13983 "role": "Developer"
13984 }
13985 ],
13986 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
13987 "support": {
13988 "issues": "https://github.com/theseer/tokenizer/issues",
13989 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
13990 },
13991 "funding": [
13992 {
13993 "url": "https://github.com/theseer",
13994 "type": "github"
13995 }
13996 ],
13997 "time": "2021-07-28T10:34:58+00:00"
13998 }
13999 ],
14000 "aliases": [],
14001 "minimum-stability": "stable",
14002 "stability-flags": {
14003 "xsolla/xsolla-sdk-php": 20
14004 },
14005 "prefer-stable": false,
14006 "prefer-lowest": false,
14007 "platform": {
14008 "ext-ds": "*",
14009 "ext-redis": "*"
14010 },
14011 "platform-dev": [],
14012 "platform-overrides": {
14013 "php": "8.3.0"
14014 },
14015 "plugin-api-version": "2.6.0"
14016}