Sync your WordPress posts to standard.site records on your PDS
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

downgrade stuff

+1364 -22
+1 -1
composer.json
··· 19 19 "require": { 20 20 "php": "^8.3", 21 21 "danielburger1337/oauth2-dpop": "dev-main as 1.2.0", 22 - "web-token/jwt-library": "^4.1", 22 + "web-token/jwt-library": "^3.4.6", 23 23 "symfony/clock": "^7.2" 24 24 } 25 25 }
+1363 -21
composer.lock
··· 4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 5 "This file is @generated automatically" 6 6 ], 7 - "content-hash": "8d8df26b3b1785c2b5e4eacc1f5b5fdf", 7 + "content-hash": "e9399d9426a0b512b008f598ff695638", 8 8 "packages": [ 9 9 { 10 10 "name": "brick/math", 11 - "version": "0.14.8", 11 + "version": "0.12.3", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/brick/math.git", 15 - "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" 15 + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 - "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", 20 - "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", 19 + "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", 20 + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", 21 21 "shasum": "" 22 22 }, 23 23 "require": { 24 - "php": "^8.2" 24 + "php": "^8.1" 25 25 }, 26 26 "require-dev": { 27 27 "php-coveralls/php-coveralls": "^2.2", 28 - "phpstan/phpstan": "2.1.22", 29 - "phpunit/phpunit": "^11.5" 28 + "phpunit/phpunit": "^10.1", 29 + "vimeo/psalm": "6.8.8" 30 30 }, 31 31 "type": "library", 32 32 "autoload": { ··· 56 56 ], 57 57 "support": { 58 58 "issues": "https://github.com/brick/math/issues", 59 - "source": "https://github.com/brick/math/tree/0.14.8" 59 + "source": "https://github.com/brick/math/tree/0.12.3" 60 60 }, 61 61 "funding": [ 62 62 { ··· 64 64 "type": "github" 65 65 } 66 66 ], 67 - "time": "2026-02-10T14:33:43+00:00" 67 + "time": "2025-02-28T13:11:00+00:00" 68 68 }, 69 69 { 70 70 "name": "danielburger1337/oauth2-dpop", ··· 136 136 "time": "2026-03-11T20:26:37+00:00" 137 137 }, 138 138 { 139 + "name": "paragonie/constant_time_encoding", 140 + "version": "v3.1.3", 141 + "source": { 142 + "type": "git", 143 + "url": "https://github.com/paragonie/constant_time_encoding.git", 144 + "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" 145 + }, 146 + "dist": { 147 + "type": "zip", 148 + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", 149 + "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", 150 + "shasum": "" 151 + }, 152 + "require": { 153 + "php": "^8" 154 + }, 155 + "require-dev": { 156 + "infection/infection": "^0", 157 + "nikic/php-fuzzer": "^0", 158 + "phpunit/phpunit": "^9|^10|^11", 159 + "vimeo/psalm": "^4|^5|^6" 160 + }, 161 + "type": "library", 162 + "autoload": { 163 + "psr-4": { 164 + "ParagonIE\\ConstantTime\\": "src/" 165 + } 166 + }, 167 + "notification-url": "https://packagist.org/downloads/", 168 + "license": [ 169 + "MIT" 170 + ], 171 + "authors": [ 172 + { 173 + "name": "Paragon Initiative Enterprises", 174 + "email": "security@paragonie.com", 175 + "homepage": "https://paragonie.com", 176 + "role": "Maintainer" 177 + }, 178 + { 179 + "name": "Steve 'Sc00bz' Thomas", 180 + "email": "steve@tobtu.com", 181 + "homepage": "https://www.tobtu.com", 182 + "role": "Original Developer" 183 + } 184 + ], 185 + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", 186 + "keywords": [ 187 + "base16", 188 + "base32", 189 + "base32_decode", 190 + "base32_encode", 191 + "base64", 192 + "base64_decode", 193 + "base64_encode", 194 + "bin2hex", 195 + "encoding", 196 + "hex", 197 + "hex2bin", 198 + "rfc4648" 199 + ], 200 + "support": { 201 + "email": "info@paragonie.com", 202 + "issues": "https://github.com/paragonie/constant_time_encoding/issues", 203 + "source": "https://github.com/paragonie/constant_time_encoding" 204 + }, 205 + "time": "2025-09-24T15:06:41+00:00" 206 + }, 207 + { 208 + "name": "paragonie/sodium_compat", 209 + "version": "v2.5.0", 210 + "source": { 211 + "type": "git", 212 + "url": "https://github.com/paragonie/sodium_compat.git", 213 + "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f" 214 + }, 215 + "dist": { 216 + "type": "zip", 217 + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/4714da6efdc782c06690bc72ce34fae7941c2d9f", 218 + "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f", 219 + "shasum": "" 220 + }, 221 + "require": { 222 + "php": "^8.1", 223 + "php-64bit": "*" 224 + }, 225 + "require-dev": { 226 + "infection/infection": "^0", 227 + "nikic/php-fuzzer": "^0", 228 + "phpunit/phpunit": "^7|^8|^9|^10|^11", 229 + "vimeo/psalm": "^4|^5|^6" 230 + }, 231 + "suggest": { 232 + "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." 233 + }, 234 + "type": "library", 235 + "extra": { 236 + "branch-alias": { 237 + "dev-master": "2.0.x-dev" 238 + } 239 + }, 240 + "autoload": { 241 + "files": [ 242 + "autoload.php" 243 + ], 244 + "psr-4": { 245 + "ParagonIE\\Sodium\\": "namespaced/" 246 + } 247 + }, 248 + "notification-url": "https://packagist.org/downloads/", 249 + "license": [ 250 + "ISC" 251 + ], 252 + "authors": [ 253 + { 254 + "name": "Paragon Initiative Enterprises", 255 + "email": "security@paragonie.com" 256 + }, 257 + { 258 + "name": "Frank Denis", 259 + "email": "jedisct1@pureftpd.org" 260 + } 261 + ], 262 + "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", 263 + "keywords": [ 264 + "Authentication", 265 + "BLAKE2b", 266 + "ChaCha20", 267 + "ChaCha20-Poly1305", 268 + "Chapoly", 269 + "Curve25519", 270 + "Ed25519", 271 + "EdDSA", 272 + "Edwards-curve Digital Signature Algorithm", 273 + "Elliptic Curve Diffie-Hellman", 274 + "Poly1305", 275 + "Pure-PHP cryptography", 276 + "RFC 7748", 277 + "RFC 8032", 278 + "Salpoly", 279 + "Salsa20", 280 + "X25519", 281 + "XChaCha20-Poly1305", 282 + "XSalsa20-Poly1305", 283 + "Xchacha20", 284 + "Xsalsa20", 285 + "aead", 286 + "cryptography", 287 + "ecdh", 288 + "elliptic curve", 289 + "elliptic curve cryptography", 290 + "encryption", 291 + "libsodium", 292 + "php", 293 + "public-key cryptography", 294 + "secret-key cryptography", 295 + "side-channel resistant" 296 + ], 297 + "support": { 298 + "issues": "https://github.com/paragonie/sodium_compat/issues", 299 + "source": "https://github.com/paragonie/sodium_compat/tree/v2.5.0" 300 + }, 301 + "time": "2025-12-30T16:12:18+00:00" 302 + }, 303 + { 304 + "name": "psr/cache", 305 + "version": "3.0.0", 306 + "source": { 307 + "type": "git", 308 + "url": "https://github.com/php-fig/cache.git", 309 + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 310 + }, 311 + "dist": { 312 + "type": "zip", 313 + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 314 + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 315 + "shasum": "" 316 + }, 317 + "require": { 318 + "php": ">=8.0.0" 319 + }, 320 + "type": "library", 321 + "extra": { 322 + "branch-alias": { 323 + "dev-master": "1.0.x-dev" 324 + } 325 + }, 326 + "autoload": { 327 + "psr-4": { 328 + "Psr\\Cache\\": "src/" 329 + } 330 + }, 331 + "notification-url": "https://packagist.org/downloads/", 332 + "license": [ 333 + "MIT" 334 + ], 335 + "authors": [ 336 + { 337 + "name": "PHP-FIG", 338 + "homepage": "https://www.php-fig.org/" 339 + } 340 + ], 341 + "description": "Common interface for caching libraries", 342 + "keywords": [ 343 + "cache", 344 + "psr", 345 + "psr-6" 346 + ], 347 + "support": { 348 + "source": "https://github.com/php-fig/cache/tree/3.0.0" 349 + }, 350 + "time": "2021-02-03T23:26:27+00:00" 351 + }, 352 + { 139 353 "name": "psr/clock", 140 354 "version": "1.0.0", 141 355 "source": { ··· 184 398 "time": "2022-11-25T14:36:26+00:00" 185 399 }, 186 400 { 401 + "name": "psr/container", 402 + "version": "2.0.2", 403 + "source": { 404 + "type": "git", 405 + "url": "https://github.com/php-fig/container.git", 406 + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 407 + }, 408 + "dist": { 409 + "type": "zip", 410 + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 411 + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 412 + "shasum": "" 413 + }, 414 + "require": { 415 + "php": ">=7.4.0" 416 + }, 417 + "type": "library", 418 + "extra": { 419 + "branch-alias": { 420 + "dev-master": "2.0.x-dev" 421 + } 422 + }, 423 + "autoload": { 424 + "psr-4": { 425 + "Psr\\Container\\": "src/" 426 + } 427 + }, 428 + "notification-url": "https://packagist.org/downloads/", 429 + "license": [ 430 + "MIT" 431 + ], 432 + "authors": [ 433 + { 434 + "name": "PHP-FIG", 435 + "homepage": "https://www.php-fig.org/" 436 + } 437 + ], 438 + "description": "Common Container Interface (PHP FIG PSR-11)", 439 + "homepage": "https://github.com/php-fig/container", 440 + "keywords": [ 441 + "PSR-11", 442 + "container", 443 + "container-interface", 444 + "container-interop", 445 + "psr" 446 + ], 447 + "support": { 448 + "issues": "https://github.com/php-fig/container/issues", 449 + "source": "https://github.com/php-fig/container/tree/2.0.2" 450 + }, 451 + "time": "2021-11-05T16:47:00+00:00" 452 + }, 453 + { 454 + "name": "psr/http-client", 455 + "version": "1.0.3", 456 + "source": { 457 + "type": "git", 458 + "url": "https://github.com/php-fig/http-client.git", 459 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" 460 + }, 461 + "dist": { 462 + "type": "zip", 463 + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", 464 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", 465 + "shasum": "" 466 + }, 467 + "require": { 468 + "php": "^7.0 || ^8.0", 469 + "psr/http-message": "^1.0 || ^2.0" 470 + }, 471 + "type": "library", 472 + "extra": { 473 + "branch-alias": { 474 + "dev-master": "1.0.x-dev" 475 + } 476 + }, 477 + "autoload": { 478 + "psr-4": { 479 + "Psr\\Http\\Client\\": "src/" 480 + } 481 + }, 482 + "notification-url": "https://packagist.org/downloads/", 483 + "license": [ 484 + "MIT" 485 + ], 486 + "authors": [ 487 + { 488 + "name": "PHP-FIG", 489 + "homepage": "https://www.php-fig.org/" 490 + } 491 + ], 492 + "description": "Common interface for HTTP clients", 493 + "homepage": "https://github.com/php-fig/http-client", 494 + "keywords": [ 495 + "http", 496 + "http-client", 497 + "psr", 498 + "psr-18" 499 + ], 500 + "support": { 501 + "source": "https://github.com/php-fig/http-client" 502 + }, 503 + "time": "2023-09-23T14:17:50+00:00" 504 + }, 505 + { 506 + "name": "psr/http-factory", 507 + "version": "1.1.0", 508 + "source": { 509 + "type": "git", 510 + "url": "https://github.com/php-fig/http-factory.git", 511 + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 512 + }, 513 + "dist": { 514 + "type": "zip", 515 + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 516 + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 517 + "shasum": "" 518 + }, 519 + "require": { 520 + "php": ">=7.1", 521 + "psr/http-message": "^1.0 || ^2.0" 522 + }, 523 + "type": "library", 524 + "extra": { 525 + "branch-alias": { 526 + "dev-master": "1.0.x-dev" 527 + } 528 + }, 529 + "autoload": { 530 + "psr-4": { 531 + "Psr\\Http\\Message\\": "src/" 532 + } 533 + }, 534 + "notification-url": "https://packagist.org/downloads/", 535 + "license": [ 536 + "MIT" 537 + ], 538 + "authors": [ 539 + { 540 + "name": "PHP-FIG", 541 + "homepage": "https://www.php-fig.org/" 542 + } 543 + ], 544 + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 545 + "keywords": [ 546 + "factory", 547 + "http", 548 + "message", 549 + "psr", 550 + "psr-17", 551 + "psr-7", 552 + "request", 553 + "response" 554 + ], 555 + "support": { 556 + "source": "https://github.com/php-fig/http-factory" 557 + }, 558 + "time": "2024-04-15T12:06:14+00:00" 559 + }, 560 + { 561 + "name": "psr/http-message", 562 + "version": "2.0", 563 + "source": { 564 + "type": "git", 565 + "url": "https://github.com/php-fig/http-message.git", 566 + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" 567 + }, 568 + "dist": { 569 + "type": "zip", 570 + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", 571 + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", 572 + "shasum": "" 573 + }, 574 + "require": { 575 + "php": "^7.2 || ^8.0" 576 + }, 577 + "type": "library", 578 + "extra": { 579 + "branch-alias": { 580 + "dev-master": "2.0.x-dev" 581 + } 582 + }, 583 + "autoload": { 584 + "psr-4": { 585 + "Psr\\Http\\Message\\": "src/" 586 + } 587 + }, 588 + "notification-url": "https://packagist.org/downloads/", 589 + "license": [ 590 + "MIT" 591 + ], 592 + "authors": [ 593 + { 594 + "name": "PHP-FIG", 595 + "homepage": "https://www.php-fig.org/" 596 + } 597 + ], 598 + "description": "Common interface for HTTP messages", 599 + "homepage": "https://github.com/php-fig/http-message", 600 + "keywords": [ 601 + "http", 602 + "http-message", 603 + "psr", 604 + "psr-7", 605 + "request", 606 + "response" 607 + ], 608 + "support": { 609 + "source": "https://github.com/php-fig/http-message/tree/2.0" 610 + }, 611 + "time": "2023-04-04T09:54:51+00:00" 612 + }, 613 + { 614 + "name": "psr/log", 615 + "version": "3.0.2", 616 + "source": { 617 + "type": "git", 618 + "url": "https://github.com/php-fig/log.git", 619 + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 620 + }, 621 + "dist": { 622 + "type": "zip", 623 + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 624 + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 625 + "shasum": "" 626 + }, 627 + "require": { 628 + "php": ">=8.0.0" 629 + }, 630 + "type": "library", 631 + "extra": { 632 + "branch-alias": { 633 + "dev-master": "3.x-dev" 634 + } 635 + }, 636 + "autoload": { 637 + "psr-4": { 638 + "Psr\\Log\\": "src" 639 + } 640 + }, 641 + "notification-url": "https://packagist.org/downloads/", 642 + "license": [ 643 + "MIT" 644 + ], 645 + "authors": [ 646 + { 647 + "name": "PHP-FIG", 648 + "homepage": "https://www.php-fig.org/" 649 + } 650 + ], 651 + "description": "Common interface for logging libraries", 652 + "homepage": "https://github.com/php-fig/log", 653 + "keywords": [ 654 + "log", 655 + "psr", 656 + "psr-3" 657 + ], 658 + "support": { 659 + "source": "https://github.com/php-fig/log/tree/3.0.2" 660 + }, 661 + "time": "2024-09-11T13:17:53+00:00" 662 + }, 663 + { 187 664 "name": "spomky-labs/base64url", 188 665 "version": "v2.0.4", 189 666 "source": { ··· 436 913 "time": "2025-11-12T15:39:26+00:00" 437 914 }, 438 915 { 916 + "name": "symfony/console", 917 + "version": "v7.4.7", 918 + "source": { 919 + "type": "git", 920 + "url": "https://github.com/symfony/console.git", 921 + "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d" 922 + }, 923 + "dist": { 924 + "type": "zip", 925 + "url": "https://api.github.com/repos/symfony/console/zipball/e1e6770440fb9c9b0cf725f81d1361ad1835329d", 926 + "reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d", 927 + "shasum": "" 928 + }, 929 + "require": { 930 + "php": ">=8.2", 931 + "symfony/deprecation-contracts": "^2.5|^3", 932 + "symfony/polyfill-mbstring": "~1.0", 933 + "symfony/service-contracts": "^2.5|^3", 934 + "symfony/string": "^7.2|^8.0" 935 + }, 936 + "conflict": { 937 + "symfony/dependency-injection": "<6.4", 938 + "symfony/dotenv": "<6.4", 939 + "symfony/event-dispatcher": "<6.4", 940 + "symfony/lock": "<6.4", 941 + "symfony/process": "<6.4" 942 + }, 943 + "provide": { 944 + "psr/log-implementation": "1.0|2.0|3.0" 945 + }, 946 + "require-dev": { 947 + "psr/log": "^1|^2|^3", 948 + "symfony/config": "^6.4|^7.0|^8.0", 949 + "symfony/dependency-injection": "^6.4|^7.0|^8.0", 950 + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", 951 + "symfony/http-foundation": "^6.4|^7.0|^8.0", 952 + "symfony/http-kernel": "^6.4|^7.0|^8.0", 953 + "symfony/lock": "^6.4|^7.0|^8.0", 954 + "symfony/messenger": "^6.4|^7.0|^8.0", 955 + "symfony/process": "^6.4|^7.0|^8.0", 956 + "symfony/stopwatch": "^6.4|^7.0|^8.0", 957 + "symfony/var-dumper": "^6.4|^7.0|^8.0" 958 + }, 959 + "type": "library", 960 + "autoload": { 961 + "psr-4": { 962 + "Symfony\\Component\\Console\\": "" 963 + }, 964 + "exclude-from-classmap": [ 965 + "/Tests/" 966 + ] 967 + }, 968 + "notification-url": "https://packagist.org/downloads/", 969 + "license": [ 970 + "MIT" 971 + ], 972 + "authors": [ 973 + { 974 + "name": "Fabien Potencier", 975 + "email": "fabien@symfony.com" 976 + }, 977 + { 978 + "name": "Symfony Community", 979 + "homepage": "https://symfony.com/contributors" 980 + } 981 + ], 982 + "description": "Eases the creation of beautiful and testable command line interfaces", 983 + "homepage": "https://symfony.com", 984 + "keywords": [ 985 + "cli", 986 + "command-line", 987 + "console", 988 + "terminal" 989 + ], 990 + "support": { 991 + "source": "https://github.com/symfony/console/tree/v7.4.7" 992 + }, 993 + "funding": [ 994 + { 995 + "url": "https://symfony.com/sponsor", 996 + "type": "custom" 997 + }, 998 + { 999 + "url": "https://github.com/fabpot", 1000 + "type": "github" 1001 + }, 1002 + { 1003 + "url": "https://github.com/nicolas-grekas", 1004 + "type": "github" 1005 + }, 1006 + { 1007 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1008 + "type": "tidelift" 1009 + } 1010 + ], 1011 + "time": "2026-03-06T14:06:20+00:00" 1012 + }, 1013 + { 1014 + "name": "symfony/deprecation-contracts", 1015 + "version": "v3.6.0", 1016 + "source": { 1017 + "type": "git", 1018 + "url": "https://github.com/symfony/deprecation-contracts.git", 1019 + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" 1020 + }, 1021 + "dist": { 1022 + "type": "zip", 1023 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", 1024 + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", 1025 + "shasum": "" 1026 + }, 1027 + "require": { 1028 + "php": ">=8.1" 1029 + }, 1030 + "type": "library", 1031 + "extra": { 1032 + "thanks": { 1033 + "url": "https://github.com/symfony/contracts", 1034 + "name": "symfony/contracts" 1035 + }, 1036 + "branch-alias": { 1037 + "dev-main": "3.6-dev" 1038 + } 1039 + }, 1040 + "autoload": { 1041 + "files": [ 1042 + "function.php" 1043 + ] 1044 + }, 1045 + "notification-url": "https://packagist.org/downloads/", 1046 + "license": [ 1047 + "MIT" 1048 + ], 1049 + "authors": [ 1050 + { 1051 + "name": "Nicolas Grekas", 1052 + "email": "p@tchwork.com" 1053 + }, 1054 + { 1055 + "name": "Symfony Community", 1056 + "homepage": "https://symfony.com/contributors" 1057 + } 1058 + ], 1059 + "description": "A generic function and convention to trigger deprecation notices", 1060 + "homepage": "https://symfony.com", 1061 + "support": { 1062 + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" 1063 + }, 1064 + "funding": [ 1065 + { 1066 + "url": "https://symfony.com/sponsor", 1067 + "type": "custom" 1068 + }, 1069 + { 1070 + "url": "https://github.com/fabpot", 1071 + "type": "github" 1072 + }, 1073 + { 1074 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1075 + "type": "tidelift" 1076 + } 1077 + ], 1078 + "time": "2024-09-25T14:21:43+00:00" 1079 + }, 1080 + { 1081 + "name": "symfony/http-client", 1082 + "version": "v7.4.7", 1083 + "source": { 1084 + "type": "git", 1085 + "url": "https://github.com/symfony/http-client.git", 1086 + "reference": "1010624285470eb60e88ed10035102c75b4ea6af" 1087 + }, 1088 + "dist": { 1089 + "type": "zip", 1090 + "url": "https://api.github.com/repos/symfony/http-client/zipball/1010624285470eb60e88ed10035102c75b4ea6af", 1091 + "reference": "1010624285470eb60e88ed10035102c75b4ea6af", 1092 + "shasum": "" 1093 + }, 1094 + "require": { 1095 + "php": ">=8.2", 1096 + "psr/log": "^1|^2|^3", 1097 + "symfony/deprecation-contracts": "^2.5|^3", 1098 + "symfony/http-client-contracts": "~3.4.4|^3.5.2", 1099 + "symfony/polyfill-php83": "^1.29", 1100 + "symfony/service-contracts": "^2.5|^3" 1101 + }, 1102 + "conflict": { 1103 + "amphp/amp": "<2.5", 1104 + "amphp/socket": "<1.1", 1105 + "php-http/discovery": "<1.15", 1106 + "symfony/http-foundation": "<6.4" 1107 + }, 1108 + "provide": { 1109 + "php-http/async-client-implementation": "*", 1110 + "php-http/client-implementation": "*", 1111 + "psr/http-client-implementation": "1.0", 1112 + "symfony/http-client-implementation": "3.0" 1113 + }, 1114 + "require-dev": { 1115 + "amphp/http-client": "^4.2.1|^5.0", 1116 + "amphp/http-tunnel": "^1.0|^2.0", 1117 + "guzzlehttp/promises": "^1.4|^2.0", 1118 + "nyholm/psr7": "^1.0", 1119 + "php-http/httplug": "^1.0|^2.0", 1120 + "psr/http-client": "^1.0", 1121 + "symfony/amphp-http-client-meta": "^1.0|^2.0", 1122 + "symfony/cache": "^6.4|^7.0|^8.0", 1123 + "symfony/dependency-injection": "^6.4|^7.0|^8.0", 1124 + "symfony/http-kernel": "^6.4|^7.0|^8.0", 1125 + "symfony/messenger": "^6.4|^7.0|^8.0", 1126 + "symfony/process": "^6.4|^7.0|^8.0", 1127 + "symfony/rate-limiter": "^6.4|^7.0|^8.0", 1128 + "symfony/stopwatch": "^6.4|^7.0|^8.0" 1129 + }, 1130 + "type": "library", 1131 + "autoload": { 1132 + "psr-4": { 1133 + "Symfony\\Component\\HttpClient\\": "" 1134 + }, 1135 + "exclude-from-classmap": [ 1136 + "/Tests/" 1137 + ] 1138 + }, 1139 + "notification-url": "https://packagist.org/downloads/", 1140 + "license": [ 1141 + "MIT" 1142 + ], 1143 + "authors": [ 1144 + { 1145 + "name": "Nicolas Grekas", 1146 + "email": "p@tchwork.com" 1147 + }, 1148 + { 1149 + "name": "Symfony Community", 1150 + "homepage": "https://symfony.com/contributors" 1151 + } 1152 + ], 1153 + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", 1154 + "homepage": "https://symfony.com", 1155 + "keywords": [ 1156 + "http" 1157 + ], 1158 + "support": { 1159 + "source": "https://github.com/symfony/http-client/tree/v7.4.7" 1160 + }, 1161 + "funding": [ 1162 + { 1163 + "url": "https://symfony.com/sponsor", 1164 + "type": "custom" 1165 + }, 1166 + { 1167 + "url": "https://github.com/fabpot", 1168 + "type": "github" 1169 + }, 1170 + { 1171 + "url": "https://github.com/nicolas-grekas", 1172 + "type": "github" 1173 + }, 1174 + { 1175 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1176 + "type": "tidelift" 1177 + } 1178 + ], 1179 + "time": "2026-03-05T11:16:58+00:00" 1180 + }, 1181 + { 1182 + "name": "symfony/http-client-contracts", 1183 + "version": "v3.6.0", 1184 + "source": { 1185 + "type": "git", 1186 + "url": "https://github.com/symfony/http-client-contracts.git", 1187 + "reference": "75d7043853a42837e68111812f4d964b01e5101c" 1188 + }, 1189 + "dist": { 1190 + "type": "zip", 1191 + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c", 1192 + "reference": "75d7043853a42837e68111812f4d964b01e5101c", 1193 + "shasum": "" 1194 + }, 1195 + "require": { 1196 + "php": ">=8.1" 1197 + }, 1198 + "type": "library", 1199 + "extra": { 1200 + "thanks": { 1201 + "url": "https://github.com/symfony/contracts", 1202 + "name": "symfony/contracts" 1203 + }, 1204 + "branch-alias": { 1205 + "dev-main": "3.6-dev" 1206 + } 1207 + }, 1208 + "autoload": { 1209 + "psr-4": { 1210 + "Symfony\\Contracts\\HttpClient\\": "" 1211 + }, 1212 + "exclude-from-classmap": [ 1213 + "/Test/" 1214 + ] 1215 + }, 1216 + "notification-url": "https://packagist.org/downloads/", 1217 + "license": [ 1218 + "MIT" 1219 + ], 1220 + "authors": [ 1221 + { 1222 + "name": "Nicolas Grekas", 1223 + "email": "p@tchwork.com" 1224 + }, 1225 + { 1226 + "name": "Symfony Community", 1227 + "homepage": "https://symfony.com/contributors" 1228 + } 1229 + ], 1230 + "description": "Generic abstractions related to HTTP clients", 1231 + "homepage": "https://symfony.com", 1232 + "keywords": [ 1233 + "abstractions", 1234 + "contracts", 1235 + "decoupling", 1236 + "interfaces", 1237 + "interoperability", 1238 + "standards" 1239 + ], 1240 + "support": { 1241 + "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0" 1242 + }, 1243 + "funding": [ 1244 + { 1245 + "url": "https://symfony.com/sponsor", 1246 + "type": "custom" 1247 + }, 1248 + { 1249 + "url": "https://github.com/fabpot", 1250 + "type": "github" 1251 + }, 1252 + { 1253 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1254 + "type": "tidelift" 1255 + } 1256 + ], 1257 + "time": "2025-04-29T11:18:49+00:00" 1258 + }, 1259 + { 1260 + "name": "symfony/polyfill-ctype", 1261 + "version": "v1.33.0", 1262 + "source": { 1263 + "type": "git", 1264 + "url": "https://github.com/symfony/polyfill-ctype.git", 1265 + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 1266 + }, 1267 + "dist": { 1268 + "type": "zip", 1269 + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 1270 + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 1271 + "shasum": "" 1272 + }, 1273 + "require": { 1274 + "php": ">=7.2" 1275 + }, 1276 + "provide": { 1277 + "ext-ctype": "*" 1278 + }, 1279 + "suggest": { 1280 + "ext-ctype": "For best performance" 1281 + }, 1282 + "type": "library", 1283 + "extra": { 1284 + "thanks": { 1285 + "url": "https://github.com/symfony/polyfill", 1286 + "name": "symfony/polyfill" 1287 + } 1288 + }, 1289 + "autoload": { 1290 + "files": [ 1291 + "bootstrap.php" 1292 + ], 1293 + "psr-4": { 1294 + "Symfony\\Polyfill\\Ctype\\": "" 1295 + } 1296 + }, 1297 + "notification-url": "https://packagist.org/downloads/", 1298 + "license": [ 1299 + "MIT" 1300 + ], 1301 + "authors": [ 1302 + { 1303 + "name": "Gert de Pagter", 1304 + "email": "BackEndTea@gmail.com" 1305 + }, 1306 + { 1307 + "name": "Symfony Community", 1308 + "homepage": "https://symfony.com/contributors" 1309 + } 1310 + ], 1311 + "description": "Symfony polyfill for ctype functions", 1312 + "homepage": "https://symfony.com", 1313 + "keywords": [ 1314 + "compatibility", 1315 + "ctype", 1316 + "polyfill", 1317 + "portable" 1318 + ], 1319 + "support": { 1320 + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 1321 + }, 1322 + "funding": [ 1323 + { 1324 + "url": "https://symfony.com/sponsor", 1325 + "type": "custom" 1326 + }, 1327 + { 1328 + "url": "https://github.com/fabpot", 1329 + "type": "github" 1330 + }, 1331 + { 1332 + "url": "https://github.com/nicolas-grekas", 1333 + "type": "github" 1334 + }, 1335 + { 1336 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1337 + "type": "tidelift" 1338 + } 1339 + ], 1340 + "time": "2024-09-09T11:45:10+00:00" 1341 + }, 1342 + { 1343 + "name": "symfony/polyfill-intl-grapheme", 1344 + "version": "v1.33.0", 1345 + "source": { 1346 + "type": "git", 1347 + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 1348 + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" 1349 + }, 1350 + "dist": { 1351 + "type": "zip", 1352 + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", 1353 + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", 1354 + "shasum": "" 1355 + }, 1356 + "require": { 1357 + "php": ">=7.2" 1358 + }, 1359 + "suggest": { 1360 + "ext-intl": "For best performance" 1361 + }, 1362 + "type": "library", 1363 + "extra": { 1364 + "thanks": { 1365 + "url": "https://github.com/symfony/polyfill", 1366 + "name": "symfony/polyfill" 1367 + } 1368 + }, 1369 + "autoload": { 1370 + "files": [ 1371 + "bootstrap.php" 1372 + ], 1373 + "psr-4": { 1374 + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 1375 + } 1376 + }, 1377 + "notification-url": "https://packagist.org/downloads/", 1378 + "license": [ 1379 + "MIT" 1380 + ], 1381 + "authors": [ 1382 + { 1383 + "name": "Nicolas Grekas", 1384 + "email": "p@tchwork.com" 1385 + }, 1386 + { 1387 + "name": "Symfony Community", 1388 + "homepage": "https://symfony.com/contributors" 1389 + } 1390 + ], 1391 + "description": "Symfony polyfill for intl's grapheme_* functions", 1392 + "homepage": "https://symfony.com", 1393 + "keywords": [ 1394 + "compatibility", 1395 + "grapheme", 1396 + "intl", 1397 + "polyfill", 1398 + "portable", 1399 + "shim" 1400 + ], 1401 + "support": { 1402 + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" 1403 + }, 1404 + "funding": [ 1405 + { 1406 + "url": "https://symfony.com/sponsor", 1407 + "type": "custom" 1408 + }, 1409 + { 1410 + "url": "https://github.com/fabpot", 1411 + "type": "github" 1412 + }, 1413 + { 1414 + "url": "https://github.com/nicolas-grekas", 1415 + "type": "github" 1416 + }, 1417 + { 1418 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1419 + "type": "tidelift" 1420 + } 1421 + ], 1422 + "time": "2025-06-27T09:58:17+00:00" 1423 + }, 1424 + { 1425 + "name": "symfony/polyfill-intl-normalizer", 1426 + "version": "v1.33.0", 1427 + "source": { 1428 + "type": "git", 1429 + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 1430 + "reference": "3833d7255cc303546435cb650316bff708a1c75c" 1431 + }, 1432 + "dist": { 1433 + "type": "zip", 1434 + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 1435 + "reference": "3833d7255cc303546435cb650316bff708a1c75c", 1436 + "shasum": "" 1437 + }, 1438 + "require": { 1439 + "php": ">=7.2" 1440 + }, 1441 + "suggest": { 1442 + "ext-intl": "For best performance" 1443 + }, 1444 + "type": "library", 1445 + "extra": { 1446 + "thanks": { 1447 + "url": "https://github.com/symfony/polyfill", 1448 + "name": "symfony/polyfill" 1449 + } 1450 + }, 1451 + "autoload": { 1452 + "files": [ 1453 + "bootstrap.php" 1454 + ], 1455 + "psr-4": { 1456 + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 1457 + }, 1458 + "classmap": [ 1459 + "Resources/stubs" 1460 + ] 1461 + }, 1462 + "notification-url": "https://packagist.org/downloads/", 1463 + "license": [ 1464 + "MIT" 1465 + ], 1466 + "authors": [ 1467 + { 1468 + "name": "Nicolas Grekas", 1469 + "email": "p@tchwork.com" 1470 + }, 1471 + { 1472 + "name": "Symfony Community", 1473 + "homepage": "https://symfony.com/contributors" 1474 + } 1475 + ], 1476 + "description": "Symfony polyfill for intl's Normalizer class and related functions", 1477 + "homepage": "https://symfony.com", 1478 + "keywords": [ 1479 + "compatibility", 1480 + "intl", 1481 + "normalizer", 1482 + "polyfill", 1483 + "portable", 1484 + "shim" 1485 + ], 1486 + "support": { 1487 + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 1488 + }, 1489 + "funding": [ 1490 + { 1491 + "url": "https://symfony.com/sponsor", 1492 + "type": "custom" 1493 + }, 1494 + { 1495 + "url": "https://github.com/fabpot", 1496 + "type": "github" 1497 + }, 1498 + { 1499 + "url": "https://github.com/nicolas-grekas", 1500 + "type": "github" 1501 + }, 1502 + { 1503 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1504 + "type": "tidelift" 1505 + } 1506 + ], 1507 + "time": "2024-09-09T11:45:10+00:00" 1508 + }, 1509 + { 1510 + "name": "symfony/polyfill-mbstring", 1511 + "version": "v1.33.0", 1512 + "source": { 1513 + "type": "git", 1514 + "url": "https://github.com/symfony/polyfill-mbstring.git", 1515 + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" 1516 + }, 1517 + "dist": { 1518 + "type": "zip", 1519 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", 1520 + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", 1521 + "shasum": "" 1522 + }, 1523 + "require": { 1524 + "ext-iconv": "*", 1525 + "php": ">=7.2" 1526 + }, 1527 + "provide": { 1528 + "ext-mbstring": "*" 1529 + }, 1530 + "suggest": { 1531 + "ext-mbstring": "For best performance" 1532 + }, 1533 + "type": "library", 1534 + "extra": { 1535 + "thanks": { 1536 + "url": "https://github.com/symfony/polyfill", 1537 + "name": "symfony/polyfill" 1538 + } 1539 + }, 1540 + "autoload": { 1541 + "files": [ 1542 + "bootstrap.php" 1543 + ], 1544 + "psr-4": { 1545 + "Symfony\\Polyfill\\Mbstring\\": "" 1546 + } 1547 + }, 1548 + "notification-url": "https://packagist.org/downloads/", 1549 + "license": [ 1550 + "MIT" 1551 + ], 1552 + "authors": [ 1553 + { 1554 + "name": "Nicolas Grekas", 1555 + "email": "p@tchwork.com" 1556 + }, 1557 + { 1558 + "name": "Symfony Community", 1559 + "homepage": "https://symfony.com/contributors" 1560 + } 1561 + ], 1562 + "description": "Symfony polyfill for the Mbstring extension", 1563 + "homepage": "https://symfony.com", 1564 + "keywords": [ 1565 + "compatibility", 1566 + "mbstring", 1567 + "polyfill", 1568 + "portable", 1569 + "shim" 1570 + ], 1571 + "support": { 1572 + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 1573 + }, 1574 + "funding": [ 1575 + { 1576 + "url": "https://symfony.com/sponsor", 1577 + "type": "custom" 1578 + }, 1579 + { 1580 + "url": "https://github.com/fabpot", 1581 + "type": "github" 1582 + }, 1583 + { 1584 + "url": "https://github.com/nicolas-grekas", 1585 + "type": "github" 1586 + }, 1587 + { 1588 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1589 + "type": "tidelift" 1590 + } 1591 + ], 1592 + "time": "2024-12-23T08:48:59+00:00" 1593 + }, 1594 + { 439 1595 "name": "symfony/polyfill-php83", 440 1596 "version": "v1.33.0", 441 1597 "source": { ··· 516 1672 "time": "2025-07-08T02:45:35+00:00" 517 1673 }, 518 1674 { 1675 + "name": "symfony/service-contracts", 1676 + "version": "v3.6.1", 1677 + "source": { 1678 + "type": "git", 1679 + "url": "https://github.com/symfony/service-contracts.git", 1680 + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43" 1681 + }, 1682 + "dist": { 1683 + "type": "zip", 1684 + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43", 1685 + "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43", 1686 + "shasum": "" 1687 + }, 1688 + "require": { 1689 + "php": ">=8.1", 1690 + "psr/container": "^1.1|^2.0", 1691 + "symfony/deprecation-contracts": "^2.5|^3" 1692 + }, 1693 + "conflict": { 1694 + "ext-psr": "<1.1|>=2" 1695 + }, 1696 + "type": "library", 1697 + "extra": { 1698 + "thanks": { 1699 + "url": "https://github.com/symfony/contracts", 1700 + "name": "symfony/contracts" 1701 + }, 1702 + "branch-alias": { 1703 + "dev-main": "3.6-dev" 1704 + } 1705 + }, 1706 + "autoload": { 1707 + "psr-4": { 1708 + "Symfony\\Contracts\\Service\\": "" 1709 + }, 1710 + "exclude-from-classmap": [ 1711 + "/Test/" 1712 + ] 1713 + }, 1714 + "notification-url": "https://packagist.org/downloads/", 1715 + "license": [ 1716 + "MIT" 1717 + ], 1718 + "authors": [ 1719 + { 1720 + "name": "Nicolas Grekas", 1721 + "email": "p@tchwork.com" 1722 + }, 1723 + { 1724 + "name": "Symfony Community", 1725 + "homepage": "https://symfony.com/contributors" 1726 + } 1727 + ], 1728 + "description": "Generic abstractions related to writing services", 1729 + "homepage": "https://symfony.com", 1730 + "keywords": [ 1731 + "abstractions", 1732 + "contracts", 1733 + "decoupling", 1734 + "interfaces", 1735 + "interoperability", 1736 + "standards" 1737 + ], 1738 + "support": { 1739 + "source": "https://github.com/symfony/service-contracts/tree/v3.6.1" 1740 + }, 1741 + "funding": [ 1742 + { 1743 + "url": "https://symfony.com/sponsor", 1744 + "type": "custom" 1745 + }, 1746 + { 1747 + "url": "https://github.com/fabpot", 1748 + "type": "github" 1749 + }, 1750 + { 1751 + "url": "https://github.com/nicolas-grekas", 1752 + "type": "github" 1753 + }, 1754 + { 1755 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1756 + "type": "tidelift" 1757 + } 1758 + ], 1759 + "time": "2025-07-15T11:30:57+00:00" 1760 + }, 1761 + { 1762 + "name": "symfony/string", 1763 + "version": "v8.0.6", 1764 + "source": { 1765 + "type": "git", 1766 + "url": "https://github.com/symfony/string.git", 1767 + "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4" 1768 + }, 1769 + "dist": { 1770 + "type": "zip", 1771 + "url": "https://api.github.com/repos/symfony/string/zipball/6c9e1108041b5dce21a9a4984b531c4923aa9ec4", 1772 + "reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4", 1773 + "shasum": "" 1774 + }, 1775 + "require": { 1776 + "php": ">=8.4", 1777 + "symfony/polyfill-ctype": "^1.8", 1778 + "symfony/polyfill-intl-grapheme": "^1.33", 1779 + "symfony/polyfill-intl-normalizer": "^1.0", 1780 + "symfony/polyfill-mbstring": "^1.0" 1781 + }, 1782 + "conflict": { 1783 + "symfony/translation-contracts": "<2.5" 1784 + }, 1785 + "require-dev": { 1786 + "symfony/emoji": "^7.4|^8.0", 1787 + "symfony/http-client": "^7.4|^8.0", 1788 + "symfony/intl": "^7.4|^8.0", 1789 + "symfony/translation-contracts": "^2.5|^3.0", 1790 + "symfony/var-exporter": "^7.4|^8.0" 1791 + }, 1792 + "type": "library", 1793 + "autoload": { 1794 + "files": [ 1795 + "Resources/functions.php" 1796 + ], 1797 + "psr-4": { 1798 + "Symfony\\Component\\String\\": "" 1799 + }, 1800 + "exclude-from-classmap": [ 1801 + "/Tests/" 1802 + ] 1803 + }, 1804 + "notification-url": "https://packagist.org/downloads/", 1805 + "license": [ 1806 + "MIT" 1807 + ], 1808 + "authors": [ 1809 + { 1810 + "name": "Nicolas Grekas", 1811 + "email": "p@tchwork.com" 1812 + }, 1813 + { 1814 + "name": "Symfony Community", 1815 + "homepage": "https://symfony.com/contributors" 1816 + } 1817 + ], 1818 + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 1819 + "homepage": "https://symfony.com", 1820 + "keywords": [ 1821 + "grapheme", 1822 + "i18n", 1823 + "string", 1824 + "unicode", 1825 + "utf-8", 1826 + "utf8" 1827 + ], 1828 + "support": { 1829 + "source": "https://github.com/symfony/string/tree/v8.0.6" 1830 + }, 1831 + "funding": [ 1832 + { 1833 + "url": "https://symfony.com/sponsor", 1834 + "type": "custom" 1835 + }, 1836 + { 1837 + "url": "https://github.com/fabpot", 1838 + "type": "github" 1839 + }, 1840 + { 1841 + "url": "https://github.com/nicolas-grekas", 1842 + "type": "github" 1843 + }, 1844 + { 1845 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1846 + "type": "tidelift" 1847 + } 1848 + ], 1849 + "time": "2026-02-09T10:14:57+00:00" 1850 + }, 1851 + { 519 1852 "name": "web-token/jwt-library", 520 - "version": "4.1.3", 1853 + "version": "3.4.9", 521 1854 "source": { 522 1855 "type": "git", 523 1856 "url": "https://github.com/web-token/jwt-library.git", 524 - "reference": "690d4dd47b78f423cb90457f858e4106e1deb728" 1857 + "reference": "8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f" 525 1858 }, 526 1859 "dist": { 527 1860 "type": "zip", 528 - "url": "https://api.github.com/repos/web-token/jwt-library/zipball/690d4dd47b78f423cb90457f858e4106e1deb728", 529 - "reference": "690d4dd47b78f423cb90457f858e4106e1deb728", 1861 + "url": "https://api.github.com/repos/web-token/jwt-library/zipball/8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f", 1862 + "reference": "8fe1650bf3a73673a9c520feff8f9a0e9cbbcd8f", 530 1863 "shasum": "" 531 1864 }, 532 1865 "require": { 533 - "brick/math": "^0.12|^0.13|^0.14", 534 - "php": ">=8.2", 1866 + "brick/math": "^0.9|^0.10|^0.11|^0.12", 1867 + "ext-json": "*", 1868 + "ext-mbstring": "*", 1869 + "paragonie/constant_time_encoding": "^2.6|^3.0", 1870 + "paragonie/sodium_compat": "^1.20|^2.0", 1871 + "php": ">=8.1", 1872 + "psr/cache": "^2.0|^3.0", 535 1873 "psr/clock": "^1.0", 536 - "spomky-labs/pki-framework": "^1.2.1" 1874 + "psr/http-client": "^1.0", 1875 + "psr/http-factory": "^1.0", 1876 + "spomky-labs/pki-framework": "^1.2.1", 1877 + "symfony/console": "^5.4|^6.0|^7.0", 1878 + "symfony/http-client": "^5.4|^6.0|^7.0", 1879 + "symfony/polyfill-mbstring": "^1.12" 537 1880 }, 538 1881 "conflict": { 539 1882 "spomky-labs/jose": "*" ··· 544 1887 "ext-openssl": "For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)", 545 1888 "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", 546 1889 "paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", 547 - "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (AxxxKW, AxxxGCMKW, PBES2-HSxxx+AyyyKW...)", 548 - "symfony/console": "Needed to use console commands", 1890 + "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (A128KW, A192KW, A256KW, A128GCMKW, A192GCMKW, A256GCMKW, PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW...)", 549 1891 "symfony/http-client": "To enable JKU/X5U support." 550 1892 }, 551 1893 "type": "library", ··· 590 1932 ], 591 1933 "support": { 592 1934 "issues": "https://github.com/web-token/jwt-library/issues", 593 - "source": "https://github.com/web-token/jwt-library/tree/4.1.3" 1935 + "source": "https://github.com/web-token/jwt-library/tree/3.4.9" 594 1936 }, 595 1937 "funding": [ 596 1938 { ··· 602 1944 "type": "patreon" 603 1945 } 604 1946 ], 605 - "time": "2025-12-18T14:27:35+00:00" 1947 + "time": "2025-11-17T20:20:37+00:00" 606 1948 } 607 1949 ], 608 1950 "packages-dev": [],