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.24",
1232 "source": {
1233 "type": "git",
1234 "url": "https://github.com/nette/latte.git",
1235 "reference": "2ec95b542197d82a4837ba5949bd823d0ca7d170"
1236 },
1237 "dist": {
1238 "type": "zip",
1239 "url": "https://api.github.com/repos/nette/latte/zipball/2ec95b542197d82a4837ba5949bd823d0ca7d170",
1240 "reference": "2ec95b542197d82a4837ba5949bd823d0ca7d170",
1241 "shasum": ""
1242 },
1243 "require": {
1244 "ext-json": "*",
1245 "ext-tokenizer": "*",
1246 "php": "8.0 - 8.5"
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.24"
1315 },
1316 "time": "2025-10-31T00:53:04+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.3",
1577 "source": {
1578 "type": "git",
1579 "url": "https://github.com/nette/schema.git",
1580 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004"
1581 },
1582 "dist": {
1583 "type": "zip",
1584 "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004",
1585 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004",
1586 "shasum": ""
1587 },
1588 "require": {
1589 "nette/utils": "^4.0",
1590 "php": "8.1 - 8.5"
1591 },
1592 "require-dev": {
1593 "nette/tester": "^2.5.2",
1594 "phpstan/phpstan-nette": "^2.0@stable",
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 "psr-4": {
1605 "Nette\\": "src"
1606 },
1607 "classmap": [
1608 "src/"
1609 ]
1610 },
1611 "notification-url": "https://packagist.org/downloads/",
1612 "license": [
1613 "BSD-3-Clause",
1614 "GPL-2.0-only",
1615 "GPL-3.0-only"
1616 ],
1617 "authors": [
1618 {
1619 "name": "David Grudl",
1620 "homepage": "https://davidgrudl.com"
1621 },
1622 {
1623 "name": "Nette Community",
1624 "homepage": "https://nette.org/contributors"
1625 }
1626 ],
1627 "description": "📐 Nette Schema: validating data structures against a given Schema.",
1628 "homepage": "https://nette.org",
1629 "keywords": [
1630 "config",
1631 "nette"
1632 ],
1633 "support": {
1634 "issues": "https://github.com/nette/schema/issues",
1635 "source": "https://github.com/nette/schema/tree/v1.3.3"
1636 },
1637 "time": "2025-10-30T22:57:59+00:00"
1638 },
1639 {
1640 "name": "nette/utils",
1641 "version": "v4.0.8",
1642 "source": {
1643 "type": "git",
1644 "url": "https://github.com/nette/utils.git",
1645 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
1646 },
1647 "dist": {
1648 "type": "zip",
1649 "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
1650 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
1651 "shasum": ""
1652 },
1653 "require": {
1654 "php": "8.0 - 8.5"
1655 },
1656 "conflict": {
1657 "nette/finder": "<3",
1658 "nette/schema": "<1.2.2"
1659 },
1660 "require-dev": {
1661 "jetbrains/phpstorm-attributes": "^1.2",
1662 "nette/tester": "^2.5",
1663 "phpstan/phpstan-nette": "^2.0@stable",
1664 "tracy/tracy": "^2.9"
1665 },
1666 "suggest": {
1667 "ext-gd": "to use Image",
1668 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
1669 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
1670 "ext-json": "to use Nette\\Utils\\Json",
1671 "ext-mbstring": "to use Strings::lower() etc...",
1672 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
1673 },
1674 "type": "library",
1675 "extra": {
1676 "branch-alias": {
1677 "dev-master": "4.0-dev"
1678 }
1679 },
1680 "autoload": {
1681 "psr-4": {
1682 "Nette\\": "src"
1683 },
1684 "classmap": [
1685 "src/"
1686 ]
1687 },
1688 "notification-url": "https://packagist.org/downloads/",
1689 "license": [
1690 "BSD-3-Clause",
1691 "GPL-2.0-only",
1692 "GPL-3.0-only"
1693 ],
1694 "authors": [
1695 {
1696 "name": "David Grudl",
1697 "homepage": "https://davidgrudl.com"
1698 },
1699 {
1700 "name": "Nette Community",
1701 "homepage": "https://nette.org/contributors"
1702 }
1703 ],
1704 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
1705 "homepage": "https://nette.org",
1706 "keywords": [
1707 "array",
1708 "core",
1709 "datetime",
1710 "images",
1711 "json",
1712 "nette",
1713 "paginator",
1714 "password",
1715 "slugify",
1716 "string",
1717 "unicode",
1718 "utf-8",
1719 "utility",
1720 "validation"
1721 ],
1722 "support": {
1723 "issues": "https://github.com/nette/utils/issues",
1724 "source": "https://github.com/nette/utils/tree/v4.0.8"
1725 },
1726 "time": "2025-08-06T21:43:34+00:00"
1727 },
1728 {
1729 "name": "psr/event-dispatcher",
1730 "version": "1.0.0",
1731 "source": {
1732 "type": "git",
1733 "url": "https://github.com/php-fig/event-dispatcher.git",
1734 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1735 },
1736 "dist": {
1737 "type": "zip",
1738 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1739 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1740 "shasum": ""
1741 },
1742 "require": {
1743 "php": ">=7.2.0"
1744 },
1745 "type": "library",
1746 "extra": {
1747 "branch-alias": {
1748 "dev-master": "1.0.x-dev"
1749 }
1750 },
1751 "autoload": {
1752 "psr-4": {
1753 "Psr\\EventDispatcher\\": "src/"
1754 }
1755 },
1756 "notification-url": "https://packagist.org/downloads/",
1757 "license": [
1758 "MIT"
1759 ],
1760 "authors": [
1761 {
1762 "name": "PHP-FIG",
1763 "homepage": "http://www.php-fig.org/"
1764 }
1765 ],
1766 "description": "Standard interfaces for event handling.",
1767 "keywords": [
1768 "events",
1769 "psr",
1770 "psr-14"
1771 ],
1772 "support": {
1773 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1774 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1775 },
1776 "time": "2019-01-08T18:20:26+00:00"
1777 },
1778 {
1779 "name": "psr/http-client",
1780 "version": "1.0.3",
1781 "source": {
1782 "type": "git",
1783 "url": "https://github.com/php-fig/http-client.git",
1784 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1785 },
1786 "dist": {
1787 "type": "zip",
1788 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1789 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1790 "shasum": ""
1791 },
1792 "require": {
1793 "php": "^7.0 || ^8.0",
1794 "psr/http-message": "^1.0 || ^2.0"
1795 },
1796 "type": "library",
1797 "extra": {
1798 "branch-alias": {
1799 "dev-master": "1.0.x-dev"
1800 }
1801 },
1802 "autoload": {
1803 "psr-4": {
1804 "Psr\\Http\\Client\\": "src/"
1805 }
1806 },
1807 "notification-url": "https://packagist.org/downloads/",
1808 "license": [
1809 "MIT"
1810 ],
1811 "authors": [
1812 {
1813 "name": "PHP-FIG",
1814 "homepage": "https://www.php-fig.org/"
1815 }
1816 ],
1817 "description": "Common interface for HTTP clients",
1818 "homepage": "https://github.com/php-fig/http-client",
1819 "keywords": [
1820 "http",
1821 "http-client",
1822 "psr",
1823 "psr-18"
1824 ],
1825 "support": {
1826 "source": "https://github.com/php-fig/http-client"
1827 },
1828 "time": "2023-09-23T14:17:50+00:00"
1829 },
1830 {
1831 "name": "psr/http-factory",
1832 "version": "1.1.0",
1833 "source": {
1834 "type": "git",
1835 "url": "https://github.com/php-fig/http-factory.git",
1836 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
1837 },
1838 "dist": {
1839 "type": "zip",
1840 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1841 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1842 "shasum": ""
1843 },
1844 "require": {
1845 "php": ">=7.1",
1846 "psr/http-message": "^1.0 || ^2.0"
1847 },
1848 "type": "library",
1849 "extra": {
1850 "branch-alias": {
1851 "dev-master": "1.0.x-dev"
1852 }
1853 },
1854 "autoload": {
1855 "psr-4": {
1856 "Psr\\Http\\Message\\": "src/"
1857 }
1858 },
1859 "notification-url": "https://packagist.org/downloads/",
1860 "license": [
1861 "MIT"
1862 ],
1863 "authors": [
1864 {
1865 "name": "PHP-FIG",
1866 "homepage": "https://www.php-fig.org/"
1867 }
1868 ],
1869 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
1870 "keywords": [
1871 "factory",
1872 "http",
1873 "message",
1874 "psr",
1875 "psr-17",
1876 "psr-7",
1877 "request",
1878 "response"
1879 ],
1880 "support": {
1881 "source": "https://github.com/php-fig/http-factory"
1882 },
1883 "time": "2024-04-15T12:06:14+00:00"
1884 },
1885 {
1886 "name": "psr/http-message",
1887 "version": "1.1",
1888 "source": {
1889 "type": "git",
1890 "url": "https://github.com/php-fig/http-message.git",
1891 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1892 },
1893 "dist": {
1894 "type": "zip",
1895 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1896 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1897 "shasum": ""
1898 },
1899 "require": {
1900 "php": "^7.2 || ^8.0"
1901 },
1902 "type": "library",
1903 "extra": {
1904 "branch-alias": {
1905 "dev-master": "1.1.x-dev"
1906 }
1907 },
1908 "autoload": {
1909 "psr-4": {
1910 "Psr\\Http\\Message\\": "src/"
1911 }
1912 },
1913 "notification-url": "https://packagist.org/downloads/",
1914 "license": [
1915 "MIT"
1916 ],
1917 "authors": [
1918 {
1919 "name": "PHP-FIG",
1920 "homepage": "http://www.php-fig.org/"
1921 }
1922 ],
1923 "description": "Common interface for HTTP messages",
1924 "homepage": "https://github.com/php-fig/http-message",
1925 "keywords": [
1926 "http",
1927 "http-message",
1928 "psr",
1929 "psr-7",
1930 "request",
1931 "response"
1932 ],
1933 "support": {
1934 "source": "https://github.com/php-fig/http-message/tree/1.1"
1935 },
1936 "time": "2023-04-04T09:50:52+00:00"
1937 },
1938 {
1939 "name": "psr/log",
1940 "version": "3.0.2",
1941 "source": {
1942 "type": "git",
1943 "url": "https://github.com/php-fig/log.git",
1944 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
1945 },
1946 "dist": {
1947 "type": "zip",
1948 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1949 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1950 "shasum": ""
1951 },
1952 "require": {
1953 "php": ">=8.0.0"
1954 },
1955 "type": "library",
1956 "extra": {
1957 "branch-alias": {
1958 "dev-master": "3.x-dev"
1959 }
1960 },
1961 "autoload": {
1962 "psr-4": {
1963 "Psr\\Log\\": "src"
1964 }
1965 },
1966 "notification-url": "https://packagist.org/downloads/",
1967 "license": [
1968 "MIT"
1969 ],
1970 "authors": [
1971 {
1972 "name": "PHP-FIG",
1973 "homepage": "https://www.php-fig.org/"
1974 }
1975 ],
1976 "description": "Common interface for logging libraries",
1977 "homepage": "https://github.com/php-fig/log",
1978 "keywords": [
1979 "log",
1980 "psr",
1981 "psr-3"
1982 ],
1983 "support": {
1984 "source": "https://github.com/php-fig/log/tree/3.0.2"
1985 },
1986 "time": "2024-09-11T13:17:53+00:00"
1987 },
1988 {
1989 "name": "ralouphie/getallheaders",
1990 "version": "3.0.3",
1991 "source": {
1992 "type": "git",
1993 "url": "https://github.com/ralouphie/getallheaders.git",
1994 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1995 },
1996 "dist": {
1997 "type": "zip",
1998 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1999 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2000 "shasum": ""
2001 },
2002 "require": {
2003 "php": ">=5.6"
2004 },
2005 "require-dev": {
2006 "php-coveralls/php-coveralls": "^2.1",
2007 "phpunit/phpunit": "^5 || ^6.5"
2008 },
2009 "type": "library",
2010 "autoload": {
2011 "files": [
2012 "src/getallheaders.php"
2013 ]
2014 },
2015 "notification-url": "https://packagist.org/downloads/",
2016 "license": [
2017 "MIT"
2018 ],
2019 "authors": [
2020 {
2021 "name": "Ralph Khattar",
2022 "email": "ralph.khattar@gmail.com"
2023 }
2024 ],
2025 "description": "A polyfill for getallheaders.",
2026 "support": {
2027 "issues": "https://github.com/ralouphie/getallheaders/issues",
2028 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2029 },
2030 "time": "2019-03-08T08:55:37+00:00"
2031 },
2032 {
2033 "name": "react/cache",
2034 "version": "v1.2.0",
2035 "source": {
2036 "type": "git",
2037 "url": "https://github.com/reactphp/cache.git",
2038 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
2039 },
2040 "dist": {
2041 "type": "zip",
2042 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
2043 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
2044 "shasum": ""
2045 },
2046 "require": {
2047 "php": ">=5.3.0",
2048 "react/promise": "^3.0 || ^2.0 || ^1.1"
2049 },
2050 "require-dev": {
2051 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
2052 },
2053 "type": "library",
2054 "autoload": {
2055 "psr-4": {
2056 "React\\Cache\\": "src/"
2057 }
2058 },
2059 "notification-url": "https://packagist.org/downloads/",
2060 "license": [
2061 "MIT"
2062 ],
2063 "authors": [
2064 {
2065 "name": "Christian Lück",
2066 "email": "christian@clue.engineering",
2067 "homepage": "https://clue.engineering/"
2068 },
2069 {
2070 "name": "Cees-Jan Kiewiet",
2071 "email": "reactphp@ceesjankiewiet.nl",
2072 "homepage": "https://wyrihaximus.net/"
2073 },
2074 {
2075 "name": "Jan Sorgalla",
2076 "email": "jsorgalla@gmail.com",
2077 "homepage": "https://sorgalla.com/"
2078 },
2079 {
2080 "name": "Chris Boden",
2081 "email": "cboden@gmail.com",
2082 "homepage": "https://cboden.dev/"
2083 }
2084 ],
2085 "description": "Async, Promise-based cache interface for ReactPHP",
2086 "keywords": [
2087 "cache",
2088 "caching",
2089 "promise",
2090 "reactphp"
2091 ],
2092 "support": {
2093 "issues": "https://github.com/reactphp/cache/issues",
2094 "source": "https://github.com/reactphp/cache/tree/v1.2.0"
2095 },
2096 "funding": [
2097 {
2098 "url": "https://opencollective.com/reactphp",
2099 "type": "open_collective"
2100 }
2101 ],
2102 "time": "2022-11-30T15:59:55+00:00"
2103 },
2104 {
2105 "name": "react/dns",
2106 "version": "v1.13.0",
2107 "source": {
2108 "type": "git",
2109 "url": "https://github.com/reactphp/dns.git",
2110 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
2111 },
2112 "dist": {
2113 "type": "zip",
2114 "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2115 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2116 "shasum": ""
2117 },
2118 "require": {
2119 "php": ">=5.3.0",
2120 "react/cache": "^1.0 || ^0.6 || ^0.5",
2121 "react/event-loop": "^1.2",
2122 "react/promise": "^3.2 || ^2.7 || ^1.2.1"
2123 },
2124 "require-dev": {
2125 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2126 "react/async": "^4.3 || ^3 || ^2",
2127 "react/promise-timer": "^1.11"
2128 },
2129 "type": "library",
2130 "autoload": {
2131 "psr-4": {
2132 "React\\Dns\\": "src/"
2133 }
2134 },
2135 "notification-url": "https://packagist.org/downloads/",
2136 "license": [
2137 "MIT"
2138 ],
2139 "authors": [
2140 {
2141 "name": "Christian Lück",
2142 "email": "christian@clue.engineering",
2143 "homepage": "https://clue.engineering/"
2144 },
2145 {
2146 "name": "Cees-Jan Kiewiet",
2147 "email": "reactphp@ceesjankiewiet.nl",
2148 "homepage": "https://wyrihaximus.net/"
2149 },
2150 {
2151 "name": "Jan Sorgalla",
2152 "email": "jsorgalla@gmail.com",
2153 "homepage": "https://sorgalla.com/"
2154 },
2155 {
2156 "name": "Chris Boden",
2157 "email": "cboden@gmail.com",
2158 "homepage": "https://cboden.dev/"
2159 }
2160 ],
2161 "description": "Async DNS resolver for ReactPHP",
2162 "keywords": [
2163 "async",
2164 "dns",
2165 "dns-resolver",
2166 "reactphp"
2167 ],
2168 "support": {
2169 "issues": "https://github.com/reactphp/dns/issues",
2170 "source": "https://github.com/reactphp/dns/tree/v1.13.0"
2171 },
2172 "funding": [
2173 {
2174 "url": "https://opencollective.com/reactphp",
2175 "type": "open_collective"
2176 }
2177 ],
2178 "time": "2024-06-13T14:18:03+00:00"
2179 },
2180 {
2181 "name": "react/event-loop",
2182 "version": "v1.5.0",
2183 "source": {
2184 "type": "git",
2185 "url": "https://github.com/reactphp/event-loop.git",
2186 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
2187 },
2188 "dist": {
2189 "type": "zip",
2190 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2191 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2192 "shasum": ""
2193 },
2194 "require": {
2195 "php": ">=5.3.0"
2196 },
2197 "require-dev": {
2198 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2199 },
2200 "suggest": {
2201 "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
2202 },
2203 "type": "library",
2204 "autoload": {
2205 "psr-4": {
2206 "React\\EventLoop\\": "src/"
2207 }
2208 },
2209 "notification-url": "https://packagist.org/downloads/",
2210 "license": [
2211 "MIT"
2212 ],
2213 "authors": [
2214 {
2215 "name": "Christian Lück",
2216 "email": "christian@clue.engineering",
2217 "homepage": "https://clue.engineering/"
2218 },
2219 {
2220 "name": "Cees-Jan Kiewiet",
2221 "email": "reactphp@ceesjankiewiet.nl",
2222 "homepage": "https://wyrihaximus.net/"
2223 },
2224 {
2225 "name": "Jan Sorgalla",
2226 "email": "jsorgalla@gmail.com",
2227 "homepage": "https://sorgalla.com/"
2228 },
2229 {
2230 "name": "Chris Boden",
2231 "email": "cboden@gmail.com",
2232 "homepage": "https://cboden.dev/"
2233 }
2234 ],
2235 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
2236 "keywords": [
2237 "asynchronous",
2238 "event-loop"
2239 ],
2240 "support": {
2241 "issues": "https://github.com/reactphp/event-loop/issues",
2242 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
2243 },
2244 "funding": [
2245 {
2246 "url": "https://opencollective.com/reactphp",
2247 "type": "open_collective"
2248 }
2249 ],
2250 "time": "2023-11-13T13:48:05+00:00"
2251 },
2252 {
2253 "name": "react/http",
2254 "version": "v1.11.0",
2255 "source": {
2256 "type": "git",
2257 "url": "https://github.com/reactphp/http.git",
2258 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9"
2259 },
2260 "dist": {
2261 "type": "zip",
2262 "url": "https://api.github.com/repos/reactphp/http/zipball/8db02de41dcca82037367f67a2d4be365b1c4db9",
2263 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9",
2264 "shasum": ""
2265 },
2266 "require": {
2267 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2268 "fig/http-message-util": "^1.1",
2269 "php": ">=5.3.0",
2270 "psr/http-message": "^1.0",
2271 "react/event-loop": "^1.2",
2272 "react/promise": "^3.2 || ^2.3 || ^1.2.1",
2273 "react/socket": "^1.16",
2274 "react/stream": "^1.4"
2275 },
2276 "require-dev": {
2277 "clue/http-proxy-react": "^1.8",
2278 "clue/reactphp-ssh-proxy": "^1.4",
2279 "clue/socks-react": "^1.4",
2280 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2281 "react/async": "^4.2 || ^3 || ^2",
2282 "react/promise-stream": "^1.4",
2283 "react/promise-timer": "^1.11"
2284 },
2285 "type": "library",
2286 "autoload": {
2287 "psr-4": {
2288 "React\\Http\\": "src/"
2289 }
2290 },
2291 "notification-url": "https://packagist.org/downloads/",
2292 "license": [
2293 "MIT"
2294 ],
2295 "authors": [
2296 {
2297 "name": "Christian Lück",
2298 "email": "christian@clue.engineering",
2299 "homepage": "https://clue.engineering/"
2300 },
2301 {
2302 "name": "Cees-Jan Kiewiet",
2303 "email": "reactphp@ceesjankiewiet.nl",
2304 "homepage": "https://wyrihaximus.net/"
2305 },
2306 {
2307 "name": "Jan Sorgalla",
2308 "email": "jsorgalla@gmail.com",
2309 "homepage": "https://sorgalla.com/"
2310 },
2311 {
2312 "name": "Chris Boden",
2313 "email": "cboden@gmail.com",
2314 "homepage": "https://cboden.dev/"
2315 }
2316 ],
2317 "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
2318 "keywords": [
2319 "async",
2320 "client",
2321 "event-driven",
2322 "http",
2323 "http client",
2324 "http server",
2325 "https",
2326 "psr-7",
2327 "reactphp",
2328 "server",
2329 "streaming"
2330 ],
2331 "support": {
2332 "issues": "https://github.com/reactphp/http/issues",
2333 "source": "https://github.com/reactphp/http/tree/v1.11.0"
2334 },
2335 "funding": [
2336 {
2337 "url": "https://opencollective.com/reactphp",
2338 "type": "open_collective"
2339 }
2340 ],
2341 "time": "2024-11-20T15:24:08+00:00"
2342 },
2343 {
2344 "name": "react/promise",
2345 "version": "v3.3.0",
2346 "source": {
2347 "type": "git",
2348 "url": "https://github.com/reactphp/promise.git",
2349 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
2350 },
2351 "dist": {
2352 "type": "zip",
2353 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
2354 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
2355 "shasum": ""
2356 },
2357 "require": {
2358 "php": ">=7.1.0"
2359 },
2360 "require-dev": {
2361 "phpstan/phpstan": "1.12.28 || 1.4.10",
2362 "phpunit/phpunit": "^9.6 || ^7.5"
2363 },
2364 "type": "library",
2365 "autoload": {
2366 "files": [
2367 "src/functions_include.php"
2368 ],
2369 "psr-4": {
2370 "React\\Promise\\": "src/"
2371 }
2372 },
2373 "notification-url": "https://packagist.org/downloads/",
2374 "license": [
2375 "MIT"
2376 ],
2377 "authors": [
2378 {
2379 "name": "Jan Sorgalla",
2380 "email": "jsorgalla@gmail.com",
2381 "homepage": "https://sorgalla.com/"
2382 },
2383 {
2384 "name": "Christian Lück",
2385 "email": "christian@clue.engineering",
2386 "homepage": "https://clue.engineering/"
2387 },
2388 {
2389 "name": "Cees-Jan Kiewiet",
2390 "email": "reactphp@ceesjankiewiet.nl",
2391 "homepage": "https://wyrihaximus.net/"
2392 },
2393 {
2394 "name": "Chris Boden",
2395 "email": "cboden@gmail.com",
2396 "homepage": "https://cboden.dev/"
2397 }
2398 ],
2399 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2400 "keywords": [
2401 "promise",
2402 "promises"
2403 ],
2404 "support": {
2405 "issues": "https://github.com/reactphp/promise/issues",
2406 "source": "https://github.com/reactphp/promise/tree/v3.3.0"
2407 },
2408 "funding": [
2409 {
2410 "url": "https://opencollective.com/reactphp",
2411 "type": "open_collective"
2412 }
2413 ],
2414 "time": "2025-08-19T18:57:03+00:00"
2415 },
2416 {
2417 "name": "react/socket",
2418 "version": "v1.16.0",
2419 "source": {
2420 "type": "git",
2421 "url": "https://github.com/reactphp/socket.git",
2422 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
2423 },
2424 "dist": {
2425 "type": "zip",
2426 "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2427 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2428 "shasum": ""
2429 },
2430 "require": {
2431 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2432 "php": ">=5.3.0",
2433 "react/dns": "^1.13",
2434 "react/event-loop": "^1.2",
2435 "react/promise": "^3.2 || ^2.6 || ^1.2.1",
2436 "react/stream": "^1.4"
2437 },
2438 "require-dev": {
2439 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2440 "react/async": "^4.3 || ^3.3 || ^2",
2441 "react/promise-stream": "^1.4",
2442 "react/promise-timer": "^1.11"
2443 },
2444 "type": "library",
2445 "autoload": {
2446 "psr-4": {
2447 "React\\Socket\\": "src/"
2448 }
2449 },
2450 "notification-url": "https://packagist.org/downloads/",
2451 "license": [
2452 "MIT"
2453 ],
2454 "authors": [
2455 {
2456 "name": "Christian Lück",
2457 "email": "christian@clue.engineering",
2458 "homepage": "https://clue.engineering/"
2459 },
2460 {
2461 "name": "Cees-Jan Kiewiet",
2462 "email": "reactphp@ceesjankiewiet.nl",
2463 "homepage": "https://wyrihaximus.net/"
2464 },
2465 {
2466 "name": "Jan Sorgalla",
2467 "email": "jsorgalla@gmail.com",
2468 "homepage": "https://sorgalla.com/"
2469 },
2470 {
2471 "name": "Chris Boden",
2472 "email": "cboden@gmail.com",
2473 "homepage": "https://cboden.dev/"
2474 }
2475 ],
2476 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
2477 "keywords": [
2478 "Connection",
2479 "Socket",
2480 "async",
2481 "reactphp",
2482 "stream"
2483 ],
2484 "support": {
2485 "issues": "https://github.com/reactphp/socket/issues",
2486 "source": "https://github.com/reactphp/socket/tree/v1.16.0"
2487 },
2488 "funding": [
2489 {
2490 "url": "https://opencollective.com/reactphp",
2491 "type": "open_collective"
2492 }
2493 ],
2494 "time": "2024-07-26T10:38:09+00:00"
2495 },
2496 {
2497 "name": "react/stream",
2498 "version": "v1.4.0",
2499 "source": {
2500 "type": "git",
2501 "url": "https://github.com/reactphp/stream.git",
2502 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
2503 },
2504 "dist": {
2505 "type": "zip",
2506 "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
2507 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
2508 "shasum": ""
2509 },
2510 "require": {
2511 "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
2512 "php": ">=5.3.8",
2513 "react/event-loop": "^1.2"
2514 },
2515 "require-dev": {
2516 "clue/stream-filter": "~1.2",
2517 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2518 },
2519 "type": "library",
2520 "autoload": {
2521 "psr-4": {
2522 "React\\Stream\\": "src/"
2523 }
2524 },
2525 "notification-url": "https://packagist.org/downloads/",
2526 "license": [
2527 "MIT"
2528 ],
2529 "authors": [
2530 {
2531 "name": "Christian Lück",
2532 "email": "christian@clue.engineering",
2533 "homepage": "https://clue.engineering/"
2534 },
2535 {
2536 "name": "Cees-Jan Kiewiet",
2537 "email": "reactphp@ceesjankiewiet.nl",
2538 "homepage": "https://wyrihaximus.net/"
2539 },
2540 {
2541 "name": "Jan Sorgalla",
2542 "email": "jsorgalla@gmail.com",
2543 "homepage": "https://sorgalla.com/"
2544 },
2545 {
2546 "name": "Chris Boden",
2547 "email": "cboden@gmail.com",
2548 "homepage": "https://cboden.dev/"
2549 }
2550 ],
2551 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
2552 "keywords": [
2553 "event-driven",
2554 "io",
2555 "non-blocking",
2556 "pipe",
2557 "reactphp",
2558 "readable",
2559 "stream",
2560 "writable"
2561 ],
2562 "support": {
2563 "issues": "https://github.com/reactphp/stream/issues",
2564 "source": "https://github.com/reactphp/stream/tree/v1.4.0"
2565 },
2566 "funding": [
2567 {
2568 "url": "https://opencollective.com/reactphp",
2569 "type": "open_collective"
2570 }
2571 ],
2572 "time": "2024-06-11T12:45:25+00:00"
2573 },
2574 {
2575 "name": "symfony/css-selector",
2576 "version": "v7.3.0",
2577 "source": {
2578 "type": "git",
2579 "url": "https://github.com/symfony/css-selector.git",
2580 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
2581 },
2582 "dist": {
2583 "type": "zip",
2584 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
2585 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
2586 "shasum": ""
2587 },
2588 "require": {
2589 "php": ">=8.2"
2590 },
2591 "type": "library",
2592 "autoload": {
2593 "psr-4": {
2594 "Symfony\\Component\\CssSelector\\": ""
2595 },
2596 "exclude-from-classmap": [
2597 "/Tests/"
2598 ]
2599 },
2600 "notification-url": "https://packagist.org/downloads/",
2601 "license": [
2602 "MIT"
2603 ],
2604 "authors": [
2605 {
2606 "name": "Fabien Potencier",
2607 "email": "fabien@symfony.com"
2608 },
2609 {
2610 "name": "Jean-François Simon",
2611 "email": "jeanfrancois.simon@sensiolabs.com"
2612 },
2613 {
2614 "name": "Symfony Community",
2615 "homepage": "https://symfony.com/contributors"
2616 }
2617 ],
2618 "description": "Converts CSS selectors to XPath expressions",
2619 "homepage": "https://symfony.com",
2620 "support": {
2621 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
2622 },
2623 "funding": [
2624 {
2625 "url": "https://symfony.com/sponsor",
2626 "type": "custom"
2627 },
2628 {
2629 "url": "https://github.com/fabpot",
2630 "type": "github"
2631 },
2632 {
2633 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2634 "type": "tidelift"
2635 }
2636 ],
2637 "time": "2024-09-25T14:21:43+00:00"
2638 },
2639 {
2640 "name": "symfony/deprecation-contracts",
2641 "version": "v3.6.0",
2642 "source": {
2643 "type": "git",
2644 "url": "https://github.com/symfony/deprecation-contracts.git",
2645 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
2646 },
2647 "dist": {
2648 "type": "zip",
2649 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
2650 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
2651 "shasum": ""
2652 },
2653 "require": {
2654 "php": ">=8.1"
2655 },
2656 "type": "library",
2657 "extra": {
2658 "thanks": {
2659 "url": "https://github.com/symfony/contracts",
2660 "name": "symfony/contracts"
2661 },
2662 "branch-alias": {
2663 "dev-main": "3.6-dev"
2664 }
2665 },
2666 "autoload": {
2667 "files": [
2668 "function.php"
2669 ]
2670 },
2671 "notification-url": "https://packagist.org/downloads/",
2672 "license": [
2673 "MIT"
2674 ],
2675 "authors": [
2676 {
2677 "name": "Nicolas Grekas",
2678 "email": "p@tchwork.com"
2679 },
2680 {
2681 "name": "Symfony Community",
2682 "homepage": "https://symfony.com/contributors"
2683 }
2684 ],
2685 "description": "A generic function and convention to trigger deprecation notices",
2686 "homepage": "https://symfony.com",
2687 "support": {
2688 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
2689 },
2690 "funding": [
2691 {
2692 "url": "https://symfony.com/sponsor",
2693 "type": "custom"
2694 },
2695 {
2696 "url": "https://github.com/fabpot",
2697 "type": "github"
2698 },
2699 {
2700 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2701 "type": "tidelift"
2702 }
2703 ],
2704 "time": "2024-09-25T14:21:43+00:00"
2705 },
2706 {
2707 "name": "symfony/dom-crawler",
2708 "version": "v7.3.3",
2709 "source": {
2710 "type": "git",
2711 "url": "https://github.com/symfony/dom-crawler.git",
2712 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba"
2713 },
2714 "dist": {
2715 "type": "zip",
2716 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba",
2717 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba",
2718 "shasum": ""
2719 },
2720 "require": {
2721 "masterminds/html5": "^2.6",
2722 "php": ">=8.2",
2723 "symfony/polyfill-ctype": "~1.8",
2724 "symfony/polyfill-mbstring": "~1.0"
2725 },
2726 "require-dev": {
2727 "symfony/css-selector": "^6.4|^7.0"
2728 },
2729 "type": "library",
2730 "autoload": {
2731 "psr-4": {
2732 "Symfony\\Component\\DomCrawler\\": ""
2733 },
2734 "exclude-from-classmap": [
2735 "/Tests/"
2736 ]
2737 },
2738 "notification-url": "https://packagist.org/downloads/",
2739 "license": [
2740 "MIT"
2741 ],
2742 "authors": [
2743 {
2744 "name": "Fabien Potencier",
2745 "email": "fabien@symfony.com"
2746 },
2747 {
2748 "name": "Symfony Community",
2749 "homepage": "https://symfony.com/contributors"
2750 }
2751 ],
2752 "description": "Eases DOM navigation for HTML and XML documents",
2753 "homepage": "https://symfony.com",
2754 "support": {
2755 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3"
2756 },
2757 "funding": [
2758 {
2759 "url": "https://symfony.com/sponsor",
2760 "type": "custom"
2761 },
2762 {
2763 "url": "https://github.com/fabpot",
2764 "type": "github"
2765 },
2766 {
2767 "url": "https://github.com/nicolas-grekas",
2768 "type": "github"
2769 },
2770 {
2771 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2772 "type": "tidelift"
2773 }
2774 ],
2775 "time": "2025-08-06T20:13:54+00:00"
2776 },
2777 {
2778 "name": "symfony/polyfill-ctype",
2779 "version": "v1.33.0",
2780 "source": {
2781 "type": "git",
2782 "url": "https://github.com/symfony/polyfill-ctype.git",
2783 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2784 },
2785 "dist": {
2786 "type": "zip",
2787 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
2788 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2789 "shasum": ""
2790 },
2791 "require": {
2792 "php": ">=7.2"
2793 },
2794 "provide": {
2795 "ext-ctype": "*"
2796 },
2797 "suggest": {
2798 "ext-ctype": "For best performance"
2799 },
2800 "type": "library",
2801 "extra": {
2802 "thanks": {
2803 "url": "https://github.com/symfony/polyfill",
2804 "name": "symfony/polyfill"
2805 }
2806 },
2807 "autoload": {
2808 "files": [
2809 "bootstrap.php"
2810 ],
2811 "psr-4": {
2812 "Symfony\\Polyfill\\Ctype\\": ""
2813 }
2814 },
2815 "notification-url": "https://packagist.org/downloads/",
2816 "license": [
2817 "MIT"
2818 ],
2819 "authors": [
2820 {
2821 "name": "Gert de Pagter",
2822 "email": "BackEndTea@gmail.com"
2823 },
2824 {
2825 "name": "Symfony Community",
2826 "homepage": "https://symfony.com/contributors"
2827 }
2828 ],
2829 "description": "Symfony polyfill for ctype functions",
2830 "homepage": "https://symfony.com",
2831 "keywords": [
2832 "compatibility",
2833 "ctype",
2834 "polyfill",
2835 "portable"
2836 ],
2837 "support": {
2838 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
2839 },
2840 "funding": [
2841 {
2842 "url": "https://symfony.com/sponsor",
2843 "type": "custom"
2844 },
2845 {
2846 "url": "https://github.com/fabpot",
2847 "type": "github"
2848 },
2849 {
2850 "url": "https://github.com/nicolas-grekas",
2851 "type": "github"
2852 },
2853 {
2854 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2855 "type": "tidelift"
2856 }
2857 ],
2858 "time": "2024-09-09T11:45:10+00:00"
2859 },
2860 {
2861 "name": "symfony/polyfill-mbstring",
2862 "version": "v1.33.0",
2863 "source": {
2864 "type": "git",
2865 "url": "https://github.com/symfony/polyfill-mbstring.git",
2866 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2867 },
2868 "dist": {
2869 "type": "zip",
2870 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
2871 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2872 "shasum": ""
2873 },
2874 "require": {
2875 "ext-iconv": "*",
2876 "php": ">=7.2"
2877 },
2878 "provide": {
2879 "ext-mbstring": "*"
2880 },
2881 "suggest": {
2882 "ext-mbstring": "For best performance"
2883 },
2884 "type": "library",
2885 "extra": {
2886 "thanks": {
2887 "url": "https://github.com/symfony/polyfill",
2888 "name": "symfony/polyfill"
2889 }
2890 },
2891 "autoload": {
2892 "files": [
2893 "bootstrap.php"
2894 ],
2895 "psr-4": {
2896 "Symfony\\Polyfill\\Mbstring\\": ""
2897 }
2898 },
2899 "notification-url": "https://packagist.org/downloads/",
2900 "license": [
2901 "MIT"
2902 ],
2903 "authors": [
2904 {
2905 "name": "Nicolas Grekas",
2906 "email": "p@tchwork.com"
2907 },
2908 {
2909 "name": "Symfony Community",
2910 "homepage": "https://symfony.com/contributors"
2911 }
2912 ],
2913 "description": "Symfony polyfill for the Mbstring extension",
2914 "homepage": "https://symfony.com",
2915 "keywords": [
2916 "compatibility",
2917 "mbstring",
2918 "polyfill",
2919 "portable",
2920 "shim"
2921 ],
2922 "support": {
2923 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
2924 },
2925 "funding": [
2926 {
2927 "url": "https://symfony.com/sponsor",
2928 "type": "custom"
2929 },
2930 {
2931 "url": "https://github.com/fabpot",
2932 "type": "github"
2933 },
2934 {
2935 "url": "https://github.com/nicolas-grekas",
2936 "type": "github"
2937 },
2938 {
2939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2940 "type": "tidelift"
2941 }
2942 ],
2943 "time": "2024-12-23T08:48:59+00:00"
2944 },
2945 {
2946 "name": "symfony/polyfill-php80",
2947 "version": "v1.33.0",
2948 "source": {
2949 "type": "git",
2950 "url": "https://github.com/symfony/polyfill-php80.git",
2951 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
2952 },
2953 "dist": {
2954 "type": "zip",
2955 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
2956 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
2957 "shasum": ""
2958 },
2959 "require": {
2960 "php": ">=7.2"
2961 },
2962 "type": "library",
2963 "extra": {
2964 "thanks": {
2965 "url": "https://github.com/symfony/polyfill",
2966 "name": "symfony/polyfill"
2967 }
2968 },
2969 "autoload": {
2970 "files": [
2971 "bootstrap.php"
2972 ],
2973 "psr-4": {
2974 "Symfony\\Polyfill\\Php80\\": ""
2975 },
2976 "classmap": [
2977 "Resources/stubs"
2978 ]
2979 },
2980 "notification-url": "https://packagist.org/downloads/",
2981 "license": [
2982 "MIT"
2983 ],
2984 "authors": [
2985 {
2986 "name": "Ion Bazan",
2987 "email": "ion.bazan@gmail.com"
2988 },
2989 {
2990 "name": "Nicolas Grekas",
2991 "email": "p@tchwork.com"
2992 },
2993 {
2994 "name": "Symfony Community",
2995 "homepage": "https://symfony.com/contributors"
2996 }
2997 ],
2998 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2999 "homepage": "https://symfony.com",
3000 "keywords": [
3001 "compatibility",
3002 "polyfill",
3003 "portable",
3004 "shim"
3005 ],
3006 "support": {
3007 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
3008 },
3009 "funding": [
3010 {
3011 "url": "https://symfony.com/sponsor",
3012 "type": "custom"
3013 },
3014 {
3015 "url": "https://github.com/fabpot",
3016 "type": "github"
3017 },
3018 {
3019 "url": "https://github.com/nicolas-grekas",
3020 "type": "github"
3021 },
3022 {
3023 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3024 "type": "tidelift"
3025 }
3026 ],
3027 "time": "2025-01-02T08:10:11+00:00"
3028 },
3029 {
3030 "name": "tracy/tracy",
3031 "version": "v2.10.10",
3032 "source": {
3033 "type": "git",
3034 "url": "https://github.com/nette/tracy.git",
3035 "reference": "32303e02c222eea8571402a8310fc3fe70422c37"
3036 },
3037 "dist": {
3038 "type": "zip",
3039 "url": "https://api.github.com/repos/nette/tracy/zipball/32303e02c222eea8571402a8310fc3fe70422c37",
3040 "reference": "32303e02c222eea8571402a8310fc3fe70422c37",
3041 "shasum": ""
3042 },
3043 "require": {
3044 "ext-json": "*",
3045 "ext-session": "*",
3046 "php": "8.0 - 8.4"
3047 },
3048 "conflict": {
3049 "nette/di": "<3.0"
3050 },
3051 "require-dev": {
3052 "latte/latte": "^2.5 || ^3.0",
3053 "nette/di": "^3.0",
3054 "nette/http": "^3.0",
3055 "nette/mail": "^3.0 || ^4.0",
3056 "nette/tester": "^2.2",
3057 "nette/utils": "^3.0 || ^4.0",
3058 "phpstan/phpstan": "^1.0",
3059 "psr/log": "^1.0 || ^2.0 || ^3.0"
3060 },
3061 "type": "library",
3062 "extra": {
3063 "branch-alias": {
3064 "dev-master": "2.10-dev"
3065 }
3066 },
3067 "autoload": {
3068 "files": [
3069 "src/Tracy/functions.php"
3070 ],
3071 "classmap": [
3072 "src"
3073 ]
3074 },
3075 "notification-url": "https://packagist.org/downloads/",
3076 "license": [
3077 "BSD-3-Clause"
3078 ],
3079 "authors": [
3080 {
3081 "name": "David Grudl",
3082 "homepage": "https://davidgrudl.com"
3083 },
3084 {
3085 "name": "Nette Community",
3086 "homepage": "https://nette.org/contributors"
3087 }
3088 ],
3089 "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.",
3090 "homepage": "https://tracy.nette.org",
3091 "keywords": [
3092 "Xdebug",
3093 "debug",
3094 "debugger",
3095 "nette",
3096 "profiler"
3097 ],
3098 "support": {
3099 "issues": "https://github.com/nette/tracy/issues",
3100 "source": "https://github.com/nette/tracy/tree/v2.10.10"
3101 },
3102 "time": "2025-04-28T14:35:15+00:00"
3103 }
3104 ],
3105 "packages-dev": [
3106 {
3107 "name": "flightphp/tracy-extensions",
3108 "version": "v0.2.7",
3109 "source": {
3110 "type": "git",
3111 "url": "https://github.com/flightphp/tracy-extensions.git",
3112 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256"
3113 },
3114 "dist": {
3115 "type": "zip",
3116 "url": "https://api.github.com/repos/flightphp/tracy-extensions/zipball/4150ea7dc9bbb56fa089e7a4662f68011a771256",
3117 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256",
3118 "shasum": ""
3119 },
3120 "require": {
3121 "flightphp/core": "^3.0",
3122 "php": ">=8.0",
3123 "tracy/tracy": "^2.10"
3124 },
3125 "require-dev": {
3126 "ghostff/session": "^2.1"
3127 },
3128 "type": "library",
3129 "autoload": {
3130 "classmap": [
3131 "src/"
3132 ]
3133 },
3134 "notification-url": "https://packagist.org/downloads/",
3135 "license": [
3136 "MIT"
3137 ],
3138 "authors": [
3139 {
3140 "name": "n0nag0n",
3141 "email": "n0nag0n@sky-9.com"
3142 }
3143 ],
3144 "description": "A few Flight specific extensions for Tracy Debugger to help debug your code quickly.",
3145 "support": {
3146 "issues": "https://github.com/flightphp/tracy-extensions/issues",
3147 "source": "https://github.com/flightphp/tracy-extensions/tree/v0.2.7"
3148 },
3149 "time": "2025-09-03T13:47:57+00:00"
3150 }
3151 ],
3152 "aliases": [],
3153 "minimum-stability": "stable",
3154 "stability-flags": {},
3155 "prefer-stable": false,
3156 "prefer-lowest": false,
3157 "platform": {},
3158 "platform-dev": {},
3159 "plugin-api-version": "2.6.0"
3160}