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": "b58d32e8c5e8307c1994ae27ab44347d", 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": "lcobucci/jwt", 1320 "version": "5.6.0", 1321 "source": { 1322 "type": "git", 1323 "url": "https://github.com/lcobucci/jwt.git", 1324 "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e" 1325 }, 1326 "dist": { 1327 "type": "zip", 1328 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e", 1329 "reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e", 1330 "shasum": "" 1331 }, 1332 "require": { 1333 "ext-openssl": "*", 1334 "ext-sodium": "*", 1335 "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", 1336 "psr/clock": "^1.0" 1337 }, 1338 "require-dev": { 1339 "infection/infection": "^0.29", 1340 "lcobucci/clock": "^3.2", 1341 "lcobucci/coding-standard": "^11.0", 1342 "phpbench/phpbench": "^1.2", 1343 "phpstan/extension-installer": "^1.2", 1344 "phpstan/phpstan": "^1.10.7", 1345 "phpstan/phpstan-deprecation-rules": "^1.1.3", 1346 "phpstan/phpstan-phpunit": "^1.3.10", 1347 "phpstan/phpstan-strict-rules": "^1.5.0", 1348 "phpunit/phpunit": "^11.1" 1349 }, 1350 "suggest": { 1351 "lcobucci/clock": ">= 3.2" 1352 }, 1353 "type": "library", 1354 "autoload": { 1355 "psr-4": { 1356 "Lcobucci\\JWT\\": "src" 1357 } 1358 }, 1359 "notification-url": "https://packagist.org/downloads/", 1360 "license": [ 1361 "BSD-3-Clause" 1362 ], 1363 "authors": [ 1364 { 1365 "name": "Luís Cobucci", 1366 "email": "lcobucci@gmail.com", 1367 "role": "Developer" 1368 } 1369 ], 1370 "description": "A simple library to work with JSON Web Token and JSON Web Signature", 1371 "keywords": [ 1372 "JWS", 1373 "jwt" 1374 ], 1375 "support": { 1376 "issues": "https://github.com/lcobucci/jwt/issues", 1377 "source": "https://github.com/lcobucci/jwt/tree/5.6.0" 1378 }, 1379 "funding": [ 1380 { 1381 "url": "https://github.com/lcobucci", 1382 "type": "github" 1383 }, 1384 { 1385 "url": "https://www.patreon.com/lcobucci", 1386 "type": "patreon" 1387 } 1388 ], 1389 "time": "2025-10-17T11:30:53+00:00" 1390 }, 1391 { 1392 "name": "league/commonmark", 1393 "version": "2.7.1", 1394 "source": { 1395 "type": "git", 1396 "url": "https://github.com/thephpleague/commonmark.git", 1397 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca" 1398 }, 1399 "dist": { 1400 "type": "zip", 1401 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca", 1402 "reference": "10732241927d3971d28e7ea7b5712721fa2296ca", 1403 "shasum": "" 1404 }, 1405 "require": { 1406 "ext-mbstring": "*", 1407 "league/config": "^1.1.1", 1408 "php": "^7.4 || ^8.0", 1409 "psr/event-dispatcher": "^1.0", 1410 "symfony/deprecation-contracts": "^2.1 || ^3.0", 1411 "symfony/polyfill-php80": "^1.16" 1412 }, 1413 "require-dev": { 1414 "cebe/markdown": "^1.0", 1415 "commonmark/cmark": "0.31.1", 1416 "commonmark/commonmark.js": "0.31.1", 1417 "composer/package-versions-deprecated": "^1.8", 1418 "embed/embed": "^4.4", 1419 "erusev/parsedown": "^1.0", 1420 "ext-json": "*", 1421 "github/gfm": "0.29.0", 1422 "michelf/php-markdown": "^1.4 || ^2.0", 1423 "nyholm/psr7": "^1.5", 1424 "phpstan/phpstan": "^1.8.2", 1425 "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", 1426 "scrutinizer/ocular": "^1.8.1", 1427 "symfony/finder": "^5.3 | ^6.0 | ^7.0", 1428 "symfony/process": "^5.4 | ^6.0 | ^7.0", 1429 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", 1430 "unleashedtech/php-coding-standard": "^3.1.1", 1431 "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" 1432 }, 1433 "suggest": { 1434 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 1435 }, 1436 "type": "library", 1437 "extra": { 1438 "branch-alias": { 1439 "dev-main": "2.8-dev" 1440 } 1441 }, 1442 "autoload": { 1443 "psr-4": { 1444 "League\\CommonMark\\": "src" 1445 } 1446 }, 1447 "notification-url": "https://packagist.org/downloads/", 1448 "license": [ 1449 "BSD-3-Clause" 1450 ], 1451 "authors": [ 1452 { 1453 "name": "Colin O'Dell", 1454 "email": "colinodell@gmail.com", 1455 "homepage": "https://www.colinodell.com", 1456 "role": "Lead Developer" 1457 } 1458 ], 1459 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 1460 "homepage": "https://commonmark.thephpleague.com", 1461 "keywords": [ 1462 "commonmark", 1463 "flavored", 1464 "gfm", 1465 "github", 1466 "github-flavored", 1467 "markdown", 1468 "md", 1469 "parser" 1470 ], 1471 "support": { 1472 "docs": "https://commonmark.thephpleague.com/", 1473 "forum": "https://github.com/thephpleague/commonmark/discussions", 1474 "issues": "https://github.com/thephpleague/commonmark/issues", 1475 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 1476 "source": "https://github.com/thephpleague/commonmark" 1477 }, 1478 "funding": [ 1479 { 1480 "url": "https://www.colinodell.com/sponsor", 1481 "type": "custom" 1482 }, 1483 { 1484 "url": "https://www.paypal.me/colinpodell/10.00", 1485 "type": "custom" 1486 }, 1487 { 1488 "url": "https://github.com/colinodell", 1489 "type": "github" 1490 }, 1491 { 1492 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1493 "type": "tidelift" 1494 } 1495 ], 1496 "time": "2025-07-20T12:47:49+00:00" 1497 }, 1498 { 1499 "name": "league/config", 1500 "version": "v1.2.0", 1501 "source": { 1502 "type": "git", 1503 "url": "https://github.com/thephpleague/config.git", 1504 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" 1505 }, 1506 "dist": { 1507 "type": "zip", 1508 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1509 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 1510 "shasum": "" 1511 }, 1512 "require": { 1513 "dflydev/dot-access-data": "^3.0.1", 1514 "nette/schema": "^1.2", 1515 "php": "^7.4 || ^8.0" 1516 }, 1517 "require-dev": { 1518 "phpstan/phpstan": "^1.8.2", 1519 "phpunit/phpunit": "^9.5.5", 1520 "scrutinizer/ocular": "^1.8.1", 1521 "unleashedtech/php-coding-standard": "^3.1", 1522 "vimeo/psalm": "^4.7.3" 1523 }, 1524 "type": "library", 1525 "extra": { 1526 "branch-alias": { 1527 "dev-main": "1.2-dev" 1528 } 1529 }, 1530 "autoload": { 1531 "psr-4": { 1532 "League\\Config\\": "src" 1533 } 1534 }, 1535 "notification-url": "https://packagist.org/downloads/", 1536 "license": [ 1537 "BSD-3-Clause" 1538 ], 1539 "authors": [ 1540 { 1541 "name": "Colin O'Dell", 1542 "email": "colinodell@gmail.com", 1543 "homepage": "https://www.colinodell.com", 1544 "role": "Lead Developer" 1545 } 1546 ], 1547 "description": "Define configuration arrays with strict schemas and access values with dot notation", 1548 "homepage": "https://config.thephpleague.com", 1549 "keywords": [ 1550 "array", 1551 "config", 1552 "configuration", 1553 "dot", 1554 "dot-access", 1555 "nested", 1556 "schema" 1557 ], 1558 "support": { 1559 "docs": "https://config.thephpleague.com/", 1560 "issues": "https://github.com/thephpleague/config/issues", 1561 "rss": "https://github.com/thephpleague/config/releases.atom", 1562 "source": "https://github.com/thephpleague/config" 1563 }, 1564 "funding": [ 1565 { 1566 "url": "https://www.colinodell.com/sponsor", 1567 "type": "custom" 1568 }, 1569 { 1570 "url": "https://www.paypal.me/colinpodell/10.00", 1571 "type": "custom" 1572 }, 1573 { 1574 "url": "https://github.com/colinodell", 1575 "type": "github" 1576 } 1577 ], 1578 "time": "2022-12-11T20:36:23+00:00" 1579 }, 1580 { 1581 "name": "masterminds/html5", 1582 "version": "2.10.0", 1583 "source": { 1584 "type": "git", 1585 "url": "https://github.com/Masterminds/html5-php.git", 1586 "reference": "fcf91eb64359852f00d921887b219479b4f21251" 1587 }, 1588 "dist": { 1589 "type": "zip", 1590 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", 1591 "reference": "fcf91eb64359852f00d921887b219479b4f21251", 1592 "shasum": "" 1593 }, 1594 "require": { 1595 "ext-dom": "*", 1596 "php": ">=5.3.0" 1597 }, 1598 "require-dev": { 1599 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" 1600 }, 1601 "type": "library", 1602 "extra": { 1603 "branch-alias": { 1604 "dev-master": "2.7-dev" 1605 } 1606 }, 1607 "autoload": { 1608 "psr-4": { 1609 "Masterminds\\": "src" 1610 } 1611 }, 1612 "notification-url": "https://packagist.org/downloads/", 1613 "license": [ 1614 "MIT" 1615 ], 1616 "authors": [ 1617 { 1618 "name": "Matt Butcher", 1619 "email": "technosophos@gmail.com" 1620 }, 1621 { 1622 "name": "Matt Farina", 1623 "email": "matt@mattfarina.com" 1624 }, 1625 { 1626 "name": "Asmir Mustafic", 1627 "email": "goetas@gmail.com" 1628 } 1629 ], 1630 "description": "An HTML5 parser and serializer.", 1631 "homepage": "http://masterminds.github.io/html5-php", 1632 "keywords": [ 1633 "HTML5", 1634 "dom", 1635 "html", 1636 "parser", 1637 "querypath", 1638 "serializer", 1639 "xml" 1640 ], 1641 "support": { 1642 "issues": "https://github.com/Masterminds/html5-php/issues", 1643 "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" 1644 }, 1645 "time": "2025-07-25T09:04:22+00:00" 1646 }, 1647 { 1648 "name": "nette/schema", 1649 "version": "v1.3.3", 1650 "source": { 1651 "type": "git", 1652 "url": "https://github.com/nette/schema.git", 1653 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004" 1654 }, 1655 "dist": { 1656 "type": "zip", 1657 "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004", 1658 "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004", 1659 "shasum": "" 1660 }, 1661 "require": { 1662 "nette/utils": "^4.0", 1663 "php": "8.1 - 8.5" 1664 }, 1665 "require-dev": { 1666 "nette/tester": "^2.5.2", 1667 "phpstan/phpstan-nette": "^2.0@stable", 1668 "tracy/tracy": "^2.8" 1669 }, 1670 "type": "library", 1671 "extra": { 1672 "branch-alias": { 1673 "dev-master": "1.3-dev" 1674 } 1675 }, 1676 "autoload": { 1677 "psr-4": { 1678 "Nette\\": "src" 1679 }, 1680 "classmap": [ 1681 "src/" 1682 ] 1683 }, 1684 "notification-url": "https://packagist.org/downloads/", 1685 "license": [ 1686 "BSD-3-Clause", 1687 "GPL-2.0-only", 1688 "GPL-3.0-only" 1689 ], 1690 "authors": [ 1691 { 1692 "name": "David Grudl", 1693 "homepage": "https://davidgrudl.com" 1694 }, 1695 { 1696 "name": "Nette Community", 1697 "homepage": "https://nette.org/contributors" 1698 } 1699 ], 1700 "description": "📐 Nette Schema: validating data structures against a given Schema.", 1701 "homepage": "https://nette.org", 1702 "keywords": [ 1703 "config", 1704 "nette" 1705 ], 1706 "support": { 1707 "issues": "https://github.com/nette/schema/issues", 1708 "source": "https://github.com/nette/schema/tree/v1.3.3" 1709 }, 1710 "time": "2025-10-30T22:57:59+00:00" 1711 }, 1712 { 1713 "name": "nette/utils", 1714 "version": "v4.0.8", 1715 "source": { 1716 "type": "git", 1717 "url": "https://github.com/nette/utils.git", 1718 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede" 1719 }, 1720 "dist": { 1721 "type": "zip", 1722 "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede", 1723 "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede", 1724 "shasum": "" 1725 }, 1726 "require": { 1727 "php": "8.0 - 8.5" 1728 }, 1729 "conflict": { 1730 "nette/finder": "<3", 1731 "nette/schema": "<1.2.2" 1732 }, 1733 "require-dev": { 1734 "jetbrains/phpstorm-attributes": "^1.2", 1735 "nette/tester": "^2.5", 1736 "phpstan/phpstan-nette": "^2.0@stable", 1737 "tracy/tracy": "^2.9" 1738 }, 1739 "suggest": { 1740 "ext-gd": "to use Image", 1741 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 1742 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 1743 "ext-json": "to use Nette\\Utils\\Json", 1744 "ext-mbstring": "to use Strings::lower() etc...", 1745 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" 1746 }, 1747 "type": "library", 1748 "extra": { 1749 "branch-alias": { 1750 "dev-master": "4.0-dev" 1751 } 1752 }, 1753 "autoload": { 1754 "psr-4": { 1755 "Nette\\": "src" 1756 }, 1757 "classmap": [ 1758 "src/" 1759 ] 1760 }, 1761 "notification-url": "https://packagist.org/downloads/", 1762 "license": [ 1763 "BSD-3-Clause", 1764 "GPL-2.0-only", 1765 "GPL-3.0-only" 1766 ], 1767 "authors": [ 1768 { 1769 "name": "David Grudl", 1770 "homepage": "https://davidgrudl.com" 1771 }, 1772 { 1773 "name": "Nette Community", 1774 "homepage": "https://nette.org/contributors" 1775 } 1776 ], 1777 "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 1778 "homepage": "https://nette.org", 1779 "keywords": [ 1780 "array", 1781 "core", 1782 "datetime", 1783 "images", 1784 "json", 1785 "nette", 1786 "paginator", 1787 "password", 1788 "slugify", 1789 "string", 1790 "unicode", 1791 "utf-8", 1792 "utility", 1793 "validation" 1794 ], 1795 "support": { 1796 "issues": "https://github.com/nette/utils/issues", 1797 "source": "https://github.com/nette/utils/tree/v4.0.8" 1798 }, 1799 "time": "2025-08-06T21:43:34+00:00" 1800 }, 1801 { 1802 "name": "psr/clock", 1803 "version": "1.0.0", 1804 "source": { 1805 "type": "git", 1806 "url": "https://github.com/php-fig/clock.git", 1807 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 1808 }, 1809 "dist": { 1810 "type": "zip", 1811 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 1812 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 1813 "shasum": "" 1814 }, 1815 "require": { 1816 "php": "^7.0 || ^8.0" 1817 }, 1818 "type": "library", 1819 "autoload": { 1820 "psr-4": { 1821 "Psr\\Clock\\": "src/" 1822 } 1823 }, 1824 "notification-url": "https://packagist.org/downloads/", 1825 "license": [ 1826 "MIT" 1827 ], 1828 "authors": [ 1829 { 1830 "name": "PHP-FIG", 1831 "homepage": "https://www.php-fig.org/" 1832 } 1833 ], 1834 "description": "Common interface for reading the clock.", 1835 "homepage": "https://github.com/php-fig/clock", 1836 "keywords": [ 1837 "clock", 1838 "now", 1839 "psr", 1840 "psr-20", 1841 "time" 1842 ], 1843 "support": { 1844 "issues": "https://github.com/php-fig/clock/issues", 1845 "source": "https://github.com/php-fig/clock/tree/1.0.0" 1846 }, 1847 "time": "2022-11-25T14:36:26+00:00" 1848 }, 1849 { 1850 "name": "psr/event-dispatcher", 1851 "version": "1.0.0", 1852 "source": { 1853 "type": "git", 1854 "url": "https://github.com/php-fig/event-dispatcher.git", 1855 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 1856 }, 1857 "dist": { 1858 "type": "zip", 1859 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 1860 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 1861 "shasum": "" 1862 }, 1863 "require": { 1864 "php": ">=7.2.0" 1865 }, 1866 "type": "library", 1867 "extra": { 1868 "branch-alias": { 1869 "dev-master": "1.0.x-dev" 1870 } 1871 }, 1872 "autoload": { 1873 "psr-4": { 1874 "Psr\\EventDispatcher\\": "src/" 1875 } 1876 }, 1877 "notification-url": "https://packagist.org/downloads/", 1878 "license": [ 1879 "MIT" 1880 ], 1881 "authors": [ 1882 { 1883 "name": "PHP-FIG", 1884 "homepage": "http://www.php-fig.org/" 1885 } 1886 ], 1887 "description": "Standard interfaces for event handling.", 1888 "keywords": [ 1889 "events", 1890 "psr", 1891 "psr-14" 1892 ], 1893 "support": { 1894 "issues": "https://github.com/php-fig/event-dispatcher/issues", 1895 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 1896 }, 1897 "time": "2019-01-08T18:20:26+00:00" 1898 }, 1899 { 1900 "name": "psr/http-client", 1901 "version": "1.0.3", 1902 "source": { 1903 "type": "git", 1904 "url": "https://github.com/php-fig/http-client.git", 1905 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" 1906 }, 1907 "dist": { 1908 "type": "zip", 1909 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", 1910 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", 1911 "shasum": "" 1912 }, 1913 "require": { 1914 "php": "^7.0 || ^8.0", 1915 "psr/http-message": "^1.0 || ^2.0" 1916 }, 1917 "type": "library", 1918 "extra": { 1919 "branch-alias": { 1920 "dev-master": "1.0.x-dev" 1921 } 1922 }, 1923 "autoload": { 1924 "psr-4": { 1925 "Psr\\Http\\Client\\": "src/" 1926 } 1927 }, 1928 "notification-url": "https://packagist.org/downloads/", 1929 "license": [ 1930 "MIT" 1931 ], 1932 "authors": [ 1933 { 1934 "name": "PHP-FIG", 1935 "homepage": "https://www.php-fig.org/" 1936 } 1937 ], 1938 "description": "Common interface for HTTP clients", 1939 "homepage": "https://github.com/php-fig/http-client", 1940 "keywords": [ 1941 "http", 1942 "http-client", 1943 "psr", 1944 "psr-18" 1945 ], 1946 "support": { 1947 "source": "https://github.com/php-fig/http-client" 1948 }, 1949 "time": "2023-09-23T14:17:50+00:00" 1950 }, 1951 { 1952 "name": "psr/http-factory", 1953 "version": "1.1.0", 1954 "source": { 1955 "type": "git", 1956 "url": "https://github.com/php-fig/http-factory.git", 1957 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 1958 }, 1959 "dist": { 1960 "type": "zip", 1961 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 1962 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 1963 "shasum": "" 1964 }, 1965 "require": { 1966 "php": ">=7.1", 1967 "psr/http-message": "^1.0 || ^2.0" 1968 }, 1969 "type": "library", 1970 "extra": { 1971 "branch-alias": { 1972 "dev-master": "1.0.x-dev" 1973 } 1974 }, 1975 "autoload": { 1976 "psr-4": { 1977 "Psr\\Http\\Message\\": "src/" 1978 } 1979 }, 1980 "notification-url": "https://packagist.org/downloads/", 1981 "license": [ 1982 "MIT" 1983 ], 1984 "authors": [ 1985 { 1986 "name": "PHP-FIG", 1987 "homepage": "https://www.php-fig.org/" 1988 } 1989 ], 1990 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 1991 "keywords": [ 1992 "factory", 1993 "http", 1994 "message", 1995 "psr", 1996 "psr-17", 1997 "psr-7", 1998 "request", 1999 "response" 2000 ], 2001 "support": { 2002 "source": "https://github.com/php-fig/http-factory" 2003 }, 2004 "time": "2024-04-15T12:06:14+00:00" 2005 }, 2006 { 2007 "name": "psr/http-message", 2008 "version": "1.1", 2009 "source": { 2010 "type": "git", 2011 "url": "https://github.com/php-fig/http-message.git", 2012 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" 2013 }, 2014 "dist": { 2015 "type": "zip", 2016 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 2017 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 2018 "shasum": "" 2019 }, 2020 "require": { 2021 "php": "^7.2 || ^8.0" 2022 }, 2023 "type": "library", 2024 "extra": { 2025 "branch-alias": { 2026 "dev-master": "1.1.x-dev" 2027 } 2028 }, 2029 "autoload": { 2030 "psr-4": { 2031 "Psr\\Http\\Message\\": "src/" 2032 } 2033 }, 2034 "notification-url": "https://packagist.org/downloads/", 2035 "license": [ 2036 "MIT" 2037 ], 2038 "authors": [ 2039 { 2040 "name": "PHP-FIG", 2041 "homepage": "http://www.php-fig.org/" 2042 } 2043 ], 2044 "description": "Common interface for HTTP messages", 2045 "homepage": "https://github.com/php-fig/http-message", 2046 "keywords": [ 2047 "http", 2048 "http-message", 2049 "psr", 2050 "psr-7", 2051 "request", 2052 "response" 2053 ], 2054 "support": { 2055 "source": "https://github.com/php-fig/http-message/tree/1.1" 2056 }, 2057 "time": "2023-04-04T09:50:52+00:00" 2058 }, 2059 { 2060 "name": "psr/log", 2061 "version": "3.0.2", 2062 "source": { 2063 "type": "git", 2064 "url": "https://github.com/php-fig/log.git", 2065 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 2066 }, 2067 "dist": { 2068 "type": "zip", 2069 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 2070 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 2071 "shasum": "" 2072 }, 2073 "require": { 2074 "php": ">=8.0.0" 2075 }, 2076 "type": "library", 2077 "extra": { 2078 "branch-alias": { 2079 "dev-master": "3.x-dev" 2080 } 2081 }, 2082 "autoload": { 2083 "psr-4": { 2084 "Psr\\Log\\": "src" 2085 } 2086 }, 2087 "notification-url": "https://packagist.org/downloads/", 2088 "license": [ 2089 "MIT" 2090 ], 2091 "authors": [ 2092 { 2093 "name": "PHP-FIG", 2094 "homepage": "https://www.php-fig.org/" 2095 } 2096 ], 2097 "description": "Common interface for logging libraries", 2098 "homepage": "https://github.com/php-fig/log", 2099 "keywords": [ 2100 "log", 2101 "psr", 2102 "psr-3" 2103 ], 2104 "support": { 2105 "source": "https://github.com/php-fig/log/tree/3.0.2" 2106 }, 2107 "time": "2024-09-11T13:17:53+00:00" 2108 }, 2109 { 2110 "name": "ralouphie/getallheaders", 2111 "version": "3.0.3", 2112 "source": { 2113 "type": "git", 2114 "url": "https://github.com/ralouphie/getallheaders.git", 2115 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2116 }, 2117 "dist": { 2118 "type": "zip", 2119 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2120 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2121 "shasum": "" 2122 }, 2123 "require": { 2124 "php": ">=5.6" 2125 }, 2126 "require-dev": { 2127 "php-coveralls/php-coveralls": "^2.1", 2128 "phpunit/phpunit": "^5 || ^6.5" 2129 }, 2130 "type": "library", 2131 "autoload": { 2132 "files": [ 2133 "src/getallheaders.php" 2134 ] 2135 }, 2136 "notification-url": "https://packagist.org/downloads/", 2137 "license": [ 2138 "MIT" 2139 ], 2140 "authors": [ 2141 { 2142 "name": "Ralph Khattar", 2143 "email": "ralph.khattar@gmail.com" 2144 } 2145 ], 2146 "description": "A polyfill for getallheaders.", 2147 "support": { 2148 "issues": "https://github.com/ralouphie/getallheaders/issues", 2149 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 2150 }, 2151 "time": "2019-03-08T08:55:37+00:00" 2152 }, 2153 { 2154 "name": "react/cache", 2155 "version": "v1.2.0", 2156 "source": { 2157 "type": "git", 2158 "url": "https://github.com/reactphp/cache.git", 2159 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" 2160 }, 2161 "dist": { 2162 "type": "zip", 2163 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", 2164 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", 2165 "shasum": "" 2166 }, 2167 "require": { 2168 "php": ">=5.3.0", 2169 "react/promise": "^3.0 || ^2.0 || ^1.1" 2170 }, 2171 "require-dev": { 2172 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" 2173 }, 2174 "type": "library", 2175 "autoload": { 2176 "psr-4": { 2177 "React\\Cache\\": "src/" 2178 } 2179 }, 2180 "notification-url": "https://packagist.org/downloads/", 2181 "license": [ 2182 "MIT" 2183 ], 2184 "authors": [ 2185 { 2186 "name": "Christian Lück", 2187 "email": "christian@clue.engineering", 2188 "homepage": "https://clue.engineering/" 2189 }, 2190 { 2191 "name": "Cees-Jan Kiewiet", 2192 "email": "reactphp@ceesjankiewiet.nl", 2193 "homepage": "https://wyrihaximus.net/" 2194 }, 2195 { 2196 "name": "Jan Sorgalla", 2197 "email": "jsorgalla@gmail.com", 2198 "homepage": "https://sorgalla.com/" 2199 }, 2200 { 2201 "name": "Chris Boden", 2202 "email": "cboden@gmail.com", 2203 "homepage": "https://cboden.dev/" 2204 } 2205 ], 2206 "description": "Async, Promise-based cache interface for ReactPHP", 2207 "keywords": [ 2208 "cache", 2209 "caching", 2210 "promise", 2211 "reactphp" 2212 ], 2213 "support": { 2214 "issues": "https://github.com/reactphp/cache/issues", 2215 "source": "https://github.com/reactphp/cache/tree/v1.2.0" 2216 }, 2217 "funding": [ 2218 { 2219 "url": "https://opencollective.com/reactphp", 2220 "type": "open_collective" 2221 } 2222 ], 2223 "time": "2022-11-30T15:59:55+00:00" 2224 }, 2225 { 2226 "name": "react/dns", 2227 "version": "v1.13.0", 2228 "source": { 2229 "type": "git", 2230 "url": "https://github.com/reactphp/dns.git", 2231 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" 2232 }, 2233 "dist": { 2234 "type": "zip", 2235 "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2236 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2237 "shasum": "" 2238 }, 2239 "require": { 2240 "php": ">=5.3.0", 2241 "react/cache": "^1.0 || ^0.6 || ^0.5", 2242 "react/event-loop": "^1.2", 2243 "react/promise": "^3.2 || ^2.7 || ^1.2.1" 2244 }, 2245 "require-dev": { 2246 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2247 "react/async": "^4.3 || ^3 || ^2", 2248 "react/promise-timer": "^1.11" 2249 }, 2250 "type": "library", 2251 "autoload": { 2252 "psr-4": { 2253 "React\\Dns\\": "src/" 2254 } 2255 }, 2256 "notification-url": "https://packagist.org/downloads/", 2257 "license": [ 2258 "MIT" 2259 ], 2260 "authors": [ 2261 { 2262 "name": "Christian Lück", 2263 "email": "christian@clue.engineering", 2264 "homepage": "https://clue.engineering/" 2265 }, 2266 { 2267 "name": "Cees-Jan Kiewiet", 2268 "email": "reactphp@ceesjankiewiet.nl", 2269 "homepage": "https://wyrihaximus.net/" 2270 }, 2271 { 2272 "name": "Jan Sorgalla", 2273 "email": "jsorgalla@gmail.com", 2274 "homepage": "https://sorgalla.com/" 2275 }, 2276 { 2277 "name": "Chris Boden", 2278 "email": "cboden@gmail.com", 2279 "homepage": "https://cboden.dev/" 2280 } 2281 ], 2282 "description": "Async DNS resolver for ReactPHP", 2283 "keywords": [ 2284 "async", 2285 "dns", 2286 "dns-resolver", 2287 "reactphp" 2288 ], 2289 "support": { 2290 "issues": "https://github.com/reactphp/dns/issues", 2291 "source": "https://github.com/reactphp/dns/tree/v1.13.0" 2292 }, 2293 "funding": [ 2294 { 2295 "url": "https://opencollective.com/reactphp", 2296 "type": "open_collective" 2297 } 2298 ], 2299 "time": "2024-06-13T14:18:03+00:00" 2300 }, 2301 { 2302 "name": "react/event-loop", 2303 "version": "v1.5.0", 2304 "source": { 2305 "type": "git", 2306 "url": "https://github.com/reactphp/event-loop.git", 2307 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" 2308 }, 2309 "dist": { 2310 "type": "zip", 2311 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2312 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2313 "shasum": "" 2314 }, 2315 "require": { 2316 "php": ">=5.3.0" 2317 }, 2318 "require-dev": { 2319 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 2320 }, 2321 "suggest": { 2322 "ext-pcntl": "For signal handling support when using the StreamSelectLoop" 2323 }, 2324 "type": "library", 2325 "autoload": { 2326 "psr-4": { 2327 "React\\EventLoop\\": "src/" 2328 } 2329 }, 2330 "notification-url": "https://packagist.org/downloads/", 2331 "license": [ 2332 "MIT" 2333 ], 2334 "authors": [ 2335 { 2336 "name": "Christian Lück", 2337 "email": "christian@clue.engineering", 2338 "homepage": "https://clue.engineering/" 2339 }, 2340 { 2341 "name": "Cees-Jan Kiewiet", 2342 "email": "reactphp@ceesjankiewiet.nl", 2343 "homepage": "https://wyrihaximus.net/" 2344 }, 2345 { 2346 "name": "Jan Sorgalla", 2347 "email": "jsorgalla@gmail.com", 2348 "homepage": "https://sorgalla.com/" 2349 }, 2350 { 2351 "name": "Chris Boden", 2352 "email": "cboden@gmail.com", 2353 "homepage": "https://cboden.dev/" 2354 } 2355 ], 2356 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", 2357 "keywords": [ 2358 "asynchronous", 2359 "event-loop" 2360 ], 2361 "support": { 2362 "issues": "https://github.com/reactphp/event-loop/issues", 2363 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" 2364 }, 2365 "funding": [ 2366 { 2367 "url": "https://opencollective.com/reactphp", 2368 "type": "open_collective" 2369 } 2370 ], 2371 "time": "2023-11-13T13:48:05+00:00" 2372 }, 2373 { 2374 "name": "react/http", 2375 "version": "v1.11.0", 2376 "source": { 2377 "type": "git", 2378 "url": "https://github.com/reactphp/http.git", 2379 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9" 2380 }, 2381 "dist": { 2382 "type": "zip", 2383 "url": "https://api.github.com/repos/reactphp/http/zipball/8db02de41dcca82037367f67a2d4be365b1c4db9", 2384 "reference": "8db02de41dcca82037367f67a2d4be365b1c4db9", 2385 "shasum": "" 2386 }, 2387 "require": { 2388 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2389 "fig/http-message-util": "^1.1", 2390 "php": ">=5.3.0", 2391 "psr/http-message": "^1.0", 2392 "react/event-loop": "^1.2", 2393 "react/promise": "^3.2 || ^2.3 || ^1.2.1", 2394 "react/socket": "^1.16", 2395 "react/stream": "^1.4" 2396 }, 2397 "require-dev": { 2398 "clue/http-proxy-react": "^1.8", 2399 "clue/reactphp-ssh-proxy": "^1.4", 2400 "clue/socks-react": "^1.4", 2401 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2402 "react/async": "^4.2 || ^3 || ^2", 2403 "react/promise-stream": "^1.4", 2404 "react/promise-timer": "^1.11" 2405 }, 2406 "type": "library", 2407 "autoload": { 2408 "psr-4": { 2409 "React\\Http\\": "src/" 2410 } 2411 }, 2412 "notification-url": "https://packagist.org/downloads/", 2413 "license": [ 2414 "MIT" 2415 ], 2416 "authors": [ 2417 { 2418 "name": "Christian Lück", 2419 "email": "christian@clue.engineering", 2420 "homepage": "https://clue.engineering/" 2421 }, 2422 { 2423 "name": "Cees-Jan Kiewiet", 2424 "email": "reactphp@ceesjankiewiet.nl", 2425 "homepage": "https://wyrihaximus.net/" 2426 }, 2427 { 2428 "name": "Jan Sorgalla", 2429 "email": "jsorgalla@gmail.com", 2430 "homepage": "https://sorgalla.com/" 2431 }, 2432 { 2433 "name": "Chris Boden", 2434 "email": "cboden@gmail.com", 2435 "homepage": "https://cboden.dev/" 2436 } 2437 ], 2438 "description": "Event-driven, streaming HTTP client and server implementation for ReactPHP", 2439 "keywords": [ 2440 "async", 2441 "client", 2442 "event-driven", 2443 "http", 2444 "http client", 2445 "http server", 2446 "https", 2447 "psr-7", 2448 "reactphp", 2449 "server", 2450 "streaming" 2451 ], 2452 "support": { 2453 "issues": "https://github.com/reactphp/http/issues", 2454 "source": "https://github.com/reactphp/http/tree/v1.11.0" 2455 }, 2456 "funding": [ 2457 { 2458 "url": "https://opencollective.com/reactphp", 2459 "type": "open_collective" 2460 } 2461 ], 2462 "time": "2024-11-20T15:24:08+00:00" 2463 }, 2464 { 2465 "name": "react/promise", 2466 "version": "v3.3.0", 2467 "source": { 2468 "type": "git", 2469 "url": "https://github.com/reactphp/promise.git", 2470 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" 2471 }, 2472 "dist": { 2473 "type": "zip", 2474 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", 2475 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", 2476 "shasum": "" 2477 }, 2478 "require": { 2479 "php": ">=7.1.0" 2480 }, 2481 "require-dev": { 2482 "phpstan/phpstan": "1.12.28 || 1.4.10", 2483 "phpunit/phpunit": "^9.6 || ^7.5" 2484 }, 2485 "type": "library", 2486 "autoload": { 2487 "files": [ 2488 "src/functions_include.php" 2489 ], 2490 "psr-4": { 2491 "React\\Promise\\": "src/" 2492 } 2493 }, 2494 "notification-url": "https://packagist.org/downloads/", 2495 "license": [ 2496 "MIT" 2497 ], 2498 "authors": [ 2499 { 2500 "name": "Jan Sorgalla", 2501 "email": "jsorgalla@gmail.com", 2502 "homepage": "https://sorgalla.com/" 2503 }, 2504 { 2505 "name": "Christian Lück", 2506 "email": "christian@clue.engineering", 2507 "homepage": "https://clue.engineering/" 2508 }, 2509 { 2510 "name": "Cees-Jan Kiewiet", 2511 "email": "reactphp@ceesjankiewiet.nl", 2512 "homepage": "https://wyrihaximus.net/" 2513 }, 2514 { 2515 "name": "Chris Boden", 2516 "email": "cboden@gmail.com", 2517 "homepage": "https://cboden.dev/" 2518 } 2519 ], 2520 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 2521 "keywords": [ 2522 "promise", 2523 "promises" 2524 ], 2525 "support": { 2526 "issues": "https://github.com/reactphp/promise/issues", 2527 "source": "https://github.com/reactphp/promise/tree/v3.3.0" 2528 }, 2529 "funding": [ 2530 { 2531 "url": "https://opencollective.com/reactphp", 2532 "type": "open_collective" 2533 } 2534 ], 2535 "time": "2025-08-19T18:57:03+00:00" 2536 }, 2537 { 2538 "name": "react/socket", 2539 "version": "v1.16.0", 2540 "source": { 2541 "type": "git", 2542 "url": "https://github.com/reactphp/socket.git", 2543 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1" 2544 }, 2545 "dist": { 2546 "type": "zip", 2547 "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", 2548 "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1", 2549 "shasum": "" 2550 }, 2551 "require": { 2552 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2553 "php": ">=5.3.0", 2554 "react/dns": "^1.13", 2555 "react/event-loop": "^1.2", 2556 "react/promise": "^3.2 || ^2.6 || ^1.2.1", 2557 "react/stream": "^1.4" 2558 }, 2559 "require-dev": { 2560 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2561 "react/async": "^4.3 || ^3.3 || ^2", 2562 "react/promise-stream": "^1.4", 2563 "react/promise-timer": "^1.11" 2564 }, 2565 "type": "library", 2566 "autoload": { 2567 "psr-4": { 2568 "React\\Socket\\": "src/" 2569 } 2570 }, 2571 "notification-url": "https://packagist.org/downloads/", 2572 "license": [ 2573 "MIT" 2574 ], 2575 "authors": [ 2576 { 2577 "name": "Christian Lück", 2578 "email": "christian@clue.engineering", 2579 "homepage": "https://clue.engineering/" 2580 }, 2581 { 2582 "name": "Cees-Jan Kiewiet", 2583 "email": "reactphp@ceesjankiewiet.nl", 2584 "homepage": "https://wyrihaximus.net/" 2585 }, 2586 { 2587 "name": "Jan Sorgalla", 2588 "email": "jsorgalla@gmail.com", 2589 "homepage": "https://sorgalla.com/" 2590 }, 2591 { 2592 "name": "Chris Boden", 2593 "email": "cboden@gmail.com", 2594 "homepage": "https://cboden.dev/" 2595 } 2596 ], 2597 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", 2598 "keywords": [ 2599 "Connection", 2600 "Socket", 2601 "async", 2602 "reactphp", 2603 "stream" 2604 ], 2605 "support": { 2606 "issues": "https://github.com/reactphp/socket/issues", 2607 "source": "https://github.com/reactphp/socket/tree/v1.16.0" 2608 }, 2609 "funding": [ 2610 { 2611 "url": "https://opencollective.com/reactphp", 2612 "type": "open_collective" 2613 } 2614 ], 2615 "time": "2024-07-26T10:38:09+00:00" 2616 }, 2617 { 2618 "name": "react/stream", 2619 "version": "v1.4.0", 2620 "source": { 2621 "type": "git", 2622 "url": "https://github.com/reactphp/stream.git", 2623 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" 2624 }, 2625 "dist": { 2626 "type": "zip", 2627 "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", 2628 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", 2629 "shasum": "" 2630 }, 2631 "require": { 2632 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2633 "php": ">=5.3.8", 2634 "react/event-loop": "^1.2" 2635 }, 2636 "require-dev": { 2637 "clue/stream-filter": "~1.2", 2638 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 2639 }, 2640 "type": "library", 2641 "autoload": { 2642 "psr-4": { 2643 "React\\Stream\\": "src/" 2644 } 2645 }, 2646 "notification-url": "https://packagist.org/downloads/", 2647 "license": [ 2648 "MIT" 2649 ], 2650 "authors": [ 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": "Jan Sorgalla", 2663 "email": "jsorgalla@gmail.com", 2664 "homepage": "https://sorgalla.com/" 2665 }, 2666 { 2667 "name": "Chris Boden", 2668 "email": "cboden@gmail.com", 2669 "homepage": "https://cboden.dev/" 2670 } 2671 ], 2672 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", 2673 "keywords": [ 2674 "event-driven", 2675 "io", 2676 "non-blocking", 2677 "pipe", 2678 "reactphp", 2679 "readable", 2680 "stream", 2681 "writable" 2682 ], 2683 "support": { 2684 "issues": "https://github.com/reactphp/stream/issues", 2685 "source": "https://github.com/reactphp/stream/tree/v1.4.0" 2686 }, 2687 "funding": [ 2688 { 2689 "url": "https://opencollective.com/reactphp", 2690 "type": "open_collective" 2691 } 2692 ], 2693 "time": "2024-06-11T12:45:25+00:00" 2694 }, 2695 { 2696 "name": "symfony/css-selector", 2697 "version": "v7.3.0", 2698 "source": { 2699 "type": "git", 2700 "url": "https://github.com/symfony/css-selector.git", 2701 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" 2702 }, 2703 "dist": { 2704 "type": "zip", 2705 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", 2706 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", 2707 "shasum": "" 2708 }, 2709 "require": { 2710 "php": ">=8.2" 2711 }, 2712 "type": "library", 2713 "autoload": { 2714 "psr-4": { 2715 "Symfony\\Component\\CssSelector\\": "" 2716 }, 2717 "exclude-from-classmap": [ 2718 "/Tests/" 2719 ] 2720 }, 2721 "notification-url": "https://packagist.org/downloads/", 2722 "license": [ 2723 "MIT" 2724 ], 2725 "authors": [ 2726 { 2727 "name": "Fabien Potencier", 2728 "email": "fabien@symfony.com" 2729 }, 2730 { 2731 "name": "Jean-François Simon", 2732 "email": "jeanfrancois.simon@sensiolabs.com" 2733 }, 2734 { 2735 "name": "Symfony Community", 2736 "homepage": "https://symfony.com/contributors" 2737 } 2738 ], 2739 "description": "Converts CSS selectors to XPath expressions", 2740 "homepage": "https://symfony.com", 2741 "support": { 2742 "source": "https://github.com/symfony/css-selector/tree/v7.3.0" 2743 }, 2744 "funding": [ 2745 { 2746 "url": "https://symfony.com/sponsor", 2747 "type": "custom" 2748 }, 2749 { 2750 "url": "https://github.com/fabpot", 2751 "type": "github" 2752 }, 2753 { 2754 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2755 "type": "tidelift" 2756 } 2757 ], 2758 "time": "2024-09-25T14:21:43+00:00" 2759 }, 2760 { 2761 "name": "symfony/deprecation-contracts", 2762 "version": "v3.6.0", 2763 "source": { 2764 "type": "git", 2765 "url": "https://github.com/symfony/deprecation-contracts.git", 2766 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 2767 }, 2768 "dist": { 2769 "type": "zip", 2770 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 2771 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 2772 "shasum": "" 2773 }, 2774 "require": { 2775 "php": ">=8.1" 2776 }, 2777 "type": "library", 2778 "extra": { 2779 "thanks": { 2780 "url": "https://github.com/symfony/contracts", 2781 "name": "symfony/contracts" 2782 }, 2783 "branch-alias": { 2784 "dev-main": "3.6-dev" 2785 } 2786 }, 2787 "autoload": { 2788 "files": [ 2789 "function.php" 2790 ] 2791 }, 2792 "notification-url": "https://packagist.org/downloads/", 2793 "license": [ 2794 "MIT" 2795 ], 2796 "authors": [ 2797 { 2798 "name": "Nicolas Grekas", 2799 "email": "p@tchwork.com" 2800 }, 2801 { 2802 "name": "Symfony Community", 2803 "homepage": "https://symfony.com/contributors" 2804 } 2805 ], 2806 "description": "A generic function and convention to trigger deprecation notices", 2807 "homepage": "https://symfony.com", 2808 "support": { 2809 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 2810 }, 2811 "funding": [ 2812 { 2813 "url": "https://symfony.com/sponsor", 2814 "type": "custom" 2815 }, 2816 { 2817 "url": "https://github.com/fabpot", 2818 "type": "github" 2819 }, 2820 { 2821 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2822 "type": "tidelift" 2823 } 2824 ], 2825 "time": "2024-09-25T14:21:43+00:00" 2826 }, 2827 { 2828 "name": "symfony/dom-crawler", 2829 "version": "v7.3.3", 2830 "source": { 2831 "type": "git", 2832 "url": "https://github.com/symfony/dom-crawler.git", 2833 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba" 2834 }, 2835 "dist": { 2836 "type": "zip", 2837 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba", 2838 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba", 2839 "shasum": "" 2840 }, 2841 "require": { 2842 "masterminds/html5": "^2.6", 2843 "php": ">=8.2", 2844 "symfony/polyfill-ctype": "~1.8", 2845 "symfony/polyfill-mbstring": "~1.0" 2846 }, 2847 "require-dev": { 2848 "symfony/css-selector": "^6.4|^7.0" 2849 }, 2850 "type": "library", 2851 "autoload": { 2852 "psr-4": { 2853 "Symfony\\Component\\DomCrawler\\": "" 2854 }, 2855 "exclude-from-classmap": [ 2856 "/Tests/" 2857 ] 2858 }, 2859 "notification-url": "https://packagist.org/downloads/", 2860 "license": [ 2861 "MIT" 2862 ], 2863 "authors": [ 2864 { 2865 "name": "Fabien Potencier", 2866 "email": "fabien@symfony.com" 2867 }, 2868 { 2869 "name": "Symfony Community", 2870 "homepage": "https://symfony.com/contributors" 2871 } 2872 ], 2873 "description": "Eases DOM navigation for HTML and XML documents", 2874 "homepage": "https://symfony.com", 2875 "support": { 2876 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3" 2877 }, 2878 "funding": [ 2879 { 2880 "url": "https://symfony.com/sponsor", 2881 "type": "custom" 2882 }, 2883 { 2884 "url": "https://github.com/fabpot", 2885 "type": "github" 2886 }, 2887 { 2888 "url": "https://github.com/nicolas-grekas", 2889 "type": "github" 2890 }, 2891 { 2892 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2893 "type": "tidelift" 2894 } 2895 ], 2896 "time": "2025-08-06T20:13:54+00:00" 2897 }, 2898 { 2899 "name": "symfony/polyfill-ctype", 2900 "version": "v1.33.0", 2901 "source": { 2902 "type": "git", 2903 "url": "https://github.com/symfony/polyfill-ctype.git", 2904 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 2905 }, 2906 "dist": { 2907 "type": "zip", 2908 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 2909 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 2910 "shasum": "" 2911 }, 2912 "require": { 2913 "php": ">=7.2" 2914 }, 2915 "provide": { 2916 "ext-ctype": "*" 2917 }, 2918 "suggest": { 2919 "ext-ctype": "For best performance" 2920 }, 2921 "type": "library", 2922 "extra": { 2923 "thanks": { 2924 "url": "https://github.com/symfony/polyfill", 2925 "name": "symfony/polyfill" 2926 } 2927 }, 2928 "autoload": { 2929 "files": [ 2930 "bootstrap.php" 2931 ], 2932 "psr-4": { 2933 "Symfony\\Polyfill\\Ctype\\": "" 2934 } 2935 }, 2936 "notification-url": "https://packagist.org/downloads/", 2937 "license": [ 2938 "MIT" 2939 ], 2940 "authors": [ 2941 { 2942 "name": "Gert de Pagter", 2943 "email": "BackEndTea@gmail.com" 2944 }, 2945 { 2946 "name": "Symfony Community", 2947 "homepage": "https://symfony.com/contributors" 2948 } 2949 ], 2950 "description": "Symfony polyfill for ctype functions", 2951 "homepage": "https://symfony.com", 2952 "keywords": [ 2953 "compatibility", 2954 "ctype", 2955 "polyfill", 2956 "portable" 2957 ], 2958 "support": { 2959 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 2960 }, 2961 "funding": [ 2962 { 2963 "url": "https://symfony.com/sponsor", 2964 "type": "custom" 2965 }, 2966 { 2967 "url": "https://github.com/fabpot", 2968 "type": "github" 2969 }, 2970 { 2971 "url": "https://github.com/nicolas-grekas", 2972 "type": "github" 2973 }, 2974 { 2975 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2976 "type": "tidelift" 2977 } 2978 ], 2979 "time": "2024-09-09T11:45:10+00:00" 2980 }, 2981 { 2982 "name": "symfony/polyfill-mbstring", 2983 "version": "v1.33.0", 2984 "source": { 2985 "type": "git", 2986 "url": "https://github.com/symfony/polyfill-mbstring.git", 2987 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" 2988 }, 2989 "dist": { 2990 "type": "zip", 2991 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", 2992 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", 2993 "shasum": "" 2994 }, 2995 "require": { 2996 "ext-iconv": "*", 2997 "php": ">=7.2" 2998 }, 2999 "provide": { 3000 "ext-mbstring": "*" 3001 }, 3002 "suggest": { 3003 "ext-mbstring": "For best performance" 3004 }, 3005 "type": "library", 3006 "extra": { 3007 "thanks": { 3008 "url": "https://github.com/symfony/polyfill", 3009 "name": "symfony/polyfill" 3010 } 3011 }, 3012 "autoload": { 3013 "files": [ 3014 "bootstrap.php" 3015 ], 3016 "psr-4": { 3017 "Symfony\\Polyfill\\Mbstring\\": "" 3018 } 3019 }, 3020 "notification-url": "https://packagist.org/downloads/", 3021 "license": [ 3022 "MIT" 3023 ], 3024 "authors": [ 3025 { 3026 "name": "Nicolas Grekas", 3027 "email": "p@tchwork.com" 3028 }, 3029 { 3030 "name": "Symfony Community", 3031 "homepage": "https://symfony.com/contributors" 3032 } 3033 ], 3034 "description": "Symfony polyfill for the Mbstring extension", 3035 "homepage": "https://symfony.com", 3036 "keywords": [ 3037 "compatibility", 3038 "mbstring", 3039 "polyfill", 3040 "portable", 3041 "shim" 3042 ], 3043 "support": { 3044 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 3045 }, 3046 "funding": [ 3047 { 3048 "url": "https://symfony.com/sponsor", 3049 "type": "custom" 3050 }, 3051 { 3052 "url": "https://github.com/fabpot", 3053 "type": "github" 3054 }, 3055 { 3056 "url": "https://github.com/nicolas-grekas", 3057 "type": "github" 3058 }, 3059 { 3060 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3061 "type": "tidelift" 3062 } 3063 ], 3064 "time": "2024-12-23T08:48:59+00:00" 3065 }, 3066 { 3067 "name": "symfony/polyfill-php80", 3068 "version": "v1.33.0", 3069 "source": { 3070 "type": "git", 3071 "url": "https://github.com/symfony/polyfill-php80.git", 3072 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" 3073 }, 3074 "dist": { 3075 "type": "zip", 3076 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 3077 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 3078 "shasum": "" 3079 }, 3080 "require": { 3081 "php": ">=7.2" 3082 }, 3083 "type": "library", 3084 "extra": { 3085 "thanks": { 3086 "url": "https://github.com/symfony/polyfill", 3087 "name": "symfony/polyfill" 3088 } 3089 }, 3090 "autoload": { 3091 "files": [ 3092 "bootstrap.php" 3093 ], 3094 "psr-4": { 3095 "Symfony\\Polyfill\\Php80\\": "" 3096 }, 3097 "classmap": [ 3098 "Resources/stubs" 3099 ] 3100 }, 3101 "notification-url": "https://packagist.org/downloads/", 3102 "license": [ 3103 "MIT" 3104 ], 3105 "authors": [ 3106 { 3107 "name": "Ion Bazan", 3108 "email": "ion.bazan@gmail.com" 3109 }, 3110 { 3111 "name": "Nicolas Grekas", 3112 "email": "p@tchwork.com" 3113 }, 3114 { 3115 "name": "Symfony Community", 3116 "homepage": "https://symfony.com/contributors" 3117 } 3118 ], 3119 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 3120 "homepage": "https://symfony.com", 3121 "keywords": [ 3122 "compatibility", 3123 "polyfill", 3124 "portable", 3125 "shim" 3126 ], 3127 "support": { 3128 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 3129 }, 3130 "funding": [ 3131 { 3132 "url": "https://symfony.com/sponsor", 3133 "type": "custom" 3134 }, 3135 { 3136 "url": "https://github.com/fabpot", 3137 "type": "github" 3138 }, 3139 { 3140 "url": "https://github.com/nicolas-grekas", 3141 "type": "github" 3142 }, 3143 { 3144 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3145 "type": "tidelift" 3146 } 3147 ], 3148 "time": "2025-01-02T08:10:11+00:00" 3149 }, 3150 { 3151 "name": "tracy/tracy", 3152 "version": "v2.10.10", 3153 "source": { 3154 "type": "git", 3155 "url": "https://github.com/nette/tracy.git", 3156 "reference": "32303e02c222eea8571402a8310fc3fe70422c37" 3157 }, 3158 "dist": { 3159 "type": "zip", 3160 "url": "https://api.github.com/repos/nette/tracy/zipball/32303e02c222eea8571402a8310fc3fe70422c37", 3161 "reference": "32303e02c222eea8571402a8310fc3fe70422c37", 3162 "shasum": "" 3163 }, 3164 "require": { 3165 "ext-json": "*", 3166 "ext-session": "*", 3167 "php": "8.0 - 8.4" 3168 }, 3169 "conflict": { 3170 "nette/di": "<3.0" 3171 }, 3172 "require-dev": { 3173 "latte/latte": "^2.5 || ^3.0", 3174 "nette/di": "^3.0", 3175 "nette/http": "^3.0", 3176 "nette/mail": "^3.0 || ^4.0", 3177 "nette/tester": "^2.2", 3178 "nette/utils": "^3.0 || ^4.0", 3179 "phpstan/phpstan": "^1.0", 3180 "psr/log": "^1.0 || ^2.0 || ^3.0" 3181 }, 3182 "type": "library", 3183 "extra": { 3184 "branch-alias": { 3185 "dev-master": "2.10-dev" 3186 } 3187 }, 3188 "autoload": { 3189 "files": [ 3190 "src/Tracy/functions.php" 3191 ], 3192 "classmap": [ 3193 "src" 3194 ] 3195 }, 3196 "notification-url": "https://packagist.org/downloads/", 3197 "license": [ 3198 "BSD-3-Clause" 3199 ], 3200 "authors": [ 3201 { 3202 "name": "David Grudl", 3203 "homepage": "https://davidgrudl.com" 3204 }, 3205 { 3206 "name": "Nette Community", 3207 "homepage": "https://nette.org/contributors" 3208 } 3209 ], 3210 "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.", 3211 "homepage": "https://tracy.nette.org", 3212 "keywords": [ 3213 "Xdebug", 3214 "debug", 3215 "debugger", 3216 "nette", 3217 "profiler" 3218 ], 3219 "support": { 3220 "issues": "https://github.com/nette/tracy/issues", 3221 "source": "https://github.com/nette/tracy/tree/v2.10.10" 3222 }, 3223 "time": "2025-04-28T14:35:15+00:00" 3224 } 3225 ], 3226 "packages-dev": [ 3227 { 3228 "name": "flightphp/tracy-extensions", 3229 "version": "v0.2.7", 3230 "source": { 3231 "type": "git", 3232 "url": "https://github.com/flightphp/tracy-extensions.git", 3233 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256" 3234 }, 3235 "dist": { 3236 "type": "zip", 3237 "url": "https://api.github.com/repos/flightphp/tracy-extensions/zipball/4150ea7dc9bbb56fa089e7a4662f68011a771256", 3238 "reference": "4150ea7dc9bbb56fa089e7a4662f68011a771256", 3239 "shasum": "" 3240 }, 3241 "require": { 3242 "flightphp/core": "^3.0", 3243 "php": ">=8.0", 3244 "tracy/tracy": "^2.10" 3245 }, 3246 "require-dev": { 3247 "ghostff/session": "^2.1" 3248 }, 3249 "type": "library", 3250 "autoload": { 3251 "classmap": [ 3252 "src/" 3253 ] 3254 }, 3255 "notification-url": "https://packagist.org/downloads/", 3256 "license": [ 3257 "MIT" 3258 ], 3259 "authors": [ 3260 { 3261 "name": "n0nag0n", 3262 "email": "n0nag0n@sky-9.com" 3263 } 3264 ], 3265 "description": "A few Flight specific extensions for Tracy Debugger to help debug your code quickly.", 3266 "support": { 3267 "issues": "https://github.com/flightphp/tracy-extensions/issues", 3268 "source": "https://github.com/flightphp/tracy-extensions/tree/v0.2.7" 3269 }, 3270 "time": "2025-09-03T13:47:57+00:00" 3271 } 3272 ], 3273 "aliases": [], 3274 "minimum-stability": "stable", 3275 "stability-flags": {}, 3276 "prefer-stable": false, 3277 "prefer-lowest": false, 3278 "platform": {}, 3279 "platform-dev": {}, 3280 "plugin-api-version": "2.6.0" 3281}