friendship ended with social-app. php is my new best friend
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": "c6002ed16d9e230ae38c8eebfa96ea6f",
8 "packages": [
9 {
10 "name": "chillerlan/php-http-message-utils",
11 "version": "2.2.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/chillerlan/php-http-message-utils.git",
15 "reference": "56530b1773dba7593cd9aa9d28bf4a53ab8d44d8"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/chillerlan/php-http-message-utils/zipball/56530b1773dba7593cd9aa9d28bf4a53ab8d44d8",
20 "reference": "56530b1773dba7593cd9aa9d28bf4a53ab8d44d8",
21 "shasum": ""
22 },
23 "require": {
24 "ext-fileinfo": "*",
25 "ext-intl": "*",
26 "ext-json": "*",
27 "ext-mbstring": "*",
28 "ext-simplexml": "*",
29 "ext-zlib": "*",
30 "php": "^8.1",
31 "psr/http-client": "^1.0",
32 "psr/http-factory": "^1.1",
33 "psr/http-message": "^1.1 || ^2.0"
34 },
35 "provide": {
36 "psr/http-client-implementation": "1.0"
37 },
38 "require-dev": {
39 "chillerlan/phpunit-http": "^1.0",
40 "ext-curl": "*",
41 "guzzlehttp/guzzle": "^7.8",
42 "phpmd/phpmd": "^2.15",
43 "phpstan/phpstan": "^1.11",
44 "phpstan/phpstan-deprecation-rules": "^1.2",
45 "phpunit/phpunit": "^10.5",
46 "slevomat/coding-standard": "^8.15",
47 "squizlabs/php_codesniffer": "^3.10"
48 },
49 "suggest": {
50 "chillerlan/php-httpinterface": "A PSR-18 HTTP client implementation",
51 "chillerlan/php-oauth": "A PSR-7 OAuth client/handler that also acts as PSR-18 HTTP client",
52 "chillerlan/psr-7": "A PSR-7/PSR-17 HTTP message and factory implementation."
53 },
54 "type": "library",
55 "autoload": {
56 "psr-4": {
57 "chillerlan\\HTTP\\Utils\\": "src"
58 }
59 },
60 "notification-url": "https://packagist.org/downloads/",
61 "license": [
62 "MIT"
63 ],
64 "authors": [
65 {
66 "name": "smiley",
67 "email": "smiley@chillerlan.net",
68 "homepage": "https://github.com/codemasher"
69 }
70 ],
71 "description": "PSR-7/17/18 utilities",
72 "keywords": [
73 "http",
74 "message",
75 "psr-17",
76 "psr-18",
77 "psr-7"
78 ],
79 "support": {
80 "issues": "https://github.com/chillerlan/php-http-message-utils/issues",
81 "source": "https://github.com/chillerlan/php-http-message-utils"
82 },
83 "funding": [
84 {
85 "url": "https://ko-fi.com/codemasher",
86 "type": "ko_fi"
87 }
88 ],
89 "time": "2024-07-26T16:04:07+00:00"
90 },
91 {
92 "name": "chillerlan/php-oauth",
93 "version": "1.0.2",
94 "source": {
95 "type": "git",
96 "url": "https://github.com/chillerlan/php-oauth.git",
97 "reference": "836d7a6748946c5e82b7af2a84a8f27c148a9dd0"
98 },
99 "dist": {
100 "type": "zip",
101 "url": "https://api.github.com/repos/chillerlan/php-oauth/zipball/836d7a6748946c5e82b7af2a84a8f27c148a9dd0",
102 "reference": "836d7a6748946c5e82b7af2a84a8f27c148a9dd0",
103 "shasum": ""
104 },
105 "require": {
106 "chillerlan/php-http-message-utils": "^2.2.2",
107 "chillerlan/php-settings-container": "^3.2.1",
108 "chillerlan/php-standard-utilities": "^1.0",
109 "ext-json": "*",
110 "ext-sodium": "*",
111 "php": "^8.1",
112 "psr/http-client": "^1.0",
113 "psr/http-message": "^1.1 || ^2.0",
114 "psr/log": "^1.1 || ^2.0 || ^3.0"
115 },
116 "provide": {
117 "psr/http-client-implementation": "1.0"
118 },
119 "require-dev": {
120 "chillerlan/php-dotenv": "^3.0",
121 "chillerlan/phpunit-http": "^1.0",
122 "guzzlehttp/guzzle": "^7.9",
123 "monolog/monolog": "^3.7",
124 "phpmd/phpmd": "^2.15",
125 "phpstan/phpstan": "^1.12",
126 "phpstan/phpstan-deprecation-rules": "^1.2",
127 "phpunit/phpunit": "^10.5",
128 "slevomat/coding-standard": "^8.15",
129 "squizlabs/php_codesniffer": "^3.10"
130 },
131 "suggest": {
132 "chillerlan/php-httpinterface": "^6.0 - an alternative PSR-18 HTTP Client"
133 },
134 "type": "library",
135 "autoload": {
136 "psr-4": {
137 "chillerlan\\OAuth\\": "src"
138 }
139 },
140 "notification-url": "https://packagist.org/downloads/",
141 "license": [
142 "MIT"
143 ],
144 "authors": [
145 {
146 "name": "smiley",
147 "email": "smiley@chillerlan.net",
148 "homepage": "https://github.com/codemasher"
149 }
150 ],
151 "description": "A fully transparent, framework agnostic PSR-18 OAuth client.",
152 "homepage": "https://github.com/chillerlan/php-oauth",
153 "keywords": [
154 "Authentication",
155 "authorization",
156 "client",
157 "oauth",
158 "oauth1",
159 "oauth2",
160 "pkce",
161 "psr-17",
162 "psr-18",
163 "psr-7",
164 "rfc5849",
165 "rfc6749",
166 "rfc7636"
167 ],
168 "support": {
169 "issues": "https://github.com/chillerlan/php-oauth/issues",
170 "source": "https://github.com/chillerlan/php-oauth"
171 },
172 "funding": [
173 {
174 "url": "https://ko-fi.com/codemasher",
175 "type": "Ko-Fi"
176 }
177 ],
178 "time": "2024-11-12T19:56:43+00:00"
179 },
180 {
181 "name": "chillerlan/php-settings-container",
182 "version": "3.2.1",
183 "source": {
184 "type": "git",
185 "url": "https://github.com/chillerlan/php-settings-container.git",
186 "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681"
187 },
188 "dist": {
189 "type": "zip",
190 "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
191 "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
192 "shasum": ""
193 },
194 "require": {
195 "ext-json": "*",
196 "php": "^8.1"
197 },
198 "require-dev": {
199 "phpmd/phpmd": "^2.15",
200 "phpstan/phpstan": "^1.11",
201 "phpstan/phpstan-deprecation-rules": "^1.2",
202 "phpunit/phpunit": "^10.5",
203 "squizlabs/php_codesniffer": "^3.10"
204 },
205 "type": "library",
206 "autoload": {
207 "psr-4": {
208 "chillerlan\\Settings\\": "src"
209 }
210 },
211 "notification-url": "https://packagist.org/downloads/",
212 "license": [
213 "MIT"
214 ],
215 "authors": [
216 {
217 "name": "Smiley",
218 "email": "smiley@chillerlan.net",
219 "homepage": "https://github.com/codemasher"
220 }
221 ],
222 "description": "A container class for immutable settings objects. Not a DI container.",
223 "homepage": "https://github.com/chillerlan/php-settings-container",
224 "keywords": [
225 "Settings",
226 "configuration",
227 "container",
228 "helper"
229 ],
230 "support": {
231 "issues": "https://github.com/chillerlan/php-settings-container/issues",
232 "source": "https://github.com/chillerlan/php-settings-container"
233 },
234 "funding": [
235 {
236 "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
237 "type": "custom"
238 },
239 {
240 "url": "https://ko-fi.com/codemasher",
241 "type": "ko_fi"
242 }
243 ],
244 "time": "2024-07-16T11:13:48+00:00"
245 },
246 {
247 "name": "chillerlan/php-standard-utilities",
248 "version": "1.0.2",
249 "source": {
250 "type": "git",
251 "url": "https://github.com/chillerlan/php-standard-utilities.git",
252 "reference": "5799d72f48bd4c36a4f3f668a879e5827e65736f"
253 },
254 "dist": {
255 "type": "zip",
256 "url": "https://api.github.com/repos/chillerlan/php-standard-utilities/zipball/5799d72f48bd4c36a4f3f668a879e5827e65736f",
257 "reference": "5799d72f48bd4c36a4f3f668a879e5827e65736f",
258 "shasum": ""
259 },
260 "require": {
261 "ext-json": "*",
262 "ext-mbstring": "*",
263 "ext-sodium": "*",
264 "php": "^8.1"
265 },
266 "require-dev": {
267 "phpmd/phpmd": "^2.15",
268 "phpstan/phpstan": "^2.1.17",
269 "phpstan/phpstan-deprecation-rules": "^2.0",
270 "phpunit/phpunit": "^10.5",
271 "slevomat/coding-standard": "^8.19",
272 "squizlabs/php_codesniffer": "^3.13"
273 },
274 "type": "library",
275 "autoload": {
276 "psr-4": {
277 "chillerlan\\Utilities\\": "src"
278 }
279 },
280 "notification-url": "https://packagist.org/downloads/",
281 "license": [
282 "MIT"
283 ],
284 "authors": [
285 {
286 "name": "smiley",
287 "email": "smiley@chillerlan.net",
288 "homepage": "https://github.com/codemasher"
289 },
290 {
291 "name": "Contributors",
292 "homepage": "https://github.com/chillerlan/php-standard-utilities/graphs/contributors"
293 }
294 ],
295 "description": "A collection of reusable multi-purpose functions for PHP libraries.",
296 "homepage": "https://github.com/chillerlan/php-standard-utilities",
297 "keywords": [
298 "functions",
299 "utilities"
300 ],
301 "support": {
302 "issues": "https://github.com/chillerlan/php-standard-utilities/issues",
303 "source": "https://github.com/chillerlan/php-standard-utilities"
304 },
305 "funding": [
306 {
307 "url": "https://ko-fi.com/codemasher",
308 "type": "Ko-Fi"
309 }
310 ],
311 "time": "2025-08-13T16:46:21+00:00"
312 },
313 {
314 "name": "contributte/logging",
315 "version": "v0.6.3",
316 "source": {
317 "type": "git",
318 "url": "https://github.com/contributte/logging.git",
319 "reference": "2cc959bcfbd05cf2946b6711432d14fc0deed418"
320 },
321 "dist": {
322 "type": "zip",
323 "url": "https://api.github.com/repos/contributte/logging/zipball/2cc959bcfbd05cf2946b6711432d14fc0deed418",
324 "reference": "2cc959bcfbd05cf2946b6711432d14fc0deed418",
325 "shasum": ""
326 },
327 "require": {
328 "php": ">=7.2",
329 "tracy/tracy": "~2.5.5|~2.6.2|~2.7.0|~2.8.0|~2.9.0|~2.10.0"
330 },
331 "conflict": {
332 "nette/di": "<3.0"
333 },
334 "require-dev": {
335 "ext-json": "*",
336 "nette/di": "^3.0.0",
337 "ninjify/nunjuck": "^0.4",
338 "ninjify/qa": "^0.12",
339 "phpstan/phpstan": "^1.0",
340 "phpstan/phpstan-deprecation-rules": "^1.0",
341 "phpstan/phpstan-nette": "^1.0",
342 "phpstan/phpstan-strict-rules": "^1.0",
343 "sentry/sdk": "^3.0.0"
344 },
345 "suggest": {
346 "nette/di": "to use TracyLoggingExtension",
347 "sentry/sdk": "to use SentryLoggingExtension"
348 },
349 "type": "library",
350 "extra": {
351 "branch-alias": {
352 "dev-master": "0.6.x-dev"
353 }
354 },
355 "autoload": {
356 "psr-4": {
357 "Contributte\\Logging\\": "src"
358 }
359 },
360 "notification-url": "https://packagist.org/downloads/",
361 "license": [
362 "MIT"
363 ],
364 "authors": [
365 {
366 "name": "Milan Felix Šulc",
367 "homepage": "https://f3l1x.io"
368 }
369 ],
370 "description": "Plug-in support logging for Tracy / Nette Framework",
371 "homepage": "https://github.com/contributte/logging",
372 "keywords": [
373 "logging",
374 "monolog",
375 "nette",
376 "plugins",
377 "tracy"
378 ],
379 "support": {
380 "issues": "https://github.com/contributte/logging/issues",
381 "source": "https://github.com/contributte/logging/tree/v0.6.3"
382 },
383 "funding": [
384 {
385 "url": "https://contributte.org/partners.html",
386 "type": "custom"
387 },
388 {
389 "url": "https://github.com/f3l1x",
390 "type": "github"
391 }
392 ],
393 "time": "2023-04-03T15:20:33+00:00"
394 },
395 {
396 "name": "dflydev/dot-access-data",
397 "version": "v3.0.3",
398 "source": {
399 "type": "git",
400 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
401 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
402 },
403 "dist": {
404 "type": "zip",
405 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
406 "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
407 "shasum": ""
408 },
409 "require": {
410 "php": "^7.1 || ^8.0"
411 },
412 "require-dev": {
413 "phpstan/phpstan": "^0.12.42",
414 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
415 "scrutinizer/ocular": "1.6.0",
416 "squizlabs/php_codesniffer": "^3.5",
417 "vimeo/psalm": "^4.0.0"
418 },
419 "type": "library",
420 "extra": {
421 "branch-alias": {
422 "dev-main": "3.x-dev"
423 }
424 },
425 "autoload": {
426 "psr-4": {
427 "Dflydev\\DotAccessData\\": "src/"
428 }
429 },
430 "notification-url": "https://packagist.org/downloads/",
431 "license": [
432 "MIT"
433 ],
434 "authors": [
435 {
436 "name": "Dragonfly Development Inc.",
437 "email": "info@dflydev.com",
438 "homepage": "http://dflydev.com"
439 },
440 {
441 "name": "Beau Simensen",
442 "email": "beau@dflydev.com",
443 "homepage": "http://beausimensen.com"
444 },
445 {
446 "name": "Carlos Frutos",
447 "email": "carlos@kiwing.it",
448 "homepage": "https://github.com/cfrutos"
449 },
450 {
451 "name": "Colin O'Dell",
452 "email": "colinodell@gmail.com",
453 "homepage": "https://www.colinodell.com"
454 }
455 ],
456 "description": "Given a deep data structure, access data by dot notation.",
457 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
458 "keywords": [
459 "access",
460 "data",
461 "dot",
462 "notation"
463 ],
464 "support": {
465 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
466 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
467 },
468 "time": "2024-07-08T12:26:09+00:00"
469 },
470 {
471 "name": "erusev/parsedown",
472 "version": "1.7.4",
473 "source": {
474 "type": "git",
475 "url": "https://github.com/erusev/parsedown.git",
476 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
477 },
478 "dist": {
479 "type": "zip",
480 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
481 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
482 "shasum": ""
483 },
484 "require": {
485 "ext-mbstring": "*",
486 "php": ">=5.3.0"
487 },
488 "require-dev": {
489 "phpunit/phpunit": "^4.8.35"
490 },
491 "type": "library",
492 "autoload": {
493 "psr-0": {
494 "Parsedown": ""
495 }
496 },
497 "notification-url": "https://packagist.org/downloads/",
498 "license": [
499 "MIT"
500 ],
501 "authors": [
502 {
503 "name": "Emanuil Rusev",
504 "email": "hello@erusev.com",
505 "homepage": "http://erusev.com"
506 }
507 ],
508 "description": "Parser for Markdown.",
509 "homepage": "http://parsedown.org",
510 "keywords": [
511 "markdown",
512 "parser"
513 ],
514 "support": {
515 "issues": "https://github.com/erusev/parsedown/issues",
516 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
517 },
518 "time": "2019-12-30T22:54:17+00:00"
519 },
520 {
521 "name": "evenement/evenement",
522 "version": "v3.0.2",
523 "source": {
524 "type": "git",
525 "url": "https://github.com/igorw/evenement.git",
526 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
527 },
528 "dist": {
529 "type": "zip",
530 "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
531 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
532 "shasum": ""
533 },
534 "require": {
535 "php": ">=7.0"
536 },
537 "require-dev": {
538 "phpunit/phpunit": "^9 || ^6"
539 },
540 "type": "library",
541 "autoload": {
542 "psr-4": {
543 "Evenement\\": "src/"
544 }
545 },
546 "notification-url": "https://packagist.org/downloads/",
547 "license": [
548 "MIT"
549 ],
550 "authors": [
551 {
552 "name": "Igor Wiedler",
553 "email": "igor@wiedler.ch"
554 }
555 ],
556 "description": "Événement is a very simple event dispatching library for PHP",
557 "keywords": [
558 "event-dispatcher",
559 "event-emitter"
560 ],
561 "support": {
562 "issues": "https://github.com/igorw/evenement/issues",
563 "source": "https://github.com/igorw/evenement/tree/v3.0.2"
564 },
565 "time": "2023-08-08T05:53:35+00:00"
566 },
567 {
568 "name": "fig/http-message-util",
569 "version": "1.1.5",
570 "source": {
571 "type": "git",
572 "url": "https://github.com/php-fig/http-message-util.git",
573 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
574 },
575 "dist": {
576 "type": "zip",
577 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
578 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
579 "shasum": ""
580 },
581 "require": {
582 "php": "^5.3 || ^7.0 || ^8.0"
583 },
584 "suggest": {
585 "psr/http-message": "The package containing the PSR-7 interfaces"
586 },
587 "type": "library",
588 "extra": {
589 "branch-alias": {
590 "dev-master": "1.1.x-dev"
591 }
592 },
593 "autoload": {
594 "psr-4": {
595 "Fig\\Http\\Message\\": "src/"
596 }
597 },
598 "notification-url": "https://packagist.org/downloads/",
599 "license": [
600 "MIT"
601 ],
602 "authors": [
603 {
604 "name": "PHP-FIG",
605 "homepage": "https://www.php-fig.org/"
606 }
607 ],
608 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
609 "keywords": [
610 "http",
611 "http-message",
612 "psr",
613 "psr-7",
614 "request",
615 "response"
616 ],
617 "support": {
618 "issues": "https://github.com/php-fig/http-message-util/issues",
619 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
620 },
621 "time": "2020-11-24T22:02:12+00:00"
622 },
623 {
624 "name": "flightphp/core",
625 "version": "v3.17.2",
626 "source": {
627 "type": "git",
628 "url": "https://github.com/flightphp/core.git",
629 "reference": "095a46663f7090c549f5c3459f0dada893b3b5d9"
630 },
631 "dist": {
632 "type": "zip",
633 "url": "https://api.github.com/repos/flightphp/core/zipball/095a46663f7090c549f5c3459f0dada893b3b5d9",
634 "reference": "095a46663f7090c549f5c3459f0dada893b3b5d9",
635 "shasum": ""
636 },
637 "require": {
638 "ext-json": "*",
639 "php": ">=7.4"
640 },
641 "replace": {
642 "mikecao/flight": "2.0.2"
643 },
644 "require-dev": {
645 "ext-pdo_sqlite": "*",
646 "flightphp/container": "^1.0",
647 "flightphp/runway": "^0.2.3 || ^1.0",
648 "league/container": "^4.2",
649 "level-2/dice": "^4.0",
650 "phpstan/extension-installer": "^1.4",
651 "phpstan/phpstan": "^2.1",
652 "phpunit/phpunit": "^9.6",
653 "rregeer/phpunit-coverage-check": "^0.3.1",
654 "spatie/phpunit-watcher": "^1.23 || ^1.24",
655 "squizlabs/php_codesniffer": "^3.11"
656 },
657 "suggest": {
658 "latte/latte": "Latte template engine",
659 "phpstan/phpstan": "PHP Static Analyzer",
660 "tracy/tracy": "Tracy debugger"
661 },
662 "type": "library",
663 "autoload": {
664 "files": [
665 "flight/autoload.php"
666 ]
667 },
668 "notification-url": "https://packagist.org/downloads/",
669 "license": [
670 "MIT"
671 ],
672 "authors": [
673 {
674 "name": "Mike Cao",
675 "email": "mike@mikecao.com",
676 "homepage": "http://www.mikecao.com/",
677 "role": "Original Developer"
678 },
679 {
680 "name": "Franyer Sánchez",
681 "email": "franyeradriansanchez@gmail.com",
682 "homepage": "https://faslatam.42web.io",
683 "role": "Maintainer"
684 },
685 {
686 "name": "n0nag0n",
687 "email": "n0nag0n@sky-9.com",
688 "role": "Maintainer"
689 }
690 ],
691 "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications. This is the maintained fork of mikecao/flight",
692 "homepage": "http://flightphp.com",
693 "support": {
694 "issues": "https://github.com/flightphp/core/issues",
695 "source": "https://github.com/flightphp/core/tree/v3.17.2"
696 },
697 "time": "2025-10-03T21:05:48+00:00"
698 },
699 {
700 "name": "fusonic/opengraph",
701 "version": "v3.0.0",
702 "source": {
703 "type": "git",
704 "url": "https://github.com/fusonic/opengraph.git",
705 "reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378"
706 },
707 "dist": {
708 "type": "zip",
709 "url": "https://api.github.com/repos/fusonic/opengraph/zipball/2daa6dce84f23b1bb6d66bf03b3e9371c39cd378",
710 "reference": "2daa6dce84f23b1bb6d66bf03b3e9371c39cd378",
711 "shasum": ""
712 },
713 "require": {
714 "ext-dom": "*",
715 "php": "^8.1",
716 "psr/http-client": "^1.0",
717 "psr/http-factory": "^1.0",
718 "symfony/css-selector": "^5.4 || ^6.4 || ^7.1",
719 "symfony/dom-crawler": "^5.4 || ^6.4 || ^7.1"
720 },
721 "require-dev": {
722 "friendsofphp/php-cs-fixer": "^3.65",
723 "nyholm/psr7": "^1.8",
724 "phpstan/phpstan": "^2.0",
725 "phpstan/phpstan-deprecation-rules": "^2.0",
726 "phpstan/phpstan-phpunit": "^2.0",
727 "phpstan/phpstan-strict-rules": "^2.0",
728 "phpunit/phpunit": "^10.5 || ^11.4",
729 "symfony/http-client": "^5.4 || ^6.4 || ^7.1"
730 },
731 "suggest": {
732 "nyholm/psr7": "^1.8",
733 "symfony/http-client": "^5.4 || ^6.4 || ^7.1"
734 },
735 "type": "library",
736 "autoload": {
737 "psr-4": {
738 "Fusonic\\OpenGraph\\": "src/"
739 }
740 },
741 "notification-url": "https://packagist.org/downloads/",
742 "license": [
743 "MIT"
744 ],
745 "authors": [
746 {
747 "name": "Fusonic",
748 "homepage": "https://www.fusonic.net"
749 }
750 ],
751 "description": "PHP library for consuming and publishing Open Graph resources.",
752 "homepage": "https://github.com/fusonic/opengraph",
753 "keywords": [
754 "opengraph"
755 ],
756 "support": {
757 "issues": "https://github.com/fusonic/opengraph/issues",
758 "source": "https://github.com/fusonic/opengraph/tree/v3.0.0"
759 },
760 "time": "2025-01-13T07:23:24+00:00"
761 },
762 {
763 "name": "guzzlehttp/guzzle",
764 "version": "7.10.0",
765 "source": {
766 "type": "git",
767 "url": "https://github.com/guzzle/guzzle.git",
768 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
769 },
770 "dist": {
771 "type": "zip",
772 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
773 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
774 "shasum": ""
775 },
776 "require": {
777 "ext-json": "*",
778 "guzzlehttp/promises": "^2.3",
779 "guzzlehttp/psr7": "^2.8",
780 "php": "^7.2.5 || ^8.0",
781 "psr/http-client": "^1.0",
782 "symfony/deprecation-contracts": "^2.2 || ^3.0"
783 },
784 "provide": {
785 "psr/http-client-implementation": "1.0"
786 },
787 "require-dev": {
788 "bamarni/composer-bin-plugin": "^1.8.2",
789 "ext-curl": "*",
790 "guzzle/client-integration-tests": "3.0.2",
791 "php-http/message-factory": "^1.1",
792 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
793 "psr/log": "^1.1 || ^2.0 || ^3.0"
794 },
795 "suggest": {
796 "ext-curl": "Required for CURL handler support",
797 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
798 "psr/log": "Required for using the Log middleware"
799 },
800 "type": "library",
801 "extra": {
802 "bamarni-bin": {
803 "bin-links": true,
804 "forward-command": false
805 }
806 },
807 "autoload": {
808 "files": [
809 "src/functions_include.php"
810 ],
811 "psr-4": {
812 "GuzzleHttp\\": "src/"
813 }
814 },
815 "notification-url": "https://packagist.org/downloads/",
816 "license": [
817 "MIT"
818 ],
819 "authors": [
820 {
821 "name": "Graham Campbell",
822 "email": "hello@gjcampbell.co.uk",
823 "homepage": "https://github.com/GrahamCampbell"
824 },
825 {
826 "name": "Michael Dowling",
827 "email": "mtdowling@gmail.com",
828 "homepage": "https://github.com/mtdowling"
829 },
830 {
831 "name": "Jeremy Lindblom",
832 "email": "jeremeamia@gmail.com",
833 "homepage": "https://github.com/jeremeamia"
834 },
835 {
836 "name": "George Mponos",
837 "email": "gmponos@gmail.com",
838 "homepage": "https://github.com/gmponos"
839 },
840 {
841 "name": "Tobias Nyholm",
842 "email": "tobias.nyholm@gmail.com",
843 "homepage": "https://github.com/Nyholm"
844 },
845 {
846 "name": "Márk Sági-Kazár",
847 "email": "mark.sagikazar@gmail.com",
848 "homepage": "https://github.com/sagikazarmark"
849 },
850 {
851 "name": "Tobias Schultze",
852 "email": "webmaster@tubo-world.de",
853 "homepage": "https://github.com/Tobion"
854 }
855 ],
856 "description": "Guzzle is a PHP HTTP client library",
857 "keywords": [
858 "client",
859 "curl",
860 "framework",
861 "http",
862 "http client",
863 "psr-18",
864 "psr-7",
865 "rest",
866 "web service"
867 ],
868 "support": {
869 "issues": "https://github.com/guzzle/guzzle/issues",
870 "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
871 },
872 "funding": [
873 {
874 "url": "https://github.com/GrahamCampbell",
875 "type": "github"
876 },
877 {
878 "url": "https://github.com/Nyholm",
879 "type": "github"
880 },
881 {
882 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
883 "type": "tidelift"
884 }
885 ],
886 "time": "2025-08-23T22:36:01+00:00"
887 },
888 {
889 "name": "guzzlehttp/promises",
890 "version": "2.3.0",
891 "source": {
892 "type": "git",
893 "url": "https://github.com/guzzle/promises.git",
894 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
895 },
896 "dist": {
897 "type": "zip",
898 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
899 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
900 "shasum": ""
901 },
902 "require": {
903 "php": "^7.2.5 || ^8.0"
904 },
905 "require-dev": {
906 "bamarni/composer-bin-plugin": "^1.8.2",
907 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
908 },
909 "type": "library",
910 "extra": {
911 "bamarni-bin": {
912 "bin-links": true,
913 "forward-command": false
914 }
915 },
916 "autoload": {
917 "psr-4": {
918 "GuzzleHttp\\Promise\\": "src/"
919 }
920 },
921 "notification-url": "https://packagist.org/downloads/",
922 "license": [
923 "MIT"
924 ],
925 "authors": [
926 {
927 "name": "Graham Campbell",
928 "email": "hello@gjcampbell.co.uk",
929 "homepage": "https://github.com/GrahamCampbell"
930 },
931 {
932 "name": "Michael Dowling",
933 "email": "mtdowling@gmail.com",
934 "homepage": "https://github.com/mtdowling"
935 },
936 {
937 "name": "Tobias Nyholm",
938 "email": "tobias.nyholm@gmail.com",
939 "homepage": "https://github.com/Nyholm"
940 },
941 {
942 "name": "Tobias Schultze",
943 "email": "webmaster@tubo-world.de",
944 "homepage": "https://github.com/Tobion"
945 }
946 ],
947 "description": "Guzzle promises library",
948 "keywords": [
949 "promise"
950 ],
951 "support": {
952 "issues": "https://github.com/guzzle/promises/issues",
953 "source": "https://github.com/guzzle/promises/tree/2.3.0"
954 },
955 "funding": [
956 {
957 "url": "https://github.com/GrahamCampbell",
958 "type": "github"
959 },
960 {
961 "url": "https://github.com/Nyholm",
962 "type": "github"
963 },
964 {
965 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
966 "type": "tidelift"
967 }
968 ],
969 "time": "2025-08-22T14:34:08+00:00"
970 },
971 {
972 "name": "guzzlehttp/psr7",
973 "version": "2.8.0",
974 "source": {
975 "type": "git",
976 "url": "https://github.com/guzzle/psr7.git",
977 "reference": "21dc724a0583619cd1652f673303492272778051"
978 },
979 "dist": {
980 "type": "zip",
981 "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
982 "reference": "21dc724a0583619cd1652f673303492272778051",
983 "shasum": ""
984 },
985 "require": {
986 "php": "^7.2.5 || ^8.0",
987 "psr/http-factory": "^1.0",
988 "psr/http-message": "^1.1 || ^2.0",
989 "ralouphie/getallheaders": "^3.0"
990 },
991 "provide": {
992 "psr/http-factory-implementation": "1.0",
993 "psr/http-message-implementation": "1.0"
994 },
995 "require-dev": {
996 "bamarni/composer-bin-plugin": "^1.8.2",
997 "http-interop/http-factory-tests": "0.9.0",
998 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
999 },
1000 "suggest": {
1001 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1002 },
1003 "type": "library",
1004 "extra": {
1005 "bamarni-bin": {
1006 "bin-links": true,
1007 "forward-command": false
1008 }
1009 },
1010 "autoload": {
1011 "psr-4": {
1012 "GuzzleHttp\\Psr7\\": "src/"
1013 }
1014 },
1015 "notification-url": "https://packagist.org/downloads/",
1016 "license": [
1017 "MIT"
1018 ],
1019 "authors": [
1020 {
1021 "name": "Graham Campbell",
1022 "email": "hello@gjcampbell.co.uk",
1023 "homepage": "https://github.com/GrahamCampbell"
1024 },
1025 {
1026 "name": "Michael Dowling",
1027 "email": "mtdowling@gmail.com",
1028 "homepage": "https://github.com/mtdowling"
1029 },
1030 {
1031 "name": "George Mponos",
1032 "email": "gmponos@gmail.com",
1033 "homepage": "https://github.com/gmponos"
1034 },
1035 {
1036 "name": "Tobias Nyholm",
1037 "email": "tobias.nyholm@gmail.com",
1038 "homepage": "https://github.com/Nyholm"
1039 },
1040 {
1041 "name": "Márk Sági-Kazár",
1042 "email": "mark.sagikazar@gmail.com",
1043 "homepage": "https://github.com/sagikazarmark"
1044 },
1045 {
1046 "name": "Tobias Schultze",
1047 "email": "webmaster@tubo-world.de",
1048 "homepage": "https://github.com/Tobion"
1049 },
1050 {
1051 "name": "Márk Sági-Kazár",
1052 "email": "mark.sagikazar@gmail.com",
1053 "homepage": "https://sagikazarmark.hu"
1054 }
1055 ],
1056 "description": "PSR-7 message implementation that also provides common utility methods",
1057 "keywords": [
1058 "http",
1059 "message",
1060 "psr-7",
1061 "request",
1062 "response",
1063 "stream",
1064 "uri",
1065 "url"
1066 ],
1067 "support": {
1068 "issues": "https://github.com/guzzle/psr7/issues",
1069 "source": "https://github.com/guzzle/psr7/tree/2.8.0"
1070 },
1071 "funding": [
1072 {
1073 "url": "https://github.com/GrahamCampbell",
1074 "type": "github"
1075 },
1076 {
1077 "url": "https://github.com/Nyholm",
1078 "type": "github"
1079 },
1080 {
1081 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1082 "type": "tidelift"
1083 }
1084 ],
1085 "time": "2025-08-23T21:21:41+00:00"
1086 },
1087 {
1088 "name": "jerome/fetch-php",
1089 "version": "3.2.3",
1090 "source": {
1091 "type": "git",
1092 "url": "https://github.com/Thavarshan/fetch-php.git",
1093 "reference": "f440cfd4d2fecc844dd87d870632845f8e2aab13"
1094 },
1095 "dist": {
1096 "type": "zip",
1097 "url": "https://api.github.com/repos/Thavarshan/fetch-php/zipball/f440cfd4d2fecc844dd87d870632845f8e2aab13",
1098 "reference": "f440cfd4d2fecc844dd87d870632845f8e2aab13",
1099 "shasum": ""
1100 },
1101 "require": {
1102 "guzzlehttp/guzzle": "^7.9",
1103 "guzzlehttp/psr7": "^2.7",
1104 "jerome/matrix": "^3.3",
1105 "php": "^8.2",
1106 "psr/http-message": "^1.0|^2.0",
1107 "psr/log": "^1.0|^2.0|^3.0",
1108 "react/event-loop": "^1.5",
1109 "react/promise": "^3.2"
1110 },
1111 "require-dev": {
1112 "friendsofphp/php-cs-fixer": "^3.64",
1113 "laravel/pint": "^1.21",
1114 "mockery/mockery": "^1.6",
1115 "phpstan/phpstan": "^1.11.5",
1116 "phpunit/phpunit": "^11.5",
1117 "squizlabs/php_codesniffer": "^3.7",
1118 "symfony/var-dumper": "^6.0|^7.2",
1119 "tightenco/duster": "^3.2"
1120 },
1121 "type": "library",
1122 "autoload": {
1123 "files": [
1124 "src/Fetch/Support/helpers.php"
1125 ],
1126 "psr-4": {
1127 "Fetch\\": "src/Fetch/"
1128 }
1129 },
1130 "notification-url": "https://packagist.org/downloads/",
1131 "license": [
1132 "GPL-3.0-or-later"
1133 ],
1134 "authors": [
1135 {
1136 "name": "Jerome Thayananthajothy",
1137 "email": "tjthavarshan@gmail.com"
1138 }
1139 ],
1140 "description": "The JavaScript fetch API for PHP.",
1141 "homepage": "https://fetch-php.thavarshan.com",
1142 "support": {
1143 "issues": "https://github.com/Thavarshan/fetch-php/issues",
1144 "source": "https://github.com/Thavarshan/fetch-php"
1145 },
1146 "funding": [
1147 {
1148 "url": "https://www.buymeacoffee.com/thavarshan",
1149 "type": "buy_me_a_coffee"
1150 },
1151 {
1152 "url": "https://github.com/thavarshan",
1153 "type": "github"
1154 }
1155 ],
1156 "time": "2025-05-24T20:23:11+00:00"
1157 },
1158 {
1159 "name": "jerome/matrix",
1160 "version": "3.3.0",
1161 "source": {
1162 "type": "git",
1163 "url": "https://github.com/Thavarshan/matrix.git",
1164 "reference": "c484cc6d012dae0497dc223f0c596410ff1d7eb1"
1165 },
1166 "dist": {
1167 "type": "zip",
1168 "url": "https://api.github.com/repos/Thavarshan/matrix/zipball/c484cc6d012dae0497dc223f0c596410ff1d7eb1",
1169 "reference": "c484cc6d012dae0497dc223f0c596410ff1d7eb1",
1170 "shasum": ""
1171 },
1172 "require": {
1173 "ext-pcntl": "*",
1174 "ext-posix": "*",
1175 "php": "^8.2",
1176 "react/event-loop": "^1.5",
1177 "react/promise": "^3.2"
1178 },
1179 "require-dev": {
1180 "friendsofphp/php-cs-fixer": "^3.65",
1181 "guzzlehttp/guzzle": "^7.0",
1182 "laravel/pint": "^1.18",
1183 "mockery/mockery": "^1.6",
1184 "php-mock/php-mock": "^2.5",
1185 "php-mock/php-mock-mockery": "^1.4",
1186 "phpstan/phpstan": "^1.11.5",
1187 "phpunit/phpunit": "^11.5",
1188 "squizlabs/php_codesniffer": "^3.11",
1189 "symfony/var-dumper": "^7.2",
1190 "tightenco/duster": "^3.2"
1191 },
1192 "type": "library",
1193 "autoload": {
1194 "files": [
1195 "src/Matrix/Support/helpers.php"
1196 ],
1197 "psr-4": {
1198 "Matrix\\": "src/Matrix/"
1199 }
1200 },
1201 "notification-url": "https://packagist.org/downloads/",
1202 "license": [
1203 "MIT"
1204 ],
1205 "authors": [
1206 {
1207 "name": "Jerome Thayananthajothy",
1208 "email": "tjthavarshan@gmail.com"
1209 }
1210 ],
1211 "description": "An unparalleled PHP asynchronous experience, offering genuine concurrency and fiber-based task management.",
1212 "homepage": "https://thavarshan.com",
1213 "support": {
1214 "issues": "https://github.com/Thavarshan/matrix/issues",
1215 "source": "https://github.com/Thavarshan/matrix"
1216 },
1217 "funding": [
1218 {
1219 "url": "https://www.buymeacoffee.com/thavarshan",
1220 "type": "buy_me_a_coffee"
1221 },
1222 {
1223 "url": "https://github.com/thavarshan",
1224 "type": "github"
1225 }
1226 ],
1227 "time": "2025-05-11T10:48:30+00:00"
1228 },
1229 {
1230 "name": "latte/latte",
1231 "version": "v3.0.23",
1232 "source": {
1233 "type": "git",
1234 "url": "https://github.com/nette/latte.git",
1235 "reference": "3198a4e336a2a1e535924af11d9a63fbf1650836"
1236 },
1237 "dist": {
1238 "type": "zip",
1239 "url": "https://api.github.com/repos/nette/latte/zipball/3198a4e336a2a1e535924af11d9a63fbf1650836",
1240 "reference": "3198a4e336a2a1e535924af11d9a63fbf1650836",
1241 "shasum": ""
1242 },
1243 "require": {
1244 "ext-json": "*",
1245 "ext-tokenizer": "*",
1246 "php": "8.0 - 8.4"
1247 },
1248 "conflict": {
1249 "nette/application": "<3.1.7",
1250 "nette/caching": "<3.1.4"
1251 },
1252 "require-dev": {
1253 "nette/php-generator": "^4.0",
1254 "nette/tester": "^2.5",
1255 "nette/utils": "^4.0",
1256 "phpstan/phpstan-nette": "^2.0@stable",
1257 "tracy/tracy": "^2.10"
1258 },
1259 "suggest": {
1260 "ext-fileinfo": "to use filter |datastream",
1261 "ext-iconv": "to use filters |reverse, |substring",
1262 "ext-intl": "to use Latte\\Engine::setLocale()",
1263 "ext-mbstring": "to use filters like lower, upper, capitalize, ...",
1264 "nette/php-generator": "to use tag {templatePrint}",
1265 "nette/utils": "to use filter |webalize"
1266 },
1267 "bin": [
1268 "bin/latte-lint"
1269 ],
1270 "type": "library",
1271 "extra": {
1272 "branch-alias": {
1273 "dev-master": "3.0-dev"
1274 }
1275 },
1276 "autoload": {
1277 "psr-4": {
1278 "Latte\\": "src/Latte"
1279 },
1280 "classmap": [
1281 "src/"
1282 ]
1283 },
1284 "notification-url": "https://packagist.org/downloads/",
1285 "license": [
1286 "BSD-3-Clause",
1287 "GPL-2.0-only",
1288 "GPL-3.0-only"
1289 ],
1290 "authors": [
1291 {
1292 "name": "David Grudl",
1293 "homepage": "https://davidgrudl.com"
1294 },
1295 {
1296 "name": "Nette Community",
1297 "homepage": "https://nette.org/contributors"
1298 }
1299 ],
1300 "description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.",
1301 "homepage": "https://latte.nette.org",
1302 "keywords": [
1303 "context-sensitive",
1304 "engine",
1305 "escaping",
1306 "html",
1307 "nette",
1308 "security",
1309 "template",
1310 "twig"
1311 ],
1312 "support": {
1313 "issues": "https://github.com/nette/latte/issues",
1314 "source": "https://github.com/nette/latte/tree/v3.0.23"
1315 },
1316 "time": "2025-07-17T01:01:46+00:00"
1317 },
1318 {
1319 "name": "league/commonmark",
1320 "version": "2.7.1",
1321 "source": {
1322 "type": "git",
1323 "url": "https://github.com/thephpleague/commonmark.git",
1324 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca"
1325 },
1326 "dist": {
1327 "type": "zip",
1328 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca",
1329 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca",
1330 "shasum": ""
1331 },
1332 "require": {
1333 "ext-mbstring": "*",
1334 "league/config": "^1.1.1",
1335 "php": "^7.4 || ^8.0",
1336 "psr/event-dispatcher": "^1.0",
1337 "symfony/deprecation-contracts": "^2.1 || ^3.0",
1338 "symfony/polyfill-php80": "^1.16"
1339 },
1340 "require-dev": {
1341 "cebe/markdown": "^1.0",
1342 "commonmark/cmark": "0.31.1",
1343 "commonmark/commonmark.js": "0.31.1",
1344 "composer/package-versions-deprecated": "^1.8",
1345 "embed/embed": "^4.4",
1346 "erusev/parsedown": "^1.0",
1347 "ext-json": "*",
1348 "github/gfm": "0.29.0",
1349 "michelf/php-markdown": "^1.4 || ^2.0",
1350 "nyholm/psr7": "^1.5",
1351 "phpstan/phpstan": "^1.8.2",
1352 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1353 "scrutinizer/ocular": "^1.8.1",
1354 "symfony/finder": "^5.3 | ^6.0 | ^7.0",
1355 "symfony/process": "^5.4 | ^6.0 | ^7.0",
1356 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
1357 "unleashedtech/php-coding-standard": "^3.1.1",
1358 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
1359 },
1360 "suggest": {
1361 "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1362 },
1363 "type": "library",
1364 "extra": {
1365 "branch-alias": {
1366 "dev-main": "2.8-dev"
1367 }
1368 },
1369 "autoload": {
1370 "psr-4": {
1371 "League\\CommonMark\\": "src"
1372 }
1373 },
1374 "notification-url": "https://packagist.org/downloads/",
1375 "license": [
1376 "BSD-3-Clause"
1377 ],
1378 "authors": [
1379 {
1380 "name": "Colin O'Dell",
1381 "email": "colinodell@gmail.com",
1382 "homepage": "https://www.colinodell.com",
1383 "role": "Lead Developer"
1384 }
1385 ],
1386 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1387 "homepage": "https://commonmark.thephpleague.com",
1388 "keywords": [
1389 "commonmark",
1390 "flavored",
1391 "gfm",
1392 "github",
1393 "github-flavored",
1394 "markdown",
1395 "md",
1396 "parser"
1397 ],
1398 "support": {
1399 "docs": "https://commonmark.thephpleague.com/",
1400 "forum": "https://github.com/thephpleague/commonmark/discussions",
1401 "issues": "https://github.com/thephpleague/commonmark/issues",
1402 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1403 "source": "https://github.com/thephpleague/commonmark"
1404 },
1405 "funding": [
1406 {
1407 "url": "https://www.colinodell.com/sponsor",
1408 "type": "custom"
1409 },
1410 {
1411 "url": "https://www.paypal.me/colinpodell/10.00",
1412 "type": "custom"
1413 },
1414 {
1415 "url": "https://github.com/colinodell",
1416 "type": "github"
1417 },
1418 {
1419 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1420 "type": "tidelift"
1421 }
1422 ],
1423 "time": "2025-07-20T12:47:49+00:00"
1424 },
1425 {
1426 "name": "league/config",
1427 "version": "v1.2.0",
1428 "source": {
1429 "type": "git",
1430 "url": "https://github.com/thephpleague/config.git",
1431 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1432 },
1433 "dist": {
1434 "type": "zip",
1435 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1436 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1437 "shasum": ""
1438 },
1439 "require": {
1440 "dflydev/dot-access-data": "^3.0.1",
1441 "nette/schema": "^1.2",
1442 "php": "^7.4 || ^8.0"
1443 },
1444 "require-dev": {
1445 "phpstan/phpstan": "^1.8.2",
1446 "phpunit/phpunit": "^9.5.5",
1447 "scrutinizer/ocular": "^1.8.1",
1448 "unleashedtech/php-coding-standard": "^3.1",
1449 "vimeo/psalm": "^4.7.3"
1450 },
1451 "type": "library",
1452 "extra": {
1453 "branch-alias": {
1454 "dev-main": "1.2-dev"
1455 }
1456 },
1457 "autoload": {
1458 "psr-4": {
1459 "League\\Config\\": "src"
1460 }
1461 },
1462 "notification-url": "https://packagist.org/downloads/",
1463 "license": [
1464 "BSD-3-Clause"
1465 ],
1466 "authors": [
1467 {
1468 "name": "Colin O'Dell",
1469 "email": "colinodell@gmail.com",
1470 "homepage": "https://www.colinodell.com",
1471 "role": "Lead Developer"
1472 }
1473 ],
1474 "description": "Define configuration arrays with strict schemas and access values with dot notation",
1475 "homepage": "https://config.thephpleague.com",
1476 "keywords": [
1477 "array",
1478 "config",
1479 "configuration",
1480 "dot",
1481 "dot-access",
1482 "nested",
1483 "schema"
1484 ],
1485 "support": {
1486 "docs": "https://config.thephpleague.com/",
1487 "issues": "https://github.com/thephpleague/config/issues",
1488 "rss": "https://github.com/thephpleague/config/releases.atom",
1489 "source": "https://github.com/thephpleague/config"
1490 },
1491 "funding": [
1492 {
1493 "url": "https://www.colinodell.com/sponsor",
1494 "type": "custom"
1495 },
1496 {
1497 "url": "https://www.paypal.me/colinpodell/10.00",
1498 "type": "custom"
1499 },
1500 {
1501 "url": "https://github.com/colinodell",
1502 "type": "github"
1503 }
1504 ],
1505 "time": "2022-12-11T20:36:23+00:00"
1506 },
1507 {
1508 "name": "masterminds/html5",
1509 "version": "2.10.0",
1510 "source": {
1511 "type": "git",
1512 "url": "https://github.com/Masterminds/html5-php.git",
1513 "reference": "fcf91eb64359852f00d921887b219479b4f21251"
1514 },
1515 "dist": {
1516 "type": "zip",
1517 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
1518 "reference": "fcf91eb64359852f00d921887b219479b4f21251",
1519 "shasum": ""
1520 },
1521 "require": {
1522 "ext-dom": "*",
1523 "php": ">=5.3.0"
1524 },
1525 "require-dev": {
1526 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
1527 },
1528 "type": "library",
1529 "extra": {
1530 "branch-alias": {
1531 "dev-master": "2.7-dev"
1532 }
1533 },
1534 "autoload": {
1535 "psr-4": {
1536 "Masterminds\\": "src"
1537 }
1538 },
1539 "notification-url": "https://packagist.org/downloads/",
1540 "license": [
1541 "MIT"
1542 ],
1543 "authors": [
1544 {
1545 "name": "Matt Butcher",
1546 "email": "technosophos@gmail.com"
1547 },
1548 {
1549 "name": "Matt Farina",
1550 "email": "matt@mattfarina.com"
1551 },
1552 {
1553 "name": "Asmir Mustafic",
1554 "email": "goetas@gmail.com"
1555 }
1556 ],
1557 "description": "An HTML5 parser and serializer.",
1558 "homepage": "http://masterminds.github.io/html5-php",
1559 "keywords": [
1560 "HTML5",
1561 "dom",
1562 "html",
1563 "parser",
1564 "querypath",
1565 "serializer",
1566 "xml"
1567 ],
1568 "support": {
1569 "issues": "https://github.com/Masterminds/html5-php/issues",
1570 "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
1571 },
1572 "time": "2025-07-25T09:04:22+00:00"
1573 },
1574 {
1575 "name": "nette/schema",
1576 "version": "v1.3.2",
1577 "source": {
1578 "type": "git",
1579 "url": "https://github.com/nette/schema.git",
1580 "reference": "da801d52f0354f70a638673c4a0f04e16529431d"
1581 },
1582 "dist": {
1583 "type": "zip",
1584 "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
1585 "reference": "da801d52f0354f70a638673c4a0f04e16529431d",
1586 "shasum": ""
1587 },
1588 "require": {
1589 "nette/utils": "^4.0",
1590 "php": "8.1 - 8.4"
1591 },
1592 "require-dev": {
1593 "nette/tester": "^2.5.2",
1594 "phpstan/phpstan-nette": "^1.0",
1595 "tracy/tracy": "^2.8"
1596 },
1597 "type": "library",
1598 "extra": {
1599 "branch-alias": {
1600 "dev-master": "1.3-dev"
1601 }
1602 },
1603 "autoload": {
1604 "classmap": [
1605 "src/"
1606 ]
1607 },
1608 "notification-url": "https://packagist.org/downloads/",
1609 "license": [
1610 "BSD-3-Clause",
1611 "GPL-2.0-only",
1612 "GPL-3.0-only"
1613 ],
1614 "authors": [
1615 {
1616 "name": "David Grudl",
1617 "homepage": "https://davidgrudl.com"
1618 },
1619 {
1620 "name": "Nette Community",
1621 "homepage": "https://nette.org/contributors"
1622 }
1623 ],
1624 "description": "📐 Nette Schema: validating data structures against a given Schema.",
1625 "homepage": "https://nette.org",
1626 "keywords": [
1627 "config",
1628 "nette"
1629 ],
1630 "support": {
1631 "issues": "https://github.com/nette/schema/issues",
1632 "source": "https://github.com/nette/schema/tree/v1.3.2"
1633 },
1634 "time": "2024-10-06T23:10:23+00:00"
1635 },
1636 {
1637 "name": "nette/utils",
1638 "version": "v4.0.8",
1639 "source": {
1640 "type": "git",
1641 "url": "https://github.com/nette/utils.git",
1642 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
1643 },
1644 "dist": {
1645 "type": "zip",
1646 "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
1647 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
1648 "shasum": ""
1649 },
1650 "require": {
1651 "php": "8.0 - 8.5"
1652 },
1653 "conflict": {
1654 "nette/finder": "<3",
1655 "nette/schema": "<1.2.2"
1656 },
1657 "require-dev": {
1658 "jetbrains/phpstorm-attributes": "^1.2",
1659 "nette/tester": "^2.5",
1660 "phpstan/phpstan-nette": "^2.0@stable",
1661 "tracy/tracy": "^2.9"
1662 },
1663 "suggest": {
1664 "ext-gd": "to use Image",
1665 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
1666 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
1667 "ext-json": "to use Nette\\Utils\\Json",
1668 "ext-mbstring": "to use Strings::lower() etc...",
1669 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
1670 },
1671 "type": "library",
1672 "extra": {
1673 "branch-alias": {
1674 "dev-master": "4.0-dev"
1675 }
1676 },
1677 "autoload": {
1678 "psr-4": {
1679 "Nette\\": "src"
1680 },
1681 "classmap": [
1682 "src/"
1683 ]
1684 },
1685 "notification-url": "https://packagist.org/downloads/",
1686 "license": [
1687 "BSD-3-Clause",
1688 "GPL-2.0-only",
1689 "GPL-3.0-only"
1690 ],
1691 "authors": [
1692 {
1693 "name": "David Grudl",
1694 "homepage": "https://davidgrudl.com"
1695 },
1696 {
1697 "name": "Nette Community",
1698 "homepage": "https://nette.org/contributors"
1699 }
1700 ],
1701 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
1702 "homepage": "https://nette.org",
1703 "keywords": [
1704 "array",
1705 "core",
1706 "datetime",
1707 "images",
1708 "json",
1709 "nette",
1710 "paginator",
1711 "password",
1712 "slugify",
1713 "string",
1714 "unicode",
1715 "utf-8",
1716 "utility",
1717 "validation"
1718 ],
1719 "support": {
1720 "issues": "https://github.com/nette/utils/issues",
1721 "source": "https://github.com/nette/utils/tree/v4.0.8"
1722 },
1723 "time": "2025-08-06T21:43:34+00:00"
1724 },
1725 {
1726 "name": "psr/event-dispatcher",
1727 "version": "1.0.0",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/php-fig/event-dispatcher.git",
1731 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1736 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "php": ">=7.2.0"
1741 },
1742 "type": "library",
1743 "extra": {
1744 "branch-alias": {
1745 "dev-master": "1.0.x-dev"
1746 }
1747 },
1748 "autoload": {
1749 "psr-4": {
1750 "Psr\\EventDispatcher\\": "src/"
1751 }
1752 },
1753 "notification-url": "https://packagist.org/downloads/",
1754 "license": [
1755 "MIT"
1756 ],
1757 "authors": [
1758 {
1759 "name": "PHP-FIG",
1760 "homepage": "http://www.php-fig.org/"
1761 }
1762 ],
1763 "description": "Standard interfaces for event handling.",
1764 "keywords": [
1765 "events",
1766 "psr",
1767 "psr-14"
1768 ],
1769 "support": {
1770 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1771 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1772 },
1773 "time": "2019-01-08T18:20:26+00:00"
1774 },
1775 {
1776 "name": "psr/http-client",
1777 "version": "1.0.3",
1778 "source": {
1779 "type": "git",
1780 "url": "https://github.com/php-fig/http-client.git",
1781 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1782 },
1783 "dist": {
1784 "type": "zip",
1785 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1786 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1787 "shasum": ""
1788 },
1789 "require": {
1790 "php": "^7.0 || ^8.0",
1791 "psr/http-message": "^1.0 || ^2.0"
1792 },
1793 "type": "library",
1794 "extra": {
1795 "branch-alias": {
1796 "dev-master": "1.0.x-dev"
1797 }
1798 },
1799 "autoload": {
1800 "psr-4": {
1801 "Psr\\Http\\Client\\": "src/"
1802 }
1803 },
1804 "notification-url": "https://packagist.org/downloads/",
1805 "license": [
1806 "MIT"
1807 ],
1808 "authors": [
1809 {
1810 "name": "PHP-FIG",
1811 "homepage": "https://www.php-fig.org/"
1812 }
1813 ],
1814 "description": "Common interface for HTTP clients",
1815 "homepage": "https://github.com/php-fig/http-client",
1816 "keywords": [
1817 "http",
1818 "http-client",
1819 "psr",
1820 "psr-18"
1821 ],
1822 "support": {
1823 "source": "https://github.com/php-fig/http-client"
1824 },
1825 "time": "2023-09-23T14:17:50+00:00"
1826 },
1827 {
1828 "name": "psr/http-factory",
1829 "version": "1.1.0",
1830 "source": {
1831 "type": "git",
1832 "url": "https://github.com/php-fig/http-factory.git",
1833 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
1834 },
1835 "dist": {
1836 "type": "zip",
1837 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1838 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1839 "shasum": ""
1840 },
1841 "require": {
1842 "php": ">=7.1",
1843 "psr/http-message": "^1.0 || ^2.0"
1844 },
1845 "type": "library",
1846 "extra": {
1847 "branch-alias": {
1848 "dev-master": "1.0.x-dev"
1849 }
1850 },
1851 "autoload": {
1852 "psr-4": {
1853 "Psr\\Http\\Message\\": "src/"
1854 }
1855 },
1856 "notification-url": "https://packagist.org/downloads/",
1857 "license": [
1858 "MIT"
1859 ],
1860 "authors": [
1861 {
1862 "name": "PHP-FIG",
1863 "homepage": "https://www.php-fig.org/"
1864 }
1865 ],
1866 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
1867 "keywords": [
1868 "factory",
1869 "http",
1870 "message",
1871 "psr",
1872 "psr-17",
1873 "psr-7",
1874 "request",
1875 "response"
1876 ],
1877 "support": {
1878 "source": "https://github.com/php-fig/http-factory"
1879 },
1880 "time": "2024-04-15T12:06:14+00:00"
1881 },
1882 {
1883 "name": "psr/http-message",
1884 "version": "1.1",
1885 "source": {
1886 "type": "git",
1887 "url": "https://github.com/php-fig/http-message.git",
1888 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1889 },
1890 "dist": {
1891 "type": "zip",
1892 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1893 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1894 "shasum": ""
1895 },
1896 "require": {
1897 "php": "^7.2 || ^8.0"
1898 },
1899 "type": "library",
1900 "extra": {
1901 "branch-alias": {
1902 "dev-master": "1.1.x-dev"
1903 }
1904 },
1905 "autoload": {
1906 "psr-4": {
1907 "Psr\\Http\\Message\\": "src/"
1908 }
1909 },
1910 "notification-url": "https://packagist.org/downloads/",
1911 "license": [
1912 "MIT"
1913 ],
1914 "authors": [
1915 {
1916 "name": "PHP-FIG",
1917 "homepage": "http://www.php-fig.org/"
1918 }
1919 ],
1920 "description": "Common interface for HTTP messages",
1921 "homepage": "https://github.com/php-fig/http-message",
1922 "keywords": [
1923 "http",
1924 "http-message",
1925 "psr",
1926 "psr-7",
1927 "request",
1928 "response"
1929 ],
1930 "support": {
1931 "source": "https://github.com/php-fig/http-message/tree/1.1"
1932 },
1933 "time": "2023-04-04T09:50:52+00:00"
1934 },
1935 {
1936 "name": "psr/log",
1937 "version": "3.0.2",
1938 "source": {
1939 "type": "git",
1940 "url": "https://github.com/php-fig/log.git",
1941 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
1942 },
1943 "dist": {
1944 "type": "zip",
1945 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1946 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1947 "shasum": ""
1948 },
1949 "require": {
1950 "php": ">=8.0.0"
1951 },
1952 "type": "library",
1953 "extra": {
1954 "branch-alias": {
1955 "dev-master": "3.x-dev"
1956 }
1957 },
1958 "autoload": {
1959 "psr-4": {
1960 "Psr\\Log\\": "src"
1961 }
1962 },
1963 "notification-url": "https://packagist.org/downloads/",
1964 "license": [
1965 "MIT"
1966 ],
1967 "authors": [
1968 {
1969 "name": "PHP-FIG",
1970 "homepage": "https://www.php-fig.org/"
1971 }
1972 ],
1973 "description": "Common interface for logging libraries",
1974 "homepage": "https://github.com/php-fig/log",
1975 "keywords": [
1976 "log",
1977 "psr",
1978 "psr-3"
1979 ],
1980 "support": {
1981 "source": "https://github.com/php-fig/log/tree/3.0.2"
1982 },
1983 "time": "2024-09-11T13:17:53+00:00"
1984 },
1985 {
1986 "name": "ralouphie/getallheaders",
1987 "version": "3.0.3",
1988 "source": {
1989 "type": "git",
1990 "url": "https://github.com/ralouphie/getallheaders.git",
1991 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1992 },
1993 "dist": {
1994 "type": "zip",
1995 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1996 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1997 "shasum": ""
1998 },
1999 "require": {
2000 "php": ">=5.6"
2001 },
2002 "require-dev": {
2003 "php-coveralls/php-coveralls": "^2.1",
2004 "phpunit/phpunit": "^5 || ^6.5"
2005 },
2006 "type": "library",
2007 "autoload": {
2008 "files": [
2009 "src/getallheaders.php"
2010 ]
2011 },
2012 "notification-url": "https://packagist.org/downloads/",
2013 "license": [
2014 "MIT"
2015 ],
2016 "authors": [
2017 {
2018 "name": "Ralph Khattar",
2019 "email": "ralph.khattar@gmail.com"
2020 }
2021 ],
2022 "description": "A polyfill for getallheaders.",
2023 "support": {
2024 "issues": "https://github.com/ralouphie/getallheaders/issues",
2025 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2026 },
2027 "time": "2019-03-08T08:55:37+00:00"
2028 },
2029 {
2030 "name": "react/cache",
2031 "version": "v1.2.0",
2032 "source": {
2033 "type": "git",
2034 "url": "https://github.com/reactphp/cache.git",
2035 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
2036 },
2037 "dist": {
2038 "type": "zip",
2039 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
2040 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
2041 "shasum": ""
2042 },
2043 "require": {
2044 "php": ">=5.3.0",
2045 "react/promise": "^3.0 || ^2.0 || ^1.1"
2046 },
2047 "require-dev": {
2048 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
2049 },
2050 "type": "library",
2051 "autoload": {
2052 "psr-4": {
2053 "React\\Cache\\": "src/"
2054 }
2055 },
2056 "notification-url": "https://packagist.org/downloads/",
2057 "license": [
2058 "MIT"
2059 ],
2060 "authors": [
2061 {
2062 "name": "Christian Lück",
2063 "email": "christian@clue.engineering",
2064 "homepage": "https://clue.engineering/"
2065 },
2066 {
2067 "name": "Cees-Jan Kiewiet",
2068 "email": "reactphp@ceesjankiewiet.nl",
2069 "homepage": "https://wyrihaximus.net/"
2070 },
2071 {
2072 "name": "Jan Sorgalla",
2073 "email": "jsorgalla@gmail.com",
2074 "homepage": "https://sorgalla.com/"
2075 },
2076 {
2077 "name": "Chris Boden",
2078 "email": "cboden@gmail.com",
2079 "homepage": "https://cboden.dev/"
2080 }
2081 ],
2082 "description": "Async, Promise-based cache interface for ReactPHP",
2083 "keywords": [
2084 "cache",
2085 "caching",
2086 "promise",
2087 "reactphp"
2088 ],
2089 "support": {
2090 "issues": "https://github.com/reactphp/cache/issues",
2091 "source": "https://github.com/reactphp/cache/tree/v1.2.0"
2092 },
2093 "funding": [
2094 {
2095 "url": "https://opencollective.com/reactphp",
2096 "type": "open_collective"
2097 }
2098 ],
2099 "time": "2022-11-30T15:59:55+00:00"
2100 },
2101 {
2102 "name": "react/dns",
2103 "version": "v1.13.0",
2104 "source": {
2105 "type": "git",
2106 "url": "https://github.com/reactphp/dns.git",
2107 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
2108 },
2109 "dist": {
2110 "type": "zip",
2111 "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2112 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2113 "shasum": ""
2114 },
2115 "require": {
2116 "php": ">=5.3.0",
2117 "react/cache": "^1.0 || ^0.6 || ^0.5",
2118 "react/event-loop": "^1.2",
2119 "react/promise": "^3.2 || ^2.7 || ^1.2.1"
2120 },
2121 "require-dev": {
2122 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2123 "react/async": "^4.3 || ^3 || ^2",
2124 "react/promise-timer": "^1.11"
2125 },
2126 "type": "library",
2127 "autoload": {
2128 "psr-4": {
2129 "React\\Dns\\": "src/"
2130 }
2131 },
2132 "notification-url": "https://packagist.org/downloads/",
2133 "license": [
2134 "MIT"
2135 ],
2136 "authors": [
2137 {
2138 "name": "Christian Lück",
2139 "email": "christian@clue.engineering",
2140 "homepage": "https://clue.engineering/"
2141 },
2142 {
2143 "name": "Cees-Jan Kiewiet",
2144 "email": "reactphp@ceesjankiewiet.nl",
2145 "homepage": "https://wyrihaximus.net/"
2146 },
2147 {
2148 "name": "Jan Sorgalla",
2149 "email": "jsorgalla@gmail.com",
2150 "homepage": "https://sorgalla.com/"
2151 },
2152 {
2153 "name": "Chris Boden",
2154 "email": "cboden@gmail.com",
2155 "homepage": "https://cboden.dev/"
2156 }
2157 ],
2158 "description": "Async DNS resolver for ReactPHP",
2159 "keywords": [
2160 "async",
2161 "dns",
2162 "dns-resolver",
2163 "reactphp"
2164 ],
2165 "support": {
2166 "issues": "https://github.com/reactphp/dns/issues",
2167 "source": "https://github.com/reactphp/dns/tree/v1.13.0"
2168 },
2169 "funding": [
2170 {
2171 "url": "https://opencollective.com/reactphp",
2172 "type": "open_collective"
2173 }
2174 ],
2175 "time": "2024-06-13T14:18:03+00:00"
2176 },
2177 {
2178 "name": "react/event-loop",
2179 "version": "v1.5.0",
2180 "source": {
2181 "type": "git",
2182 "url": "https://github.com/reactphp/event-loop.git",
2183 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
2184 },
2185 "dist": {
2186 "type": "zip",
2187 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2188 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2189 "shasum": ""
2190 },
2191 "require": {
2192 "php": ">=5.3.0"
2193 },
2194 "require-dev": {
2195 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2196 },
2197 "suggest": {
2198 "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
2199 },
2200 "type": "library",
2201 "autoload": {
2202 "psr-4": {
2203 "React\\EventLoop\\": "src/"
2204 }
2205 },
2206 "notification-url": "https://packagist.org/downloads/",
2207 "license": [
2208 "MIT"
2209 ],
2210 "authors": [
2211 {
2212 "name": "Christian Lück",
2213 "email": "christian@clue.engineering",
2214 "homepage": "https://clue.engineering/"
2215 },
2216 {
2217 "name": "Cees-Jan Kiewiet",
2218 "email": "reactphp@ceesjankiewiet.nl",
2219 "homepage": "https://wyrihaximus.net/"
2220 },
2221 {
2222 "name": "Jan Sorgalla",
2223 "email": "jsorgalla@gmail.com",
2224 "homepage": "https://sorgalla.com/"
2225 },
2226 {
2227 "name": "Chris Boden",
2228 "email": "cboden@gmail.com",
2229 "homepage": "https://cboden.dev/"
2230 }
2231 ],
2232 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
2233 "keywords": [
2234 "asynchronous",
2235 "event-loop"
2236 ],
2237 "support": {
2238 "issues": "https://github.com/reactphp/event-loop/issues",
2239 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
2240 },
2241 "funding": [
2242 {
2243 "url": "https://opencollective.com/reactphp",
2244 "type": "open_collective"
2245 }
2246 ],
2247 "time": "2023-11-13T13:48:05+00:00"
2248 },
2249 {
2250 "name": "react/http",
2251 "version": "v1.11.0",
2252 "source": {
2253 "type": "git",
2254 "url": "https://github.com/reactphp/http.git",
2255 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9"
2256 },
2257 "dist": {
2258 "type": "zip",
2259 "url": "https://api.github.com/repos/reactphp/http/zipball/8db02de41dcca82037367f67a2d4be365b1c4db9",
2260 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9",
2261 "shasum": ""
2262 },
2263 "require": {
2264 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2265 "fig/http-message-util": "^1.1",
2266 "php": ">=5.3.0",
2267 "psr/http-message": "^1.0",
2268 "react/event-loop": "^1.2",
2269 "react/promise": "^3.2 || ^2.3 || ^1.2.1",
2270 "react/socket": "^1.16",
2271 "react/stream": "^1.4"
2272 },
2273 "require-dev": {
2274 "clue/http-proxy-react": "^1.8",
2275 "clue/reactphp-ssh-proxy": "^1.4",
2276 "clue/socks-react": "^1.4",
2277 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2278 "react/async": "^4.2 || ^3 || ^2",
2279 "react/promise-stream": "^1.4",
2280 "react/promise-timer": "^1.11"
2281 },
2282 "type": "library",
2283 "autoload": {
2284 "psr-4": {
2285 "React\\Http\\": "src/"
2286 }
2287 },
2288 "notification-url": "https://packagist.org/downloads/",
2289 "license": [
2290 "MIT"
2291 ],
2292 "authors": [
2293 {
2294 "name": "Christian Lück",
2295 "email": "christian@clue.engineering",
2296 "homepage": "https://clue.engineering/"
2297 },
2298 {
2299 "name": "Cees-Jan Kiewiet",
2300 "email": "reactphp@ceesjankiewiet.nl",
2301 "homepage": "https://wyrihaximus.net/"
2302 },
2303 {
2304 "name": "Jan Sorgalla",
2305 "email": "jsorgalla@gmail.com",
2306 "homepage": "https://sorgalla.com/"
2307 },
2308 {
2309 "name": "Chris Boden",
2310 "email": "cboden@gmail.com",
2311 "homepage": "https://cboden.dev/"
2312 }
2313 ],
2314 "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
2315 "keywords": [
2316 "async",
2317 "client",
2318 "event-driven",
2319 "http",
2320 "http client",
2321 "http server",
2322 "https",
2323 "psr-7",
2324 "reactphp",
2325 "server",
2326 "streaming"
2327 ],
2328 "support": {
2329 "issues": "https://github.com/reactphp/http/issues",
2330 "source": "https://github.com/reactphp/http/tree/v1.11.0"
2331 },
2332 "funding": [
2333 {
2334 "url": "https://opencollective.com/reactphp",
2335 "type": "open_collective"
2336 }
2337 ],
2338 "time": "2024-11-20T15:24:08+00:00"
2339 },
2340 {
2341 "name": "react/promise",
2342 "version": "v3.3.0",
2343 "source": {
2344 "type": "git",
2345 "url": "https://github.com/reactphp/promise.git",
2346 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
2347 },
2348 "dist": {
2349 "type": "zip",
2350 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
2351 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
2352 "shasum": ""
2353 },
2354 "require": {
2355 "php": ">=7.1.0"
2356 },
2357 "require-dev": {
2358 "phpstan/phpstan": "1.12.28 || 1.4.10",
2359 "phpunit/phpunit": "^9.6 || ^7.5"
2360 },
2361 "type": "library",
2362 "autoload": {
2363 "files": [
2364 "src/functions_include.php"
2365 ],
2366 "psr-4": {
2367 "React\\Promise\\": "src/"
2368 }
2369 },
2370 "notification-url": "https://packagist.org/downloads/",
2371 "license": [
2372 "MIT"
2373 ],
2374 "authors": [
2375 {
2376 "name": "Jan Sorgalla",
2377 "email": "jsorgalla@gmail.com",
2378 "homepage": "https://sorgalla.com/"
2379 },
2380 {
2381 "name": "Christian Lück",
2382 "email": "christian@clue.engineering",
2383 "homepage": "https://clue.engineering/"
2384 },
2385 {
2386 "name": "Cees-Jan Kiewiet",
2387 "email": "reactphp@ceesjankiewiet.nl",
2388 "homepage": "https://wyrihaximus.net/"
2389 },
2390 {
2391 "name": "Chris Boden",
2392 "email": "cboden@gmail.com",
2393 "homepage": "https://cboden.dev/"
2394 }
2395 ],
2396 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2397 "keywords": [
2398 "promise",
2399 "promises"
2400 ],
2401 "support": {
2402 "issues": "https://github.com/reactphp/promise/issues",
2403 "source": "https://github.com/reactphp/promise/tree/v3.3.0"
2404 },
2405 "funding": [
2406 {
2407 "url": "https://opencollective.com/reactphp",
2408 "type": "open_collective"
2409 }
2410 ],
2411 "time": "2025-08-19T18:57:03+00:00"
2412 },
2413 {
2414 "name": "react/socket",
2415 "version": "v1.16.0",
2416 "source": {
2417 "type": "git",
2418 "url": "https://github.com/reactphp/socket.git",
2419 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
2420 },
2421 "dist": {
2422 "type": "zip",
2423 "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2424 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2425 "shasum": ""
2426 },
2427 "require": {
2428 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2429 "php": ">=5.3.0",
2430 "react/dns": "^1.13",
2431 "react/event-loop": "^1.2",
2432 "react/promise": "^3.2 || ^2.6 || ^1.2.1",
2433 "react/stream": "^1.4"
2434 },
2435 "require-dev": {
2436 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2437 "react/async": "^4.3 || ^3.3 || ^2",
2438 "react/promise-stream": "^1.4",
2439 "react/promise-timer": "^1.11"
2440 },
2441 "type": "library",
2442 "autoload": {
2443 "psr-4": {
2444 "React\\Socket\\": "src/"
2445 }
2446 },
2447 "notification-url": "https://packagist.org/downloads/",
2448 "license": [
2449 "MIT"
2450 ],
2451 "authors": [
2452 {
2453 "name": "Christian Lück",
2454 "email": "christian@clue.engineering",
2455 "homepage": "https://clue.engineering/"
2456 },
2457 {
2458 "name": "Cees-Jan Kiewiet",
2459 "email": "reactphp@ceesjankiewiet.nl",
2460 "homepage": "https://wyrihaximus.net/"
2461 },
2462 {
2463 "name": "Jan Sorgalla",
2464 "email": "jsorgalla@gmail.com",
2465 "homepage": "https://sorgalla.com/"
2466 },
2467 {
2468 "name": "Chris Boden",
2469 "email": "cboden@gmail.com",
2470 "homepage": "https://cboden.dev/"
2471 }
2472 ],
2473 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
2474 "keywords": [
2475 "Connection",
2476 "Socket",
2477 "async",
2478 "reactphp",
2479 "stream"
2480 ],
2481 "support": {
2482 "issues": "https://github.com/reactphp/socket/issues",
2483 "source": "https://github.com/reactphp/socket/tree/v1.16.0"
2484 },
2485 "funding": [
2486 {
2487 "url": "https://opencollective.com/reactphp",
2488 "type": "open_collective"
2489 }
2490 ],
2491 "time": "2024-07-26T10:38:09+00:00"
2492 },
2493 {
2494 "name": "react/stream",
2495 "version": "v1.4.0",
2496 "source": {
2497 "type": "git",
2498 "url": "https://github.com/reactphp/stream.git",
2499 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
2500 },
2501 "dist": {
2502 "type": "zip",
2503 "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
2504 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
2505 "shasum": ""
2506 },
2507 "require": {
2508 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2509 "php": ">=5.3.8",
2510 "react/event-loop": "^1.2"
2511 },
2512 "require-dev": {
2513 "clue/stream-filter": "~1.2",
2514 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2515 },
2516 "type": "library",
2517 "autoload": {
2518 "psr-4": {
2519 "React\\Stream\\": "src/"
2520 }
2521 },
2522 "notification-url": "https://packagist.org/downloads/",
2523 "license": [
2524 "MIT"
2525 ],
2526 "authors": [
2527 {
2528 "name": "Christian Lück",
2529 "email": "christian@clue.engineering",
2530 "homepage": "https://clue.engineering/"
2531 },
2532 {
2533 "name": "Cees-Jan Kiewiet",
2534 "email": "reactphp@ceesjankiewiet.nl",
2535 "homepage": "https://wyrihaximus.net/"
2536 },
2537 {
2538 "name": "Jan Sorgalla",
2539 "email": "jsorgalla@gmail.com",
2540 "homepage": "https://sorgalla.com/"
2541 },
2542 {
2543 "name": "Chris Boden",
2544 "email": "cboden@gmail.com",
2545 "homepage": "https://cboden.dev/"
2546 }
2547 ],
2548 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
2549 "keywords": [
2550 "event-driven",
2551 "io",
2552 "non-blocking",
2553 "pipe",
2554 "reactphp",
2555 "readable",
2556 "stream",
2557 "writable"
2558 ],
2559 "support": {
2560 "issues": "https://github.com/reactphp/stream/issues",
2561 "source": "https://github.com/reactphp/stream/tree/v1.4.0"
2562 },
2563 "funding": [
2564 {
2565 "url": "https://opencollective.com/reactphp",
2566 "type": "open_collective"
2567 }
2568 ],
2569 "time": "2024-06-11T12:45:25+00:00"
2570 },
2571 {
2572 "name": "symfony/css-selector",
2573 "version": "v7.3.0",
2574 "source": {
2575 "type": "git",
2576 "url": "https://github.com/symfony/css-selector.git",
2577 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
2578 },
2579 "dist": {
2580 "type": "zip",
2581 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
2582 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
2583 "shasum": ""
2584 },
2585 "require": {
2586 "php": ">=8.2"
2587 },
2588 "type": "library",
2589 "autoload": {
2590 "psr-4": {
2591 "Symfony\\Component\\CssSelector\\": ""
2592 },
2593 "exclude-from-classmap": [
2594 "/Tests/"
2595 ]
2596 },
2597 "notification-url": "https://packagist.org/downloads/",
2598 "license": [
2599 "MIT"
2600 ],
2601 "authors": [
2602 {
2603 "name": "Fabien Potencier",
2604 "email": "fabien@symfony.com"
2605 },
2606 {
2607 "name": "Jean-François Simon",
2608 "email": "jeanfrancois.simon@sensiolabs.com"
2609 },
2610 {
2611 "name": "Symfony Community",
2612 "homepage": "https://symfony.com/contributors"
2613 }
2614 ],
2615 "description": "Converts CSS selectors to XPath expressions",
2616 "homepage": "https://symfony.com",
2617 "support": {
2618 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
2619 },
2620 "funding": [
2621 {
2622 "url": "https://symfony.com/sponsor",
2623 "type": "custom"
2624 },
2625 {
2626 "url": "https://github.com/fabpot",
2627 "type": "github"
2628 },
2629 {
2630 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2631 "type": "tidelift"
2632 }
2633 ],
2634 "time": "2024-09-25T14:21:43+00:00"
2635 },
2636 {
2637 "name": "symfony/deprecation-contracts",
2638 "version": "v3.6.0",
2639 "source": {
2640 "type": "git",
2641 "url": "https://github.com/symfony/deprecation-contracts.git",
2642 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
2643 },
2644 "dist": {
2645 "type": "zip",
2646 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
2647 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
2648 "shasum": ""
2649 },
2650 "require": {
2651 "php": ">=8.1"
2652 },
2653 "type": "library",
2654 "extra": {
2655 "thanks": {
2656 "url": "https://github.com/symfony/contracts",
2657 "name": "symfony/contracts"
2658 },
2659 "branch-alias": {
2660 "dev-main": "3.6-dev"
2661 }
2662 },
2663 "autoload": {
2664 "files": [
2665 "function.php"
2666 ]
2667 },
2668 "notification-url": "https://packagist.org/downloads/",
2669 "license": [
2670 "MIT"
2671 ],
2672 "authors": [
2673 {
2674 "name": "Nicolas Grekas",
2675 "email": "p@tchwork.com"
2676 },
2677 {
2678 "name": "Symfony Community",
2679 "homepage": "https://symfony.com/contributors"
2680 }
2681 ],
2682 "description": "A generic function and convention to trigger deprecation notices",
2683 "homepage": "https://symfony.com",
2684 "support": {
2685 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
2686 },
2687 "funding": [
2688 {
2689 "url": "https://symfony.com/sponsor",
2690 "type": "custom"
2691 },
2692 {
2693 "url": "https://github.com/fabpot",
2694 "type": "github"
2695 },
2696 {
2697 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2698 "type": "tidelift"
2699 }
2700 ],
2701 "time": "2024-09-25T14:21:43+00:00"
2702 },
2703 {
2704 "name": "symfony/dom-crawler",
2705 "version": "v7.3.3",
2706 "source": {
2707 "type": "git",
2708 "url": "https://github.com/symfony/dom-crawler.git",
2709 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba"
2710 },
2711 "dist": {
2712 "type": "zip",
2713 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba",
2714 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba",
2715 "shasum": ""
2716 },
2717 "require": {
2718 "masterminds/html5": "^2.6",
2719 "php": ">=8.2",
2720 "symfony/polyfill-ctype": "~1.8",
2721 "symfony/polyfill-mbstring": "~1.0"
2722 },
2723 "require-dev": {
2724 "symfony/css-selector": "^6.4|^7.0"
2725 },
2726 "type": "library",
2727 "autoload": {
2728 "psr-4": {
2729 "Symfony\\Component\\DomCrawler\\": ""
2730 },
2731 "exclude-from-classmap": [
2732 "/Tests/"
2733 ]
2734 },
2735 "notification-url": "https://packagist.org/downloads/",
2736 "license": [
2737 "MIT"
2738 ],
2739 "authors": [
2740 {
2741 "name": "Fabien Potencier",
2742 "email": "fabien@symfony.com"
2743 },
2744 {
2745 "name": "Symfony Community",
2746 "homepage": "https://symfony.com/contributors"
2747 }
2748 ],
2749 "description": "Eases DOM navigation for HTML and XML documents",
2750 "homepage": "https://symfony.com",
2751 "support": {
2752 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3"
2753 },
2754 "funding": [
2755 {
2756 "url": "https://symfony.com/sponsor",
2757 "type": "custom"
2758 },
2759 {
2760 "url": "https://github.com/fabpot",
2761 "type": "github"
2762 },
2763 {
2764 "url": "https://github.com/nicolas-grekas",
2765 "type": "github"
2766 },
2767 {
2768 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2769 "type": "tidelift"
2770 }
2771 ],
2772 "time": "2025-08-06T20:13:54+00:00"
2773 },
2774 {
2775 "name": "symfony/polyfill-ctype",
2776 "version": "v1.33.0",
2777 "source": {
2778 "type": "git",
2779 "url": "https://github.com/symfony/polyfill-ctype.git",
2780 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2781 },
2782 "dist": {
2783 "type": "zip",
2784 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
2785 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2786 "shasum": ""
2787 },
2788 "require": {
2789 "php": ">=7.2"
2790 },
2791 "provide": {
2792 "ext-ctype": "*"
2793 },
2794 "suggest": {
2795 "ext-ctype": "For best performance"
2796 },
2797 "type": "library",
2798 "extra": {
2799 "thanks": {
2800 "url": "https://github.com/symfony/polyfill",
2801 "name": "symfony/polyfill"
2802 }
2803 },
2804 "autoload": {
2805 "files": [
2806 "bootstrap.php"
2807 ],
2808 "psr-4": {
2809 "Symfony\\Polyfill\\Ctype\\": ""
2810 }
2811 },
2812 "notification-url": "https://packagist.org/downloads/",
2813 "license": [
2814 "MIT"
2815 ],
2816 "authors": [
2817 {
2818 "name": "Gert de Pagter",
2819 "email": "BackEndTea@gmail.com"
2820 },
2821 {
2822 "name": "Symfony Community",
2823 "homepage": "https://symfony.com/contributors"
2824 }
2825 ],
2826 "description": "Symfony polyfill for ctype functions",
2827 "homepage": "https://symfony.com",
2828 "keywords": [
2829 "compatibility",
2830 "ctype",
2831 "polyfill",
2832 "portable"
2833 ],
2834 "support": {
2835 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
2836 },
2837 "funding": [
2838 {
2839 "url": "https://symfony.com/sponsor",
2840 "type": "custom"
2841 },
2842 {
2843 "url": "https://github.com/fabpot",
2844 "type": "github"
2845 },
2846 {
2847 "url": "https://github.com/nicolas-grekas",
2848 "type": "github"
2849 },
2850 {
2851 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2852 "type": "tidelift"
2853 }
2854 ],
2855 "time": "2024-09-09T11:45:10+00:00"
2856 },
2857 {
2858 "name": "symfony/polyfill-mbstring",
2859 "version": "v1.33.0",
2860 "source": {
2861 "type": "git",
2862 "url": "https://github.com/symfony/polyfill-mbstring.git",
2863 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2864 },
2865 "dist": {
2866 "type": "zip",
2867 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
2868 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2869 "shasum": ""
2870 },
2871 "require": {
2872 "ext-iconv": "*",
2873 "php": ">=7.2"
2874 },
2875 "provide": {
2876 "ext-mbstring": "*"
2877 },
2878 "suggest": {
2879 "ext-mbstring": "For best performance"
2880 },
2881 "type": "library",
2882 "extra": {
2883 "thanks": {
2884 "url": "https://github.com/symfony/polyfill",
2885 "name": "symfony/polyfill"
2886 }
2887 },
2888 "autoload": {
2889 "files": [
2890 "bootstrap.php"
2891 ],
2892 "psr-4": {
2893 "Symfony\\Polyfill\\Mbstring\\": ""
2894 }
2895 },
2896 "notification-url": "https://packagist.org/downloads/",
2897 "license": [
2898 "MIT"
2899 ],
2900 "authors": [
2901 {
2902 "name": "Nicolas Grekas",
2903 "email": "p@tchwork.com"
2904 },
2905 {
2906 "name": "Symfony Community",
2907 "homepage": "https://symfony.com/contributors"
2908 }
2909 ],
2910 "description": "Symfony polyfill for the Mbstring extension",
2911 "homepage": "https://symfony.com",
2912 "keywords": [
2913 "compatibility",
2914 "mbstring",
2915 "polyfill",
2916 "portable",
2917 "shim"
2918 ],
2919 "support": {
2920 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
2921 },
2922 "funding": [
2923 {
2924 "url": "https://symfony.com/sponsor",
2925 "type": "custom"
2926 },
2927 {
2928 "url": "https://github.com/fabpot",
2929 "type": "github"
2930 },
2931 {
2932 "url": "https://github.com/nicolas-grekas",
2933 "type": "github"
2934 },
2935 {
2936 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2937 "type": "tidelift"
2938 }
2939 ],
2940 "time": "2024-12-23T08:48:59+00:00"
2941 },
2942 {
2943 "name": "symfony/polyfill-php80",
2944 "version": "v1.33.0",
2945 "source": {
2946 "type": "git",
2947 "url": "https://github.com/symfony/polyfill-php80.git",
2948 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
2949 },
2950 "dist": {
2951 "type": "zip",
2952 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
2953 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
2954 "shasum": ""
2955 },
2956 "require": {
2957 "php": ">=7.2"
2958 },
2959 "type": "library",
2960 "extra": {
2961 "thanks": {
2962 "url": "https://github.com/symfony/polyfill",
2963 "name": "symfony/polyfill"
2964 }
2965 },
2966 "autoload": {
2967 "files": [
2968 "bootstrap.php"
2969 ],
2970 "psr-4": {
2971 "Symfony\\Polyfill\\Php80\\": ""
2972 },
2973 "classmap": [
2974 "Resources/stubs"
2975 ]
2976 },
2977 "notification-url": "https://packagist.org/downloads/",
2978 "license": [
2979 "MIT"
2980 ],
2981 "authors": [
2982 {
2983 "name": "Ion Bazan",
2984 "email": "ion.bazan@gmail.com"
2985 },
2986 {
2987 "name": "Nicolas Grekas",
2988 "email": "p@tchwork.com"
2989 },
2990 {
2991 "name": "Symfony Community",
2992 "homepage": "https://symfony.com/contributors"
2993 }
2994 ],
2995 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2996 "homepage": "https://symfony.com",
2997 "keywords": [
2998 "compatibility",
2999 "polyfill",
3000 "portable",
3001 "shim"
3002 ],
3003 "support": {
3004 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
3005 },
3006 "funding": [
3007 {
3008 "url": "https://symfony.com/sponsor",
3009 "type": "custom"
3010 },
3011 {
3012 "url": "https://github.com/fabpot",
3013 "type": "github"
3014 },
3015 {
3016 "url": "https://github.com/nicolas-grekas",
3017 "type": "github"
3018 },
3019 {
3020 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3021 "type": "tidelift"
3022 }
3023 ],
3024 "time": "2025-01-02T08:10:11+00:00"
3025 },
3026 {
3027 "name": "tracy/tracy",
3028 "version": "v2.10.10",
3029 "source": {
3030 "type": "git",
3031 "url": "https://github.com/nette/tracy.git",
3032 "reference": "32303e02c222eea8571402a8310fc3fe70422c37"
3033 },
3034 "dist": {
3035 "type": "zip",
3036 "url": "https://api.github.com/repos/nette/tracy/zipball/32303e02c222eea8571402a8310fc3fe70422c37",
3037 "reference": "32303e02c222eea8571402a8310fc3fe70422c37",
3038 "shasum": ""
3039 },
3040 "require": {
3041 "ext-json": "*",
3042 "ext-session": "*",
3043 "php": "8.0 - 8.4"
3044 },
3045 "conflict": {
3046 "nette/di": "<3.0"
3047 },
3048 "require-dev": {
3049 "latte/latte": "^2.5 || ^3.0",
3050 "nette/di": "^3.0",
3051 "nette/http": "^3.0",
3052 "nette/mail": "^3.0 || ^4.0",
3053 "nette/tester": "^2.2",
3054 "nette/utils": "^3.0 || ^4.0",
3055 "phpstan/phpstan": "^1.0",
3056 "psr/log": "^1.0 || ^2.0 || ^3.0"
3057 },
3058 "type": "library",
3059 "extra": {
3060 "branch-alias": {
3061 "dev-master": "2.10-dev"
3062 }
3063 },
3064 "autoload": {
3065 "files": [
3066 "src/Tracy/functions.php"
3067 ],
3068 "classmap": [
3069 "src"
3070 ]
3071 },
3072 "notification-url": "https://packagist.org/downloads/",
3073 "license": [
3074 "BSD-3-Clause"
3075 ],
3076 "authors": [
3077 {
3078 "name": "David Grudl",
3079 "homepage": "https://davidgrudl.com"
3080 },
3081 {
3082 "name": "Nette Community",
3083 "homepage": "https://nette.org/contributors"
3084 }
3085 ],
3086 "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.",
3087 "homepage": "https://tracy.nette.org",
3088 "keywords": [
3089 "Xdebug",
3090 "debug",
3091 "debugger",
3092 "nette",
3093 "profiler"
3094 ],
3095 "support": {
3096 "issues": "https://github.com/nette/tracy/issues",
3097 "source": "https://github.com/nette/tracy/tree/v2.10.10"
3098 },
3099 "time": "2025-04-28T14:35:15+00:00"
3100 }
3101 ],
3102 "packages-dev": [
3103 {
3104 "name": "flightphp/tracy-extensions",
3105 "version": "v0.2.7",
3106 "source": {
3107 "type": "git",
3108 "url": "https://github.com/flightphp/tracy-extensions.git",
3109 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256"
3110 },
3111 "dist": {
3112 "type": "zip",
3113 "url": "https://api.github.com/repos/flightphp/tracy-extensions/zipball/4150ea7dc9bbb56fa089e7a4662f68011a771256",
3114 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256",
3115 "shasum": ""
3116 },
3117 "require": {
3118 "flightphp/core": "^3.0",
3119 "php": ">=8.0",
3120 "tracy/tracy": "^2.10"
3121 },
3122 "require-dev": {
3123 "ghostff/session": "^2.1"
3124 },
3125 "type": "library",
3126 "autoload": {
3127 "classmap": [
3128 "src/"
3129 ]
3130 },
3131 "notification-url": "https://packagist.org/downloads/",
3132 "license": [
3133 "MIT"
3134 ],
3135 "authors": [
3136 {
3137 "name": "n0nag0n",
3138 "email": "n0nag0n@sky-9.com"
3139 }
3140 ],
3141 "description": "A few Flight specific extensions for Tracy Debugger to help debug your code quickly.",
3142 "support": {
3143 "issues": "https://github.com/flightphp/tracy-extensions/issues",
3144 "source": "https://github.com/flightphp/tracy-extensions/tree/v0.2.7"
3145 },
3146 "time": "2025-09-03T13:47:57+00:00"
3147 }
3148 ],
3149 "aliases": [],
3150 "minimum-stability": "stable",
3151 "stability-flags": {},
3152 "prefer-stable": false,
3153 "prefer-lowest": false,
3154 "platform": {},
3155 "platform-dev": {},
3156 "plugin-api-version": "2.6.0"
3157}