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