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": "2767366aebdb0446de1d18a63402be62", 8 "packages": [ 9 { 10 "name": "aura/router", 11 "version": "3.3.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Router.git", 15 "reference": "589e806550d511e31a6609edb17f282ea8c957f9" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/589e806550d511e31a6609edb17f282ea8c957f9", 20 "reference": "589e806550d511e31a6609edb17f282ea8c957f9", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.5.0", 25 "psr/http-message": "~1.0", 26 "psr/log": "^1.0 || ^2.0 || ^3.0" 27 }, 28 "require-dev": { 29 "guzzlehttp/psr7": "^1.0 || ^2.0", 30 "yoast/phpunit-polyfills": "~1.0" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Router\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Router Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Router/contributors" 46 } 47 ], 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 49 "homepage": "https://github.com/auraphp/Aura.Router", 50 "keywords": [ 51 "psr-7", 52 "route", 53 "router", 54 "routing" 55 ], 56 "support": { 57 "issues": "https://github.com/auraphp/Aura.Router/issues", 58 "source": "https://github.com/auraphp/Aura.Router/tree/3.3.0" 59 }, 60 "time": "2023-06-12T04:42:55+00:00" 61 }, 62 { 63 "name": "brick/math", 64 "version": "0.11.0", 65 "source": { 66 "type": "git", 67 "url": "https://github.com/brick/math.git", 68 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" 69 }, 70 "dist": { 71 "type": "zip", 72 "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", 73 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", 74 "shasum": "" 75 }, 76 "require": { 77 "php": "^8.0" 78 }, 79 "require-dev": { 80 "php-coveralls/php-coveralls": "^2.2", 81 "phpunit/phpunit": "^9.0", 82 "vimeo/psalm": "5.0.0" 83 }, 84 "type": "library", 85 "autoload": { 86 "psr-4": { 87 "Brick\\Math\\": "src/" 88 } 89 }, 90 "notification-url": "https://packagist.org/downloads/", 91 "license": [ 92 "MIT" 93 ], 94 "description": "Arbitrary-precision arithmetic library", 95 "keywords": [ 96 "Arbitrary-precision", 97 "BigInteger", 98 "BigRational", 99 "arithmetic", 100 "bigdecimal", 101 "bignum", 102 "brick", 103 "math" 104 ], 105 "support": { 106 "issues": "https://github.com/brick/math/issues", 107 "source": "https://github.com/brick/math/tree/0.11.0" 108 }, 109 "funding": [ 110 { 111 "url": "https://github.com/BenMorel", 112 "type": "github" 113 } 114 ], 115 "time": "2023-01-15T23:15:59+00:00" 116 }, 117 { 118 "name": "dflydev/dot-access-data", 119 "version": "v3.0.2", 120 "source": { 121 "type": "git", 122 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 123 "reference": "f41715465d65213d644d3141a6a93081be5d3549" 124 }, 125 "dist": { 126 "type": "zip", 127 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", 128 "reference": "f41715465d65213d644d3141a6a93081be5d3549", 129 "shasum": "" 130 }, 131 "require": { 132 "php": "^7.1 || ^8.0" 133 }, 134 "require-dev": { 135 "phpstan/phpstan": "^0.12.42", 136 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", 137 "scrutinizer/ocular": "1.6.0", 138 "squizlabs/php_codesniffer": "^3.5", 139 "vimeo/psalm": "^4.0.0" 140 }, 141 "type": "library", 142 "extra": { 143 "branch-alias": { 144 "dev-main": "3.x-dev" 145 } 146 }, 147 "autoload": { 148 "psr-4": { 149 "Dflydev\\DotAccessData\\": "src/" 150 } 151 }, 152 "notification-url": "https://packagist.org/downloads/", 153 "license": [ 154 "MIT" 155 ], 156 "authors": [ 157 { 158 "name": "Dragonfly Development Inc.", 159 "email": "info@dflydev.com", 160 "homepage": "http://dflydev.com" 161 }, 162 { 163 "name": "Beau Simensen", 164 "email": "beau@dflydev.com", 165 "homepage": "http://beausimensen.com" 166 }, 167 { 168 "name": "Carlos Frutos", 169 "email": "carlos@kiwing.it", 170 "homepage": "https://github.com/cfrutos" 171 }, 172 { 173 "name": "Colin O'Dell", 174 "email": "colinodell@gmail.com", 175 "homepage": "https://www.colinodell.com" 176 } 177 ], 178 "description": "Given a deep data structure, access data by dot notation.", 179 "homepage": "https://github.com/dflydev/dflydev-dot-access-data", 180 "keywords": [ 181 "access", 182 "data", 183 "dot", 184 "notation" 185 ], 186 "support": { 187 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 188 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" 189 }, 190 "time": "2022-10-27T11:44:00+00:00" 191 }, 192 { 193 "name": "doctrine/cache", 194 "version": "2.2.0", 195 "source": { 196 "type": "git", 197 "url": "https://github.com/doctrine/cache.git", 198 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" 199 }, 200 "dist": { 201 "type": "zip", 202 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", 203 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", 204 "shasum": "" 205 }, 206 "require": { 207 "php": "~7.1 || ^8.0" 208 }, 209 "conflict": { 210 "doctrine/common": ">2.2,<2.4" 211 }, 212 "require-dev": { 213 "cache/integration-tests": "dev-master", 214 "doctrine/coding-standard": "^9", 215 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 216 "psr/cache": "^1.0 || ^2.0 || ^3.0", 217 "symfony/cache": "^4.4 || ^5.4 || ^6", 218 "symfony/var-exporter": "^4.4 || ^5.4 || ^6" 219 }, 220 "type": "library", 221 "autoload": { 222 "psr-4": { 223 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 224 } 225 }, 226 "notification-url": "https://packagist.org/downloads/", 227 "license": [ 228 "MIT" 229 ], 230 "authors": [ 231 { 232 "name": "Guilherme Blanco", 233 "email": "guilhermeblanco@gmail.com" 234 }, 235 { 236 "name": "Roman Borschel", 237 "email": "roman@code-factory.org" 238 }, 239 { 240 "name": "Benjamin Eberlei", 241 "email": "kontakt@beberlei.de" 242 }, 243 { 244 "name": "Jonathan Wage", 245 "email": "jonwage@gmail.com" 246 }, 247 { 248 "name": "Johannes Schmitt", 249 "email": "schmittjoh@gmail.com" 250 } 251 ], 252 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", 253 "homepage": "https://www.doctrine-project.org/projects/cache.html", 254 "keywords": [ 255 "abstraction", 256 "apcu", 257 "cache", 258 "caching", 259 "couchdb", 260 "memcached", 261 "php", 262 "redis", 263 "xcache" 264 ], 265 "support": { 266 "issues": "https://github.com/doctrine/cache/issues", 267 "source": "https://github.com/doctrine/cache/tree/2.2.0" 268 }, 269 "funding": [ 270 { 271 "url": "https://www.doctrine-project.org/sponsorship.html", 272 "type": "custom" 273 }, 274 { 275 "url": "https://www.patreon.com/phpdoctrine", 276 "type": "patreon" 277 }, 278 { 279 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", 280 "type": "tidelift" 281 } 282 ], 283 "time": "2022-05-20T20:07:39+00:00" 284 }, 285 { 286 "name": "doctrine/dbal", 287 "version": "3.6.6", 288 "source": { 289 "type": "git", 290 "url": "https://github.com/doctrine/dbal.git", 291 "reference": "63646ffd71d1676d2f747f871be31b7e921c7864" 292 }, 293 "dist": { 294 "type": "zip", 295 "url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864", 296 "reference": "63646ffd71d1676d2f747f871be31b7e921c7864", 297 "shasum": "" 298 }, 299 "require": { 300 "composer-runtime-api": "^2", 301 "doctrine/cache": "^1.11|^2.0", 302 "doctrine/deprecations": "^0.5.3|^1", 303 "doctrine/event-manager": "^1|^2", 304 "php": "^7.4 || ^8.0", 305 "psr/cache": "^1|^2|^3", 306 "psr/log": "^1|^2|^3" 307 }, 308 "require-dev": { 309 "doctrine/coding-standard": "12.0.0", 310 "fig/log-test": "^1", 311 "jetbrains/phpstorm-stubs": "2023.1", 312 "phpstan/phpstan": "1.10.29", 313 "phpstan/phpstan-strict-rules": "^1.5", 314 "phpunit/phpunit": "9.6.9", 315 "psalm/plugin-phpunit": "0.18.4", 316 "slevomat/coding-standard": "8.13.1", 317 "squizlabs/php_codesniffer": "3.7.2", 318 "symfony/cache": "^5.4|^6.0", 319 "symfony/console": "^4.4|^5.4|^6.0", 320 "vimeo/psalm": "4.30.0" 321 }, 322 "suggest": { 323 "symfony/console": "For helpful console commands such as SQL execution and import of files." 324 }, 325 "bin": [ 326 "bin/doctrine-dbal" 327 ], 328 "type": "library", 329 "autoload": { 330 "psr-4": { 331 "Doctrine\\DBAL\\": "src" 332 } 333 }, 334 "notification-url": "https://packagist.org/downloads/", 335 "license": [ 336 "MIT" 337 ], 338 "authors": [ 339 { 340 "name": "Guilherme Blanco", 341 "email": "guilhermeblanco@gmail.com" 342 }, 343 { 344 "name": "Roman Borschel", 345 "email": "roman@code-factory.org" 346 }, 347 { 348 "name": "Benjamin Eberlei", 349 "email": "kontakt@beberlei.de" 350 }, 351 { 352 "name": "Jonathan Wage", 353 "email": "jonwage@gmail.com" 354 } 355 ], 356 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", 357 "homepage": "https://www.doctrine-project.org/projects/dbal.html", 358 "keywords": [ 359 "abstraction", 360 "database", 361 "db2", 362 "dbal", 363 "mariadb", 364 "mssql", 365 "mysql", 366 "oci8", 367 "oracle", 368 "pdo", 369 "pgsql", 370 "postgresql", 371 "queryobject", 372 "sasql", 373 "sql", 374 "sqlite", 375 "sqlserver", 376 "sqlsrv" 377 ], 378 "support": { 379 "issues": "https://github.com/doctrine/dbal/issues", 380 "source": "https://github.com/doctrine/dbal/tree/3.6.6" 381 }, 382 "funding": [ 383 { 384 "url": "https://www.doctrine-project.org/sponsorship.html", 385 "type": "custom" 386 }, 387 { 388 "url": "https://www.patreon.com/phpdoctrine", 389 "type": "patreon" 390 }, 391 { 392 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", 393 "type": "tidelift" 394 } 395 ], 396 "time": "2023-08-17T05:38:17+00:00" 397 }, 398 { 399 "name": "doctrine/deprecations", 400 "version": "v1.1.1", 401 "source": { 402 "type": "git", 403 "url": "https://github.com/doctrine/deprecations.git", 404 "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3" 405 }, 406 "dist": { 407 "type": "zip", 408 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", 409 "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3", 410 "shasum": "" 411 }, 412 "require": { 413 "php": "^7.1 || ^8.0" 414 }, 415 "require-dev": { 416 "doctrine/coding-standard": "^9", 417 "phpstan/phpstan": "1.4.10 || 1.10.15", 418 "phpstan/phpstan-phpunit": "^1.0", 419 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 420 "psalm/plugin-phpunit": "0.18.4", 421 "psr/log": "^1 || ^2 || ^3", 422 "vimeo/psalm": "4.30.0 || 5.12.0" 423 }, 424 "suggest": { 425 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" 426 }, 427 "type": "library", 428 "autoload": { 429 "psr-4": { 430 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" 431 } 432 }, 433 "notification-url": "https://packagist.org/downloads/", 434 "license": [ 435 "MIT" 436 ], 437 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", 438 "homepage": "https://www.doctrine-project.org/", 439 "support": { 440 "issues": "https://github.com/doctrine/deprecations/issues", 441 "source": "https://github.com/doctrine/deprecations/tree/v1.1.1" 442 }, 443 "time": "2023-06-03T09:27:29+00:00" 444 }, 445 { 446 "name": "doctrine/event-manager", 447 "version": "2.0.0", 448 "source": { 449 "type": "git", 450 "url": "https://github.com/doctrine/event-manager.git", 451 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32" 452 }, 453 "dist": { 454 "type": "zip", 455 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32", 456 "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32", 457 "shasum": "" 458 }, 459 "require": { 460 "php": "^8.1" 461 }, 462 "conflict": { 463 "doctrine/common": "<2.9" 464 }, 465 "require-dev": { 466 "doctrine/coding-standard": "^10", 467 "phpstan/phpstan": "^1.8.8", 468 "phpunit/phpunit": "^9.5", 469 "vimeo/psalm": "^4.28" 470 }, 471 "type": "library", 472 "autoload": { 473 "psr-4": { 474 "Doctrine\\Common\\": "src" 475 } 476 }, 477 "notification-url": "https://packagist.org/downloads/", 478 "license": [ 479 "MIT" 480 ], 481 "authors": [ 482 { 483 "name": "Guilherme Blanco", 484 "email": "guilhermeblanco@gmail.com" 485 }, 486 { 487 "name": "Roman Borschel", 488 "email": "roman@code-factory.org" 489 }, 490 { 491 "name": "Benjamin Eberlei", 492 "email": "kontakt@beberlei.de" 493 }, 494 { 495 "name": "Jonathan Wage", 496 "email": "jonwage@gmail.com" 497 }, 498 { 499 "name": "Johannes Schmitt", 500 "email": "schmittjoh@gmail.com" 501 }, 502 { 503 "name": "Marco Pivetta", 504 "email": "ocramius@gmail.com" 505 } 506 ], 507 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", 508 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 509 "keywords": [ 510 "event", 511 "event dispatcher", 512 "event manager", 513 "event system", 514 "events" 515 ], 516 "support": { 517 "issues": "https://github.com/doctrine/event-manager/issues", 518 "source": "https://github.com/doctrine/event-manager/tree/2.0.0" 519 }, 520 "funding": [ 521 { 522 "url": "https://www.doctrine-project.org/sponsorship.html", 523 "type": "custom" 524 }, 525 { 526 "url": "https://www.patreon.com/phpdoctrine", 527 "type": "patreon" 528 }, 529 { 530 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", 531 "type": "tidelift" 532 } 533 ], 534 "time": "2022-10-12T20:59:15+00:00" 535 }, 536 { 537 "name": "doctrine/inflector", 538 "version": "2.0.8", 539 "source": { 540 "type": "git", 541 "url": "https://github.com/doctrine/inflector.git", 542 "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" 543 }, 544 "dist": { 545 "type": "zip", 546 "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", 547 "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", 548 "shasum": "" 549 }, 550 "require": { 551 "php": "^7.2 || ^8.0" 552 }, 553 "require-dev": { 554 "doctrine/coding-standard": "^11.0", 555 "phpstan/phpstan": "^1.8", 556 "phpstan/phpstan-phpunit": "^1.1", 557 "phpstan/phpstan-strict-rules": "^1.3", 558 "phpunit/phpunit": "^8.5 || ^9.5", 559 "vimeo/psalm": "^4.25 || ^5.4" 560 }, 561 "type": "library", 562 "autoload": { 563 "psr-4": { 564 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" 565 } 566 }, 567 "notification-url": "https://packagist.org/downloads/", 568 "license": [ 569 "MIT" 570 ], 571 "authors": [ 572 { 573 "name": "Guilherme Blanco", 574 "email": "guilhermeblanco@gmail.com" 575 }, 576 { 577 "name": "Roman Borschel", 578 "email": "roman@code-factory.org" 579 }, 580 { 581 "name": "Benjamin Eberlei", 582 "email": "kontakt@beberlei.de" 583 }, 584 { 585 "name": "Jonathan Wage", 586 "email": "jonwage@gmail.com" 587 }, 588 { 589 "name": "Johannes Schmitt", 590 "email": "schmittjoh@gmail.com" 591 } 592 ], 593 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 594 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 595 "keywords": [ 596 "inflection", 597 "inflector", 598 "lowercase", 599 "manipulation", 600 "php", 601 "plural", 602 "singular", 603 "strings", 604 "uppercase", 605 "words" 606 ], 607 "support": { 608 "issues": "https://github.com/doctrine/inflector/issues", 609 "source": "https://github.com/doctrine/inflector/tree/2.0.8" 610 }, 611 "funding": [ 612 { 613 "url": "https://www.doctrine-project.org/sponsorship.html", 614 "type": "custom" 615 }, 616 { 617 "url": "https://www.patreon.com/phpdoctrine", 618 "type": "patreon" 619 }, 620 { 621 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 622 "type": "tidelift" 623 } 624 ], 625 "time": "2023-06-16T13:40:37+00:00" 626 }, 627 { 628 "name": "doctrine/lexer", 629 "version": "3.0.0", 630 "source": { 631 "type": "git", 632 "url": "https://github.com/doctrine/lexer.git", 633 "reference": "84a527db05647743d50373e0ec53a152f2cde568" 634 }, 635 "dist": { 636 "type": "zip", 637 "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568", 638 "reference": "84a527db05647743d50373e0ec53a152f2cde568", 639 "shasum": "" 640 }, 641 "require": { 642 "php": "^8.1" 643 }, 644 "require-dev": { 645 "doctrine/coding-standard": "^10", 646 "phpstan/phpstan": "^1.9", 647 "phpunit/phpunit": "^9.5", 648 "psalm/plugin-phpunit": "^0.18.3", 649 "vimeo/psalm": "^5.0" 650 }, 651 "type": "library", 652 "autoload": { 653 "psr-4": { 654 "Doctrine\\Common\\Lexer\\": "src" 655 } 656 }, 657 "notification-url": "https://packagist.org/downloads/", 658 "license": [ 659 "MIT" 660 ], 661 "authors": [ 662 { 663 "name": "Guilherme Blanco", 664 "email": "guilhermeblanco@gmail.com" 665 }, 666 { 667 "name": "Roman Borschel", 668 "email": "roman@code-factory.org" 669 }, 670 { 671 "name": "Johannes Schmitt", 672 "email": "schmittjoh@gmail.com" 673 } 674 ], 675 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 676 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 677 "keywords": [ 678 "annotations", 679 "docblock", 680 "lexer", 681 "parser", 682 "php" 683 ], 684 "support": { 685 "issues": "https://github.com/doctrine/lexer/issues", 686 "source": "https://github.com/doctrine/lexer/tree/3.0.0" 687 }, 688 "funding": [ 689 { 690 "url": "https://www.doctrine-project.org/sponsorship.html", 691 "type": "custom" 692 }, 693 { 694 "url": "https://www.patreon.com/phpdoctrine", 695 "type": "patreon" 696 }, 697 { 698 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", 699 "type": "tidelift" 700 } 701 ], 702 "time": "2022-12-15T16:57:16+00:00" 703 }, 704 { 705 "name": "egulias/email-validator", 706 "version": "4.0.1", 707 "source": { 708 "type": "git", 709 "url": "https://github.com/egulias/EmailValidator.git", 710 "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff" 711 }, 712 "dist": { 713 "type": "zip", 714 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff", 715 "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff", 716 "shasum": "" 717 }, 718 "require": { 719 "doctrine/lexer": "^2.0 || ^3.0", 720 "php": ">=8.1", 721 "symfony/polyfill-intl-idn": "^1.26" 722 }, 723 "require-dev": { 724 "phpunit/phpunit": "^9.5.27", 725 "vimeo/psalm": "^4.30" 726 }, 727 "suggest": { 728 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 729 }, 730 "type": "library", 731 "extra": { 732 "branch-alias": { 733 "dev-master": "4.0.x-dev" 734 } 735 }, 736 "autoload": { 737 "psr-4": { 738 "Egulias\\EmailValidator\\": "src" 739 } 740 }, 741 "notification-url": "https://packagist.org/downloads/", 742 "license": [ 743 "MIT" 744 ], 745 "authors": [ 746 { 747 "name": "Eduardo Gulias Davis" 748 } 749 ], 750 "description": "A library for validating emails against several RFCs", 751 "homepage": "https://github.com/egulias/EmailValidator", 752 "keywords": [ 753 "email", 754 "emailvalidation", 755 "emailvalidator", 756 "validation", 757 "validator" 758 ], 759 "support": { 760 "issues": "https://github.com/egulias/EmailValidator/issues", 761 "source": "https://github.com/egulias/EmailValidator/tree/4.0.1" 762 }, 763 "funding": [ 764 { 765 "url": "https://github.com/egulias", 766 "type": "github" 767 } 768 ], 769 "time": "2023-01-14T14:17:03+00:00" 770 }, 771 { 772 "name": "ezyang/htmlpurifier", 773 "version": "v4.16.0", 774 "source": { 775 "type": "git", 776 "url": "https://github.com/ezyang/htmlpurifier.git", 777 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" 778 }, 779 "dist": { 780 "type": "zip", 781 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", 782 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", 783 "shasum": "" 784 }, 785 "require": { 786 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" 787 }, 788 "require-dev": { 789 "cerdic/css-tidy": "^1.7 || ^2.0", 790 "simpletest/simpletest": "dev-master" 791 }, 792 "suggest": { 793 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", 794 "ext-bcmath": "Used for unit conversion and imagecrash protection", 795 "ext-iconv": "Converts text to and from non-UTF-8 encodings", 796 "ext-tidy": "Used for pretty-printing HTML" 797 }, 798 "type": "library", 799 "autoload": { 800 "files": [ 801 "library/HTMLPurifier.composer.php" 802 ], 803 "psr-0": { 804 "HTMLPurifier": "library/" 805 }, 806 "exclude-from-classmap": [ 807 "/library/HTMLPurifier/Language/" 808 ] 809 }, 810 "notification-url": "https://packagist.org/downloads/", 811 "license": [ 812 "LGPL-2.1-or-later" 813 ], 814 "authors": [ 815 { 816 "name": "Edward Z. Yang", 817 "email": "admin@htmlpurifier.org", 818 "homepage": "http://ezyang.com" 819 } 820 ], 821 "description": "Standards compliant HTML filter written in PHP", 822 "homepage": "http://htmlpurifier.org/", 823 "keywords": [ 824 "html" 825 ], 826 "support": { 827 "issues": "https://github.com/ezyang/htmlpurifier/issues", 828 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" 829 }, 830 "time": "2022-09-18T07:06:19+00:00" 831 }, 832 { 833 "name": "fig/http-message-util", 834 "version": "1.1.5", 835 "source": { 836 "type": "git", 837 "url": "https://github.com/php-fig/http-message-util.git", 838 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" 839 }, 840 "dist": { 841 "type": "zip", 842 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", 843 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", 844 "shasum": "" 845 }, 846 "require": { 847 "php": "^5.3 || ^7.0 || ^8.0" 848 }, 849 "suggest": { 850 "psr/http-message": "The package containing the PSR-7 interfaces" 851 }, 852 "type": "library", 853 "extra": { 854 "branch-alias": { 855 "dev-master": "1.1.x-dev" 856 } 857 }, 858 "autoload": { 859 "psr-4": { 860 "Fig\\Http\\Message\\": "src/" 861 } 862 }, 863 "notification-url": "https://packagist.org/downloads/", 864 "license": [ 865 "MIT" 866 ], 867 "authors": [ 868 { 869 "name": "PHP-FIG", 870 "homepage": "https://www.php-fig.org/" 871 } 872 ], 873 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 874 "keywords": [ 875 "http", 876 "http-message", 877 "psr", 878 "psr-7", 879 "request", 880 "response" 881 ], 882 "support": { 883 "issues": "https://github.com/php-fig/http-message-util/issues", 884 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" 885 }, 886 "time": "2020-11-24T22:02:12+00:00" 887 }, 888 { 889 "name": "fisharebest/algorithm", 890 "version": "1.6.0", 891 "source": { 892 "type": "git", 893 "url": "https://github.com/fisharebest/algorithm.git", 894 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7" 895 }, 896 "dist": { 897 "type": "zip", 898 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 899 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 900 "shasum": "" 901 }, 902 "require": { 903 "php": ">=5.3.0" 904 }, 905 "require-dev": { 906 "php-coveralls/php-coveralls": "*", 907 "phpunit/phpunit": "4 - 9" 908 }, 909 "type": "library", 910 "autoload": { 911 "psr-4": { 912 "Fisharebest\\Algorithm\\": "src/", 913 "Fisharebest\\Tests\\Algorithm\\": "tests/" 914 } 915 }, 916 "notification-url": "https://packagist.org/downloads/", 917 "license": [ 918 "GPL-3.0-or-later" 919 ], 920 "authors": [ 921 { 922 "name": "Greg Roach", 923 "email": "greg@subaqua.co.uk", 924 "role": "Developer" 925 } 926 ], 927 "description": "Implementation of standard algorithms in PHP.", 928 "homepage": "https://github.com/fisharebest/algorithm", 929 "keywords": [ 930 "Algorithm", 931 "diff", 932 "dijkstra", 933 "myers" 934 ], 935 "support": { 936 "issues": "https://github.com/fisharebest/algorithm/issues", 937 "source": "https://github.com/fisharebest/algorithm/tree/1.6.0" 938 }, 939 "time": "2021-09-03T12:13:28+00:00" 940 }, 941 { 942 "name": "fisharebest/ext-calendar", 943 "version": "2.6.0", 944 "source": { 945 "type": "git", 946 "url": "https://github.com/fisharebest/ext-calendar.git", 947 "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b" 948 }, 949 "dist": { 950 "type": "zip", 951 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/a1442ee2e6d0e28da16608be80a20642f52b791b", 952 "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b", 953 "shasum": "" 954 }, 955 "require": { 956 "php": ">=5.3.0" 957 }, 958 "provide": { 959 "ext-calendar": "1" 960 }, 961 "require-dev": { 962 "phpunit/phpunit": "*", 963 "satooshi/php-coveralls": "*", 964 "yoast/phpunit-polyfills": "*" 965 }, 966 "type": "library", 967 "autoload": { 968 "files": [ 969 "src/shims.php" 970 ], 971 "psr-4": { 972 "Fisharebest\\ExtCalendar\\": "src/" 973 } 974 }, 975 "notification-url": "https://packagist.org/downloads/", 976 "license": [ 977 "GPL-3.0-or-later" 978 ], 979 "authors": [ 980 { 981 "name": "Greg Roach", 982 "email": "greg@subaqua.co.uk", 983 "role": "Developer" 984 } 985 ], 986 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 987 "homepage": "https://github.com/fisharebest/ext-calendar", 988 "keywords": [ 989 "Jalali", 990 "arabic", 991 "calendar", 992 "ext-calendar", 993 "french", 994 "gregorian", 995 "hebrew", 996 "hijri", 997 "jewish", 998 "julian", 999 "julian day", 1000 "julian day number", 1001 "persian", 1002 "shamsi" 1003 ], 1004 "support": { 1005 "issues": "https://github.com/fisharebest/ext-calendar/issues", 1006 "source": "https://github.com/fisharebest/ext-calendar/tree/2.6.0" 1007 }, 1008 "time": "2022-05-31T16:01:21+00:00" 1009 }, 1010 { 1011 "name": "fisharebest/localization", 1012 "version": "1.17.0", 1013 "source": { 1014 "type": "git", 1015 "url": "https://github.com/fisharebest/localization.git", 1016 "reference": "ed04431fd1329191da0addb028404aa769d6b388" 1017 }, 1018 "dist": { 1019 "type": "zip", 1020 "url": "https://api.github.com/repos/fisharebest/localization/zipball/ed04431fd1329191da0addb028404aa769d6b388", 1021 "reference": "ed04431fd1329191da0addb028404aa769d6b388", 1022 "shasum": "" 1023 }, 1024 "require": { 1025 "php": ">=5.3.0" 1026 }, 1027 "require-dev": { 1028 "ext-simplexml": "*", 1029 "php-coveralls/php-coveralls": "*", 1030 "phpunit/phpunit": "*" 1031 }, 1032 "type": "library", 1033 "autoload": { 1034 "psr-4": { 1035 "Fisharebest\\Localization\\": "src/" 1036 } 1037 }, 1038 "notification-url": "https://packagist.org/downloads/", 1039 "license": [ 1040 "GPL-3.0-or-later" 1041 ], 1042 "authors": [ 1043 { 1044 "name": "Greg Roach", 1045 "email": "greg@subaqua.co.uk", 1046 "role": "Developer" 1047 } 1048 ], 1049 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 1050 "homepage": "https://github.com/fisharebest/localization", 1051 "keywords": [ 1052 "cldr", 1053 "gettext", 1054 "i18n", 1055 "l10n", 1056 "language", 1057 "locale", 1058 "localization", 1059 "script", 1060 "translate", 1061 "translation" 1062 ], 1063 "support": { 1064 "issues": "https://github.com/fisharebest/localization/issues", 1065 "source": "https://github.com/fisharebest/localization/tree/1.17.0" 1066 }, 1067 "time": "2022-10-24T15:23:32+00:00" 1068 }, 1069 { 1070 "name": "guzzlehttp/guzzle", 1071 "version": "7.8.0", 1072 "source": { 1073 "type": "git", 1074 "url": "https://github.com/guzzle/guzzle.git", 1075 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" 1076 }, 1077 "dist": { 1078 "type": "zip", 1079 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", 1080 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", 1081 "shasum": "" 1082 }, 1083 "require": { 1084 "ext-json": "*", 1085 "guzzlehttp/promises": "^1.5.3 || ^2.0.1", 1086 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", 1087 "php": "^7.2.5 || ^8.0", 1088 "psr/http-client": "^1.0", 1089 "symfony/deprecation-contracts": "^2.2 || ^3.0" 1090 }, 1091 "provide": { 1092 "psr/http-client-implementation": "1.0" 1093 }, 1094 "require-dev": { 1095 "bamarni/composer-bin-plugin": "^1.8.1", 1096 "ext-curl": "*", 1097 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", 1098 "php-http/message-factory": "^1.1", 1099 "phpunit/phpunit": "^8.5.29 || ^9.5.23", 1100 "psr/log": "^1.1 || ^2.0 || ^3.0" 1101 }, 1102 "suggest": { 1103 "ext-curl": "Required for CURL handler support", 1104 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 1105 "psr/log": "Required for using the Log middleware" 1106 }, 1107 "type": "library", 1108 "extra": { 1109 "bamarni-bin": { 1110 "bin-links": true, 1111 "forward-command": false 1112 } 1113 }, 1114 "autoload": { 1115 "files": [ 1116 "src/functions_include.php" 1117 ], 1118 "psr-4": { 1119 "GuzzleHttp\\": "src/" 1120 } 1121 }, 1122 "notification-url": "https://packagist.org/downloads/", 1123 "license": [ 1124 "MIT" 1125 ], 1126 "authors": [ 1127 { 1128 "name": "Graham Campbell", 1129 "email": "hello@gjcampbell.co.uk", 1130 "homepage": "https://github.com/GrahamCampbell" 1131 }, 1132 { 1133 "name": "Michael Dowling", 1134 "email": "mtdowling@gmail.com", 1135 "homepage": "https://github.com/mtdowling" 1136 }, 1137 { 1138 "name": "Jeremy Lindblom", 1139 "email": "jeremeamia@gmail.com", 1140 "homepage": "https://github.com/jeremeamia" 1141 }, 1142 { 1143 "name": "George Mponos", 1144 "email": "gmponos@gmail.com", 1145 "homepage": "https://github.com/gmponos" 1146 }, 1147 { 1148 "name": "Tobias Nyholm", 1149 "email": "tobias.nyholm@gmail.com", 1150 "homepage": "https://github.com/Nyholm" 1151 }, 1152 { 1153 "name": "Márk Sági-Kazár", 1154 "email": "mark.sagikazar@gmail.com", 1155 "homepage": "https://github.com/sagikazarmark" 1156 }, 1157 { 1158 "name": "Tobias Schultze", 1159 "email": "webmaster@tubo-world.de", 1160 "homepage": "https://github.com/Tobion" 1161 } 1162 ], 1163 "description": "Guzzle is a PHP HTTP client library", 1164 "keywords": [ 1165 "client", 1166 "curl", 1167 "framework", 1168 "http", 1169 "http client", 1170 "psr-18", 1171 "psr-7", 1172 "rest", 1173 "web service" 1174 ], 1175 "support": { 1176 "issues": "https://github.com/guzzle/guzzle/issues", 1177 "source": "https://github.com/guzzle/guzzle/tree/7.8.0" 1178 }, 1179 "funding": [ 1180 { 1181 "url": "https://github.com/GrahamCampbell", 1182 "type": "github" 1183 }, 1184 { 1185 "url": "https://github.com/Nyholm", 1186 "type": "github" 1187 }, 1188 { 1189 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 1190 "type": "tidelift" 1191 } 1192 ], 1193 "time": "2023-08-27T10:20:53+00:00" 1194 }, 1195 { 1196 "name": "guzzlehttp/promises", 1197 "version": "2.0.1", 1198 "source": { 1199 "type": "git", 1200 "url": "https://github.com/guzzle/promises.git", 1201 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" 1202 }, 1203 "dist": { 1204 "type": "zip", 1205 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", 1206 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", 1207 "shasum": "" 1208 }, 1209 "require": { 1210 "php": "^7.2.5 || ^8.0" 1211 }, 1212 "require-dev": { 1213 "bamarni/composer-bin-plugin": "^1.8.1", 1214 "phpunit/phpunit": "^8.5.29 || ^9.5.23" 1215 }, 1216 "type": "library", 1217 "extra": { 1218 "bamarni-bin": { 1219 "bin-links": true, 1220 "forward-command": false 1221 } 1222 }, 1223 "autoload": { 1224 "psr-4": { 1225 "GuzzleHttp\\Promise\\": "src/" 1226 } 1227 }, 1228 "notification-url": "https://packagist.org/downloads/", 1229 "license": [ 1230 "MIT" 1231 ], 1232 "authors": [ 1233 { 1234 "name": "Graham Campbell", 1235 "email": "hello@gjcampbell.co.uk", 1236 "homepage": "https://github.com/GrahamCampbell" 1237 }, 1238 { 1239 "name": "Michael Dowling", 1240 "email": "mtdowling@gmail.com", 1241 "homepage": "https://github.com/mtdowling" 1242 }, 1243 { 1244 "name": "Tobias Nyholm", 1245 "email": "tobias.nyholm@gmail.com", 1246 "homepage": "https://github.com/Nyholm" 1247 }, 1248 { 1249 "name": "Tobias Schultze", 1250 "email": "webmaster@tubo-world.de", 1251 "homepage": "https://github.com/Tobion" 1252 } 1253 ], 1254 "description": "Guzzle promises library", 1255 "keywords": [ 1256 "promise" 1257 ], 1258 "support": { 1259 "issues": "https://github.com/guzzle/promises/issues", 1260 "source": "https://github.com/guzzle/promises/tree/2.0.1" 1261 }, 1262 "funding": [ 1263 { 1264 "url": "https://github.com/GrahamCampbell", 1265 "type": "github" 1266 }, 1267 { 1268 "url": "https://github.com/Nyholm", 1269 "type": "github" 1270 }, 1271 { 1272 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 1273 "type": "tidelift" 1274 } 1275 ], 1276 "time": "2023-08-03T15:11:55+00:00" 1277 }, 1278 { 1279 "name": "guzzlehttp/psr7", 1280 "version": "2.6.1", 1281 "source": { 1282 "type": "git", 1283 "url": "https://github.com/guzzle/psr7.git", 1284 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" 1285 }, 1286 "dist": { 1287 "type": "zip", 1288 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 1289 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", 1290 "shasum": "" 1291 }, 1292 "require": { 1293 "php": "^7.2.5 || ^8.0", 1294 "psr/http-factory": "^1.0", 1295 "psr/http-message": "^1.1 || ^2.0", 1296 "ralouphie/getallheaders": "^3.0" 1297 }, 1298 "provide": { 1299 "psr/http-factory-implementation": "1.0", 1300 "psr/http-message-implementation": "1.0" 1301 }, 1302 "require-dev": { 1303 "bamarni/composer-bin-plugin": "^1.8.1", 1304 "http-interop/http-factory-tests": "^0.9", 1305 "phpunit/phpunit": "^8.5.29 || ^9.5.23" 1306 }, 1307 "suggest": { 1308 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 1309 }, 1310 "type": "library", 1311 "extra": { 1312 "bamarni-bin": { 1313 "bin-links": true, 1314 "forward-command": false 1315 } 1316 }, 1317 "autoload": { 1318 "psr-4": { 1319 "GuzzleHttp\\Psr7\\": "src/" 1320 } 1321 }, 1322 "notification-url": "https://packagist.org/downloads/", 1323 "license": [ 1324 "MIT" 1325 ], 1326 "authors": [ 1327 { 1328 "name": "Graham Campbell", 1329 "email": "hello@gjcampbell.co.uk", 1330 "homepage": "https://github.com/GrahamCampbell" 1331 }, 1332 { 1333 "name": "Michael Dowling", 1334 "email": "mtdowling@gmail.com", 1335 "homepage": "https://github.com/mtdowling" 1336 }, 1337 { 1338 "name": "George Mponos", 1339 "email": "gmponos@gmail.com", 1340 "homepage": "https://github.com/gmponos" 1341 }, 1342 { 1343 "name": "Tobias Nyholm", 1344 "email": "tobias.nyholm@gmail.com", 1345 "homepage": "https://github.com/Nyholm" 1346 }, 1347 { 1348 "name": "Márk Sági-Kazár", 1349 "email": "mark.sagikazar@gmail.com", 1350 "homepage": "https://github.com/sagikazarmark" 1351 }, 1352 { 1353 "name": "Tobias Schultze", 1354 "email": "webmaster@tubo-world.de", 1355 "homepage": "https://github.com/Tobion" 1356 }, 1357 { 1358 "name": "Márk Sági-Kazár", 1359 "email": "mark.sagikazar@gmail.com", 1360 "homepage": "https://sagikazarmark.hu" 1361 } 1362 ], 1363 "description": "PSR-7 message implementation that also provides common utility methods", 1364 "keywords": [ 1365 "http", 1366 "message", 1367 "psr-7", 1368 "request", 1369 "response", 1370 "stream", 1371 "uri", 1372 "url" 1373 ], 1374 "support": { 1375 "issues": "https://github.com/guzzle/psr7/issues", 1376 "source": "https://github.com/guzzle/psr7/tree/2.6.1" 1377 }, 1378 "funding": [ 1379 { 1380 "url": "https://github.com/GrahamCampbell", 1381 "type": "github" 1382 }, 1383 { 1384 "url": "https://github.com/Nyholm", 1385 "type": "github" 1386 }, 1387 { 1388 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 1389 "type": "tidelift" 1390 } 1391 ], 1392 "time": "2023-08-27T10:13:57+00:00" 1393 }, 1394 { 1395 "name": "illuminate/collections", 1396 "version": "v10.23.1", 1397 "source": { 1398 "type": "git", 1399 "url": "https://github.com/illuminate/collections.git", 1400 "reference": "72c3cc6d44416db499d2ad11b8b27ae22e60a661" 1401 }, 1402 "dist": { 1403 "type": "zip", 1404 "url": "https://api.github.com/repos/illuminate/collections/zipball/72c3cc6d44416db499d2ad11b8b27ae22e60a661", 1405 "reference": "72c3cc6d44416db499d2ad11b8b27ae22e60a661", 1406 "shasum": "" 1407 }, 1408 "require": { 1409 "illuminate/conditionable": "^10.0", 1410 "illuminate/contracts": "^10.0", 1411 "illuminate/macroable": "^10.0", 1412 "php": "^8.1" 1413 }, 1414 "suggest": { 1415 "symfony/var-dumper": "Required to use the dump method (^6.2)." 1416 }, 1417 "type": "library", 1418 "extra": { 1419 "branch-alias": { 1420 "dev-master": "10.x-dev" 1421 } 1422 }, 1423 "autoload": { 1424 "files": [ 1425 "helpers.php" 1426 ], 1427 "psr-4": { 1428 "Illuminate\\Support\\": "" 1429 } 1430 }, 1431 "notification-url": "https://packagist.org/downloads/", 1432 "license": [ 1433 "MIT" 1434 ], 1435 "authors": [ 1436 { 1437 "name": "Taylor Otwell", 1438 "email": "taylor@laravel.com" 1439 } 1440 ], 1441 "description": "The Illuminate Collections package.", 1442 "homepage": "https://laravel.com", 1443 "support": { 1444 "issues": "https://github.com/laravel/framework/issues", 1445 "source": "https://github.com/laravel/framework" 1446 }, 1447 "time": "2023-09-07T14:13:46+00:00" 1448 }, 1449 { 1450 "name": "illuminate/conditionable", 1451 "version": "v10.23.1", 1452 "source": { 1453 "type": "git", 1454 "url": "https://github.com/illuminate/conditionable.git", 1455 "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009" 1456 }, 1457 "dist": { 1458 "type": "zip", 1459 "url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009", 1460 "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009", 1461 "shasum": "" 1462 }, 1463 "require": { 1464 "php": "^8.0.2" 1465 }, 1466 "type": "library", 1467 "extra": { 1468 "branch-alias": { 1469 "dev-master": "10.x-dev" 1470 } 1471 }, 1472 "autoload": { 1473 "psr-4": { 1474 "Illuminate\\Support\\": "" 1475 } 1476 }, 1477 "notification-url": "https://packagist.org/downloads/", 1478 "license": [ 1479 "MIT" 1480 ], 1481 "authors": [ 1482 { 1483 "name": "Taylor Otwell", 1484 "email": "taylor@laravel.com" 1485 } 1486 ], 1487 "description": "The Illuminate Conditionable package.", 1488 "homepage": "https://laravel.com", 1489 "support": { 1490 "issues": "https://github.com/laravel/framework/issues", 1491 "source": "https://github.com/laravel/framework" 1492 }, 1493 "time": "2023-02-03T08:06:17+00:00" 1494 }, 1495 { 1496 "name": "illuminate/container", 1497 "version": "v10.23.1", 1498 "source": { 1499 "type": "git", 1500 "url": "https://github.com/illuminate/container.git", 1501 "reference": "ddc26273085fad3c471b2602ad820e0097ff7939" 1502 }, 1503 "dist": { 1504 "type": "zip", 1505 "url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939", 1506 "reference": "ddc26273085fad3c471b2602ad820e0097ff7939", 1507 "shasum": "" 1508 }, 1509 "require": { 1510 "illuminate/contracts": "^10.0", 1511 "php": "^8.1", 1512 "psr/container": "^1.1.1|^2.0.1" 1513 }, 1514 "provide": { 1515 "psr/container-implementation": "1.1|2.0" 1516 }, 1517 "type": "library", 1518 "extra": { 1519 "branch-alias": { 1520 "dev-master": "10.x-dev" 1521 } 1522 }, 1523 "autoload": { 1524 "psr-4": { 1525 "Illuminate\\Container\\": "" 1526 } 1527 }, 1528 "notification-url": "https://packagist.org/downloads/", 1529 "license": [ 1530 "MIT" 1531 ], 1532 "authors": [ 1533 { 1534 "name": "Taylor Otwell", 1535 "email": "taylor@laravel.com" 1536 } 1537 ], 1538 "description": "The Illuminate Container package.", 1539 "homepage": "https://laravel.com", 1540 "support": { 1541 "issues": "https://github.com/laravel/framework/issues", 1542 "source": "https://github.com/laravel/framework" 1543 }, 1544 "time": "2023-06-18T09:12:03+00:00" 1545 }, 1546 { 1547 "name": "illuminate/contracts", 1548 "version": "v10.23.1", 1549 "source": { 1550 "type": "git", 1551 "url": "https://github.com/illuminate/contracts.git", 1552 "reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406" 1553 }, 1554 "dist": { 1555 "type": "zip", 1556 "url": "https://api.github.com/repos/illuminate/contracts/zipball/6c39fba7b2311e28f5c6ac7d729e3d49a2a98406", 1557 "reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406", 1558 "shasum": "" 1559 }, 1560 "require": { 1561 "php": "^8.1", 1562 "psr/container": "^1.1.1|^2.0.1", 1563 "psr/simple-cache": "^1.0|^2.0|^3.0" 1564 }, 1565 "type": "library", 1566 "extra": { 1567 "branch-alias": { 1568 "dev-master": "10.x-dev" 1569 } 1570 }, 1571 "autoload": { 1572 "psr-4": { 1573 "Illuminate\\Contracts\\": "" 1574 } 1575 }, 1576 "notification-url": "https://packagist.org/downloads/", 1577 "license": [ 1578 "MIT" 1579 ], 1580 "authors": [ 1581 { 1582 "name": "Taylor Otwell", 1583 "email": "taylor@laravel.com" 1584 } 1585 ], 1586 "description": "The Illuminate Contracts package.", 1587 "homepage": "https://laravel.com", 1588 "support": { 1589 "issues": "https://github.com/laravel/framework/issues", 1590 "source": "https://github.com/laravel/framework" 1591 }, 1592 "time": "2023-09-05T19:07:46+00:00" 1593 }, 1594 { 1595 "name": "illuminate/database", 1596 "version": "v10.23.1", 1597 "source": { 1598 "type": "git", 1599 "url": "https://github.com/illuminate/database.git", 1600 "reference": "41511347b8b74ef80b4e01d2b64d2b4a4263658a" 1601 }, 1602 "dist": { 1603 "type": "zip", 1604 "url": "https://api.github.com/repos/illuminate/database/zipball/41511347b8b74ef80b4e01d2b64d2b4a4263658a", 1605 "reference": "41511347b8b74ef80b4e01d2b64d2b4a4263658a", 1606 "shasum": "" 1607 }, 1608 "require": { 1609 "brick/math": "^0.9.3|^0.10.2|^0.11", 1610 "ext-pdo": "*", 1611 "illuminate/collections": "^10.0", 1612 "illuminate/container": "^10.0", 1613 "illuminate/contracts": "^10.0", 1614 "illuminate/macroable": "^10.0", 1615 "illuminate/support": "^10.0", 1616 "php": "^8.1" 1617 }, 1618 "suggest": { 1619 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).", 1620 "ext-filter": "Required to use the Postgres database driver.", 1621 "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).", 1622 "illuminate/console": "Required to use the database commands (^10.0).", 1623 "illuminate/events": "Required to use the observers with Eloquent (^10.0).", 1624 "illuminate/filesystem": "Required to use the migrations (^10.0).", 1625 "illuminate/pagination": "Required to paginate the result set (^10.0).", 1626 "symfony/finder": "Required to use Eloquent model factories (^6.2)." 1627 }, 1628 "type": "library", 1629 "extra": { 1630 "branch-alias": { 1631 "dev-master": "10.x-dev" 1632 } 1633 }, 1634 "autoload": { 1635 "psr-4": { 1636 "Illuminate\\Database\\": "" 1637 } 1638 }, 1639 "notification-url": "https://packagist.org/downloads/", 1640 "license": [ 1641 "MIT" 1642 ], 1643 "authors": [ 1644 { 1645 "name": "Taylor Otwell", 1646 "email": "taylor@laravel.com" 1647 } 1648 ], 1649 "description": "The Illuminate Database package.", 1650 "homepage": "https://laravel.com", 1651 "keywords": [ 1652 "database", 1653 "laravel", 1654 "orm", 1655 "sql" 1656 ], 1657 "support": { 1658 "issues": "https://github.com/laravel/framework/issues", 1659 "source": "https://github.com/laravel/framework" 1660 }, 1661 "time": "2023-09-04T14:22:40+00:00" 1662 }, 1663 { 1664 "name": "illuminate/macroable", 1665 "version": "v10.23.1", 1666 "source": { 1667 "type": "git", 1668 "url": "https://github.com/illuminate/macroable.git", 1669 "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27" 1670 }, 1671 "dist": { 1672 "type": "zip", 1673 "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27", 1674 "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27", 1675 "shasum": "" 1676 }, 1677 "require": { 1678 "php": "^8.1" 1679 }, 1680 "type": "library", 1681 "extra": { 1682 "branch-alias": { 1683 "dev-master": "10.x-dev" 1684 } 1685 }, 1686 "autoload": { 1687 "psr-4": { 1688 "Illuminate\\Support\\": "" 1689 } 1690 }, 1691 "notification-url": "https://packagist.org/downloads/", 1692 "license": [ 1693 "MIT" 1694 ], 1695 "authors": [ 1696 { 1697 "name": "Taylor Otwell", 1698 "email": "taylor@laravel.com" 1699 } 1700 ], 1701 "description": "The Illuminate Macroable package.", 1702 "homepage": "https://laravel.com", 1703 "support": { 1704 "issues": "https://github.com/laravel/framework/issues", 1705 "source": "https://github.com/laravel/framework" 1706 }, 1707 "time": "2023-06-05T12:46:42+00:00" 1708 }, 1709 { 1710 "name": "illuminate/support", 1711 "version": "v10.23.1", 1712 "source": { 1713 "type": "git", 1714 "url": "https://github.com/illuminate/support.git", 1715 "reference": "c21d327c2392eccd93748a2c9f1069a283a62d37" 1716 }, 1717 "dist": { 1718 "type": "zip", 1719 "url": "https://api.github.com/repos/illuminate/support/zipball/c21d327c2392eccd93748a2c9f1069a283a62d37", 1720 "reference": "c21d327c2392eccd93748a2c9f1069a283a62d37", 1721 "shasum": "" 1722 }, 1723 "require": { 1724 "doctrine/inflector": "^2.0", 1725 "ext-ctype": "*", 1726 "ext-filter": "*", 1727 "ext-mbstring": "*", 1728 "illuminate/collections": "^10.0", 1729 "illuminate/conditionable": "^10.0", 1730 "illuminate/contracts": "^10.0", 1731 "illuminate/macroable": "^10.0", 1732 "nesbot/carbon": "^2.67", 1733 "php": "^8.1", 1734 "voku/portable-ascii": "^2.0" 1735 }, 1736 "conflict": { 1737 "tightenco/collect": "<5.5.33" 1738 }, 1739 "suggest": { 1740 "illuminate/filesystem": "Required to use the composer class (^10.0).", 1741 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", 1742 "ramsey/uuid": "Required to use Str::uuid() (^4.7).", 1743 "symfony/process": "Required to use the composer class (^6.2).", 1744 "symfony/uid": "Required to use Str::ulid() (^6.2).", 1745 "symfony/var-dumper": "Required to use the dd function (^6.2).", 1746 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." 1747 }, 1748 "type": "library", 1749 "extra": { 1750 "branch-alias": { 1751 "dev-master": "10.x-dev" 1752 } 1753 }, 1754 "autoload": { 1755 "files": [ 1756 "helpers.php" 1757 ], 1758 "psr-4": { 1759 "Illuminate\\Support\\": "" 1760 } 1761 }, 1762 "notification-url": "https://packagist.org/downloads/", 1763 "license": [ 1764 "MIT" 1765 ], 1766 "authors": [ 1767 { 1768 "name": "Taylor Otwell", 1769 "email": "taylor@laravel.com" 1770 } 1771 ], 1772 "description": "The Illuminate Support package.", 1773 "homepage": "https://laravel.com", 1774 "support": { 1775 "issues": "https://github.com/laravel/framework/issues", 1776 "source": "https://github.com/laravel/framework" 1777 }, 1778 "time": "2023-09-12T18:56:44+00:00" 1779 }, 1780 { 1781 "name": "intervention/image", 1782 "version": "2.7.2", 1783 "source": { 1784 "type": "git", 1785 "url": "https://github.com/Intervention/image.git", 1786 "reference": "04be355f8d6734c826045d02a1079ad658322dad" 1787 }, 1788 "dist": { 1789 "type": "zip", 1790 "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", 1791 "reference": "04be355f8d6734c826045d02a1079ad658322dad", 1792 "shasum": "" 1793 }, 1794 "require": { 1795 "ext-fileinfo": "*", 1796 "guzzlehttp/psr7": "~1.1 || ^2.0", 1797 "php": ">=5.4.0" 1798 }, 1799 "require-dev": { 1800 "mockery/mockery": "~0.9.2", 1801 "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" 1802 }, 1803 "suggest": { 1804 "ext-gd": "to use GD library based image processing.", 1805 "ext-imagick": "to use Imagick based image processing.", 1806 "intervention/imagecache": "Caching extension for the Intervention Image library" 1807 }, 1808 "type": "library", 1809 "extra": { 1810 "branch-alias": { 1811 "dev-master": "2.4-dev" 1812 }, 1813 "laravel": { 1814 "providers": [ 1815 "Intervention\\Image\\ImageServiceProvider" 1816 ], 1817 "aliases": { 1818 "Image": "Intervention\\Image\\Facades\\Image" 1819 } 1820 } 1821 }, 1822 "autoload": { 1823 "psr-4": { 1824 "Intervention\\Image\\": "src/Intervention/Image" 1825 } 1826 }, 1827 "notification-url": "https://packagist.org/downloads/", 1828 "license": [ 1829 "MIT" 1830 ], 1831 "authors": [ 1832 { 1833 "name": "Oliver Vogel", 1834 "email": "oliver@intervention.io", 1835 "homepage": "https://intervention.io/" 1836 } 1837 ], 1838 "description": "Image handling and manipulation library with support for Laravel integration", 1839 "homepage": "http://image.intervention.io/", 1840 "keywords": [ 1841 "gd", 1842 "image", 1843 "imagick", 1844 "laravel", 1845 "thumbnail", 1846 "watermark" 1847 ], 1848 "support": { 1849 "issues": "https://github.com/Intervention/image/issues", 1850 "source": "https://github.com/Intervention/image/tree/2.7.2" 1851 }, 1852 "funding": [ 1853 { 1854 "url": "https://paypal.me/interventionio", 1855 "type": "custom" 1856 }, 1857 { 1858 "url": "https://github.com/Intervention", 1859 "type": "github" 1860 } 1861 ], 1862 "time": "2022-05-21T17:30:32+00:00" 1863 }, 1864 { 1865 "name": "io-developer/php-whois", 1866 "version": "4.1.10", 1867 "source": { 1868 "type": "git", 1869 "url": "https://github.com/io-developer/php-whois.git", 1870 "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1" 1871 }, 1872 "dist": { 1873 "type": "zip", 1874 "url": "https://api.github.com/repos/io-developer/php-whois/zipball/ea4cf52832fe8ff56fc4937138467819aa2829c1", 1875 "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1", 1876 "shasum": "" 1877 }, 1878 "require": { 1879 "ext-curl": "*", 1880 "ext-json": "*", 1881 "ext-mbstring": "*", 1882 "php": ">=7.2", 1883 "symfony/polyfill-intl-idn": "^1.27" 1884 }, 1885 "require-dev": { 1886 "phpunit/phpunit": "^8.0" 1887 }, 1888 "type": "library", 1889 "autoload": { 1890 "psr-4": { 1891 "Iodev\\": "src/Iodev/" 1892 } 1893 }, 1894 "notification-url": "https://packagist.org/downloads/", 1895 "license": [ 1896 "MIT" 1897 ], 1898 "authors": [ 1899 { 1900 "name": "Sergey Sedyshev", 1901 "email": "i.o.developer@gmail.com", 1902 "homepage": "https://github.com/io-developer" 1903 } 1904 ], 1905 "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", 1906 "homepage": "https://github.com/io-developer/php-whois", 1907 "keywords": [ 1908 "asn", 1909 "domain", 1910 "info", 1911 "lookup", 1912 "parser", 1913 "php", 1914 "query", 1915 "routes", 1916 "tld", 1917 "whois", 1918 "црщшы" 1919 ], 1920 "support": { 1921 "issues": "https://github.com/io-developer/php-whois/issues", 1922 "source": "https://github.com/io-developer/php-whois/tree/4.1.10" 1923 }, 1924 "time": "2023-01-25T14:42:45+00:00" 1925 }, 1926 { 1927 "name": "league/commonmark", 1928 "version": "2.4.1", 1929 "source": { 1930 "type": "git", 1931 "url": "https://github.com/thephpleague/commonmark.git", 1932 "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5" 1933 }, 1934 "dist": { 1935 "type": "zip", 1936 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5", 1937 "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5", 1938 "shasum": "" 1939 }, 1940 "require": { 1941 "ext-mbstring": "*", 1942 "league/config": "^1.1.1", 1943 "php": "^7.4 || ^8.0", 1944 "psr/event-dispatcher": "^1.0", 1945 "symfony/deprecation-contracts": "^2.1 || ^3.0", 1946 "symfony/polyfill-php80": "^1.16" 1947 }, 1948 "require-dev": { 1949 "cebe/markdown": "^1.0", 1950 "commonmark/cmark": "0.30.0", 1951 "commonmark/commonmark.js": "0.30.0", 1952 "composer/package-versions-deprecated": "^1.8", 1953 "embed/embed": "^4.4", 1954 "erusev/parsedown": "^1.0", 1955 "ext-json": "*", 1956 "github/gfm": "0.29.0", 1957 "michelf/php-markdown": "^1.4 || ^2.0", 1958 "nyholm/psr7": "^1.5", 1959 "phpstan/phpstan": "^1.8.2", 1960 "phpunit/phpunit": "^9.5.21", 1961 "scrutinizer/ocular": "^1.8.1", 1962 "symfony/finder": "^5.3 | ^6.0", 1963 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", 1964 "unleashedtech/php-coding-standard": "^3.1.1", 1965 "vimeo/psalm": "^4.24.0 || ^5.0.0" 1966 }, 1967 "suggest": { 1968 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 1969 }, 1970 "type": "library", 1971 "extra": { 1972 "branch-alias": { 1973 "dev-main": "2.5-dev" 1974 } 1975 }, 1976 "autoload": { 1977 "psr-4": { 1978 "League\\CommonMark\\": "src" 1979 } 1980 }, 1981 "notification-url": "https://packagist.org/downloads/", 1982 "license": [ 1983 "BSD-3-Clause" 1984 ], 1985 "authors": [ 1986 { 1987 "name": "Colin O'Dell", 1988 "email": "colinodell@gmail.com", 1989 "homepage": "https://www.colinodell.com", 1990 "role": "Lead Developer" 1991 } 1992 ], 1993 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 1994 "homepage": "https://commonmark.thephpleague.com", 1995 "keywords": [ 1996 "commonmark", 1997 "flavored", 1998 "gfm", 1999 "github", 2000 "github-flavored", 2001 "markdown", 2002 "md", 2003 "parser" 2004 ], 2005 "support": { 2006 "docs": "https://commonmark.thephpleague.com/", 2007 "forum": "https://github.com/thephpleague/commonmark/discussions", 2008 "issues": "https://github.com/thephpleague/commonmark/issues", 2009 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 2010 "source": "https://github.com/thephpleague/commonmark" 2011 }, 2012 "funding": [ 2013 { 2014 "url": "https://www.colinodell.com/sponsor", 2015 "type": "custom" 2016 }, 2017 { 2018 "url": "https://www.paypal.me/colinpodell/10.00", 2019 "type": "custom" 2020 }, 2021 { 2022 "url": "https://github.com/colinodell", 2023 "type": "github" 2024 }, 2025 { 2026 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 2027 "type": "tidelift" 2028 } 2029 ], 2030 "time": "2023-08-30T16:55:00+00:00" 2031 }, 2032 { 2033 "name": "league/config", 2034 "version": "v1.2.0", 2035 "source": { 2036 "type": "git", 2037 "url": "https://github.com/thephpleague/config.git", 2038 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" 2039 }, 2040 "dist": { 2041 "type": "zip", 2042 "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 2043 "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", 2044 "shasum": "" 2045 }, 2046 "require": { 2047 "dflydev/dot-access-data": "^3.0.1", 2048 "nette/schema": "^1.2", 2049 "php": "^7.4 || ^8.0" 2050 }, 2051 "require-dev": { 2052 "phpstan/phpstan": "^1.8.2", 2053 "phpunit/phpunit": "^9.5.5", 2054 "scrutinizer/ocular": "^1.8.1", 2055 "unleashedtech/php-coding-standard": "^3.1", 2056 "vimeo/psalm": "^4.7.3" 2057 }, 2058 "type": "library", 2059 "extra": { 2060 "branch-alias": { 2061 "dev-main": "1.2-dev" 2062 } 2063 }, 2064 "autoload": { 2065 "psr-4": { 2066 "League\\Config\\": "src" 2067 } 2068 }, 2069 "notification-url": "https://packagist.org/downloads/", 2070 "license": [ 2071 "BSD-3-Clause" 2072 ], 2073 "authors": [ 2074 { 2075 "name": "Colin O'Dell", 2076 "email": "colinodell@gmail.com", 2077 "homepage": "https://www.colinodell.com", 2078 "role": "Lead Developer" 2079 } 2080 ], 2081 "description": "Define configuration arrays with strict schemas and access values with dot notation", 2082 "homepage": "https://config.thephpleague.com", 2083 "keywords": [ 2084 "array", 2085 "config", 2086 "configuration", 2087 "dot", 2088 "dot-access", 2089 "nested", 2090 "schema" 2091 ], 2092 "support": { 2093 "docs": "https://config.thephpleague.com/", 2094 "issues": "https://github.com/thephpleague/config/issues", 2095 "rss": "https://github.com/thephpleague/config/releases.atom", 2096 "source": "https://github.com/thephpleague/config" 2097 }, 2098 "funding": [ 2099 { 2100 "url": "https://www.colinodell.com/sponsor", 2101 "type": "custom" 2102 }, 2103 { 2104 "url": "https://www.paypal.me/colinpodell/10.00", 2105 "type": "custom" 2106 }, 2107 { 2108 "url": "https://github.com/colinodell", 2109 "type": "github" 2110 } 2111 ], 2112 "time": "2022-12-11T20:36:23+00:00" 2113 }, 2114 { 2115 "name": "league/flysystem", 2116 "version": "3.16.0", 2117 "source": { 2118 "type": "git", 2119 "url": "https://github.com/thephpleague/flysystem.git", 2120 "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729" 2121 }, 2122 "dist": { 2123 "type": "zip", 2124 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4fdf372ca6b63c6e281b1c01a624349ccb757729", 2125 "reference": "4fdf372ca6b63c6e281b1c01a624349ccb757729", 2126 "shasum": "" 2127 }, 2128 "require": { 2129 "league/flysystem-local": "^3.0.0", 2130 "league/mime-type-detection": "^1.0.0", 2131 "php": "^8.0.2" 2132 }, 2133 "conflict": { 2134 "async-aws/core": "<1.19.0", 2135 "async-aws/s3": "<1.14.0", 2136 "aws/aws-sdk-php": "3.209.31 || 3.210.0", 2137 "guzzlehttp/guzzle": "<7.0", 2138 "guzzlehttp/ringphp": "<1.1.1", 2139 "phpseclib/phpseclib": "3.0.15", 2140 "symfony/http-client": "<5.2" 2141 }, 2142 "require-dev": { 2143 "async-aws/s3": "^1.5", 2144 "async-aws/simple-s3": "^1.1", 2145 "aws/aws-sdk-php": "^3.220.0", 2146 "composer/semver": "^3.0", 2147 "ext-fileinfo": "*", 2148 "ext-ftp": "*", 2149 "ext-zip": "*", 2150 "friendsofphp/php-cs-fixer": "^3.5", 2151 "google/cloud-storage": "^1.23", 2152 "microsoft/azure-storage-blob": "^1.1", 2153 "phpseclib/phpseclib": "^3.0.14", 2154 "phpstan/phpstan": "^0.12.26", 2155 "phpunit/phpunit": "^9.5.11|^10.0", 2156 "sabre/dav": "^4.3.1" 2157 }, 2158 "type": "library", 2159 "autoload": { 2160 "psr-4": { 2161 "League\\Flysystem\\": "src" 2162 } 2163 }, 2164 "notification-url": "https://packagist.org/downloads/", 2165 "license": [ 2166 "MIT" 2167 ], 2168 "authors": [ 2169 { 2170 "name": "Frank de Jonge", 2171 "email": "info@frankdejonge.nl" 2172 } 2173 ], 2174 "description": "File storage abstraction for PHP", 2175 "keywords": [ 2176 "WebDAV", 2177 "aws", 2178 "cloud", 2179 "file", 2180 "files", 2181 "filesystem", 2182 "filesystems", 2183 "ftp", 2184 "s3", 2185 "sftp", 2186 "storage" 2187 ], 2188 "support": { 2189 "issues": "https://github.com/thephpleague/flysystem/issues", 2190 "source": "https://github.com/thephpleague/flysystem/tree/3.16.0" 2191 }, 2192 "funding": [ 2193 { 2194 "url": "https://ecologi.com/frankdejonge", 2195 "type": "custom" 2196 }, 2197 { 2198 "url": "https://github.com/frankdejonge", 2199 "type": "github" 2200 } 2201 ], 2202 "time": "2023-09-07T19:22:17+00:00" 2203 }, 2204 { 2205 "name": "league/flysystem-local", 2206 "version": "3.16.0", 2207 "source": { 2208 "type": "git", 2209 "url": "https://github.com/thephpleague/flysystem-local.git", 2210 "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781" 2211 }, 2212 "dist": { 2213 "type": "zip", 2214 "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781", 2215 "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781", 2216 "shasum": "" 2217 }, 2218 "require": { 2219 "ext-fileinfo": "*", 2220 "league/flysystem": "^3.0.0", 2221 "league/mime-type-detection": "^1.0.0", 2222 "php": "^8.0.2" 2223 }, 2224 "type": "library", 2225 "autoload": { 2226 "psr-4": { 2227 "League\\Flysystem\\Local\\": "" 2228 } 2229 }, 2230 "notification-url": "https://packagist.org/downloads/", 2231 "license": [ 2232 "MIT" 2233 ], 2234 "authors": [ 2235 { 2236 "name": "Frank de Jonge", 2237 "email": "info@frankdejonge.nl" 2238 } 2239 ], 2240 "description": "Local filesystem adapter for Flysystem.", 2241 "keywords": [ 2242 "Flysystem", 2243 "file", 2244 "files", 2245 "filesystem", 2246 "local" 2247 ], 2248 "support": { 2249 "issues": "https://github.com/thephpleague/flysystem-local/issues", 2250 "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0" 2251 }, 2252 "funding": [ 2253 { 2254 "url": "https://ecologi.com/frankdejonge", 2255 "type": "custom" 2256 }, 2257 { 2258 "url": "https://github.com/frankdejonge", 2259 "type": "github" 2260 } 2261 ], 2262 "time": "2023-08-30T10:23:59+00:00" 2263 }, 2264 { 2265 "name": "league/flysystem-path-prefixing", 2266 "version": "3.16.0", 2267 "source": { 2268 "type": "git", 2269 "url": "https://github.com/thephpleague/flysystem-path-prefixing.git", 2270 "reference": "3e03f961f47801559dd39ba7dee01b587c83db84" 2271 }, 2272 "dist": { 2273 "type": "zip", 2274 "url": "https://api.github.com/repos/thephpleague/flysystem-path-prefixing/zipball/3e03f961f47801559dd39ba7dee01b587c83db84", 2275 "reference": "3e03f961f47801559dd39ba7dee01b587c83db84", 2276 "shasum": "" 2277 }, 2278 "require": { 2279 "league/flysystem": "^3.10.0", 2280 "php": "^8.0.2" 2281 }, 2282 "type": "library", 2283 "autoload": { 2284 "psr-4": { 2285 "League\\Flysystem\\PathPrefixing\\": "" 2286 } 2287 }, 2288 "notification-url": "https://packagist.org/downloads/", 2289 "license": [ 2290 "MIT" 2291 ], 2292 "authors": [ 2293 { 2294 "name": "Frank de Jonge", 2295 "email": "info@frankdejonge.nl" 2296 } 2297 ], 2298 "description": "Path prefixing filesystem adapter for Flysystem.", 2299 "keywords": [ 2300 "Flysystem", 2301 "filesystem", 2302 "prefix", 2303 "prefixing" 2304 ], 2305 "support": { 2306 "issues": "https://github.com/thephpleague/flysystem-path-prefixing/issues", 2307 "source": "https://github.com/thephpleague/flysystem-path-prefixing/tree/3.16.0" 2308 }, 2309 "funding": [ 2310 { 2311 "url": "https://ecologi.com/frankdejonge", 2312 "type": "custom" 2313 }, 2314 { 2315 "url": "https://github.com/frankdejonge", 2316 "type": "github" 2317 } 2318 ], 2319 "time": "2023-08-30T10:24:28+00:00" 2320 }, 2321 { 2322 "name": "league/flysystem-ziparchive", 2323 "version": "3.16.0", 2324 "source": { 2325 "type": "git", 2326 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 2327 "reference": "08df39dede7c4878bf15fef92b804bc4ecfaf07b" 2328 }, 2329 "dist": { 2330 "type": "zip", 2331 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/08df39dede7c4878bf15fef92b804bc4ecfaf07b", 2332 "reference": "08df39dede7c4878bf15fef92b804bc4ecfaf07b", 2333 "shasum": "" 2334 }, 2335 "require": { 2336 "ext-zip": "*", 2337 "league/flysystem": "^3.0.0", 2338 "league/mime-type-detection": "^1.0.0", 2339 "php": "^8.0.2" 2340 }, 2341 "type": "library", 2342 "autoload": { 2343 "psr-4": { 2344 "League\\Flysystem\\ZipArchive\\": "" 2345 } 2346 }, 2347 "notification-url": "https://packagist.org/downloads/", 2348 "license": [ 2349 "MIT" 2350 ], 2351 "authors": [ 2352 { 2353 "name": "Frank de Jonge", 2354 "email": "info@frankdejonge.nl" 2355 } 2356 ], 2357 "description": "ZIP filesystem adapter for Flysystem.", 2358 "keywords": [ 2359 "Flysystem", 2360 "file", 2361 "files", 2362 "filesystem", 2363 "zip" 2364 ], 2365 "support": { 2366 "issues": "https://github.com/thephpleague/flysystem-ziparchive/issues", 2367 "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/3.16.0" 2368 }, 2369 "funding": [ 2370 { 2371 "url": "https://ecologi.com/frankdejonge", 2372 "type": "custom" 2373 }, 2374 { 2375 "url": "https://github.com/frankdejonge", 2376 "type": "github" 2377 } 2378 ], 2379 "time": "2023-08-30T10:27:15+00:00" 2380 }, 2381 { 2382 "name": "league/mime-type-detection", 2383 "version": "1.13.0", 2384 "source": { 2385 "type": "git", 2386 "url": "https://github.com/thephpleague/mime-type-detection.git", 2387 "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96" 2388 }, 2389 "dist": { 2390 "type": "zip", 2391 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96", 2392 "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96", 2393 "shasum": "" 2394 }, 2395 "require": { 2396 "ext-fileinfo": "*", 2397 "php": "^7.4 || ^8.0" 2398 }, 2399 "require-dev": { 2400 "friendsofphp/php-cs-fixer": "^3.2", 2401 "phpstan/phpstan": "^0.12.68", 2402 "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" 2403 }, 2404 "type": "library", 2405 "autoload": { 2406 "psr-4": { 2407 "League\\MimeTypeDetection\\": "src" 2408 } 2409 }, 2410 "notification-url": "https://packagist.org/downloads/", 2411 "license": [ 2412 "MIT" 2413 ], 2414 "authors": [ 2415 { 2416 "name": "Frank de Jonge", 2417 "email": "info@frankdejonge.nl" 2418 } 2419 ], 2420 "description": "Mime-type detection for Flysystem", 2421 "support": { 2422 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 2423 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0" 2424 }, 2425 "funding": [ 2426 { 2427 "url": "https://github.com/frankdejonge", 2428 "type": "github" 2429 }, 2430 { 2431 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2432 "type": "tidelift" 2433 } 2434 ], 2435 "time": "2023-08-05T12:09:49+00:00" 2436 }, 2437 { 2438 "name": "middlewares/client-ip", 2439 "version": "v2.0.1", 2440 "source": { 2441 "type": "git", 2442 "url": "https://github.com/middlewares/client-ip.git", 2443 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd" 2444 }, 2445 "dist": { 2446 "type": "zip", 2447 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2448 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2449 "shasum": "" 2450 }, 2451 "require": { 2452 "php": "^7.2 || ^8.0", 2453 "psr/http-server-middleware": "^1.0" 2454 }, 2455 "require-dev": { 2456 "friendsofphp/php-cs-fixer": "^2.0", 2457 "laminas/laminas-diactoros": "^2.2", 2458 "middlewares/utils": "^3.1", 2459 "oscarotero/php-cs-fixer-config": "^1.0", 2460 "phpstan/phpstan": "^0.12", 2461 "phpunit/phpunit": "^8|^9", 2462 "squizlabs/php_codesniffer": "^3.0" 2463 }, 2464 "type": "library", 2465 "autoload": { 2466 "psr-4": { 2467 "Middlewares\\": "src/" 2468 } 2469 }, 2470 "notification-url": "https://packagist.org/downloads/", 2471 "license": [ 2472 "MIT" 2473 ], 2474 "description": "Middleware to detect the client ip and save it as a request attribute", 2475 "homepage": "https://github.com/middlewares/client-ip", 2476 "keywords": [ 2477 "IP", 2478 "http", 2479 "middleware", 2480 "psr-15", 2481 "psr-7", 2482 "server" 2483 ], 2484 "support": { 2485 "issues": "https://github.com/middlewares/client-ip/issues", 2486 "source": "https://github.com/middlewares/client-ip/tree/v2.0.1" 2487 }, 2488 "time": "2020-12-02T00:05:31+00:00" 2489 }, 2490 { 2491 "name": "mlocati/ip-lib", 2492 "version": "1.18.0", 2493 "source": { 2494 "type": "git", 2495 "url": "https://github.com/mlocati/ip-lib.git", 2496 "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2" 2497 }, 2498 "dist": { 2499 "type": "zip", 2500 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", 2501 "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", 2502 "shasum": "" 2503 }, 2504 "require": { 2505 "php": ">=5.3.3" 2506 }, 2507 "require-dev": { 2508 "ext-pdo_sqlite": "*", 2509 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5" 2510 }, 2511 "type": "library", 2512 "autoload": { 2513 "psr-4": { 2514 "IPLib\\": "src/" 2515 } 2516 }, 2517 "notification-url": "https://packagist.org/downloads/", 2518 "license": [ 2519 "MIT" 2520 ], 2521 "authors": [ 2522 { 2523 "name": "Michele Locati", 2524 "email": "mlocati@gmail.com", 2525 "homepage": "https://github.com/mlocati", 2526 "role": "Author" 2527 } 2528 ], 2529 "description": "Handle IPv4, IPv6 addresses and ranges", 2530 "homepage": "https://github.com/mlocati/ip-lib", 2531 "keywords": [ 2532 "IP", 2533 "address", 2534 "addresses", 2535 "ipv4", 2536 "ipv6", 2537 "manage", 2538 "managing", 2539 "matching", 2540 "network", 2541 "networking", 2542 "range", 2543 "subnet" 2544 ], 2545 "support": { 2546 "issues": "https://github.com/mlocati/ip-lib/issues", 2547 "source": "https://github.com/mlocati/ip-lib/tree/1.18.0" 2548 }, 2549 "funding": [ 2550 { 2551 "url": "https://github.com/sponsors/mlocati", 2552 "type": "github" 2553 }, 2554 { 2555 "url": "https://paypal.me/mlocati", 2556 "type": "other" 2557 } 2558 ], 2559 "time": "2022-01-13T18:05:33+00:00" 2560 }, 2561 { 2562 "name": "nesbot/carbon", 2563 "version": "2.70.0", 2564 "source": { 2565 "type": "git", 2566 "url": "https://github.com/briannesbitt/Carbon.git", 2567 "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d" 2568 }, 2569 "dist": { 2570 "type": "zip", 2571 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d", 2572 "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d", 2573 "shasum": "" 2574 }, 2575 "require": { 2576 "ext-json": "*", 2577 "php": "^7.1.8 || ^8.0", 2578 "psr/clock": "^1.0", 2579 "symfony/polyfill-mbstring": "^1.0", 2580 "symfony/polyfill-php80": "^1.16", 2581 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" 2582 }, 2583 "provide": { 2584 "psr/clock-implementation": "1.0" 2585 }, 2586 "require-dev": { 2587 "doctrine/dbal": "^2.0 || ^3.1.4", 2588 "doctrine/orm": "^2.7", 2589 "friendsofphp/php-cs-fixer": "^3.0", 2590 "kylekatarnls/multi-tester": "^2.0", 2591 "ondrejmirtes/better-reflection": "*", 2592 "phpmd/phpmd": "^2.9", 2593 "phpstan/extension-installer": "^1.0", 2594 "phpstan/phpstan": "^0.12.99 || ^1.7.14", 2595 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", 2596 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", 2597 "squizlabs/php_codesniffer": "^3.4" 2598 }, 2599 "bin": [ 2600 "bin/carbon" 2601 ], 2602 "type": "library", 2603 "extra": { 2604 "branch-alias": { 2605 "dev-3.x": "3.x-dev", 2606 "dev-master": "2.x-dev" 2607 }, 2608 "laravel": { 2609 "providers": [ 2610 "Carbon\\Laravel\\ServiceProvider" 2611 ] 2612 }, 2613 "phpstan": { 2614 "includes": [ 2615 "extension.neon" 2616 ] 2617 } 2618 }, 2619 "autoload": { 2620 "psr-4": { 2621 "Carbon\\": "src/Carbon/" 2622 } 2623 }, 2624 "notification-url": "https://packagist.org/downloads/", 2625 "license": [ 2626 "MIT" 2627 ], 2628 "authors": [ 2629 { 2630 "name": "Brian Nesbitt", 2631 "email": "brian@nesbot.com", 2632 "homepage": "https://markido.com" 2633 }, 2634 { 2635 "name": "kylekatarnls", 2636 "homepage": "https://github.com/kylekatarnls" 2637 } 2638 ], 2639 "description": "An API extension for DateTime that supports 281 different languages.", 2640 "homepage": "https://carbon.nesbot.com", 2641 "keywords": [ 2642 "date", 2643 "datetime", 2644 "time" 2645 ], 2646 "support": { 2647 "docs": "https://carbon.nesbot.com/docs", 2648 "issues": "https://github.com/briannesbitt/Carbon/issues", 2649 "source": "https://github.com/briannesbitt/Carbon" 2650 }, 2651 "funding": [ 2652 { 2653 "url": "https://github.com/sponsors/kylekatarnls", 2654 "type": "github" 2655 }, 2656 { 2657 "url": "https://opencollective.com/Carbon#sponsor", 2658 "type": "opencollective" 2659 }, 2660 { 2661 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", 2662 "type": "tidelift" 2663 } 2664 ], 2665 "time": "2023-09-07T16:43:50+00:00" 2666 }, 2667 { 2668 "name": "nette/schema", 2669 "version": "v1.2.4", 2670 "source": { 2671 "type": "git", 2672 "url": "https://github.com/nette/schema.git", 2673 "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab" 2674 }, 2675 "dist": { 2676 "type": "zip", 2677 "url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab", 2678 "reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab", 2679 "shasum": "" 2680 }, 2681 "require": { 2682 "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", 2683 "php": "7.1 - 8.3" 2684 }, 2685 "require-dev": { 2686 "nette/tester": "^2.3 || ^2.4", 2687 "phpstan/phpstan-nette": "^1.0", 2688 "tracy/tracy": "^2.7" 2689 }, 2690 "type": "library", 2691 "extra": { 2692 "branch-alias": { 2693 "dev-master": "1.2-dev" 2694 } 2695 }, 2696 "autoload": { 2697 "classmap": [ 2698 "src/" 2699 ] 2700 }, 2701 "notification-url": "https://packagist.org/downloads/", 2702 "license": [ 2703 "BSD-3-Clause", 2704 "GPL-2.0-only", 2705 "GPL-3.0-only" 2706 ], 2707 "authors": [ 2708 { 2709 "name": "David Grudl", 2710 "homepage": "https://davidgrudl.com" 2711 }, 2712 { 2713 "name": "Nette Community", 2714 "homepage": "https://nette.org/contributors" 2715 } 2716 ], 2717 "description": " Nette Schema: validating data structures against a given Schema.", 2718 "homepage": "https://nette.org", 2719 "keywords": [ 2720 "config", 2721 "nette" 2722 ], 2723 "support": { 2724 "issues": "https://github.com/nette/schema/issues", 2725 "source": "https://github.com/nette/schema/tree/v1.2.4" 2726 }, 2727 "time": "2023-08-05T18:56:25+00:00" 2728 }, 2729 { 2730 "name": "nette/utils", 2731 "version": "v4.0.1", 2732 "source": { 2733 "type": "git", 2734 "url": "https://github.com/nette/utils.git", 2735 "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e" 2736 }, 2737 "dist": { 2738 "type": "zip", 2739 "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e", 2740 "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e", 2741 "shasum": "" 2742 }, 2743 "require": { 2744 "php": ">=8.0 <8.4" 2745 }, 2746 "conflict": { 2747 "nette/finder": "<3", 2748 "nette/schema": "<1.2.2" 2749 }, 2750 "require-dev": { 2751 "jetbrains/phpstorm-attributes": "dev-master", 2752 "nette/tester": "^2.5", 2753 "phpstan/phpstan": "^1.0", 2754 "tracy/tracy": "^2.9" 2755 }, 2756 "suggest": { 2757 "ext-gd": "to use Image", 2758 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 2759 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 2760 "ext-json": "to use Nette\\Utils\\Json", 2761 "ext-mbstring": "to use Strings::lower() etc...", 2762 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", 2763 "ext-xml": "to use Strings::length() etc. when mbstring is not available" 2764 }, 2765 "type": "library", 2766 "extra": { 2767 "branch-alias": { 2768 "dev-master": "4.0-dev" 2769 } 2770 }, 2771 "autoload": { 2772 "classmap": [ 2773 "src/" 2774 ] 2775 }, 2776 "notification-url": "https://packagist.org/downloads/", 2777 "license": [ 2778 "BSD-3-Clause", 2779 "GPL-2.0-only", 2780 "GPL-3.0-only" 2781 ], 2782 "authors": [ 2783 { 2784 "name": "David Grudl", 2785 "homepage": "https://davidgrudl.com" 2786 }, 2787 { 2788 "name": "Nette Community", 2789 "homepage": "https://nette.org/contributors" 2790 } 2791 ], 2792 "description": " Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 2793 "homepage": "https://nette.org", 2794 "keywords": [ 2795 "array", 2796 "core", 2797 "datetime", 2798 "images", 2799 "json", 2800 "nette", 2801 "paginator", 2802 "password", 2803 "slugify", 2804 "string", 2805 "unicode", 2806 "utf-8", 2807 "utility", 2808 "validation" 2809 ], 2810 "support": { 2811 "issues": "https://github.com/nette/utils/issues", 2812 "source": "https://github.com/nette/utils/tree/v4.0.1" 2813 }, 2814 "time": "2023-07-30T15:42:21+00:00" 2815 }, 2816 { 2817 "name": "nyholm/psr7", 2818 "version": "1.8.0", 2819 "source": { 2820 "type": "git", 2821 "url": "https://github.com/Nyholm/psr7.git", 2822 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be" 2823 }, 2824 "dist": { 2825 "type": "zip", 2826 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be", 2827 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be", 2828 "shasum": "" 2829 }, 2830 "require": { 2831 "php": ">=7.2", 2832 "psr/http-factory": "^1.0", 2833 "psr/http-message": "^1.1 || ^2.0" 2834 }, 2835 "provide": { 2836 "php-http/message-factory-implementation": "1.0", 2837 "psr/http-factory-implementation": "1.0", 2838 "psr/http-message-implementation": "1.0" 2839 }, 2840 "require-dev": { 2841 "http-interop/http-factory-tests": "^0.9", 2842 "php-http/message-factory": "^1.0", 2843 "php-http/psr7-integration-tests": "^1.0", 2844 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", 2845 "symfony/error-handler": "^4.4" 2846 }, 2847 "type": "library", 2848 "extra": { 2849 "branch-alias": { 2850 "dev-master": "1.8-dev" 2851 } 2852 }, 2853 "autoload": { 2854 "psr-4": { 2855 "Nyholm\\Psr7\\": "src/" 2856 } 2857 }, 2858 "notification-url": "https://packagist.org/downloads/", 2859 "license": [ 2860 "MIT" 2861 ], 2862 "authors": [ 2863 { 2864 "name": "Tobias Nyholm", 2865 "email": "tobias.nyholm@gmail.com" 2866 }, 2867 { 2868 "name": "Martijn van der Ven", 2869 "email": "martijn@vanderven.se" 2870 } 2871 ], 2872 "description": "A fast PHP7 implementation of PSR-7", 2873 "homepage": "https://tnyholm.se", 2874 "keywords": [ 2875 "psr-17", 2876 "psr-7" 2877 ], 2878 "support": { 2879 "issues": "https://github.com/Nyholm/psr7/issues", 2880 "source": "https://github.com/Nyholm/psr7/tree/1.8.0" 2881 }, 2882 "funding": [ 2883 { 2884 "url": "https://github.com/Zegnat", 2885 "type": "github" 2886 }, 2887 { 2888 "url": "https://github.com/nyholm", 2889 "type": "github" 2890 } 2891 ], 2892 "time": "2023-05-02T11:26:24+00:00" 2893 }, 2894 { 2895 "name": "nyholm/psr7-server", 2896 "version": "1.0.2", 2897 "source": { 2898 "type": "git", 2899 "url": "https://github.com/Nyholm/psr7-server.git", 2900 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3" 2901 }, 2902 "dist": { 2903 "type": "zip", 2904 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3", 2905 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3", 2906 "shasum": "" 2907 }, 2908 "require": { 2909 "php": "^7.1 || ^8.0", 2910 "psr/http-factory": "^1.0", 2911 "psr/http-message": "^1.0" 2912 }, 2913 "require-dev": { 2914 "nyholm/nsa": "^1.1", 2915 "nyholm/psr7": "^1.3", 2916 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3" 2917 }, 2918 "type": "library", 2919 "autoload": { 2920 "psr-4": { 2921 "Nyholm\\Psr7Server\\": "src/" 2922 } 2923 }, 2924 "notification-url": "https://packagist.org/downloads/", 2925 "license": [ 2926 "MIT" 2927 ], 2928 "authors": [ 2929 { 2930 "name": "Tobias Nyholm", 2931 "email": "tobias.nyholm@gmail.com" 2932 }, 2933 { 2934 "name": "Martijn van der Ven", 2935 "email": "martijn@vanderven.se" 2936 } 2937 ], 2938 "description": "Helper classes to handle PSR-7 server requests", 2939 "homepage": "http://tnyholm.se", 2940 "keywords": [ 2941 "psr-17", 2942 "psr-7" 2943 ], 2944 "support": { 2945 "issues": "https://github.com/Nyholm/psr7-server/issues", 2946 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2" 2947 }, 2948 "funding": [ 2949 { 2950 "url": "https://github.com/Zegnat", 2951 "type": "github" 2952 }, 2953 { 2954 "url": "https://github.com/nyholm", 2955 "type": "github" 2956 } 2957 ], 2958 "time": "2021-05-12T11:11:27+00:00" 2959 }, 2960 { 2961 "name": "oscarotero/middleland", 2962 "version": "v1.0.1", 2963 "source": { 2964 "type": "git", 2965 "url": "https://github.com/oscarotero/middleland.git", 2966 "reference": "4848543d59f753aa3352c52d88c66f978debafb2" 2967 }, 2968 "dist": { 2969 "type": "zip", 2970 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/4848543d59f753aa3352c52d88c66f978debafb2", 2971 "reference": "4848543d59f753aa3352c52d88c66f978debafb2", 2972 "shasum": "" 2973 }, 2974 "require": { 2975 "php": "^7.0|^8.0", 2976 "psr/container": "^1.0", 2977 "psr/http-server-middleware": "^1.0" 2978 }, 2979 "require-dev": { 2980 "friendsofphp/php-cs-fixer": "^2.0", 2981 "laminas/laminas-diactoros": "^1.3", 2982 "phpunit/phpunit": ">=6.0" 2983 }, 2984 "type": "library", 2985 "autoload": { 2986 "psr-4": { 2987 "Middleland\\": "src/" 2988 } 2989 }, 2990 "notification-url": "https://packagist.org/downloads/", 2991 "license": [ 2992 "MIT" 2993 ], 2994 "authors": [ 2995 { 2996 "name": "Oscar Otero", 2997 "email": "oom@oscarotero.com", 2998 "homepage": "http://oscarotero.com", 2999 "role": "Developer" 3000 } 3001 ], 3002 "description": "PSR-15 middleware dispatcher", 3003 "homepage": "https://github.com/oscarotero/dispatcher", 3004 "keywords": [ 3005 "http", 3006 "middleware", 3007 "psr-15", 3008 "psr-7" 3009 ], 3010 "support": { 3011 "email": "oom@oscarotero.com", 3012 "issues": "https://github.com/oscarotero/dispatcher/issues", 3013 "source": "https://github.com/oscarotero/middleland/tree/v1.0.1" 3014 }, 3015 "time": "2020-12-06T00:59:17+00:00" 3016 }, 3017 { 3018 "name": "psr/cache", 3019 "version": "3.0.0", 3020 "source": { 3021 "type": "git", 3022 "url": "https://github.com/php-fig/cache.git", 3023 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 3024 }, 3025 "dist": { 3026 "type": "zip", 3027 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 3028 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 3029 "shasum": "" 3030 }, 3031 "require": { 3032 "php": ">=8.0.0" 3033 }, 3034 "type": "library", 3035 "extra": { 3036 "branch-alias": { 3037 "dev-master": "1.0.x-dev" 3038 } 3039 }, 3040 "autoload": { 3041 "psr-4": { 3042 "Psr\\Cache\\": "src/" 3043 } 3044 }, 3045 "notification-url": "https://packagist.org/downloads/", 3046 "license": [ 3047 "MIT" 3048 ], 3049 "authors": [ 3050 { 3051 "name": "PHP-FIG", 3052 "homepage": "https://www.php-fig.org/" 3053 } 3054 ], 3055 "description": "Common interface for caching libraries", 3056 "keywords": [ 3057 "cache", 3058 "psr", 3059 "psr-6" 3060 ], 3061 "support": { 3062 "source": "https://github.com/php-fig/cache/tree/3.0.0" 3063 }, 3064 "time": "2021-02-03T23:26:27+00:00" 3065 }, 3066 { 3067 "name": "psr/clock", 3068 "version": "1.0.0", 3069 "source": { 3070 "type": "git", 3071 "url": "https://github.com/php-fig/clock.git", 3072 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 3073 }, 3074 "dist": { 3075 "type": "zip", 3076 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 3077 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 3078 "shasum": "" 3079 }, 3080 "require": { 3081 "php": "^7.0 || ^8.0" 3082 }, 3083 "type": "library", 3084 "autoload": { 3085 "psr-4": { 3086 "Psr\\Clock\\": "src/" 3087 } 3088 }, 3089 "notification-url": "https://packagist.org/downloads/", 3090 "license": [ 3091 "MIT" 3092 ], 3093 "authors": [ 3094 { 3095 "name": "PHP-FIG", 3096 "homepage": "https://www.php-fig.org/" 3097 } 3098 ], 3099 "description": "Common interface for reading the clock.", 3100 "homepage": "https://github.com/php-fig/clock", 3101 "keywords": [ 3102 "clock", 3103 "now", 3104 "psr", 3105 "psr-20", 3106 "time" 3107 ], 3108 "support": { 3109 "issues": "https://github.com/php-fig/clock/issues", 3110 "source": "https://github.com/php-fig/clock/tree/1.0.0" 3111 }, 3112 "time": "2022-11-25T14:36:26+00:00" 3113 }, 3114 { 3115 "name": "psr/container", 3116 "version": "1.1.2", 3117 "source": { 3118 "type": "git", 3119 "url": "https://github.com/php-fig/container.git", 3120 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 3121 }, 3122 "dist": { 3123 "type": "zip", 3124 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 3125 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 3126 "shasum": "" 3127 }, 3128 "require": { 3129 "php": ">=7.4.0" 3130 }, 3131 "type": "library", 3132 "autoload": { 3133 "psr-4": { 3134 "Psr\\Container\\": "src/" 3135 } 3136 }, 3137 "notification-url": "https://packagist.org/downloads/", 3138 "license": [ 3139 "MIT" 3140 ], 3141 "authors": [ 3142 { 3143 "name": "PHP-FIG", 3144 "homepage": "https://www.php-fig.org/" 3145 } 3146 ], 3147 "description": "Common Container Interface (PHP FIG PSR-11)", 3148 "homepage": "https://github.com/php-fig/container", 3149 "keywords": [ 3150 "PSR-11", 3151 "container", 3152 "container-interface", 3153 "container-interop", 3154 "psr" 3155 ], 3156 "support": { 3157 "issues": "https://github.com/php-fig/container/issues", 3158 "source": "https://github.com/php-fig/container/tree/1.1.2" 3159 }, 3160 "time": "2021-11-05T16:50:12+00:00" 3161 }, 3162 { 3163 "name": "psr/event-dispatcher", 3164 "version": "1.0.0", 3165 "source": { 3166 "type": "git", 3167 "url": "https://github.com/php-fig/event-dispatcher.git", 3168 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 3169 }, 3170 "dist": { 3171 "type": "zip", 3172 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 3173 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 3174 "shasum": "" 3175 }, 3176 "require": { 3177 "php": ">=7.2.0" 3178 }, 3179 "type": "library", 3180 "extra": { 3181 "branch-alias": { 3182 "dev-master": "1.0.x-dev" 3183 } 3184 }, 3185 "autoload": { 3186 "psr-4": { 3187 "Psr\\EventDispatcher\\": "src/" 3188 } 3189 }, 3190 "notification-url": "https://packagist.org/downloads/", 3191 "license": [ 3192 "MIT" 3193 ], 3194 "authors": [ 3195 { 3196 "name": "PHP-FIG", 3197 "homepage": "http://www.php-fig.org/" 3198 } 3199 ], 3200 "description": "Standard interfaces for event handling.", 3201 "keywords": [ 3202 "events", 3203 "psr", 3204 "psr-14" 3205 ], 3206 "support": { 3207 "issues": "https://github.com/php-fig/event-dispatcher/issues", 3208 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 3209 }, 3210 "time": "2019-01-08T18:20:26+00:00" 3211 }, 3212 { 3213 "name": "psr/http-client", 3214 "version": "1.0.2", 3215 "source": { 3216 "type": "git", 3217 "url": "https://github.com/php-fig/http-client.git", 3218 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" 3219 }, 3220 "dist": { 3221 "type": "zip", 3222 "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", 3223 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", 3224 "shasum": "" 3225 }, 3226 "require": { 3227 "php": "^7.0 || ^8.0", 3228 "psr/http-message": "^1.0 || ^2.0" 3229 }, 3230 "type": "library", 3231 "extra": { 3232 "branch-alias": { 3233 "dev-master": "1.0.x-dev" 3234 } 3235 }, 3236 "autoload": { 3237 "psr-4": { 3238 "Psr\\Http\\Client\\": "src/" 3239 } 3240 }, 3241 "notification-url": "https://packagist.org/downloads/", 3242 "license": [ 3243 "MIT" 3244 ], 3245 "authors": [ 3246 { 3247 "name": "PHP-FIG", 3248 "homepage": "https://www.php-fig.org/" 3249 } 3250 ], 3251 "description": "Common interface for HTTP clients", 3252 "homepage": "https://github.com/php-fig/http-client", 3253 "keywords": [ 3254 "http", 3255 "http-client", 3256 "psr", 3257 "psr-18" 3258 ], 3259 "support": { 3260 "source": "https://github.com/php-fig/http-client/tree/1.0.2" 3261 }, 3262 "time": "2023-04-10T20:12:12+00:00" 3263 }, 3264 { 3265 "name": "psr/http-factory", 3266 "version": "1.0.2", 3267 "source": { 3268 "type": "git", 3269 "url": "https://github.com/php-fig/http-factory.git", 3270 "reference": "e616d01114759c4c489f93b099585439f795fe35" 3271 }, 3272 "dist": { 3273 "type": "zip", 3274 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", 3275 "reference": "e616d01114759c4c489f93b099585439f795fe35", 3276 "shasum": "" 3277 }, 3278 "require": { 3279 "php": ">=7.0.0", 3280 "psr/http-message": "^1.0 || ^2.0" 3281 }, 3282 "type": "library", 3283 "extra": { 3284 "branch-alias": { 3285 "dev-master": "1.0.x-dev" 3286 } 3287 }, 3288 "autoload": { 3289 "psr-4": { 3290 "Psr\\Http\\Message\\": "src/" 3291 } 3292 }, 3293 "notification-url": "https://packagist.org/downloads/", 3294 "license": [ 3295 "MIT" 3296 ], 3297 "authors": [ 3298 { 3299 "name": "PHP-FIG", 3300 "homepage": "https://www.php-fig.org/" 3301 } 3302 ], 3303 "description": "Common interfaces for PSR-7 HTTP message factories", 3304 "keywords": [ 3305 "factory", 3306 "http", 3307 "message", 3308 "psr", 3309 "psr-17", 3310 "psr-7", 3311 "request", 3312 "response" 3313 ], 3314 "support": { 3315 "source": "https://github.com/php-fig/http-factory/tree/1.0.2" 3316 }, 3317 "time": "2023-04-10T20:10:41+00:00" 3318 }, 3319 { 3320 "name": "psr/http-message", 3321 "version": "1.1", 3322 "source": { 3323 "type": "git", 3324 "url": "https://github.com/php-fig/http-message.git", 3325 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" 3326 }, 3327 "dist": { 3328 "type": "zip", 3329 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 3330 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", 3331 "shasum": "" 3332 }, 3333 "require": { 3334 "php": "^7.2 || ^8.0" 3335 }, 3336 "type": "library", 3337 "extra": { 3338 "branch-alias": { 3339 "dev-master": "1.1.x-dev" 3340 } 3341 }, 3342 "autoload": { 3343 "psr-4": { 3344 "Psr\\Http\\Message\\": "src/" 3345 } 3346 }, 3347 "notification-url": "https://packagist.org/downloads/", 3348 "license": [ 3349 "MIT" 3350 ], 3351 "authors": [ 3352 { 3353 "name": "PHP-FIG", 3354 "homepage": "http://www.php-fig.org/" 3355 } 3356 ], 3357 "description": "Common interface for HTTP messages", 3358 "homepage": "https://github.com/php-fig/http-message", 3359 "keywords": [ 3360 "http", 3361 "http-message", 3362 "psr", 3363 "psr-7", 3364 "request", 3365 "response" 3366 ], 3367 "support": { 3368 "source": "https://github.com/php-fig/http-message/tree/1.1" 3369 }, 3370 "time": "2023-04-04T09:50:52+00:00" 3371 }, 3372 { 3373 "name": "psr/http-server-handler", 3374 "version": "1.0.2", 3375 "source": { 3376 "type": "git", 3377 "url": "https://github.com/php-fig/http-server-handler.git", 3378 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4" 3379 }, 3380 "dist": { 3381 "type": "zip", 3382 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4", 3383 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4", 3384 "shasum": "" 3385 }, 3386 "require": { 3387 "php": ">=7.0", 3388 "psr/http-message": "^1.0 || ^2.0" 3389 }, 3390 "type": "library", 3391 "extra": { 3392 "branch-alias": { 3393 "dev-master": "1.0.x-dev" 3394 } 3395 }, 3396 "autoload": { 3397 "psr-4": { 3398 "Psr\\Http\\Server\\": "src/" 3399 } 3400 }, 3401 "notification-url": "https://packagist.org/downloads/", 3402 "license": [ 3403 "MIT" 3404 ], 3405 "authors": [ 3406 { 3407 "name": "PHP-FIG", 3408 "homepage": "https://www.php-fig.org/" 3409 } 3410 ], 3411 "description": "Common interface for HTTP server-side request handler", 3412 "keywords": [ 3413 "handler", 3414 "http", 3415 "http-interop", 3416 "psr", 3417 "psr-15", 3418 "psr-7", 3419 "request", 3420 "response", 3421 "server" 3422 ], 3423 "support": { 3424 "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2" 3425 }, 3426 "time": "2023-04-10T20:06:20+00:00" 3427 }, 3428 { 3429 "name": "psr/http-server-middleware", 3430 "version": "1.0.2", 3431 "source": { 3432 "type": "git", 3433 "url": "https://github.com/php-fig/http-server-middleware.git", 3434 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" 3435 }, 3436 "dist": { 3437 "type": "zip", 3438 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", 3439 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829", 3440 "shasum": "" 3441 }, 3442 "require": { 3443 "php": ">=7.0", 3444 "psr/http-message": "^1.0 || ^2.0", 3445 "psr/http-server-handler": "^1.0" 3446 }, 3447 "type": "library", 3448 "extra": { 3449 "branch-alias": { 3450 "dev-master": "1.0.x-dev" 3451 } 3452 }, 3453 "autoload": { 3454 "psr-4": { 3455 "Psr\\Http\\Server\\": "src/" 3456 } 3457 }, 3458 "notification-url": "https://packagist.org/downloads/", 3459 "license": [ 3460 "MIT" 3461 ], 3462 "authors": [ 3463 { 3464 "name": "PHP-FIG", 3465 "homepage": "https://www.php-fig.org/" 3466 } 3467 ], 3468 "description": "Common interface for HTTP server-side middleware", 3469 "keywords": [ 3470 "http", 3471 "http-interop", 3472 "middleware", 3473 "psr", 3474 "psr-15", 3475 "psr-7", 3476 "request", 3477 "response" 3478 ], 3479 "support": { 3480 "issues": "https://github.com/php-fig/http-server-middleware/issues", 3481 "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2" 3482 }, 3483 "time": "2023-04-11T06:14:47+00:00" 3484 }, 3485 { 3486 "name": "psr/log", 3487 "version": "2.0.0", 3488 "source": { 3489 "type": "git", 3490 "url": "https://github.com/php-fig/log.git", 3491 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" 3492 }, 3493 "dist": { 3494 "type": "zip", 3495 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", 3496 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", 3497 "shasum": "" 3498 }, 3499 "require": { 3500 "php": ">=8.0.0" 3501 }, 3502 "type": "library", 3503 "extra": { 3504 "branch-alias": { 3505 "dev-master": "2.0.x-dev" 3506 } 3507 }, 3508 "autoload": { 3509 "psr-4": { 3510 "Psr\\Log\\": "src" 3511 } 3512 }, 3513 "notification-url": "https://packagist.org/downloads/", 3514 "license": [ 3515 "MIT" 3516 ], 3517 "authors": [ 3518 { 3519 "name": "PHP-FIG", 3520 "homepage": "https://www.php-fig.org/" 3521 } 3522 ], 3523 "description": "Common interface for logging libraries", 3524 "homepage": "https://github.com/php-fig/log", 3525 "keywords": [ 3526 "log", 3527 "psr", 3528 "psr-3" 3529 ], 3530 "support": { 3531 "source": "https://github.com/php-fig/log/tree/2.0.0" 3532 }, 3533 "time": "2021-07-14T16:41:46+00:00" 3534 }, 3535 { 3536 "name": "psr/simple-cache", 3537 "version": "3.0.0", 3538 "source": { 3539 "type": "git", 3540 "url": "https://github.com/php-fig/simple-cache.git", 3541 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" 3542 }, 3543 "dist": { 3544 "type": "zip", 3545 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", 3546 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", 3547 "shasum": "" 3548 }, 3549 "require": { 3550 "php": ">=8.0.0" 3551 }, 3552 "type": "library", 3553 "extra": { 3554 "branch-alias": { 3555 "dev-master": "3.0.x-dev" 3556 } 3557 }, 3558 "autoload": { 3559 "psr-4": { 3560 "Psr\\SimpleCache\\": "src/" 3561 } 3562 }, 3563 "notification-url": "https://packagist.org/downloads/", 3564 "license": [ 3565 "MIT" 3566 ], 3567 "authors": [ 3568 { 3569 "name": "PHP-FIG", 3570 "homepage": "https://www.php-fig.org/" 3571 } 3572 ], 3573 "description": "Common interfaces for simple caching", 3574 "keywords": [ 3575 "cache", 3576 "caching", 3577 "psr", 3578 "psr-16", 3579 "simple-cache" 3580 ], 3581 "support": { 3582 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" 3583 }, 3584 "time": "2021-10-29T13:26:27+00:00" 3585 }, 3586 { 3587 "name": "ralouphie/getallheaders", 3588 "version": "3.0.3", 3589 "source": { 3590 "type": "git", 3591 "url": "https://github.com/ralouphie/getallheaders.git", 3592 "reference": "120b605dfeb996808c31b6477290a714d356e822" 3593 }, 3594 "dist": { 3595 "type": "zip", 3596 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 3597 "reference": "120b605dfeb996808c31b6477290a714d356e822", 3598 "shasum": "" 3599 }, 3600 "require": { 3601 "php": ">=5.6" 3602 }, 3603 "require-dev": { 3604 "php-coveralls/php-coveralls": "^2.1", 3605 "phpunit/phpunit": "^5 || ^6.5" 3606 }, 3607 "type": "library", 3608 "autoload": { 3609 "files": [ 3610 "src/getallheaders.php" 3611 ] 3612 }, 3613 "notification-url": "https://packagist.org/downloads/", 3614 "license": [ 3615 "MIT" 3616 ], 3617 "authors": [ 3618 { 3619 "name": "Ralph Khattar", 3620 "email": "ralph.khattar@gmail.com" 3621 } 3622 ], 3623 "description": "A polyfill for getallheaders.", 3624 "support": { 3625 "issues": "https://github.com/ralouphie/getallheaders/issues", 3626 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 3627 }, 3628 "time": "2019-03-08T08:55:37+00:00" 3629 }, 3630 { 3631 "name": "ramsey/collection", 3632 "version": "2.0.0", 3633 "source": { 3634 "type": "git", 3635 "url": "https://github.com/ramsey/collection.git", 3636 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" 3637 }, 3638 "dist": { 3639 "type": "zip", 3640 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", 3641 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", 3642 "shasum": "" 3643 }, 3644 "require": { 3645 "php": "^8.1" 3646 }, 3647 "require-dev": { 3648 "captainhook/plugin-composer": "^5.3", 3649 "ergebnis/composer-normalize": "^2.28.3", 3650 "fakerphp/faker": "^1.21", 3651 "hamcrest/hamcrest-php": "^2.0", 3652 "jangregor/phpstan-prophecy": "^1.0", 3653 "mockery/mockery": "^1.5", 3654 "php-parallel-lint/php-console-highlighter": "^1.0", 3655 "php-parallel-lint/php-parallel-lint": "^1.3", 3656 "phpcsstandards/phpcsutils": "^1.0.0-rc1", 3657 "phpspec/prophecy-phpunit": "^2.0", 3658 "phpstan/extension-installer": "^1.2", 3659 "phpstan/phpstan": "^1.9", 3660 "phpstan/phpstan-mockery": "^1.1", 3661 "phpstan/phpstan-phpunit": "^1.3", 3662 "phpunit/phpunit": "^9.5", 3663 "psalm/plugin-mockery": "^1.1", 3664 "psalm/plugin-phpunit": "^0.18.4", 3665 "ramsey/coding-standard": "^2.0.3", 3666 "ramsey/conventional-commits": "^1.3", 3667 "vimeo/psalm": "^5.4" 3668 }, 3669 "type": "library", 3670 "extra": { 3671 "captainhook": { 3672 "force-install": true 3673 }, 3674 "ramsey/conventional-commits": { 3675 "configFile": "conventional-commits.json" 3676 } 3677 }, 3678 "autoload": { 3679 "psr-4": { 3680 "Ramsey\\Collection\\": "src/" 3681 } 3682 }, 3683 "notification-url": "https://packagist.org/downloads/", 3684 "license": [ 3685 "MIT" 3686 ], 3687 "authors": [ 3688 { 3689 "name": "Ben Ramsey", 3690 "email": "ben@benramsey.com", 3691 "homepage": "https://benramsey.com" 3692 } 3693 ], 3694 "description": "A PHP library for representing and manipulating collections.", 3695 "keywords": [ 3696 "array", 3697 "collection", 3698 "hash", 3699 "map", 3700 "queue", 3701 "set" 3702 ], 3703 "support": { 3704 "issues": "https://github.com/ramsey/collection/issues", 3705 "source": "https://github.com/ramsey/collection/tree/2.0.0" 3706 }, 3707 "funding": [ 3708 { 3709 "url": "https://github.com/ramsey", 3710 "type": "github" 3711 }, 3712 { 3713 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", 3714 "type": "tidelift" 3715 } 3716 ], 3717 "time": "2022-12-31T21:50:55+00:00" 3718 }, 3719 { 3720 "name": "ramsey/uuid", 3721 "version": "4.7.4", 3722 "source": { 3723 "type": "git", 3724 "url": "https://github.com/ramsey/uuid.git", 3725 "reference": "60a4c63ab724854332900504274f6150ff26d286" 3726 }, 3727 "dist": { 3728 "type": "zip", 3729 "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", 3730 "reference": "60a4c63ab724854332900504274f6150ff26d286", 3731 "shasum": "" 3732 }, 3733 "require": { 3734 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", 3735 "ext-json": "*", 3736 "php": "^8.0", 3737 "ramsey/collection": "^1.2 || ^2.0" 3738 }, 3739 "replace": { 3740 "rhumsaa/uuid": "self.version" 3741 }, 3742 "require-dev": { 3743 "captainhook/captainhook": "^5.10", 3744 "captainhook/plugin-composer": "^5.3", 3745 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 3746 "doctrine/annotations": "^1.8", 3747 "ergebnis/composer-normalize": "^2.15", 3748 "mockery/mockery": "^1.3", 3749 "paragonie/random-lib": "^2", 3750 "php-mock/php-mock": "^2.2", 3751 "php-mock/php-mock-mockery": "^1.3", 3752 "php-parallel-lint/php-parallel-lint": "^1.1", 3753 "phpbench/phpbench": "^1.0", 3754 "phpstan/extension-installer": "^1.1", 3755 "phpstan/phpstan": "^1.8", 3756 "phpstan/phpstan-mockery": "^1.1", 3757 "phpstan/phpstan-phpunit": "^1.1", 3758 "phpunit/phpunit": "^8.5 || ^9", 3759 "ramsey/composer-repl": "^1.4", 3760 "slevomat/coding-standard": "^8.4", 3761 "squizlabs/php_codesniffer": "^3.5", 3762 "vimeo/psalm": "^4.9" 3763 }, 3764 "suggest": { 3765 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", 3766 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", 3767 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", 3768 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 3769 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 3770 }, 3771 "type": "library", 3772 "extra": { 3773 "captainhook": { 3774 "force-install": true 3775 } 3776 }, 3777 "autoload": { 3778 "files": [ 3779 "src/functions.php" 3780 ], 3781 "psr-4": { 3782 "Ramsey\\Uuid\\": "src/" 3783 } 3784 }, 3785 "notification-url": "https://packagist.org/downloads/", 3786 "license": [ 3787 "MIT" 3788 ], 3789 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", 3790 "keywords": [ 3791 "guid", 3792 "identifier", 3793 "uuid" 3794 ], 3795 "support": { 3796 "issues": "https://github.com/ramsey/uuid/issues", 3797 "source": "https://github.com/ramsey/uuid/tree/4.7.4" 3798 }, 3799 "funding": [ 3800 { 3801 "url": "https://github.com/ramsey", 3802 "type": "github" 3803 }, 3804 { 3805 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", 3806 "type": "tidelift" 3807 } 3808 ], 3809 "time": "2023-04-15T23:01:58+00:00" 3810 }, 3811 { 3812 "name": "sabre/uri", 3813 "version": "3.0.1", 3814 "source": { 3815 "type": "git", 3816 "url": "https://github.com/sabre-io/uri.git", 3817 "reference": "1774043c843f1db7654ecc93368a98be29b07544" 3818 }, 3819 "dist": { 3820 "type": "zip", 3821 "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544", 3822 "reference": "1774043c843f1db7654ecc93368a98be29b07544", 3823 "shasum": "" 3824 }, 3825 "require": { 3826 "php": "^7.4 || ^8.0" 3827 }, 3828 "require-dev": { 3829 "friendsofphp/php-cs-fixer": "^3.17", 3830 "phpstan/extension-installer": "^1.3", 3831 "phpstan/phpstan": "^1.10", 3832 "phpstan/phpstan-phpunit": "^1.3", 3833 "phpstan/phpstan-strict-rules": "^1.5", 3834 "phpunit/phpunit": "^9.6" 3835 }, 3836 "type": "library", 3837 "autoload": { 3838 "files": [ 3839 "lib/functions.php" 3840 ], 3841 "psr-4": { 3842 "Sabre\\Uri\\": "lib/" 3843 } 3844 }, 3845 "notification-url": "https://packagist.org/downloads/", 3846 "license": [ 3847 "BSD-3-Clause" 3848 ], 3849 "authors": [ 3850 { 3851 "name": "Evert Pot", 3852 "email": "me@evertpot.com", 3853 "homepage": "http://evertpot.com/", 3854 "role": "Developer" 3855 } 3856 ], 3857 "description": "Functions for making sense out of URIs.", 3858 "homepage": "http://sabre.io/uri/", 3859 "keywords": [ 3860 "rfc3986", 3861 "uri", 3862 "url" 3863 ], 3864 "support": { 3865 "forum": "https://groups.google.com/group/sabredav-discuss", 3866 "issues": "https://github.com/sabre-io/uri/issues", 3867 "source": "https://github.com/fruux/sabre-uri" 3868 }, 3869 "time": "2023-06-09T07:04:02+00:00" 3870 }, 3871 { 3872 "name": "sabre/vobject", 3873 "version": "4.5.3", 3874 "source": { 3875 "type": "git", 3876 "url": "https://github.com/sabre-io/vobject.git", 3877 "reference": "fe6d9183154ed6f2f913f2b568d3d51d8ae9b308" 3878 }, 3879 "dist": { 3880 "type": "zip", 3881 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/fe6d9183154ed6f2f913f2b568d3d51d8ae9b308", 3882 "reference": "fe6d9183154ed6f2f913f2b568d3d51d8ae9b308", 3883 "shasum": "" 3884 }, 3885 "require": { 3886 "ext-mbstring": "*", 3887 "php": "^7.1 || ^8.0", 3888 "sabre/xml": "^2.1 || ^3.0 || ^4.0" 3889 }, 3890 "require-dev": { 3891 "friendsofphp/php-cs-fixer": "~2.17.1", 3892 "phpstan/phpstan": "^0.12", 3893 "phpunit/php-invoker": "^2.0 || ^3.1", 3894 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" 3895 }, 3896 "suggest": { 3897 "hoa/bench": "If you would like to run the benchmark scripts" 3898 }, 3899 "bin": [ 3900 "bin/vobject", 3901 "bin/generate_vcards" 3902 ], 3903 "type": "library", 3904 "extra": { 3905 "branch-alias": { 3906 "dev-master": "4.0.x-dev" 3907 } 3908 }, 3909 "autoload": { 3910 "psr-4": { 3911 "Sabre\\VObject\\": "lib/" 3912 } 3913 }, 3914 "notification-url": "https://packagist.org/downloads/", 3915 "license": [ 3916 "BSD-3-Clause" 3917 ], 3918 "authors": [ 3919 { 3920 "name": "Evert Pot", 3921 "email": "me@evertpot.com", 3922 "homepage": "http://evertpot.com/", 3923 "role": "Developer" 3924 }, 3925 { 3926 "name": "Dominik Tobschall", 3927 "email": "dominik@fruux.com", 3928 "homepage": "http://tobschall.de/", 3929 "role": "Developer" 3930 }, 3931 { 3932 "name": "Ivan Enderlin", 3933 "email": "ivan.enderlin@hoa-project.net", 3934 "homepage": "http://mnt.io/", 3935 "role": "Developer" 3936 } 3937 ], 3938 "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", 3939 "homepage": "http://sabre.io/vobject/", 3940 "keywords": [ 3941 "availability", 3942 "freebusy", 3943 "iCalendar", 3944 "ical", 3945 "ics", 3946 "jCal", 3947 "jCard", 3948 "recurrence", 3949 "rfc2425", 3950 "rfc2426", 3951 "rfc2739", 3952 "rfc4770", 3953 "rfc5545", 3954 "rfc5546", 3955 "rfc6321", 3956 "rfc6350", 3957 "rfc6351", 3958 "rfc6474", 3959 "rfc6638", 3960 "rfc6715", 3961 "rfc6868", 3962 "vCalendar", 3963 "vCard", 3964 "vcf", 3965 "xCal", 3966 "xCard" 3967 ], 3968 "support": { 3969 "forum": "https://groups.google.com/group/sabredav-discuss", 3970 "issues": "https://github.com/sabre-io/vobject/issues", 3971 "source": "https://github.com/fruux/sabre-vobject" 3972 }, 3973 "time": "2023-01-22T12:21:50+00:00" 3974 }, 3975 { 3976 "name": "sabre/xml", 3977 "version": "4.0.2", 3978 "source": { 3979 "type": "git", 3980 "url": "https://github.com/sabre-io/xml.git", 3981 "reference": "61a44c39f51e386ae495304bfb78f0b0a6ed11fe" 3982 }, 3983 "dist": { 3984 "type": "zip", 3985 "url": "https://api.github.com/repos/sabre-io/xml/zipball/61a44c39f51e386ae495304bfb78f0b0a6ed11fe", 3986 "reference": "61a44c39f51e386ae495304bfb78f0b0a6ed11fe", 3987 "shasum": "" 3988 }, 3989 "require": { 3990 "ext-dom": "*", 3991 "ext-xmlreader": "*", 3992 "ext-xmlwriter": "*", 3993 "lib-libxml": ">=2.6.20", 3994 "php": "^7.4 || ^8.0", 3995 "sabre/uri": ">=2.0,<4.0.0" 3996 }, 3997 "require-dev": { 3998 "friendsofphp/php-cs-fixer": "^3.20", 3999 "phpstan/phpstan": "^1.10", 4000 "phpunit/phpunit": "^9.6" 4001 }, 4002 "type": "library", 4003 "autoload": { 4004 "files": [ 4005 "lib/Deserializer/functions.php", 4006 "lib/Serializer/functions.php" 4007 ], 4008 "psr-4": { 4009 "Sabre\\Xml\\": "lib/" 4010 } 4011 }, 4012 "notification-url": "https://packagist.org/downloads/", 4013 "license": [ 4014 "BSD-3-Clause" 4015 ], 4016 "authors": [ 4017 { 4018 "name": "Evert Pot", 4019 "email": "me@evertpot.com", 4020 "homepage": "http://evertpot.com/", 4021 "role": "Developer" 4022 }, 4023 { 4024 "name": "Markus Staab", 4025 "email": "markus.staab@redaxo.de", 4026 "role": "Developer" 4027 } 4028 ], 4029 "description": "sabre/xml is an XML library that you may not hate.", 4030 "homepage": "https://sabre.io/xml/", 4031 "keywords": [ 4032 "XMLReader", 4033 "XMLWriter", 4034 "dom", 4035 "xml" 4036 ], 4037 "support": { 4038 "forum": "https://groups.google.com/group/sabredav-discuss", 4039 "issues": "https://github.com/sabre-io/xml/issues", 4040 "source": "https://github.com/fruux/sabre-xml" 4041 }, 4042 "time": "2023-06-28T14:18:46+00:00" 4043 }, 4044 { 4045 "name": "symfony/cache", 4046 "version": "v6.3.4", 4047 "source": { 4048 "type": "git", 4049 "url": "https://github.com/symfony/cache.git", 4050 "reference": "e60d00b4f633efa4c1ef54e77c12762d9073e7b3" 4051 }, 4052 "dist": { 4053 "type": "zip", 4054 "url": "https://api.github.com/repos/symfony/cache/zipball/e60d00b4f633efa4c1ef54e77c12762d9073e7b3", 4055 "reference": "e60d00b4f633efa4c1ef54e77c12762d9073e7b3", 4056 "shasum": "" 4057 }, 4058 "require": { 4059 "php": ">=8.1", 4060 "psr/cache": "^2.0|^3.0", 4061 "psr/log": "^1.1|^2|^3", 4062 "symfony/cache-contracts": "^2.5|^3", 4063 "symfony/service-contracts": "^2.5|^3", 4064 "symfony/var-exporter": "^6.2.10" 4065 }, 4066 "conflict": { 4067 "doctrine/dbal": "<2.13.1", 4068 "symfony/dependency-injection": "<5.4", 4069 "symfony/http-kernel": "<5.4", 4070 "symfony/var-dumper": "<5.4" 4071 }, 4072 "provide": { 4073 "psr/cache-implementation": "2.0|3.0", 4074 "psr/simple-cache-implementation": "1.0|2.0|3.0", 4075 "symfony/cache-implementation": "1.1|2.0|3.0" 4076 }, 4077 "require-dev": { 4078 "cache/integration-tests": "dev-master", 4079 "doctrine/dbal": "^2.13.1|^3.0", 4080 "predis/predis": "^1.1|^2.0", 4081 "psr/simple-cache": "^1.0|^2.0|^3.0", 4082 "symfony/config": "^5.4|^6.0", 4083 "symfony/dependency-injection": "^5.4|^6.0", 4084 "symfony/filesystem": "^5.4|^6.0", 4085 "symfony/http-kernel": "^5.4|^6.0", 4086 "symfony/messenger": "^5.4|^6.0", 4087 "symfony/var-dumper": "^5.4|^6.0" 4088 }, 4089 "type": "library", 4090 "autoload": { 4091 "psr-4": { 4092 "Symfony\\Component\\Cache\\": "" 4093 }, 4094 "classmap": [ 4095 "Traits/ValueWrapper.php" 4096 ], 4097 "exclude-from-classmap": [ 4098 "/Tests/" 4099 ] 4100 }, 4101 "notification-url": "https://packagist.org/downloads/", 4102 "license": [ 4103 "MIT" 4104 ], 4105 "authors": [ 4106 { 4107 "name": "Nicolas Grekas", 4108 "email": "p@tchwork.com" 4109 }, 4110 { 4111 "name": "Symfony Community", 4112 "homepage": "https://symfony.com/contributors" 4113 } 4114 ], 4115 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 4116 "homepage": "https://symfony.com", 4117 "keywords": [ 4118 "caching", 4119 "psr6" 4120 ], 4121 "support": { 4122 "source": "https://github.com/symfony/cache/tree/v6.3.4" 4123 }, 4124 "funding": [ 4125 { 4126 "url": "https://symfony.com/sponsor", 4127 "type": "custom" 4128 }, 4129 { 4130 "url": "https://github.com/fabpot", 4131 "type": "github" 4132 }, 4133 { 4134 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4135 "type": "tidelift" 4136 } 4137 ], 4138 "time": "2023-08-05T09:10:27+00:00" 4139 }, 4140 { 4141 "name": "symfony/cache-contracts", 4142 "version": "v3.3.0", 4143 "source": { 4144 "type": "git", 4145 "url": "https://github.com/symfony/cache-contracts.git", 4146 "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b" 4147 }, 4148 "dist": { 4149 "type": "zip", 4150 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b", 4151 "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b", 4152 "shasum": "" 4153 }, 4154 "require": { 4155 "php": ">=8.1", 4156 "psr/cache": "^3.0" 4157 }, 4158 "type": "library", 4159 "extra": { 4160 "branch-alias": { 4161 "dev-main": "3.4-dev" 4162 }, 4163 "thanks": { 4164 "name": "symfony/contracts", 4165 "url": "https://github.com/symfony/contracts" 4166 } 4167 }, 4168 "autoload": { 4169 "psr-4": { 4170 "Symfony\\Contracts\\Cache\\": "" 4171 } 4172 }, 4173 "notification-url": "https://packagist.org/downloads/", 4174 "license": [ 4175 "MIT" 4176 ], 4177 "authors": [ 4178 { 4179 "name": "Nicolas Grekas", 4180 "email": "p@tchwork.com" 4181 }, 4182 { 4183 "name": "Symfony Community", 4184 "homepage": "https://symfony.com/contributors" 4185 } 4186 ], 4187 "description": "Generic abstractions related to caching", 4188 "homepage": "https://symfony.com", 4189 "keywords": [ 4190 "abstractions", 4191 "contracts", 4192 "decoupling", 4193 "interfaces", 4194 "interoperability", 4195 "standards" 4196 ], 4197 "support": { 4198 "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0" 4199 }, 4200 "funding": [ 4201 { 4202 "url": "https://symfony.com/sponsor", 4203 "type": "custom" 4204 }, 4205 { 4206 "url": "https://github.com/fabpot", 4207 "type": "github" 4208 }, 4209 { 4210 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4211 "type": "tidelift" 4212 } 4213 ], 4214 "time": "2023-05-23T14:45:45+00:00" 4215 }, 4216 { 4217 "name": "symfony/deprecation-contracts", 4218 "version": "v3.3.0", 4219 "source": { 4220 "type": "git", 4221 "url": "https://github.com/symfony/deprecation-contracts.git", 4222 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" 4223 }, 4224 "dist": { 4225 "type": "zip", 4226 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", 4227 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", 4228 "shasum": "" 4229 }, 4230 "require": { 4231 "php": ">=8.1" 4232 }, 4233 "type": "library", 4234 "extra": { 4235 "branch-alias": { 4236 "dev-main": "3.4-dev" 4237 }, 4238 "thanks": { 4239 "name": "symfony/contracts", 4240 "url": "https://github.com/symfony/contracts" 4241 } 4242 }, 4243 "autoload": { 4244 "files": [ 4245 "function.php" 4246 ] 4247 }, 4248 "notification-url": "https://packagist.org/downloads/", 4249 "license": [ 4250 "MIT" 4251 ], 4252 "authors": [ 4253 { 4254 "name": "Nicolas Grekas", 4255 "email": "p@tchwork.com" 4256 }, 4257 { 4258 "name": "Symfony Community", 4259 "homepage": "https://symfony.com/contributors" 4260 } 4261 ], 4262 "description": "A generic function and convention to trigger deprecation notices", 4263 "homepage": "https://symfony.com", 4264 "support": { 4265 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" 4266 }, 4267 "funding": [ 4268 { 4269 "url": "https://symfony.com/sponsor", 4270 "type": "custom" 4271 }, 4272 { 4273 "url": "https://github.com/fabpot", 4274 "type": "github" 4275 }, 4276 { 4277 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4278 "type": "tidelift" 4279 } 4280 ], 4281 "time": "2023-05-23T14:45:45+00:00" 4282 }, 4283 { 4284 "name": "symfony/event-dispatcher", 4285 "version": "v6.3.2", 4286 "source": { 4287 "type": "git", 4288 "url": "https://github.com/symfony/event-dispatcher.git", 4289 "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e" 4290 }, 4291 "dist": { 4292 "type": "zip", 4293 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e", 4294 "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e", 4295 "shasum": "" 4296 }, 4297 "require": { 4298 "php": ">=8.1", 4299 "symfony/event-dispatcher-contracts": "^2.5|^3" 4300 }, 4301 "conflict": { 4302 "symfony/dependency-injection": "<5.4", 4303 "symfony/service-contracts": "<2.5" 4304 }, 4305 "provide": { 4306 "psr/event-dispatcher-implementation": "1.0", 4307 "symfony/event-dispatcher-implementation": "2.0|3.0" 4308 }, 4309 "require-dev": { 4310 "psr/log": "^1|^2|^3", 4311 "symfony/config": "^5.4|^6.0", 4312 "symfony/dependency-injection": "^5.4|^6.0", 4313 "symfony/error-handler": "^5.4|^6.0", 4314 "symfony/expression-language": "^5.4|^6.0", 4315 "symfony/http-foundation": "^5.4|^6.0", 4316 "symfony/service-contracts": "^2.5|^3", 4317 "symfony/stopwatch": "^5.4|^6.0" 4318 }, 4319 "type": "library", 4320 "autoload": { 4321 "psr-4": { 4322 "Symfony\\Component\\EventDispatcher\\": "" 4323 }, 4324 "exclude-from-classmap": [ 4325 "/Tests/" 4326 ] 4327 }, 4328 "notification-url": "https://packagist.org/downloads/", 4329 "license": [ 4330 "MIT" 4331 ], 4332 "authors": [ 4333 { 4334 "name": "Fabien Potencier", 4335 "email": "fabien@symfony.com" 4336 }, 4337 { 4338 "name": "Symfony Community", 4339 "homepage": "https://symfony.com/contributors" 4340 } 4341 ], 4342 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 4343 "homepage": "https://symfony.com", 4344 "support": { 4345 "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2" 4346 }, 4347 "funding": [ 4348 { 4349 "url": "https://symfony.com/sponsor", 4350 "type": "custom" 4351 }, 4352 { 4353 "url": "https://github.com/fabpot", 4354 "type": "github" 4355 }, 4356 { 4357 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4358 "type": "tidelift" 4359 } 4360 ], 4361 "time": "2023-07-06T06:56:43+00:00" 4362 }, 4363 { 4364 "name": "symfony/event-dispatcher-contracts", 4365 "version": "v3.3.0", 4366 "source": { 4367 "type": "git", 4368 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 4369 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" 4370 }, 4371 "dist": { 4372 "type": "zip", 4373 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", 4374 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", 4375 "shasum": "" 4376 }, 4377 "require": { 4378 "php": ">=8.1", 4379 "psr/event-dispatcher": "^1" 4380 }, 4381 "type": "library", 4382 "extra": { 4383 "branch-alias": { 4384 "dev-main": "3.4-dev" 4385 }, 4386 "thanks": { 4387 "name": "symfony/contracts", 4388 "url": "https://github.com/symfony/contracts" 4389 } 4390 }, 4391 "autoload": { 4392 "psr-4": { 4393 "Symfony\\Contracts\\EventDispatcher\\": "" 4394 } 4395 }, 4396 "notification-url": "https://packagist.org/downloads/", 4397 "license": [ 4398 "MIT" 4399 ], 4400 "authors": [ 4401 { 4402 "name": "Nicolas Grekas", 4403 "email": "p@tchwork.com" 4404 }, 4405 { 4406 "name": "Symfony Community", 4407 "homepage": "https://symfony.com/contributors" 4408 } 4409 ], 4410 "description": "Generic abstractions related to dispatching event", 4411 "homepage": "https://symfony.com", 4412 "keywords": [ 4413 "abstractions", 4414 "contracts", 4415 "decoupling", 4416 "interfaces", 4417 "interoperability", 4418 "standards" 4419 ], 4420 "support": { 4421 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" 4422 }, 4423 "funding": [ 4424 { 4425 "url": "https://symfony.com/sponsor", 4426 "type": "custom" 4427 }, 4428 { 4429 "url": "https://github.com/fabpot", 4430 "type": "github" 4431 }, 4432 { 4433 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4434 "type": "tidelift" 4435 } 4436 ], 4437 "time": "2023-05-23T14:45:45+00:00" 4438 }, 4439 { 4440 "name": "symfony/expression-language", 4441 "version": "v6.3.0", 4442 "source": { 4443 "type": "git", 4444 "url": "https://github.com/symfony/expression-language.git", 4445 "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0" 4446 }, 4447 "dist": { 4448 "type": "zip", 4449 "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0", 4450 "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0", 4451 "shasum": "" 4452 }, 4453 "require": { 4454 "php": ">=8.1", 4455 "symfony/cache": "^5.4|^6.0", 4456 "symfony/deprecation-contracts": "^2.5|^3", 4457 "symfony/service-contracts": "^2.5|^3" 4458 }, 4459 "type": "library", 4460 "autoload": { 4461 "psr-4": { 4462 "Symfony\\Component\\ExpressionLanguage\\": "" 4463 }, 4464 "exclude-from-classmap": [ 4465 "/Tests/" 4466 ] 4467 }, 4468 "notification-url": "https://packagist.org/downloads/", 4469 "license": [ 4470 "MIT" 4471 ], 4472 "authors": [ 4473 { 4474 "name": "Fabien Potencier", 4475 "email": "fabien@symfony.com" 4476 }, 4477 { 4478 "name": "Symfony Community", 4479 "homepage": "https://symfony.com/contributors" 4480 } 4481 ], 4482 "description": "Provides an engine that can compile and evaluate expressions", 4483 "homepage": "https://symfony.com", 4484 "support": { 4485 "source": "https://github.com/symfony/expression-language/tree/v6.3.0" 4486 }, 4487 "funding": [ 4488 { 4489 "url": "https://symfony.com/sponsor", 4490 "type": "custom" 4491 }, 4492 { 4493 "url": "https://github.com/fabpot", 4494 "type": "github" 4495 }, 4496 { 4497 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4498 "type": "tidelift" 4499 } 4500 ], 4501 "time": "2023-04-28T16:05:33+00:00" 4502 }, 4503 { 4504 "name": "symfony/mailer", 4505 "version": "v6.3.0", 4506 "source": { 4507 "type": "git", 4508 "url": "https://github.com/symfony/mailer.git", 4509 "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435" 4510 }, 4511 "dist": { 4512 "type": "zip", 4513 "url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435", 4514 "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435", 4515 "shasum": "" 4516 }, 4517 "require": { 4518 "egulias/email-validator": "^2.1.10|^3|^4", 4519 "php": ">=8.1", 4520 "psr/event-dispatcher": "^1", 4521 "psr/log": "^1|^2|^3", 4522 "symfony/event-dispatcher": "^5.4|^6.0", 4523 "symfony/mime": "^6.2", 4524 "symfony/service-contracts": "^2.5|^3" 4525 }, 4526 "conflict": { 4527 "symfony/http-client-contracts": "<2.5", 4528 "symfony/http-kernel": "<5.4", 4529 "symfony/messenger": "<6.2", 4530 "symfony/mime": "<6.2", 4531 "symfony/twig-bridge": "<6.2.1" 4532 }, 4533 "require-dev": { 4534 "symfony/console": "^5.4|^6.0", 4535 "symfony/http-client": "^5.4|^6.0", 4536 "symfony/messenger": "^6.2", 4537 "symfony/twig-bridge": "^6.2" 4538 }, 4539 "type": "library", 4540 "autoload": { 4541 "psr-4": { 4542 "Symfony\\Component\\Mailer\\": "" 4543 }, 4544 "exclude-from-classmap": [ 4545 "/Tests/" 4546 ] 4547 }, 4548 "notification-url": "https://packagist.org/downloads/", 4549 "license": [ 4550 "MIT" 4551 ], 4552 "authors": [ 4553 { 4554 "name": "Fabien Potencier", 4555 "email": "fabien@symfony.com" 4556 }, 4557 { 4558 "name": "Symfony Community", 4559 "homepage": "https://symfony.com/contributors" 4560 } 4561 ], 4562 "description": "Helps sending emails", 4563 "homepage": "https://symfony.com", 4564 "support": { 4565 "source": "https://github.com/symfony/mailer/tree/v6.3.0" 4566 }, 4567 "funding": [ 4568 { 4569 "url": "https://symfony.com/sponsor", 4570 "type": "custom" 4571 }, 4572 { 4573 "url": "https://github.com/fabpot", 4574 "type": "github" 4575 }, 4576 { 4577 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4578 "type": "tidelift" 4579 } 4580 ], 4581 "time": "2023-05-29T12:49:39+00:00" 4582 }, 4583 { 4584 "name": "symfony/mime", 4585 "version": "v6.3.3", 4586 "source": { 4587 "type": "git", 4588 "url": "https://github.com/symfony/mime.git", 4589 "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98" 4590 }, 4591 "dist": { 4592 "type": "zip", 4593 "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", 4594 "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98", 4595 "shasum": "" 4596 }, 4597 "require": { 4598 "php": ">=8.1", 4599 "symfony/deprecation-contracts": "^2.5|^3", 4600 "symfony/polyfill-intl-idn": "^1.10", 4601 "symfony/polyfill-mbstring": "^1.0" 4602 }, 4603 "conflict": { 4604 "egulias/email-validator": "~3.0.0", 4605 "phpdocumentor/reflection-docblock": "<3.2.2", 4606 "phpdocumentor/type-resolver": "<1.4.0", 4607 "symfony/mailer": "<5.4", 4608 "symfony/serializer": "<6.2.13|>=6.3,<6.3.2" 4609 }, 4610 "require-dev": { 4611 "egulias/email-validator": "^2.1.10|^3.1|^4", 4612 "league/html-to-markdown": "^5.0", 4613 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", 4614 "symfony/dependency-injection": "^5.4|^6.0", 4615 "symfony/property-access": "^5.4|^6.0", 4616 "symfony/property-info": "^5.4|^6.0", 4617 "symfony/serializer": "~6.2.13|^6.3.2" 4618 }, 4619 "type": "library", 4620 "autoload": { 4621 "psr-4": { 4622 "Symfony\\Component\\Mime\\": "" 4623 }, 4624 "exclude-from-classmap": [ 4625 "/Tests/" 4626 ] 4627 }, 4628 "notification-url": "https://packagist.org/downloads/", 4629 "license": [ 4630 "MIT" 4631 ], 4632 "authors": [ 4633 { 4634 "name": "Fabien Potencier", 4635 "email": "fabien@symfony.com" 4636 }, 4637 { 4638 "name": "Symfony Community", 4639 "homepage": "https://symfony.com/contributors" 4640 } 4641 ], 4642 "description": "Allows manipulating MIME messages", 4643 "homepage": "https://symfony.com", 4644 "keywords": [ 4645 "mime", 4646 "mime-type" 4647 ], 4648 "support": { 4649 "source": "https://github.com/symfony/mime/tree/v6.3.3" 4650 }, 4651 "funding": [ 4652 { 4653 "url": "https://symfony.com/sponsor", 4654 "type": "custom" 4655 }, 4656 { 4657 "url": "https://github.com/fabpot", 4658 "type": "github" 4659 }, 4660 { 4661 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4662 "type": "tidelift" 4663 } 4664 ], 4665 "time": "2023-07-31T07:08:24+00:00" 4666 }, 4667 { 4668 "name": "symfony/polyfill-intl-idn", 4669 "version": "v1.28.0", 4670 "source": { 4671 "type": "git", 4672 "url": "https://github.com/symfony/polyfill-intl-idn.git", 4673 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" 4674 }, 4675 "dist": { 4676 "type": "zip", 4677 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", 4678 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", 4679 "shasum": "" 4680 }, 4681 "require": { 4682 "php": ">=7.1", 4683 "symfony/polyfill-intl-normalizer": "^1.10", 4684 "symfony/polyfill-php72": "^1.10" 4685 }, 4686 "suggest": { 4687 "ext-intl": "For best performance" 4688 }, 4689 "type": "library", 4690 "extra": { 4691 "branch-alias": { 4692 "dev-main": "1.28-dev" 4693 }, 4694 "thanks": { 4695 "name": "symfony/polyfill", 4696 "url": "https://github.com/symfony/polyfill" 4697 } 4698 }, 4699 "autoload": { 4700 "files": [ 4701 "bootstrap.php" 4702 ], 4703 "psr-4": { 4704 "Symfony\\Polyfill\\Intl\\Idn\\": "" 4705 } 4706 }, 4707 "notification-url": "https://packagist.org/downloads/", 4708 "license": [ 4709 "MIT" 4710 ], 4711 "authors": [ 4712 { 4713 "name": "Laurent Bassin", 4714 "email": "laurent@bassin.info" 4715 }, 4716 { 4717 "name": "Trevor Rowbotham", 4718 "email": "trevor.rowbotham@pm.me" 4719 }, 4720 { 4721 "name": "Symfony Community", 4722 "homepage": "https://symfony.com/contributors" 4723 } 4724 ], 4725 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 4726 "homepage": "https://symfony.com", 4727 "keywords": [ 4728 "compatibility", 4729 "idn", 4730 "intl", 4731 "polyfill", 4732 "portable", 4733 "shim" 4734 ], 4735 "support": { 4736 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" 4737 }, 4738 "funding": [ 4739 { 4740 "url": "https://symfony.com/sponsor", 4741 "type": "custom" 4742 }, 4743 { 4744 "url": "https://github.com/fabpot", 4745 "type": "github" 4746 }, 4747 { 4748 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4749 "type": "tidelift" 4750 } 4751 ], 4752 "time": "2023-01-26T09:30:37+00:00" 4753 }, 4754 { 4755 "name": "symfony/polyfill-intl-normalizer", 4756 "version": "v1.28.0", 4757 "source": { 4758 "type": "git", 4759 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4760 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" 4761 }, 4762 "dist": { 4763 "type": "zip", 4764 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4765 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", 4766 "shasum": "" 4767 }, 4768 "require": { 4769 "php": ">=7.1" 4770 }, 4771 "suggest": { 4772 "ext-intl": "For best performance" 4773 }, 4774 "type": "library", 4775 "extra": { 4776 "branch-alias": { 4777 "dev-main": "1.28-dev" 4778 }, 4779 "thanks": { 4780 "name": "symfony/polyfill", 4781 "url": "https://github.com/symfony/polyfill" 4782 } 4783 }, 4784 "autoload": { 4785 "files": [ 4786 "bootstrap.php" 4787 ], 4788 "psr-4": { 4789 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 4790 }, 4791 "classmap": [ 4792 "Resources/stubs" 4793 ] 4794 }, 4795 "notification-url": "https://packagist.org/downloads/", 4796 "license": [ 4797 "MIT" 4798 ], 4799 "authors": [ 4800 { 4801 "name": "Nicolas Grekas", 4802 "email": "p@tchwork.com" 4803 }, 4804 { 4805 "name": "Symfony Community", 4806 "homepage": "https://symfony.com/contributors" 4807 } 4808 ], 4809 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4810 "homepage": "https://symfony.com", 4811 "keywords": [ 4812 "compatibility", 4813 "intl", 4814 "normalizer", 4815 "polyfill", 4816 "portable", 4817 "shim" 4818 ], 4819 "support": { 4820 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" 4821 }, 4822 "funding": [ 4823 { 4824 "url": "https://symfony.com/sponsor", 4825 "type": "custom" 4826 }, 4827 { 4828 "url": "https://github.com/fabpot", 4829 "type": "github" 4830 }, 4831 { 4832 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4833 "type": "tidelift" 4834 } 4835 ], 4836 "time": "2023-01-26T09:26:14+00:00" 4837 }, 4838 { 4839 "name": "symfony/polyfill-mbstring", 4840 "version": "v1.28.0", 4841 "source": { 4842 "type": "git", 4843 "url": "https://github.com/symfony/polyfill-mbstring.git", 4844 "reference": "42292d99c55abe617799667f454222c54c60e229" 4845 }, 4846 "dist": { 4847 "type": "zip", 4848 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", 4849 "reference": "42292d99c55abe617799667f454222c54c60e229", 4850 "shasum": "" 4851 }, 4852 "require": { 4853 "php": ">=7.1" 4854 }, 4855 "provide": { 4856 "ext-mbstring": "*" 4857 }, 4858 "suggest": { 4859 "ext-mbstring": "For best performance" 4860 }, 4861 "type": "library", 4862 "extra": { 4863 "branch-alias": { 4864 "dev-main": "1.28-dev" 4865 }, 4866 "thanks": { 4867 "name": "symfony/polyfill", 4868 "url": "https://github.com/symfony/polyfill" 4869 } 4870 }, 4871 "autoload": { 4872 "files": [ 4873 "bootstrap.php" 4874 ], 4875 "psr-4": { 4876 "Symfony\\Polyfill\\Mbstring\\": "" 4877 } 4878 }, 4879 "notification-url": "https://packagist.org/downloads/", 4880 "license": [ 4881 "MIT" 4882 ], 4883 "authors": [ 4884 { 4885 "name": "Nicolas Grekas", 4886 "email": "p@tchwork.com" 4887 }, 4888 { 4889 "name": "Symfony Community", 4890 "homepage": "https://symfony.com/contributors" 4891 } 4892 ], 4893 "description": "Symfony polyfill for the Mbstring extension", 4894 "homepage": "https://symfony.com", 4895 "keywords": [ 4896 "compatibility", 4897 "mbstring", 4898 "polyfill", 4899 "portable", 4900 "shim" 4901 ], 4902 "support": { 4903 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" 4904 }, 4905 "funding": [ 4906 { 4907 "url": "https://symfony.com/sponsor", 4908 "type": "custom" 4909 }, 4910 { 4911 "url": "https://github.com/fabpot", 4912 "type": "github" 4913 }, 4914 { 4915 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4916 "type": "tidelift" 4917 } 4918 ], 4919 "time": "2023-07-28T09:04:16+00:00" 4920 }, 4921 { 4922 "name": "symfony/polyfill-php72", 4923 "version": "v1.28.0", 4924 "source": { 4925 "type": "git", 4926 "url": "https://github.com/symfony/polyfill-php72.git", 4927 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179" 4928 }, 4929 "dist": { 4930 "type": "zip", 4931 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179", 4932 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179", 4933 "shasum": "" 4934 }, 4935 "require": { 4936 "php": ">=7.1" 4937 }, 4938 "type": "library", 4939 "extra": { 4940 "branch-alias": { 4941 "dev-main": "1.28-dev" 4942 }, 4943 "thanks": { 4944 "name": "symfony/polyfill", 4945 "url": "https://github.com/symfony/polyfill" 4946 } 4947 }, 4948 "autoload": { 4949 "files": [ 4950 "bootstrap.php" 4951 ], 4952 "psr-4": { 4953 "Symfony\\Polyfill\\Php72\\": "" 4954 } 4955 }, 4956 "notification-url": "https://packagist.org/downloads/", 4957 "license": [ 4958 "MIT" 4959 ], 4960 "authors": [ 4961 { 4962 "name": "Nicolas Grekas", 4963 "email": "p@tchwork.com" 4964 }, 4965 { 4966 "name": "Symfony Community", 4967 "homepage": "https://symfony.com/contributors" 4968 } 4969 ], 4970 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 4971 "homepage": "https://symfony.com", 4972 "keywords": [ 4973 "compatibility", 4974 "polyfill", 4975 "portable", 4976 "shim" 4977 ], 4978 "support": { 4979 "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" 4980 }, 4981 "funding": [ 4982 { 4983 "url": "https://symfony.com/sponsor", 4984 "type": "custom" 4985 }, 4986 { 4987 "url": "https://github.com/fabpot", 4988 "type": "github" 4989 }, 4990 { 4991 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4992 "type": "tidelift" 4993 } 4994 ], 4995 "time": "2023-01-26T09:26:14+00:00" 4996 }, 4997 { 4998 "name": "symfony/polyfill-php80", 4999 "version": "v1.28.0", 5000 "source": { 5001 "type": "git", 5002 "url": "https://github.com/symfony/polyfill-php80.git", 5003 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" 5004 }, 5005 "dist": { 5006 "type": "zip", 5007 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 5008 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", 5009 "shasum": "" 5010 }, 5011 "require": { 5012 "php": ">=7.1" 5013 }, 5014 "type": "library", 5015 "extra": { 5016 "branch-alias": { 5017 "dev-main": "1.28-dev" 5018 }, 5019 "thanks": { 5020 "name": "symfony/polyfill", 5021 "url": "https://github.com/symfony/polyfill" 5022 } 5023 }, 5024 "autoload": { 5025 "files": [ 5026 "bootstrap.php" 5027 ], 5028 "psr-4": { 5029 "Symfony\\Polyfill\\Php80\\": "" 5030 }, 5031 "classmap": [ 5032 "Resources/stubs" 5033 ] 5034 }, 5035 "notification-url": "https://packagist.org/downloads/", 5036 "license": [ 5037 "MIT" 5038 ], 5039 "authors": [ 5040 { 5041 "name": "Ion Bazan", 5042 "email": "ion.bazan@gmail.com" 5043 }, 5044 { 5045 "name": "Nicolas Grekas", 5046 "email": "p@tchwork.com" 5047 }, 5048 { 5049 "name": "Symfony Community", 5050 "homepage": "https://symfony.com/contributors" 5051 } 5052 ], 5053 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 5054 "homepage": "https://symfony.com", 5055 "keywords": [ 5056 "compatibility", 5057 "polyfill", 5058 "portable", 5059 "shim" 5060 ], 5061 "support": { 5062 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" 5063 }, 5064 "funding": [ 5065 { 5066 "url": "https://symfony.com/sponsor", 5067 "type": "custom" 5068 }, 5069 { 5070 "url": "https://github.com/fabpot", 5071 "type": "github" 5072 }, 5073 { 5074 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5075 "type": "tidelift" 5076 } 5077 ], 5078 "time": "2023-01-26T09:26:14+00:00" 5079 }, 5080 { 5081 "name": "symfony/service-contracts", 5082 "version": "v2.5.2", 5083 "source": { 5084 "type": "git", 5085 "url": "https://github.com/symfony/service-contracts.git", 5086 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" 5087 }, 5088 "dist": { 5089 "type": "zip", 5090 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 5091 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", 5092 "shasum": "" 5093 }, 5094 "require": { 5095 "php": ">=7.2.5", 5096 "psr/container": "^1.1", 5097 "symfony/deprecation-contracts": "^2.1|^3" 5098 }, 5099 "conflict": { 5100 "ext-psr": "<1.1|>=2" 5101 }, 5102 "suggest": { 5103 "symfony/service-implementation": "" 5104 }, 5105 "type": "library", 5106 "extra": { 5107 "branch-alias": { 5108 "dev-main": "2.5-dev" 5109 }, 5110 "thanks": { 5111 "name": "symfony/contracts", 5112 "url": "https://github.com/symfony/contracts" 5113 } 5114 }, 5115 "autoload": { 5116 "psr-4": { 5117 "Symfony\\Contracts\\Service\\": "" 5118 } 5119 }, 5120 "notification-url": "https://packagist.org/downloads/", 5121 "license": [ 5122 "MIT" 5123 ], 5124 "authors": [ 5125 { 5126 "name": "Nicolas Grekas", 5127 "email": "p@tchwork.com" 5128 }, 5129 { 5130 "name": "Symfony Community", 5131 "homepage": "https://symfony.com/contributors" 5132 } 5133 ], 5134 "description": "Generic abstractions related to writing services", 5135 "homepage": "https://symfony.com", 5136 "keywords": [ 5137 "abstractions", 5138 "contracts", 5139 "decoupling", 5140 "interfaces", 5141 "interoperability", 5142 "standards" 5143 ], 5144 "support": { 5145 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" 5146 }, 5147 "funding": [ 5148 { 5149 "url": "https://symfony.com/sponsor", 5150 "type": "custom" 5151 }, 5152 { 5153 "url": "https://github.com/fabpot", 5154 "type": "github" 5155 }, 5156 { 5157 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5158 "type": "tidelift" 5159 } 5160 ], 5161 "time": "2022-05-30T19:17:29+00:00" 5162 }, 5163 { 5164 "name": "symfony/translation", 5165 "version": "v6.3.3", 5166 "source": { 5167 "type": "git", 5168 "url": "https://github.com/symfony/translation.git", 5169 "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd" 5170 }, 5171 "dist": { 5172 "type": "zip", 5173 "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd", 5174 "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd", 5175 "shasum": "" 5176 }, 5177 "require": { 5178 "php": ">=8.1", 5179 "symfony/deprecation-contracts": "^2.5|^3", 5180 "symfony/polyfill-mbstring": "~1.0", 5181 "symfony/translation-contracts": "^2.5|^3.0" 5182 }, 5183 "conflict": { 5184 "symfony/config": "<5.4", 5185 "symfony/console": "<5.4", 5186 "symfony/dependency-injection": "<5.4", 5187 "symfony/http-client-contracts": "<2.5", 5188 "symfony/http-kernel": "<5.4", 5189 "symfony/service-contracts": "<2.5", 5190 "symfony/twig-bundle": "<5.4", 5191 "symfony/yaml": "<5.4" 5192 }, 5193 "provide": { 5194 "symfony/translation-implementation": "2.3|3.0" 5195 }, 5196 "require-dev": { 5197 "nikic/php-parser": "^4.13", 5198 "psr/log": "^1|^2|^3", 5199 "symfony/config": "^5.4|^6.0", 5200 "symfony/console": "^5.4|^6.0", 5201 "symfony/dependency-injection": "^5.4|^6.0", 5202 "symfony/finder": "^5.4|^6.0", 5203 "symfony/http-client-contracts": "^2.5|^3.0", 5204 "symfony/http-kernel": "^5.4|^6.0", 5205 "symfony/intl": "^5.4|^6.0", 5206 "symfony/polyfill-intl-icu": "^1.21", 5207 "symfony/routing": "^5.4|^6.0", 5208 "symfony/service-contracts": "^2.5|^3", 5209 "symfony/yaml": "^5.4|^6.0" 5210 }, 5211 "type": "library", 5212 "autoload": { 5213 "files": [ 5214 "Resources/functions.php" 5215 ], 5216 "psr-4": { 5217 "Symfony\\Component\\Translation\\": "" 5218 }, 5219 "exclude-from-classmap": [ 5220 "/Tests/" 5221 ] 5222 }, 5223 "notification-url": "https://packagist.org/downloads/", 5224 "license": [ 5225 "MIT" 5226 ], 5227 "authors": [ 5228 { 5229 "name": "Fabien Potencier", 5230 "email": "fabien@symfony.com" 5231 }, 5232 { 5233 "name": "Symfony Community", 5234 "homepage": "https://symfony.com/contributors" 5235 } 5236 ], 5237 "description": "Provides tools to internationalize your application", 5238 "homepage": "https://symfony.com", 5239 "support": { 5240 "source": "https://github.com/symfony/translation/tree/v6.3.3" 5241 }, 5242 "funding": [ 5243 { 5244 "url": "https://symfony.com/sponsor", 5245 "type": "custom" 5246 }, 5247 { 5248 "url": "https://github.com/fabpot", 5249 "type": "github" 5250 }, 5251 { 5252 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5253 "type": "tidelift" 5254 } 5255 ], 5256 "time": "2023-07-31T07:08:24+00:00" 5257 }, 5258 { 5259 "name": "symfony/translation-contracts", 5260 "version": "v3.3.0", 5261 "source": { 5262 "type": "git", 5263 "url": "https://github.com/symfony/translation-contracts.git", 5264 "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86" 5265 }, 5266 "dist": { 5267 "type": "zip", 5268 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86", 5269 "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86", 5270 "shasum": "" 5271 }, 5272 "require": { 5273 "php": ">=8.1" 5274 }, 5275 "type": "library", 5276 "extra": { 5277 "branch-alias": { 5278 "dev-main": "3.4-dev" 5279 }, 5280 "thanks": { 5281 "name": "symfony/contracts", 5282 "url": "https://github.com/symfony/contracts" 5283 } 5284 }, 5285 "autoload": { 5286 "psr-4": { 5287 "Symfony\\Contracts\\Translation\\": "" 5288 }, 5289 "exclude-from-classmap": [ 5290 "/Test/" 5291 ] 5292 }, 5293 "notification-url": "https://packagist.org/downloads/", 5294 "license": [ 5295 "MIT" 5296 ], 5297 "authors": [ 5298 { 5299 "name": "Nicolas Grekas", 5300 "email": "p@tchwork.com" 5301 }, 5302 { 5303 "name": "Symfony Community", 5304 "homepage": "https://symfony.com/contributors" 5305 } 5306 ], 5307 "description": "Generic abstractions related to translation", 5308 "homepage": "https://symfony.com", 5309 "keywords": [ 5310 "abstractions", 5311 "contracts", 5312 "decoupling", 5313 "interfaces", 5314 "interoperability", 5315 "standards" 5316 ], 5317 "support": { 5318 "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0" 5319 }, 5320 "funding": [ 5321 { 5322 "url": "https://symfony.com/sponsor", 5323 "type": "custom" 5324 }, 5325 { 5326 "url": "https://github.com/fabpot", 5327 "type": "github" 5328 }, 5329 { 5330 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5331 "type": "tidelift" 5332 } 5333 ], 5334 "time": "2023-05-30T17:17:10+00:00" 5335 }, 5336 { 5337 "name": "symfony/var-exporter", 5338 "version": "v6.3.4", 5339 "source": { 5340 "type": "git", 5341 "url": "https://github.com/symfony/var-exporter.git", 5342 "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691" 5343 }, 5344 "dist": { 5345 "type": "zip", 5346 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691", 5347 "reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691", 5348 "shasum": "" 5349 }, 5350 "require": { 5351 "php": ">=8.1" 5352 }, 5353 "require-dev": { 5354 "symfony/var-dumper": "^5.4|^6.0" 5355 }, 5356 "type": "library", 5357 "autoload": { 5358 "psr-4": { 5359 "Symfony\\Component\\VarExporter\\": "" 5360 }, 5361 "exclude-from-classmap": [ 5362 "/Tests/" 5363 ] 5364 }, 5365 "notification-url": "https://packagist.org/downloads/", 5366 "license": [ 5367 "MIT" 5368 ], 5369 "authors": [ 5370 { 5371 "name": "Nicolas Grekas", 5372 "email": "p@tchwork.com" 5373 }, 5374 { 5375 "name": "Symfony Community", 5376 "homepage": "https://symfony.com/contributors" 5377 } 5378 ], 5379 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 5380 "homepage": "https://symfony.com", 5381 "keywords": [ 5382 "clone", 5383 "construct", 5384 "export", 5385 "hydrate", 5386 "instantiate", 5387 "lazy-loading", 5388 "proxy", 5389 "serialize" 5390 ], 5391 "support": { 5392 "source": "https://github.com/symfony/var-exporter/tree/v6.3.4" 5393 }, 5394 "funding": [ 5395 { 5396 "url": "https://symfony.com/sponsor", 5397 "type": "custom" 5398 }, 5399 { 5400 "url": "https://github.com/fabpot", 5401 "type": "github" 5402 }, 5403 { 5404 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5405 "type": "tidelift" 5406 } 5407 ], 5408 "time": "2023-08-16T18:14:47+00:00" 5409 }, 5410 { 5411 "name": "tecnickcom/tcpdf", 5412 "version": "6.6.5", 5413 "source": { 5414 "type": "git", 5415 "url": "https://github.com/tecnickcom/TCPDF.git", 5416 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce" 5417 }, 5418 "dist": { 5419 "type": "zip", 5420 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce", 5421 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce", 5422 "shasum": "" 5423 }, 5424 "require": { 5425 "php": ">=5.3.0" 5426 }, 5427 "type": "library", 5428 "autoload": { 5429 "classmap": [ 5430 "config", 5431 "include", 5432 "tcpdf.php", 5433 "tcpdf_parser.php", 5434 "tcpdf_import.php", 5435 "tcpdf_barcodes_1d.php", 5436 "tcpdf_barcodes_2d.php", 5437 "include/tcpdf_colors.php", 5438 "include/tcpdf_filters.php", 5439 "include/tcpdf_font_data.php", 5440 "include/tcpdf_fonts.php", 5441 "include/tcpdf_images.php", 5442 "include/tcpdf_static.php", 5443 "include/barcodes/datamatrix.php", 5444 "include/barcodes/pdf417.php", 5445 "include/barcodes/qrcode.php" 5446 ] 5447 }, 5448 "notification-url": "https://packagist.org/downloads/", 5449 "license": [ 5450 "LGPL-3.0-or-later" 5451 ], 5452 "authors": [ 5453 { 5454 "name": "Nicola Asuni", 5455 "email": "info@tecnick.com", 5456 "role": "lead" 5457 } 5458 ], 5459 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 5460 "homepage": "http://www.tcpdf.org/", 5461 "keywords": [ 5462 "PDFD32000-2008", 5463 "TCPDF", 5464 "barcodes", 5465 "datamatrix", 5466 "pdf", 5467 "pdf417", 5468 "qrcode" 5469 ], 5470 "support": { 5471 "issues": "https://github.com/tecnickcom/TCPDF/issues", 5472 "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5" 5473 }, 5474 "funding": [ 5475 { 5476 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", 5477 "type": "custom" 5478 } 5479 ], 5480 "time": "2023-09-06T15:09:26+00:00" 5481 }, 5482 { 5483 "name": "voku/portable-ascii", 5484 "version": "2.0.1", 5485 "source": { 5486 "type": "git", 5487 "url": "https://github.com/voku/portable-ascii.git", 5488 "reference": "b56450eed252f6801410d810c8e1727224ae0743" 5489 }, 5490 "dist": { 5491 "type": "zip", 5492 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", 5493 "reference": "b56450eed252f6801410d810c8e1727224ae0743", 5494 "shasum": "" 5495 }, 5496 "require": { 5497 "php": ">=7.0.0" 5498 }, 5499 "require-dev": { 5500 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 5501 }, 5502 "suggest": { 5503 "ext-intl": "Use Intl for transliterator_transliterate() support" 5504 }, 5505 "type": "library", 5506 "autoload": { 5507 "psr-4": { 5508 "voku\\": "src/voku/" 5509 } 5510 }, 5511 "notification-url": "https://packagist.org/downloads/", 5512 "license": [ 5513 "MIT" 5514 ], 5515 "authors": [ 5516 { 5517 "name": "Lars Moelleken", 5518 "homepage": "http://www.moelleken.org/" 5519 } 5520 ], 5521 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 5522 "homepage": "https://github.com/voku/portable-ascii", 5523 "keywords": [ 5524 "ascii", 5525 "clean", 5526 "php" 5527 ], 5528 "support": { 5529 "issues": "https://github.com/voku/portable-ascii/issues", 5530 "source": "https://github.com/voku/portable-ascii/tree/2.0.1" 5531 }, 5532 "funding": [ 5533 { 5534 "url": "https://www.paypal.me/moelleken", 5535 "type": "custom" 5536 }, 5537 { 5538 "url": "https://github.com/voku", 5539 "type": "github" 5540 }, 5541 { 5542 "url": "https://opencollective.com/portable-ascii", 5543 "type": "open_collective" 5544 }, 5545 { 5546 "url": "https://www.patreon.com/voku", 5547 "type": "patreon" 5548 }, 5549 { 5550 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 5551 "type": "tidelift" 5552 } 5553 ], 5554 "time": "2022-03-08T17:03:00+00:00" 5555 } 5556 ], 5557 "packages-dev": [ 5558 { 5559 "name": "composer/ca-bundle", 5560 "version": "1.3.7", 5561 "source": { 5562 "type": "git", 5563 "url": "https://github.com/composer/ca-bundle.git", 5564 "reference": "76e46335014860eec1aa5a724799a00a2e47cc85" 5565 }, 5566 "dist": { 5567 "type": "zip", 5568 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85", 5569 "reference": "76e46335014860eec1aa5a724799a00a2e47cc85", 5570 "shasum": "" 5571 }, 5572 "require": { 5573 "ext-openssl": "*", 5574 "ext-pcre": "*", 5575 "php": "^5.3.2 || ^7.0 || ^8.0" 5576 }, 5577 "require-dev": { 5578 "phpstan/phpstan": "^0.12.55", 5579 "psr/log": "^1.0", 5580 "symfony/phpunit-bridge": "^4.2 || ^5", 5581 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" 5582 }, 5583 "type": "library", 5584 "extra": { 5585 "branch-alias": { 5586 "dev-main": "1.x-dev" 5587 } 5588 }, 5589 "autoload": { 5590 "psr-4": { 5591 "Composer\\CaBundle\\": "src" 5592 } 5593 }, 5594 "notification-url": "https://packagist.org/downloads/", 5595 "license": [ 5596 "MIT" 5597 ], 5598 "authors": [ 5599 { 5600 "name": "Jordi Boggiano", 5601 "email": "j.boggiano@seld.be", 5602 "homepage": "http://seld.be" 5603 } 5604 ], 5605 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 5606 "keywords": [ 5607 "cabundle", 5608 "cacert", 5609 "certificate", 5610 "ssl", 5611 "tls" 5612 ], 5613 "support": { 5614 "irc": "irc://irc.freenode.org/composer", 5615 "issues": "https://github.com/composer/ca-bundle/issues", 5616 "source": "https://github.com/composer/ca-bundle/tree/1.3.7" 5617 }, 5618 "funding": [ 5619 { 5620 "url": "https://packagist.com", 5621 "type": "custom" 5622 }, 5623 { 5624 "url": "https://github.com/composer", 5625 "type": "github" 5626 }, 5627 { 5628 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5629 "type": "tidelift" 5630 } 5631 ], 5632 "time": "2023-08-30T09:31:38+00:00" 5633 }, 5634 { 5635 "name": "composer/class-map-generator", 5636 "version": "1.1.0", 5637 "source": { 5638 "type": "git", 5639 "url": "https://github.com/composer/class-map-generator.git", 5640 "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" 5641 }, 5642 "dist": { 5643 "type": "zip", 5644 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", 5645 "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", 5646 "shasum": "" 5647 }, 5648 "require": { 5649 "composer/pcre": "^2.1 || ^3.1", 5650 "php": "^7.2 || ^8.0", 5651 "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" 5652 }, 5653 "require-dev": { 5654 "phpstan/phpstan": "^1.6", 5655 "phpstan/phpstan-deprecation-rules": "^1", 5656 "phpstan/phpstan-phpunit": "^1", 5657 "phpstan/phpstan-strict-rules": "^1.1", 5658 "symfony/filesystem": "^5.4 || ^6", 5659 "symfony/phpunit-bridge": "^5" 5660 }, 5661 "type": "library", 5662 "extra": { 5663 "branch-alias": { 5664 "dev-main": "1.x-dev" 5665 } 5666 }, 5667 "autoload": { 5668 "psr-4": { 5669 "Composer\\ClassMapGenerator\\": "src" 5670 } 5671 }, 5672 "notification-url": "https://packagist.org/downloads/", 5673 "license": [ 5674 "MIT" 5675 ], 5676 "authors": [ 5677 { 5678 "name": "Jordi Boggiano", 5679 "email": "j.boggiano@seld.be", 5680 "homepage": "https://seld.be" 5681 } 5682 ], 5683 "description": "Utilities to scan PHP code and generate class maps.", 5684 "keywords": [ 5685 "classmap" 5686 ], 5687 "support": { 5688 "issues": "https://github.com/composer/class-map-generator/issues", 5689 "source": "https://github.com/composer/class-map-generator/tree/1.1.0" 5690 }, 5691 "funding": [ 5692 { 5693 "url": "https://packagist.com", 5694 "type": "custom" 5695 }, 5696 { 5697 "url": "https://github.com/composer", 5698 "type": "github" 5699 }, 5700 { 5701 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5702 "type": "tidelift" 5703 } 5704 ], 5705 "time": "2023-06-30T13:58:57+00:00" 5706 }, 5707 { 5708 "name": "composer/composer", 5709 "version": "2.6.3", 5710 "source": { 5711 "type": "git", 5712 "url": "https://github.com/composer/composer.git", 5713 "reference": "ff477832e6d838a736556d4a39a3b80f4412abfd" 5714 }, 5715 "dist": { 5716 "type": "zip", 5717 "url": "https://api.github.com/repos/composer/composer/zipball/ff477832e6d838a736556d4a39a3b80f4412abfd", 5718 "reference": "ff477832e6d838a736556d4a39a3b80f4412abfd", 5719 "shasum": "" 5720 }, 5721 "require": { 5722 "composer/ca-bundle": "^1.0", 5723 "composer/class-map-generator": "^1.0", 5724 "composer/metadata-minifier": "^1.0", 5725 "composer/pcre": "^2.1 || ^3.1", 5726 "composer/semver": "^3.2.5", 5727 "composer/spdx-licenses": "^1.5.7", 5728 "composer/xdebug-handler": "^2.0.2 || ^3.0.3", 5729 "justinrainbow/json-schema": "^5.2.11", 5730 "php": "^7.2.5 || ^8.0", 5731 "psr/log": "^1.0 || ^2.0 || ^3.0", 5732 "react/promise": "^2.8 || ^3", 5733 "seld/jsonlint": "^1.4", 5734 "seld/phar-utils": "^1.2", 5735 "seld/signal-handler": "^2.0", 5736 "symfony/console": "^5.4.11 || ^6.0.11 || ^7", 5737 "symfony/filesystem": "^5.4 || ^6.0 || ^7", 5738 "symfony/finder": "^5.4 || ^6.0 || ^7", 5739 "symfony/polyfill-php73": "^1.24", 5740 "symfony/polyfill-php80": "^1.24", 5741 "symfony/polyfill-php81": "^1.24", 5742 "symfony/process": "^5.4 || ^6.0 || ^7" 5743 }, 5744 "require-dev": { 5745 "phpstan/phpstan": "^1.9.3", 5746 "phpstan/phpstan-deprecation-rules": "^1", 5747 "phpstan/phpstan-phpunit": "^1.0", 5748 "phpstan/phpstan-strict-rules": "^1", 5749 "phpstan/phpstan-symfony": "^1.2.10", 5750 "symfony/phpunit-bridge": "^6.0 || ^7" 5751 }, 5752 "suggest": { 5753 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 5754 "ext-zip": "Enabling the zip extension allows you to unzip archives", 5755 "ext-zlib": "Allow gzip compression of HTTP requests" 5756 }, 5757 "bin": [ 5758 "bin/composer" 5759 ], 5760 "type": "library", 5761 "extra": { 5762 "branch-alias": { 5763 "dev-main": "2.6-dev" 5764 }, 5765 "phpstan": { 5766 "includes": [ 5767 "phpstan/rules.neon" 5768 ] 5769 } 5770 }, 5771 "autoload": { 5772 "psr-4": { 5773 "Composer\\": "src/Composer/" 5774 } 5775 }, 5776 "notification-url": "https://packagist.org/downloads/", 5777 "license": [ 5778 "MIT" 5779 ], 5780 "authors": [ 5781 { 5782 "name": "Nils Adermann", 5783 "email": "naderman@naderman.de", 5784 "homepage": "https://www.naderman.de" 5785 }, 5786 { 5787 "name": "Jordi Boggiano", 5788 "email": "j.boggiano@seld.be", 5789 "homepage": "https://seld.be" 5790 } 5791 ], 5792 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 5793 "homepage": "https://getcomposer.org/", 5794 "keywords": [ 5795 "autoload", 5796 "dependency", 5797 "package" 5798 ], 5799 "support": { 5800 "irc": "ircs://irc.libera.chat:6697/composer", 5801 "issues": "https://github.com/composer/composer/issues", 5802 "security": "https://github.com/composer/composer/security/policy", 5803 "source": "https://github.com/composer/composer/tree/2.6.3" 5804 }, 5805 "funding": [ 5806 { 5807 "url": "https://packagist.com", 5808 "type": "custom" 5809 }, 5810 { 5811 "url": "https://github.com/composer", 5812 "type": "github" 5813 }, 5814 { 5815 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5816 "type": "tidelift" 5817 } 5818 ], 5819 "time": "2023-09-15T07:38:22+00:00" 5820 }, 5821 { 5822 "name": "composer/metadata-minifier", 5823 "version": "1.0.0", 5824 "source": { 5825 "type": "git", 5826 "url": "https://github.com/composer/metadata-minifier.git", 5827 "reference": "c549d23829536f0d0e984aaabbf02af91f443207" 5828 }, 5829 "dist": { 5830 "type": "zip", 5831 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", 5832 "reference": "c549d23829536f0d0e984aaabbf02af91f443207", 5833 "shasum": "" 5834 }, 5835 "require": { 5836 "php": "^5.3.2 || ^7.0 || ^8.0" 5837 }, 5838 "require-dev": { 5839 "composer/composer": "^2", 5840 "phpstan/phpstan": "^0.12.55", 5841 "symfony/phpunit-bridge": "^4.2 || ^5" 5842 }, 5843 "type": "library", 5844 "extra": { 5845 "branch-alias": { 5846 "dev-main": "1.x-dev" 5847 } 5848 }, 5849 "autoload": { 5850 "psr-4": { 5851 "Composer\\MetadataMinifier\\": "src" 5852 } 5853 }, 5854 "notification-url": "https://packagist.org/downloads/", 5855 "license": [ 5856 "MIT" 5857 ], 5858 "authors": [ 5859 { 5860 "name": "Jordi Boggiano", 5861 "email": "j.boggiano@seld.be", 5862 "homepage": "http://seld.be" 5863 } 5864 ], 5865 "description": "Small utility library that handles metadata minification and expansion.", 5866 "keywords": [ 5867 "composer", 5868 "compression" 5869 ], 5870 "support": { 5871 "issues": "https://github.com/composer/metadata-minifier/issues", 5872 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" 5873 }, 5874 "funding": [ 5875 { 5876 "url": "https://packagist.com", 5877 "type": "custom" 5878 }, 5879 { 5880 "url": "https://github.com/composer", 5881 "type": "github" 5882 }, 5883 { 5884 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5885 "type": "tidelift" 5886 } 5887 ], 5888 "time": "2021-04-07T13:37:33+00:00" 5889 }, 5890 { 5891 "name": "composer/pcre", 5892 "version": "3.1.0", 5893 "source": { 5894 "type": "git", 5895 "url": "https://github.com/composer/pcre.git", 5896 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" 5897 }, 5898 "dist": { 5899 "type": "zip", 5900 "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", 5901 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", 5902 "shasum": "" 5903 }, 5904 "require": { 5905 "php": "^7.4 || ^8.0" 5906 }, 5907 "require-dev": { 5908 "phpstan/phpstan": "^1.3", 5909 "phpstan/phpstan-strict-rules": "^1.1", 5910 "symfony/phpunit-bridge": "^5" 5911 }, 5912 "type": "library", 5913 "extra": { 5914 "branch-alias": { 5915 "dev-main": "3.x-dev" 5916 } 5917 }, 5918 "autoload": { 5919 "psr-4": { 5920 "Composer\\Pcre\\": "src" 5921 } 5922 }, 5923 "notification-url": "https://packagist.org/downloads/", 5924 "license": [ 5925 "MIT" 5926 ], 5927 "authors": [ 5928 { 5929 "name": "Jordi Boggiano", 5930 "email": "j.boggiano@seld.be", 5931 "homepage": "http://seld.be" 5932 } 5933 ], 5934 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 5935 "keywords": [ 5936 "PCRE", 5937 "preg", 5938 "regex", 5939 "regular expression" 5940 ], 5941 "support": { 5942 "issues": "https://github.com/composer/pcre/issues", 5943 "source": "https://github.com/composer/pcre/tree/3.1.0" 5944 }, 5945 "funding": [ 5946 { 5947 "url": "https://packagist.com", 5948 "type": "custom" 5949 }, 5950 { 5951 "url": "https://github.com/composer", 5952 "type": "github" 5953 }, 5954 { 5955 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5956 "type": "tidelift" 5957 } 5958 ], 5959 "time": "2022-11-17T09:50:14+00:00" 5960 }, 5961 { 5962 "name": "composer/semver", 5963 "version": "3.4.0", 5964 "source": { 5965 "type": "git", 5966 "url": "https://github.com/composer/semver.git", 5967 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" 5968 }, 5969 "dist": { 5970 "type": "zip", 5971 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", 5972 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", 5973 "shasum": "" 5974 }, 5975 "require": { 5976 "php": "^5.3.2 || ^7.0 || ^8.0" 5977 }, 5978 "require-dev": { 5979 "phpstan/phpstan": "^1.4", 5980 "symfony/phpunit-bridge": "^4.2 || ^5" 5981 }, 5982 "type": "library", 5983 "extra": { 5984 "branch-alias": { 5985 "dev-main": "3.x-dev" 5986 } 5987 }, 5988 "autoload": { 5989 "psr-4": { 5990 "Composer\\Semver\\": "src" 5991 } 5992 }, 5993 "notification-url": "https://packagist.org/downloads/", 5994 "license": [ 5995 "MIT" 5996 ], 5997 "authors": [ 5998 { 5999 "name": "Nils Adermann", 6000 "email": "naderman@naderman.de", 6001 "homepage": "http://www.naderman.de" 6002 }, 6003 { 6004 "name": "Jordi Boggiano", 6005 "email": "j.boggiano@seld.be", 6006 "homepage": "http://seld.be" 6007 }, 6008 { 6009 "name": "Rob Bast", 6010 "email": "rob.bast@gmail.com", 6011 "homepage": "http://robbast.nl" 6012 } 6013 ], 6014 "description": "Semver library that offers utilities, version constraint parsing and validation.", 6015 "keywords": [ 6016 "semantic", 6017 "semver", 6018 "validation", 6019 "versioning" 6020 ], 6021 "support": { 6022 "irc": "ircs://irc.libera.chat:6697/composer", 6023 "issues": "https://github.com/composer/semver/issues", 6024 "source": "https://github.com/composer/semver/tree/3.4.0" 6025 }, 6026 "funding": [ 6027 { 6028 "url": "https://packagist.com", 6029 "type": "custom" 6030 }, 6031 { 6032 "url": "https://github.com/composer", 6033 "type": "github" 6034 }, 6035 { 6036 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6037 "type": "tidelift" 6038 } 6039 ], 6040 "time": "2023-08-31T09:50:34+00:00" 6041 }, 6042 { 6043 "name": "composer/spdx-licenses", 6044 "version": "1.5.7", 6045 "source": { 6046 "type": "git", 6047 "url": "https://github.com/composer/spdx-licenses.git", 6048 "reference": "c848241796da2abf65837d51dce1fae55a960149" 6049 }, 6050 "dist": { 6051 "type": "zip", 6052 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", 6053 "reference": "c848241796da2abf65837d51dce1fae55a960149", 6054 "shasum": "" 6055 }, 6056 "require": { 6057 "php": "^5.3.2 || ^7.0 || ^8.0" 6058 }, 6059 "require-dev": { 6060 "phpstan/phpstan": "^0.12.55", 6061 "symfony/phpunit-bridge": "^4.2 || ^5" 6062 }, 6063 "type": "library", 6064 "extra": { 6065 "branch-alias": { 6066 "dev-main": "1.x-dev" 6067 } 6068 }, 6069 "autoload": { 6070 "psr-4": { 6071 "Composer\\Spdx\\": "src" 6072 } 6073 }, 6074 "notification-url": "https://packagist.org/downloads/", 6075 "license": [ 6076 "MIT" 6077 ], 6078 "authors": [ 6079 { 6080 "name": "Nils Adermann", 6081 "email": "naderman@naderman.de", 6082 "homepage": "http://www.naderman.de" 6083 }, 6084 { 6085 "name": "Jordi Boggiano", 6086 "email": "j.boggiano@seld.be", 6087 "homepage": "http://seld.be" 6088 }, 6089 { 6090 "name": "Rob Bast", 6091 "email": "rob.bast@gmail.com", 6092 "homepage": "http://robbast.nl" 6093 } 6094 ], 6095 "description": "SPDX licenses list and validation library.", 6096 "keywords": [ 6097 "license", 6098 "spdx", 6099 "validator" 6100 ], 6101 "support": { 6102 "irc": "irc://irc.freenode.org/composer", 6103 "issues": "https://github.com/composer/spdx-licenses/issues", 6104 "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" 6105 }, 6106 "funding": [ 6107 { 6108 "url": "https://packagist.com", 6109 "type": "custom" 6110 }, 6111 { 6112 "url": "https://github.com/composer", 6113 "type": "github" 6114 }, 6115 { 6116 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6117 "type": "tidelift" 6118 } 6119 ], 6120 "time": "2022-05-23T07:37:50+00:00" 6121 }, 6122 { 6123 "name": "composer/xdebug-handler", 6124 "version": "3.0.3", 6125 "source": { 6126 "type": "git", 6127 "url": "https://github.com/composer/xdebug-handler.git", 6128 "reference": "ced299686f41dce890debac69273b47ffe98a40c" 6129 }, 6130 "dist": { 6131 "type": "zip", 6132 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", 6133 "reference": "ced299686f41dce890debac69273b47ffe98a40c", 6134 "shasum": "" 6135 }, 6136 "require": { 6137 "composer/pcre": "^1 || ^2 || ^3", 6138 "php": "^7.2.5 || ^8.0", 6139 "psr/log": "^1 || ^2 || ^3" 6140 }, 6141 "require-dev": { 6142 "phpstan/phpstan": "^1.0", 6143 "phpstan/phpstan-strict-rules": "^1.1", 6144 "symfony/phpunit-bridge": "^6.0" 6145 }, 6146 "type": "library", 6147 "autoload": { 6148 "psr-4": { 6149 "Composer\\XdebugHandler\\": "src" 6150 } 6151 }, 6152 "notification-url": "https://packagist.org/downloads/", 6153 "license": [ 6154 "MIT" 6155 ], 6156 "authors": [ 6157 { 6158 "name": "John Stevenson", 6159 "email": "john-stevenson@blueyonder.co.uk" 6160 } 6161 ], 6162 "description": "Restarts a process without Xdebug.", 6163 "keywords": [ 6164 "Xdebug", 6165 "performance" 6166 ], 6167 "support": { 6168 "irc": "irc://irc.freenode.org/composer", 6169 "issues": "https://github.com/composer/xdebug-handler/issues", 6170 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" 6171 }, 6172 "funding": [ 6173 { 6174 "url": "https://packagist.com", 6175 "type": "custom" 6176 }, 6177 { 6178 "url": "https://github.com/composer", 6179 "type": "github" 6180 }, 6181 { 6182 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6183 "type": "tidelift" 6184 } 6185 ], 6186 "time": "2022-02-25T21:32:43+00:00" 6187 }, 6188 { 6189 "name": "justinrainbow/json-schema", 6190 "version": "5.2.12", 6191 "source": { 6192 "type": "git", 6193 "url": "https://github.com/justinrainbow/json-schema.git", 6194 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" 6195 }, 6196 "dist": { 6197 "type": "zip", 6198 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", 6199 "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", 6200 "shasum": "" 6201 }, 6202 "require": { 6203 "php": ">=5.3.3" 6204 }, 6205 "require-dev": { 6206 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 6207 "json-schema/json-schema-test-suite": "1.2.0", 6208 "phpunit/phpunit": "^4.8.35" 6209 }, 6210 "bin": [ 6211 "bin/validate-json" 6212 ], 6213 "type": "library", 6214 "extra": { 6215 "branch-alias": { 6216 "dev-master": "5.0.x-dev" 6217 } 6218 }, 6219 "autoload": { 6220 "psr-4": { 6221 "JsonSchema\\": "src/JsonSchema/" 6222 } 6223 }, 6224 "notification-url": "https://packagist.org/downloads/", 6225 "license": [ 6226 "MIT" 6227 ], 6228 "authors": [ 6229 { 6230 "name": "Bruno Prieto Reis", 6231 "email": "bruno.p.reis@gmail.com" 6232 }, 6233 { 6234 "name": "Justin Rainbow", 6235 "email": "justin.rainbow@gmail.com" 6236 }, 6237 { 6238 "name": "Igor Wiedler", 6239 "email": "igor@wiedler.ch" 6240 }, 6241 { 6242 "name": "Robert Schönthal", 6243 "email": "seroscho@googlemail.com" 6244 } 6245 ], 6246 "description": "A library to validate a json schema.", 6247 "homepage": "https://github.com/justinrainbow/json-schema", 6248 "keywords": [ 6249 "json", 6250 "schema" 6251 ], 6252 "support": { 6253 "issues": "https://github.com/justinrainbow/json-schema/issues", 6254 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" 6255 }, 6256 "time": "2022-04-13T08:02:27+00:00" 6257 }, 6258 { 6259 "name": "league/flysystem-memory", 6260 "version": "3.16.0", 6261 "source": { 6262 "type": "git", 6263 "url": "https://github.com/thephpleague/flysystem-memory.git", 6264 "reference": "565a17ff0291c1432e0aefc999cca02501b8c0fc" 6265 }, 6266 "dist": { 6267 "type": "zip", 6268 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/565a17ff0291c1432e0aefc999cca02501b8c0fc", 6269 "reference": "565a17ff0291c1432e0aefc999cca02501b8c0fc", 6270 "shasum": "" 6271 }, 6272 "require": { 6273 "ext-fileinfo": "*", 6274 "league/flysystem": "^3.0.0", 6275 "php": "^8.0.2" 6276 }, 6277 "type": "library", 6278 "autoload": { 6279 "psr-4": { 6280 "League\\Flysystem\\InMemory\\": "" 6281 } 6282 }, 6283 "notification-url": "https://packagist.org/downloads/", 6284 "license": [ 6285 "MIT" 6286 ], 6287 "authors": [ 6288 { 6289 "name": "Frank de Jonge", 6290 "email": "info@frankdejonge.nl" 6291 } 6292 ], 6293 "description": "In-memory filesystem adapter for Flysystem.", 6294 "keywords": [ 6295 "Flysystem", 6296 "file", 6297 "files", 6298 "filesystem", 6299 "memory" 6300 ], 6301 "support": { 6302 "issues": "https://github.com/thephpleague/flysystem-memory/issues", 6303 "source": "https://github.com/thephpleague/flysystem-memory/tree/3.16.0" 6304 }, 6305 "funding": [ 6306 { 6307 "url": "https://ecologi.com/frankdejonge", 6308 "type": "custom" 6309 }, 6310 { 6311 "url": "https://github.com/frankdejonge", 6312 "type": "github" 6313 } 6314 ], 6315 "time": "2023-08-30T10:23:38+00:00" 6316 }, 6317 { 6318 "name": "myclabs/deep-copy", 6319 "version": "1.11.1", 6320 "source": { 6321 "type": "git", 6322 "url": "https://github.com/myclabs/DeepCopy.git", 6323 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 6324 }, 6325 "dist": { 6326 "type": "zip", 6327 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 6328 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 6329 "shasum": "" 6330 }, 6331 "require": { 6332 "php": "^7.1 || ^8.0" 6333 }, 6334 "conflict": { 6335 "doctrine/collections": "<1.6.8", 6336 "doctrine/common": "<2.13.3 || >=3,<3.2.2" 6337 }, 6338 "require-dev": { 6339 "doctrine/collections": "^1.6.8", 6340 "doctrine/common": "^2.13.3 || ^3.2.2", 6341 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 6342 }, 6343 "type": "library", 6344 "autoload": { 6345 "files": [ 6346 "src/DeepCopy/deep_copy.php" 6347 ], 6348 "psr-4": { 6349 "DeepCopy\\": "src/DeepCopy/" 6350 } 6351 }, 6352 "notification-url": "https://packagist.org/downloads/", 6353 "license": [ 6354 "MIT" 6355 ], 6356 "description": "Create deep copies (clones) of your objects", 6357 "keywords": [ 6358 "clone", 6359 "copy", 6360 "duplicate", 6361 "object", 6362 "object graph" 6363 ], 6364 "support": { 6365 "issues": "https://github.com/myclabs/DeepCopy/issues", 6366 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 6367 }, 6368 "funding": [ 6369 { 6370 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 6371 "type": "tidelift" 6372 } 6373 ], 6374 "time": "2023-03-08T13:26:56+00:00" 6375 }, 6376 { 6377 "name": "nikic/php-parser", 6378 "version": "v4.17.1", 6379 "source": { 6380 "type": "git", 6381 "url": "https://github.com/nikic/PHP-Parser.git", 6382 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" 6383 }, 6384 "dist": { 6385 "type": "zip", 6386 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 6387 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", 6388 "shasum": "" 6389 }, 6390 "require": { 6391 "ext-tokenizer": "*", 6392 "php": ">=7.0" 6393 }, 6394 "require-dev": { 6395 "ircmaxell/php-yacc": "^0.0.7", 6396 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 6397 }, 6398 "bin": [ 6399 "bin/php-parse" 6400 ], 6401 "type": "library", 6402 "extra": { 6403 "branch-alias": { 6404 "dev-master": "4.9-dev" 6405 } 6406 }, 6407 "autoload": { 6408 "psr-4": { 6409 "PhpParser\\": "lib/PhpParser" 6410 } 6411 }, 6412 "notification-url": "https://packagist.org/downloads/", 6413 "license": [ 6414 "BSD-3-Clause" 6415 ], 6416 "authors": [ 6417 { 6418 "name": "Nikita Popov" 6419 } 6420 ], 6421 "description": "A PHP parser written in PHP", 6422 "keywords": [ 6423 "parser", 6424 "php" 6425 ], 6426 "support": { 6427 "issues": "https://github.com/nikic/PHP-Parser/issues", 6428 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" 6429 }, 6430 "time": "2023-08-13T19:53:39+00:00" 6431 }, 6432 { 6433 "name": "phar-io/manifest", 6434 "version": "2.0.3", 6435 "source": { 6436 "type": "git", 6437 "url": "https://github.com/phar-io/manifest.git", 6438 "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 6439 }, 6440 "dist": { 6441 "type": "zip", 6442 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 6443 "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 6444 "shasum": "" 6445 }, 6446 "require": { 6447 "ext-dom": "*", 6448 "ext-phar": "*", 6449 "ext-xmlwriter": "*", 6450 "phar-io/version": "^3.0.1", 6451 "php": "^7.2 || ^8.0" 6452 }, 6453 "type": "library", 6454 "extra": { 6455 "branch-alias": { 6456 "dev-master": "2.0.x-dev" 6457 } 6458 }, 6459 "autoload": { 6460 "classmap": [ 6461 "src/" 6462 ] 6463 }, 6464 "notification-url": "https://packagist.org/downloads/", 6465 "license": [ 6466 "BSD-3-Clause" 6467 ], 6468 "authors": [ 6469 { 6470 "name": "Arne Blankerts", 6471 "email": "arne@blankerts.de", 6472 "role": "Developer" 6473 }, 6474 { 6475 "name": "Sebastian Heuer", 6476 "email": "sebastian@phpeople.de", 6477 "role": "Developer" 6478 }, 6479 { 6480 "name": "Sebastian Bergmann", 6481 "email": "sebastian@phpunit.de", 6482 "role": "Developer" 6483 } 6484 ], 6485 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 6486 "support": { 6487 "issues": "https://github.com/phar-io/manifest/issues", 6488 "source": "https://github.com/phar-io/manifest/tree/2.0.3" 6489 }, 6490 "time": "2021-07-20T11:28:43+00:00" 6491 }, 6492 { 6493 "name": "phar-io/version", 6494 "version": "3.2.1", 6495 "source": { 6496 "type": "git", 6497 "url": "https://github.com/phar-io/version.git", 6498 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 6499 }, 6500 "dist": { 6501 "type": "zip", 6502 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 6503 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 6504 "shasum": "" 6505 }, 6506 "require": { 6507 "php": "^7.2 || ^8.0" 6508 }, 6509 "type": "library", 6510 "autoload": { 6511 "classmap": [ 6512 "src/" 6513 ] 6514 }, 6515 "notification-url": "https://packagist.org/downloads/", 6516 "license": [ 6517 "BSD-3-Clause" 6518 ], 6519 "authors": [ 6520 { 6521 "name": "Arne Blankerts", 6522 "email": "arne@blankerts.de", 6523 "role": "Developer" 6524 }, 6525 { 6526 "name": "Sebastian Heuer", 6527 "email": "sebastian@phpeople.de", 6528 "role": "Developer" 6529 }, 6530 { 6531 "name": "Sebastian Bergmann", 6532 "email": "sebastian@phpunit.de", 6533 "role": "Developer" 6534 } 6535 ], 6536 "description": "Library for handling version information and constraints", 6537 "support": { 6538 "issues": "https://github.com/phar-io/version/issues", 6539 "source": "https://github.com/phar-io/version/tree/3.2.1" 6540 }, 6541 "time": "2022-02-21T01:04:05+00:00" 6542 }, 6543 { 6544 "name": "php-coveralls/php-coveralls", 6545 "version": "v2.6.0", 6546 "source": { 6547 "type": "git", 6548 "url": "https://github.com/php-coveralls/php-coveralls.git", 6549 "reference": "9e88d7d38e9eab7c675da674481784321ea7a9bc" 6550 }, 6551 "dist": { 6552 "type": "zip", 6553 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9e88d7d38e9eab7c675da674481784321ea7a9bc", 6554 "reference": "9e88d7d38e9eab7c675da674481784321ea7a9bc", 6555 "shasum": "" 6556 }, 6557 "require": { 6558 "ext-json": "*", 6559 "ext-simplexml": "*", 6560 "guzzlehttp/guzzle": "^6.0 || ^7.0", 6561 "php": "^5.5 || ^7.0 || ^8.0", 6562 "psr/log": "^1.0 || ^2.0", 6563 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6564 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6565 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6566 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" 6567 }, 6568 "require-dev": { 6569 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23", 6570 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 6571 }, 6572 "suggest": { 6573 "symfony/http-kernel": "Allows Symfony integration" 6574 }, 6575 "bin": [ 6576 "bin/php-coveralls" 6577 ], 6578 "type": "library", 6579 "autoload": { 6580 "psr-4": { 6581 "PhpCoveralls\\": "src/" 6582 } 6583 }, 6584 "notification-url": "https://packagist.org/downloads/", 6585 "license": [ 6586 "MIT" 6587 ], 6588 "authors": [ 6589 { 6590 "name": "Kitamura Satoshi", 6591 "email": "with.no.parachute@gmail.com", 6592 "homepage": "https://www.facebook.com/satooshi.jp", 6593 "role": "Original creator" 6594 }, 6595 { 6596 "name": "Takashi Matsuo", 6597 "email": "tmatsuo@google.com" 6598 }, 6599 { 6600 "name": "Google Inc" 6601 }, 6602 { 6603 "name": "Dariusz Ruminski", 6604 "email": "dariusz.ruminski@gmail.com", 6605 "homepage": "https://github.com/keradus" 6606 }, 6607 { 6608 "name": "Contributors", 6609 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 6610 } 6611 ], 6612 "description": "PHP client library for Coveralls API", 6613 "homepage": "https://github.com/php-coveralls/php-coveralls", 6614 "keywords": [ 6615 "ci", 6616 "coverage", 6617 "github", 6618 "test" 6619 ], 6620 "support": { 6621 "issues": "https://github.com/php-coveralls/php-coveralls/issues", 6622 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.6.0" 6623 }, 6624 "time": "2023-07-16T08:39:10+00:00" 6625 }, 6626 { 6627 "name": "phpunit/php-code-coverage", 6628 "version": "10.1.5", 6629 "source": { 6630 "type": "git", 6631 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 6632 "reference": "1df504e42a88044c27a90136910f0b3fe9e91939" 6633 }, 6634 "dist": { 6635 "type": "zip", 6636 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1df504e42a88044c27a90136910f0b3fe9e91939", 6637 "reference": "1df504e42a88044c27a90136910f0b3fe9e91939", 6638 "shasum": "" 6639 }, 6640 "require": { 6641 "ext-dom": "*", 6642 "ext-libxml": "*", 6643 "ext-xmlwriter": "*", 6644 "nikic/php-parser": "^4.15", 6645 "php": ">=8.1", 6646 "phpunit/php-file-iterator": "^4.0", 6647 "phpunit/php-text-template": "^3.0", 6648 "sebastian/code-unit-reverse-lookup": "^3.0", 6649 "sebastian/complexity": "^3.0", 6650 "sebastian/environment": "^6.0", 6651 "sebastian/lines-of-code": "^2.0", 6652 "sebastian/version": "^4.0", 6653 "theseer/tokenizer": "^1.2.0" 6654 }, 6655 "require-dev": { 6656 "phpunit/phpunit": "^10.1" 6657 }, 6658 "suggest": { 6659 "ext-pcov": "PHP extension that provides line coverage", 6660 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 6661 }, 6662 "type": "library", 6663 "extra": { 6664 "branch-alias": { 6665 "dev-main": "10.1-dev" 6666 } 6667 }, 6668 "autoload": { 6669 "classmap": [ 6670 "src/" 6671 ] 6672 }, 6673 "notification-url": "https://packagist.org/downloads/", 6674 "license": [ 6675 "BSD-3-Clause" 6676 ], 6677 "authors": [ 6678 { 6679 "name": "Sebastian Bergmann", 6680 "email": "sebastian@phpunit.de", 6681 "role": "lead" 6682 } 6683 ], 6684 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 6685 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 6686 "keywords": [ 6687 "coverage", 6688 "testing", 6689 "xunit" 6690 ], 6691 "support": { 6692 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 6693 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 6694 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.5" 6695 }, 6696 "funding": [ 6697 { 6698 "url": "https://github.com/sebastianbergmann", 6699 "type": "github" 6700 } 6701 ], 6702 "time": "2023-09-12T14:37:22+00:00" 6703 }, 6704 { 6705 "name": "phpunit/php-file-iterator", 6706 "version": "4.1.0", 6707 "source": { 6708 "type": "git", 6709 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 6710 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" 6711 }, 6712 "dist": { 6713 "type": "zip", 6714 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", 6715 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", 6716 "shasum": "" 6717 }, 6718 "require": { 6719 "php": ">=8.1" 6720 }, 6721 "require-dev": { 6722 "phpunit/phpunit": "^10.0" 6723 }, 6724 "type": "library", 6725 "extra": { 6726 "branch-alias": { 6727 "dev-main": "4.0-dev" 6728 } 6729 }, 6730 "autoload": { 6731 "classmap": [ 6732 "src/" 6733 ] 6734 }, 6735 "notification-url": "https://packagist.org/downloads/", 6736 "license": [ 6737 "BSD-3-Clause" 6738 ], 6739 "authors": [ 6740 { 6741 "name": "Sebastian Bergmann", 6742 "email": "sebastian@phpunit.de", 6743 "role": "lead" 6744 } 6745 ], 6746 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 6747 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 6748 "keywords": [ 6749 "filesystem", 6750 "iterator" 6751 ], 6752 "support": { 6753 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 6754 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", 6755 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" 6756 }, 6757 "funding": [ 6758 { 6759 "url": "https://github.com/sebastianbergmann", 6760 "type": "github" 6761 } 6762 ], 6763 "time": "2023-08-31T06:24:48+00:00" 6764 }, 6765 { 6766 "name": "phpunit/php-invoker", 6767 "version": "4.0.0", 6768 "source": { 6769 "type": "git", 6770 "url": "https://github.com/sebastianbergmann/php-invoker.git", 6771 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" 6772 }, 6773 "dist": { 6774 "type": "zip", 6775 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", 6776 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", 6777 "shasum": "" 6778 }, 6779 "require": { 6780 "php": ">=8.1" 6781 }, 6782 "require-dev": { 6783 "ext-pcntl": "*", 6784 "phpunit/phpunit": "^10.0" 6785 }, 6786 "suggest": { 6787 "ext-pcntl": "*" 6788 }, 6789 "type": "library", 6790 "extra": { 6791 "branch-alias": { 6792 "dev-main": "4.0-dev" 6793 } 6794 }, 6795 "autoload": { 6796 "classmap": [ 6797 "src/" 6798 ] 6799 }, 6800 "notification-url": "https://packagist.org/downloads/", 6801 "license": [ 6802 "BSD-3-Clause" 6803 ], 6804 "authors": [ 6805 { 6806 "name": "Sebastian Bergmann", 6807 "email": "sebastian@phpunit.de", 6808 "role": "lead" 6809 } 6810 ], 6811 "description": "Invoke callables with a timeout", 6812 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 6813 "keywords": [ 6814 "process" 6815 ], 6816 "support": { 6817 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 6818 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" 6819 }, 6820 "funding": [ 6821 { 6822 "url": "https://github.com/sebastianbergmann", 6823 "type": "github" 6824 } 6825 ], 6826 "time": "2023-02-03T06:56:09+00:00" 6827 }, 6828 { 6829 "name": "phpunit/php-text-template", 6830 "version": "3.0.1", 6831 "source": { 6832 "type": "git", 6833 "url": "https://github.com/sebastianbergmann/php-text-template.git", 6834 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" 6835 }, 6836 "dist": { 6837 "type": "zip", 6838 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", 6839 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", 6840 "shasum": "" 6841 }, 6842 "require": { 6843 "php": ">=8.1" 6844 }, 6845 "require-dev": { 6846 "phpunit/phpunit": "^10.0" 6847 }, 6848 "type": "library", 6849 "extra": { 6850 "branch-alias": { 6851 "dev-main": "3.0-dev" 6852 } 6853 }, 6854 "autoload": { 6855 "classmap": [ 6856 "src/" 6857 ] 6858 }, 6859 "notification-url": "https://packagist.org/downloads/", 6860 "license": [ 6861 "BSD-3-Clause" 6862 ], 6863 "authors": [ 6864 { 6865 "name": "Sebastian Bergmann", 6866 "email": "sebastian@phpunit.de", 6867 "role": "lead" 6868 } 6869 ], 6870 "description": "Simple template engine.", 6871 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 6872 "keywords": [ 6873 "template" 6874 ], 6875 "support": { 6876 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 6877 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", 6878 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" 6879 }, 6880 "funding": [ 6881 { 6882 "url": "https://github.com/sebastianbergmann", 6883 "type": "github" 6884 } 6885 ], 6886 "time": "2023-08-31T14:07:24+00:00" 6887 }, 6888 { 6889 "name": "phpunit/php-timer", 6890 "version": "6.0.0", 6891 "source": { 6892 "type": "git", 6893 "url": "https://github.com/sebastianbergmann/php-timer.git", 6894 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" 6895 }, 6896 "dist": { 6897 "type": "zip", 6898 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", 6899 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", 6900 "shasum": "" 6901 }, 6902 "require": { 6903 "php": ">=8.1" 6904 }, 6905 "require-dev": { 6906 "phpunit/phpunit": "^10.0" 6907 }, 6908 "type": "library", 6909 "extra": { 6910 "branch-alias": { 6911 "dev-main": "6.0-dev" 6912 } 6913 }, 6914 "autoload": { 6915 "classmap": [ 6916 "src/" 6917 ] 6918 }, 6919 "notification-url": "https://packagist.org/downloads/", 6920 "license": [ 6921 "BSD-3-Clause" 6922 ], 6923 "authors": [ 6924 { 6925 "name": "Sebastian Bergmann", 6926 "email": "sebastian@phpunit.de", 6927 "role": "lead" 6928 } 6929 ], 6930 "description": "Utility class for timing", 6931 "homepage": "https://github.com/sebastianbergmann/php-timer/", 6932 "keywords": [ 6933 "timer" 6934 ], 6935 "support": { 6936 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 6937 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" 6938 }, 6939 "funding": [ 6940 { 6941 "url": "https://github.com/sebastianbergmann", 6942 "type": "github" 6943 } 6944 ], 6945 "time": "2023-02-03T06:57:52+00:00" 6946 }, 6947 { 6948 "name": "phpunit/phpunit", 6949 "version": "10.3.4", 6950 "source": { 6951 "type": "git", 6952 "url": "https://github.com/sebastianbergmann/phpunit.git", 6953 "reference": "b8d59476f19115c9774b3b447f78131781c6c32b" 6954 }, 6955 "dist": { 6956 "type": "zip", 6957 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b8d59476f19115c9774b3b447f78131781c6c32b", 6958 "reference": "b8d59476f19115c9774b3b447f78131781c6c32b", 6959 "shasum": "" 6960 }, 6961 "require": { 6962 "ext-dom": "*", 6963 "ext-json": "*", 6964 "ext-libxml": "*", 6965 "ext-mbstring": "*", 6966 "ext-xml": "*", 6967 "ext-xmlwriter": "*", 6968 "myclabs/deep-copy": "^1.10.1", 6969 "phar-io/manifest": "^2.0.3", 6970 "phar-io/version": "^3.0.2", 6971 "php": ">=8.1", 6972 "phpunit/php-code-coverage": "^10.1.5", 6973 "phpunit/php-file-iterator": "^4.0", 6974 "phpunit/php-invoker": "^4.0", 6975 "phpunit/php-text-template": "^3.0", 6976 "phpunit/php-timer": "^6.0", 6977 "sebastian/cli-parser": "^2.0", 6978 "sebastian/code-unit": "^2.0", 6979 "sebastian/comparator": "^5.0", 6980 "sebastian/diff": "^5.0", 6981 "sebastian/environment": "^6.0", 6982 "sebastian/exporter": "^5.0", 6983 "sebastian/global-state": "^6.0.1", 6984 "sebastian/object-enumerator": "^5.0", 6985 "sebastian/recursion-context": "^5.0", 6986 "sebastian/type": "^4.0", 6987 "sebastian/version": "^4.0" 6988 }, 6989 "suggest": { 6990 "ext-soap": "To be able to generate mocks based on WSDL files" 6991 }, 6992 "bin": [ 6993 "phpunit" 6994 ], 6995 "type": "library", 6996 "extra": { 6997 "branch-alias": { 6998 "dev-main": "10.3-dev" 6999 } 7000 }, 7001 "autoload": { 7002 "files": [ 7003 "src/Framework/Assert/Functions.php" 7004 ], 7005 "classmap": [ 7006 "src/" 7007 ] 7008 }, 7009 "notification-url": "https://packagist.org/downloads/", 7010 "license": [ 7011 "BSD-3-Clause" 7012 ], 7013 "authors": [ 7014 { 7015 "name": "Sebastian Bergmann", 7016 "email": "sebastian@phpunit.de", 7017 "role": "lead" 7018 } 7019 ], 7020 "description": "The PHP Unit Testing framework.", 7021 "homepage": "https://phpunit.de/", 7022 "keywords": [ 7023 "phpunit", 7024 "testing", 7025 "xunit" 7026 ], 7027 "support": { 7028 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 7029 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 7030 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.4" 7031 }, 7032 "funding": [ 7033 { 7034 "url": "https://phpunit.de/sponsors.html", 7035 "type": "custom" 7036 }, 7037 { 7038 "url": "https://github.com/sebastianbergmann", 7039 "type": "github" 7040 }, 7041 { 7042 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 7043 "type": "tidelift" 7044 } 7045 ], 7046 "time": "2023-09-12T14:42:28+00:00" 7047 }, 7048 { 7049 "name": "react/promise", 7050 "version": "v3.0.0", 7051 "source": { 7052 "type": "git", 7053 "url": "https://github.com/reactphp/promise.git", 7054 "reference": "c86753c76fd3be465d93b308f18d189f01a22be4" 7055 }, 7056 "dist": { 7057 "type": "zip", 7058 "url": "https://api.github.com/repos/reactphp/promise/zipball/c86753c76fd3be465d93b308f18d189f01a22be4", 7059 "reference": "c86753c76fd3be465d93b308f18d189f01a22be4", 7060 "shasum": "" 7061 }, 7062 "require": { 7063 "php": ">=7.1.0" 7064 }, 7065 "require-dev": { 7066 "phpstan/phpstan": "1.10.20 || 1.4.10", 7067 "phpunit/phpunit": "^9.5 || ^7.5" 7068 }, 7069 "type": "library", 7070 "autoload": { 7071 "files": [ 7072 "src/functions_include.php" 7073 ], 7074 "psr-4": { 7075 "React\\Promise\\": "src/" 7076 } 7077 }, 7078 "notification-url": "https://packagist.org/downloads/", 7079 "license": [ 7080 "MIT" 7081 ], 7082 "authors": [ 7083 { 7084 "name": "Jan Sorgalla", 7085 "email": "jsorgalla@gmail.com", 7086 "homepage": "https://sorgalla.com/" 7087 }, 7088 { 7089 "name": "Christian Lück", 7090 "email": "christian@clue.engineering", 7091 "homepage": "https://clue.engineering/" 7092 }, 7093 { 7094 "name": "Cees-Jan Kiewiet", 7095 "email": "reactphp@ceesjankiewiet.nl", 7096 "homepage": "https://wyrihaximus.net/" 7097 }, 7098 { 7099 "name": "Chris Boden", 7100 "email": "cboden@gmail.com", 7101 "homepage": "https://cboden.dev/" 7102 } 7103 ], 7104 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 7105 "keywords": [ 7106 "promise", 7107 "promises" 7108 ], 7109 "support": { 7110 "issues": "https://github.com/reactphp/promise/issues", 7111 "source": "https://github.com/reactphp/promise/tree/v3.0.0" 7112 }, 7113 "funding": [ 7114 { 7115 "url": "https://opencollective.com/reactphp", 7116 "type": "open_collective" 7117 } 7118 ], 7119 "time": "2023-07-11T16:12:49+00:00" 7120 }, 7121 { 7122 "name": "sebastian/cli-parser", 7123 "version": "2.0.0", 7124 "source": { 7125 "type": "git", 7126 "url": "https://github.com/sebastianbergmann/cli-parser.git", 7127 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae" 7128 }, 7129 "dist": { 7130 "type": "zip", 7131 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae", 7132 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae", 7133 "shasum": "" 7134 }, 7135 "require": { 7136 "php": ">=8.1" 7137 }, 7138 "require-dev": { 7139 "phpunit/phpunit": "^10.0" 7140 }, 7141 "type": "library", 7142 "extra": { 7143 "branch-alias": { 7144 "dev-main": "2.0-dev" 7145 } 7146 }, 7147 "autoload": { 7148 "classmap": [ 7149 "src/" 7150 ] 7151 }, 7152 "notification-url": "https://packagist.org/downloads/", 7153 "license": [ 7154 "BSD-3-Clause" 7155 ], 7156 "authors": [ 7157 { 7158 "name": "Sebastian Bergmann", 7159 "email": "sebastian@phpunit.de", 7160 "role": "lead" 7161 } 7162 ], 7163 "description": "Library for parsing CLI options", 7164 "homepage": "https://github.com/sebastianbergmann/cli-parser", 7165 "support": { 7166 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 7167 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0" 7168 }, 7169 "funding": [ 7170 { 7171 "url": "https://github.com/sebastianbergmann", 7172 "type": "github" 7173 } 7174 ], 7175 "time": "2023-02-03T06:58:15+00:00" 7176 }, 7177 { 7178 "name": "sebastian/code-unit", 7179 "version": "2.0.0", 7180 "source": { 7181 "type": "git", 7182 "url": "https://github.com/sebastianbergmann/code-unit.git", 7183 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" 7184 }, 7185 "dist": { 7186 "type": "zip", 7187 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", 7188 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", 7189 "shasum": "" 7190 }, 7191 "require": { 7192 "php": ">=8.1" 7193 }, 7194 "require-dev": { 7195 "phpunit/phpunit": "^10.0" 7196 }, 7197 "type": "library", 7198 "extra": { 7199 "branch-alias": { 7200 "dev-main": "2.0-dev" 7201 } 7202 }, 7203 "autoload": { 7204 "classmap": [ 7205 "src/" 7206 ] 7207 }, 7208 "notification-url": "https://packagist.org/downloads/", 7209 "license": [ 7210 "BSD-3-Clause" 7211 ], 7212 "authors": [ 7213 { 7214 "name": "Sebastian Bergmann", 7215 "email": "sebastian@phpunit.de", 7216 "role": "lead" 7217 } 7218 ], 7219 "description": "Collection of value objects that represent the PHP code units", 7220 "homepage": "https://github.com/sebastianbergmann/code-unit", 7221 "support": { 7222 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 7223 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" 7224 }, 7225 "funding": [ 7226 { 7227 "url": "https://github.com/sebastianbergmann", 7228 "type": "github" 7229 } 7230 ], 7231 "time": "2023-02-03T06:58:43+00:00" 7232 }, 7233 { 7234 "name": "sebastian/code-unit-reverse-lookup", 7235 "version": "3.0.0", 7236 "source": { 7237 "type": "git", 7238 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 7239 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" 7240 }, 7241 "dist": { 7242 "type": "zip", 7243 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", 7244 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", 7245 "shasum": "" 7246 }, 7247 "require": { 7248 "php": ">=8.1" 7249 }, 7250 "require-dev": { 7251 "phpunit/phpunit": "^10.0" 7252 }, 7253 "type": "library", 7254 "extra": { 7255 "branch-alias": { 7256 "dev-main": "3.0-dev" 7257 } 7258 }, 7259 "autoload": { 7260 "classmap": [ 7261 "src/" 7262 ] 7263 }, 7264 "notification-url": "https://packagist.org/downloads/", 7265 "license": [ 7266 "BSD-3-Clause" 7267 ], 7268 "authors": [ 7269 { 7270 "name": "Sebastian Bergmann", 7271 "email": "sebastian@phpunit.de" 7272 } 7273 ], 7274 "description": "Looks up which function or method a line of code belongs to", 7275 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 7276 "support": { 7277 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 7278 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" 7279 }, 7280 "funding": [ 7281 { 7282 "url": "https://github.com/sebastianbergmann", 7283 "type": "github" 7284 } 7285 ], 7286 "time": "2023-02-03T06:59:15+00:00" 7287 }, 7288 { 7289 "name": "sebastian/comparator", 7290 "version": "5.0.1", 7291 "source": { 7292 "type": "git", 7293 "url": "https://github.com/sebastianbergmann/comparator.git", 7294 "reference": "2db5010a484d53ebf536087a70b4a5423c102372" 7295 }, 7296 "dist": { 7297 "type": "zip", 7298 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", 7299 "reference": "2db5010a484d53ebf536087a70b4a5423c102372", 7300 "shasum": "" 7301 }, 7302 "require": { 7303 "ext-dom": "*", 7304 "ext-mbstring": "*", 7305 "php": ">=8.1", 7306 "sebastian/diff": "^5.0", 7307 "sebastian/exporter": "^5.0" 7308 }, 7309 "require-dev": { 7310 "phpunit/phpunit": "^10.3" 7311 }, 7312 "type": "library", 7313 "extra": { 7314 "branch-alias": { 7315 "dev-main": "5.0-dev" 7316 } 7317 }, 7318 "autoload": { 7319 "classmap": [ 7320 "src/" 7321 ] 7322 }, 7323 "notification-url": "https://packagist.org/downloads/", 7324 "license": [ 7325 "BSD-3-Clause" 7326 ], 7327 "authors": [ 7328 { 7329 "name": "Sebastian Bergmann", 7330 "email": "sebastian@phpunit.de" 7331 }, 7332 { 7333 "name": "Jeff Welch", 7334 "email": "whatthejeff@gmail.com" 7335 }, 7336 { 7337 "name": "Volker Dusch", 7338 "email": "github@wallbash.com" 7339 }, 7340 { 7341 "name": "Bernhard Schussek", 7342 "email": "bschussek@2bepublished.at" 7343 } 7344 ], 7345 "description": "Provides the functionality to compare PHP values for equality", 7346 "homepage": "https://github.com/sebastianbergmann/comparator", 7347 "keywords": [ 7348 "comparator", 7349 "compare", 7350 "equality" 7351 ], 7352 "support": { 7353 "issues": "https://github.com/sebastianbergmann/comparator/issues", 7354 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 7355 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" 7356 }, 7357 "funding": [ 7358 { 7359 "url": "https://github.com/sebastianbergmann", 7360 "type": "github" 7361 } 7362 ], 7363 "time": "2023-08-14T13:18:12+00:00" 7364 }, 7365 { 7366 "name": "sebastian/complexity", 7367 "version": "3.0.1", 7368 "source": { 7369 "type": "git", 7370 "url": "https://github.com/sebastianbergmann/complexity.git", 7371 "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a" 7372 }, 7373 "dist": { 7374 "type": "zip", 7375 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/c70b73893e10757af9c6a48929fa6a333b56a97a", 7376 "reference": "c70b73893e10757af9c6a48929fa6a333b56a97a", 7377 "shasum": "" 7378 }, 7379 "require": { 7380 "nikic/php-parser": "^4.10", 7381 "php": ">=8.1" 7382 }, 7383 "require-dev": { 7384 "phpunit/phpunit": "^10.0" 7385 }, 7386 "type": "library", 7387 "extra": { 7388 "branch-alias": { 7389 "dev-main": "3.0-dev" 7390 } 7391 }, 7392 "autoload": { 7393 "classmap": [ 7394 "src/" 7395 ] 7396 }, 7397 "notification-url": "https://packagist.org/downloads/", 7398 "license": [ 7399 "BSD-3-Clause" 7400 ], 7401 "authors": [ 7402 { 7403 "name": "Sebastian Bergmann", 7404 "email": "sebastian@phpunit.de", 7405 "role": "lead" 7406 } 7407 ], 7408 "description": "Library for calculating the complexity of PHP code units", 7409 "homepage": "https://github.com/sebastianbergmann/complexity", 7410 "support": { 7411 "issues": "https://github.com/sebastianbergmann/complexity/issues", 7412 "security": "https://github.com/sebastianbergmann/complexity/security/policy", 7413 "source": "https://github.com/sebastianbergmann/complexity/tree/3.0.1" 7414 }, 7415 "funding": [ 7416 { 7417 "url": "https://github.com/sebastianbergmann", 7418 "type": "github" 7419 } 7420 ], 7421 "time": "2023-08-31T09:55:53+00:00" 7422 }, 7423 { 7424 "name": "sebastian/diff", 7425 "version": "5.0.3", 7426 "source": { 7427 "type": "git", 7428 "url": "https://github.com/sebastianbergmann/diff.git", 7429 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b" 7430 }, 7431 "dist": { 7432 "type": "zip", 7433 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b", 7434 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b", 7435 "shasum": "" 7436 }, 7437 "require": { 7438 "php": ">=8.1" 7439 }, 7440 "require-dev": { 7441 "phpunit/phpunit": "^10.0", 7442 "symfony/process": "^4.2 || ^5" 7443 }, 7444 "type": "library", 7445 "extra": { 7446 "branch-alias": { 7447 "dev-main": "5.0-dev" 7448 } 7449 }, 7450 "autoload": { 7451 "classmap": [ 7452 "src/" 7453 ] 7454 }, 7455 "notification-url": "https://packagist.org/downloads/", 7456 "license": [ 7457 "BSD-3-Clause" 7458 ], 7459 "authors": [ 7460 { 7461 "name": "Sebastian Bergmann", 7462 "email": "sebastian@phpunit.de" 7463 }, 7464 { 7465 "name": "Kore Nordmann", 7466 "email": "mail@kore-nordmann.de" 7467 } 7468 ], 7469 "description": "Diff implementation", 7470 "homepage": "https://github.com/sebastianbergmann/diff", 7471 "keywords": [ 7472 "diff", 7473 "udiff", 7474 "unidiff", 7475 "unified diff" 7476 ], 7477 "support": { 7478 "issues": "https://github.com/sebastianbergmann/diff/issues", 7479 "security": "https://github.com/sebastianbergmann/diff/security/policy", 7480 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3" 7481 }, 7482 "funding": [ 7483 { 7484 "url": "https://github.com/sebastianbergmann", 7485 "type": "github" 7486 } 7487 ], 7488 "time": "2023-05-01T07:48:21+00:00" 7489 }, 7490 { 7491 "name": "sebastian/environment", 7492 "version": "6.0.1", 7493 "source": { 7494 "type": "git", 7495 "url": "https://github.com/sebastianbergmann/environment.git", 7496 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951" 7497 }, 7498 "dist": { 7499 "type": "zip", 7500 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951", 7501 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951", 7502 "shasum": "" 7503 }, 7504 "require": { 7505 "php": ">=8.1" 7506 }, 7507 "require-dev": { 7508 "phpunit/phpunit": "^10.0" 7509 }, 7510 "suggest": { 7511 "ext-posix": "*" 7512 }, 7513 "type": "library", 7514 "extra": { 7515 "branch-alias": { 7516 "dev-main": "6.0-dev" 7517 } 7518 }, 7519 "autoload": { 7520 "classmap": [ 7521 "src/" 7522 ] 7523 }, 7524 "notification-url": "https://packagist.org/downloads/", 7525 "license": [ 7526 "BSD-3-Clause" 7527 ], 7528 "authors": [ 7529 { 7530 "name": "Sebastian Bergmann", 7531 "email": "sebastian@phpunit.de" 7532 } 7533 ], 7534 "description": "Provides functionality to handle HHVM/PHP environments", 7535 "homepage": "https://github.com/sebastianbergmann/environment", 7536 "keywords": [ 7537 "Xdebug", 7538 "environment", 7539 "hhvm" 7540 ], 7541 "support": { 7542 "issues": "https://github.com/sebastianbergmann/environment/issues", 7543 "security": "https://github.com/sebastianbergmann/environment/security/policy", 7544 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1" 7545 }, 7546 "funding": [ 7547 { 7548 "url": "https://github.com/sebastianbergmann", 7549 "type": "github" 7550 } 7551 ], 7552 "time": "2023-04-11T05:39:26+00:00" 7553 }, 7554 { 7555 "name": "sebastian/exporter", 7556 "version": "5.0.1", 7557 "source": { 7558 "type": "git", 7559 "url": "https://github.com/sebastianbergmann/exporter.git", 7560 "reference": "32ff03d078fed1279c4ec9a407d08c5e9febb480" 7561 }, 7562 "dist": { 7563 "type": "zip", 7564 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/32ff03d078fed1279c4ec9a407d08c5e9febb480", 7565 "reference": "32ff03d078fed1279c4ec9a407d08c5e9febb480", 7566 "shasum": "" 7567 }, 7568 "require": { 7569 "ext-mbstring": "*", 7570 "php": ">=8.1", 7571 "sebastian/recursion-context": "^5.0" 7572 }, 7573 "require-dev": { 7574 "phpunit/phpunit": "^10.0" 7575 }, 7576 "type": "library", 7577 "extra": { 7578 "branch-alias": { 7579 "dev-main": "5.0-dev" 7580 } 7581 }, 7582 "autoload": { 7583 "classmap": [ 7584 "src/" 7585 ] 7586 }, 7587 "notification-url": "https://packagist.org/downloads/", 7588 "license": [ 7589 "BSD-3-Clause" 7590 ], 7591 "authors": [ 7592 { 7593 "name": "Sebastian Bergmann", 7594 "email": "sebastian@phpunit.de" 7595 }, 7596 { 7597 "name": "Jeff Welch", 7598 "email": "whatthejeff@gmail.com" 7599 }, 7600 { 7601 "name": "Volker Dusch", 7602 "email": "github@wallbash.com" 7603 }, 7604 { 7605 "name": "Adam Harvey", 7606 "email": "aharvey@php.net" 7607 }, 7608 { 7609 "name": "Bernhard Schussek", 7610 "email": "bschussek@gmail.com" 7611 } 7612 ], 7613 "description": "Provides the functionality to export PHP variables for visualization", 7614 "homepage": "https://www.github.com/sebastianbergmann/exporter", 7615 "keywords": [ 7616 "export", 7617 "exporter" 7618 ], 7619 "support": { 7620 "issues": "https://github.com/sebastianbergmann/exporter/issues", 7621 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 7622 "source": "https://github.com/sebastianbergmann/exporter/tree/5.0.1" 7623 }, 7624 "funding": [ 7625 { 7626 "url": "https://github.com/sebastianbergmann", 7627 "type": "github" 7628 } 7629 ], 7630 "time": "2023-09-08T04:46:58+00:00" 7631 }, 7632 { 7633 "name": "sebastian/global-state", 7634 "version": "6.0.1", 7635 "source": { 7636 "type": "git", 7637 "url": "https://github.com/sebastianbergmann/global-state.git", 7638 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4" 7639 }, 7640 "dist": { 7641 "type": "zip", 7642 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4", 7643 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4", 7644 "shasum": "" 7645 }, 7646 "require": { 7647 "php": ">=8.1", 7648 "sebastian/object-reflector": "^3.0", 7649 "sebastian/recursion-context": "^5.0" 7650 }, 7651 "require-dev": { 7652 "ext-dom": "*", 7653 "phpunit/phpunit": "^10.0" 7654 }, 7655 "type": "library", 7656 "extra": { 7657 "branch-alias": { 7658 "dev-main": "6.0-dev" 7659 } 7660 }, 7661 "autoload": { 7662 "classmap": [ 7663 "src/" 7664 ] 7665 }, 7666 "notification-url": "https://packagist.org/downloads/", 7667 "license": [ 7668 "BSD-3-Clause" 7669 ], 7670 "authors": [ 7671 { 7672 "name": "Sebastian Bergmann", 7673 "email": "sebastian@phpunit.de" 7674 } 7675 ], 7676 "description": "Snapshotting of global state", 7677 "homepage": "http://www.github.com/sebastianbergmann/global-state", 7678 "keywords": [ 7679 "global state" 7680 ], 7681 "support": { 7682 "issues": "https://github.com/sebastianbergmann/global-state/issues", 7683 "security": "https://github.com/sebastianbergmann/global-state/security/policy", 7684 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1" 7685 }, 7686 "funding": [ 7687 { 7688 "url": "https://github.com/sebastianbergmann", 7689 "type": "github" 7690 } 7691 ], 7692 "time": "2023-07-19T07:19:23+00:00" 7693 }, 7694 { 7695 "name": "sebastian/lines-of-code", 7696 "version": "2.0.1", 7697 "source": { 7698 "type": "git", 7699 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 7700 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" 7701 }, 7702 "dist": { 7703 "type": "zip", 7704 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", 7705 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", 7706 "shasum": "" 7707 }, 7708 "require": { 7709 "nikic/php-parser": "^4.10", 7710 "php": ">=8.1" 7711 }, 7712 "require-dev": { 7713 "phpunit/phpunit": "^10.0" 7714 }, 7715 "type": "library", 7716 "extra": { 7717 "branch-alias": { 7718 "dev-main": "2.0-dev" 7719 } 7720 }, 7721 "autoload": { 7722 "classmap": [ 7723 "src/" 7724 ] 7725 }, 7726 "notification-url": "https://packagist.org/downloads/", 7727 "license": [ 7728 "BSD-3-Clause" 7729 ], 7730 "authors": [ 7731 { 7732 "name": "Sebastian Bergmann", 7733 "email": "sebastian@phpunit.de", 7734 "role": "lead" 7735 } 7736 ], 7737 "description": "Library for counting the lines of code in PHP source code", 7738 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 7739 "support": { 7740 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 7741 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", 7742 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" 7743 }, 7744 "funding": [ 7745 { 7746 "url": "https://github.com/sebastianbergmann", 7747 "type": "github" 7748 } 7749 ], 7750 "time": "2023-08-31T09:25:50+00:00" 7751 }, 7752 { 7753 "name": "sebastian/object-enumerator", 7754 "version": "5.0.0", 7755 "source": { 7756 "type": "git", 7757 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 7758 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" 7759 }, 7760 "dist": { 7761 "type": "zip", 7762 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", 7763 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", 7764 "shasum": "" 7765 }, 7766 "require": { 7767 "php": ">=8.1", 7768 "sebastian/object-reflector": "^3.0", 7769 "sebastian/recursion-context": "^5.0" 7770 }, 7771 "require-dev": { 7772 "phpunit/phpunit": "^10.0" 7773 }, 7774 "type": "library", 7775 "extra": { 7776 "branch-alias": { 7777 "dev-main": "5.0-dev" 7778 } 7779 }, 7780 "autoload": { 7781 "classmap": [ 7782 "src/" 7783 ] 7784 }, 7785 "notification-url": "https://packagist.org/downloads/", 7786 "license": [ 7787 "BSD-3-Clause" 7788 ], 7789 "authors": [ 7790 { 7791 "name": "Sebastian Bergmann", 7792 "email": "sebastian@phpunit.de" 7793 } 7794 ], 7795 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 7796 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 7797 "support": { 7798 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 7799 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" 7800 }, 7801 "funding": [ 7802 { 7803 "url": "https://github.com/sebastianbergmann", 7804 "type": "github" 7805 } 7806 ], 7807 "time": "2023-02-03T07:08:32+00:00" 7808 }, 7809 { 7810 "name": "sebastian/object-reflector", 7811 "version": "3.0.0", 7812 "source": { 7813 "type": "git", 7814 "url": "https://github.com/sebastianbergmann/object-reflector.git", 7815 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" 7816 }, 7817 "dist": { 7818 "type": "zip", 7819 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", 7820 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", 7821 "shasum": "" 7822 }, 7823 "require": { 7824 "php": ">=8.1" 7825 }, 7826 "require-dev": { 7827 "phpunit/phpunit": "^10.0" 7828 }, 7829 "type": "library", 7830 "extra": { 7831 "branch-alias": { 7832 "dev-main": "3.0-dev" 7833 } 7834 }, 7835 "autoload": { 7836 "classmap": [ 7837 "src/" 7838 ] 7839 }, 7840 "notification-url": "https://packagist.org/downloads/", 7841 "license": [ 7842 "BSD-3-Clause" 7843 ], 7844 "authors": [ 7845 { 7846 "name": "Sebastian Bergmann", 7847 "email": "sebastian@phpunit.de" 7848 } 7849 ], 7850 "description": "Allows reflection of object attributes, including inherited and non-public ones", 7851 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 7852 "support": { 7853 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 7854 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" 7855 }, 7856 "funding": [ 7857 { 7858 "url": "https://github.com/sebastianbergmann", 7859 "type": "github" 7860 } 7861 ], 7862 "time": "2023-02-03T07:06:18+00:00" 7863 }, 7864 { 7865 "name": "sebastian/recursion-context", 7866 "version": "5.0.0", 7867 "source": { 7868 "type": "git", 7869 "url": "https://github.com/sebastianbergmann/recursion-context.git", 7870 "reference": "05909fb5bc7df4c52992396d0116aed689f93712" 7871 }, 7872 "dist": { 7873 "type": "zip", 7874 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", 7875 "reference": "05909fb5bc7df4c52992396d0116aed689f93712", 7876 "shasum": "" 7877 }, 7878 "require": { 7879 "php": ">=8.1" 7880 }, 7881 "require-dev": { 7882 "phpunit/phpunit": "^10.0" 7883 }, 7884 "type": "library", 7885 "extra": { 7886 "branch-alias": { 7887 "dev-main": "5.0-dev" 7888 } 7889 }, 7890 "autoload": { 7891 "classmap": [ 7892 "src/" 7893 ] 7894 }, 7895 "notification-url": "https://packagist.org/downloads/", 7896 "license": [ 7897 "BSD-3-Clause" 7898 ], 7899 "authors": [ 7900 { 7901 "name": "Sebastian Bergmann", 7902 "email": "sebastian@phpunit.de" 7903 }, 7904 { 7905 "name": "Jeff Welch", 7906 "email": "whatthejeff@gmail.com" 7907 }, 7908 { 7909 "name": "Adam Harvey", 7910 "email": "aharvey@php.net" 7911 } 7912 ], 7913 "description": "Provides functionality to recursively process PHP variables", 7914 "homepage": "https://github.com/sebastianbergmann/recursion-context", 7915 "support": { 7916 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 7917 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" 7918 }, 7919 "funding": [ 7920 { 7921 "url": "https://github.com/sebastianbergmann", 7922 "type": "github" 7923 } 7924 ], 7925 "time": "2023-02-03T07:05:40+00:00" 7926 }, 7927 { 7928 "name": "sebastian/type", 7929 "version": "4.0.0", 7930 "source": { 7931 "type": "git", 7932 "url": "https://github.com/sebastianbergmann/type.git", 7933 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" 7934 }, 7935 "dist": { 7936 "type": "zip", 7937 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", 7938 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", 7939 "shasum": "" 7940 }, 7941 "require": { 7942 "php": ">=8.1" 7943 }, 7944 "require-dev": { 7945 "phpunit/phpunit": "^10.0" 7946 }, 7947 "type": "library", 7948 "extra": { 7949 "branch-alias": { 7950 "dev-main": "4.0-dev" 7951 } 7952 }, 7953 "autoload": { 7954 "classmap": [ 7955 "src/" 7956 ] 7957 }, 7958 "notification-url": "https://packagist.org/downloads/", 7959 "license": [ 7960 "BSD-3-Clause" 7961 ], 7962 "authors": [ 7963 { 7964 "name": "Sebastian Bergmann", 7965 "email": "sebastian@phpunit.de", 7966 "role": "lead" 7967 } 7968 ], 7969 "description": "Collection of value objects that represent the types of the PHP type system", 7970 "homepage": "https://github.com/sebastianbergmann/type", 7971 "support": { 7972 "issues": "https://github.com/sebastianbergmann/type/issues", 7973 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" 7974 }, 7975 "funding": [ 7976 { 7977 "url": "https://github.com/sebastianbergmann", 7978 "type": "github" 7979 } 7980 ], 7981 "time": "2023-02-03T07:10:45+00:00" 7982 }, 7983 { 7984 "name": "sebastian/version", 7985 "version": "4.0.1", 7986 "source": { 7987 "type": "git", 7988 "url": "https://github.com/sebastianbergmann/version.git", 7989 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" 7990 }, 7991 "dist": { 7992 "type": "zip", 7993 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", 7994 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", 7995 "shasum": "" 7996 }, 7997 "require": { 7998 "php": ">=8.1" 7999 }, 8000 "type": "library", 8001 "extra": { 8002 "branch-alias": { 8003 "dev-main": "4.0-dev" 8004 } 8005 }, 8006 "autoload": { 8007 "classmap": [ 8008 "src/" 8009 ] 8010 }, 8011 "notification-url": "https://packagist.org/downloads/", 8012 "license": [ 8013 "BSD-3-Clause" 8014 ], 8015 "authors": [ 8016 { 8017 "name": "Sebastian Bergmann", 8018 "email": "sebastian@phpunit.de", 8019 "role": "lead" 8020 } 8021 ], 8022 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 8023 "homepage": "https://github.com/sebastianbergmann/version", 8024 "support": { 8025 "issues": "https://github.com/sebastianbergmann/version/issues", 8026 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" 8027 }, 8028 "funding": [ 8029 { 8030 "url": "https://github.com/sebastianbergmann", 8031 "type": "github" 8032 } 8033 ], 8034 "time": "2023-02-07T11:34:05+00:00" 8035 }, 8036 { 8037 "name": "seld/jsonlint", 8038 "version": "1.10.0", 8039 "source": { 8040 "type": "git", 8041 "url": "https://github.com/Seldaek/jsonlint.git", 8042 "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1" 8043 }, 8044 "dist": { 8045 "type": "zip", 8046 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1", 8047 "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1", 8048 "shasum": "" 8049 }, 8050 "require": { 8051 "php": "^5.3 || ^7.0 || ^8.0" 8052 }, 8053 "require-dev": { 8054 "phpstan/phpstan": "^1.5", 8055 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" 8056 }, 8057 "bin": [ 8058 "bin/jsonlint" 8059 ], 8060 "type": "library", 8061 "autoload": { 8062 "psr-4": { 8063 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 8064 } 8065 }, 8066 "notification-url": "https://packagist.org/downloads/", 8067 "license": [ 8068 "MIT" 8069 ], 8070 "authors": [ 8071 { 8072 "name": "Jordi Boggiano", 8073 "email": "j.boggiano@seld.be", 8074 "homepage": "http://seld.be" 8075 } 8076 ], 8077 "description": "JSON Linter", 8078 "keywords": [ 8079 "json", 8080 "linter", 8081 "parser", 8082 "validator" 8083 ], 8084 "support": { 8085 "issues": "https://github.com/Seldaek/jsonlint/issues", 8086 "source": "https://github.com/Seldaek/jsonlint/tree/1.10.0" 8087 }, 8088 "funding": [ 8089 { 8090 "url": "https://github.com/Seldaek", 8091 "type": "github" 8092 }, 8093 { 8094 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 8095 "type": "tidelift" 8096 } 8097 ], 8098 "time": "2023-05-11T13:16:46+00:00" 8099 }, 8100 { 8101 "name": "seld/phar-utils", 8102 "version": "1.2.1", 8103 "source": { 8104 "type": "git", 8105 "url": "https://github.com/Seldaek/phar-utils.git", 8106 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" 8107 }, 8108 "dist": { 8109 "type": "zip", 8110 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", 8111 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", 8112 "shasum": "" 8113 }, 8114 "require": { 8115 "php": ">=5.3" 8116 }, 8117 "type": "library", 8118 "extra": { 8119 "branch-alias": { 8120 "dev-master": "1.x-dev" 8121 } 8122 }, 8123 "autoload": { 8124 "psr-4": { 8125 "Seld\\PharUtils\\": "src/" 8126 } 8127 }, 8128 "notification-url": "https://packagist.org/downloads/", 8129 "license": [ 8130 "MIT" 8131 ], 8132 "authors": [ 8133 { 8134 "name": "Jordi Boggiano", 8135 "email": "j.boggiano@seld.be" 8136 } 8137 ], 8138 "description": "PHAR file format utilities, for when PHP phars you up", 8139 "keywords": [ 8140 "phar" 8141 ], 8142 "support": { 8143 "issues": "https://github.com/Seldaek/phar-utils/issues", 8144 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" 8145 }, 8146 "time": "2022-08-31T10:31:18+00:00" 8147 }, 8148 { 8149 "name": "seld/signal-handler", 8150 "version": "2.0.2", 8151 "source": { 8152 "type": "git", 8153 "url": "https://github.com/Seldaek/signal-handler.git", 8154 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98" 8155 }, 8156 "dist": { 8157 "type": "zip", 8158 "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", 8159 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", 8160 "shasum": "" 8161 }, 8162 "require": { 8163 "php": ">=7.2.0" 8164 }, 8165 "require-dev": { 8166 "phpstan/phpstan": "^1", 8167 "phpstan/phpstan-deprecation-rules": "^1.0", 8168 "phpstan/phpstan-phpunit": "^1", 8169 "phpstan/phpstan-strict-rules": "^1.3", 8170 "phpunit/phpunit": "^7.5.20 || ^8.5.23", 8171 "psr/log": "^1 || ^2 || ^3" 8172 }, 8173 "type": "library", 8174 "extra": { 8175 "branch-alias": { 8176 "dev-main": "2.x-dev" 8177 } 8178 }, 8179 "autoload": { 8180 "psr-4": { 8181 "Seld\\Signal\\": "src/" 8182 } 8183 }, 8184 "notification-url": "https://packagist.org/downloads/", 8185 "license": [ 8186 "MIT" 8187 ], 8188 "authors": [ 8189 { 8190 "name": "Jordi Boggiano", 8191 "email": "j.boggiano@seld.be", 8192 "homepage": "http://seld.be" 8193 } 8194 ], 8195 "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", 8196 "keywords": [ 8197 "posix", 8198 "sigint", 8199 "signal", 8200 "sigterm", 8201 "unix" 8202 ], 8203 "support": { 8204 "issues": "https://github.com/Seldaek/signal-handler/issues", 8205 "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2" 8206 }, 8207 "time": "2023-09-03T09:24:00+00:00" 8208 }, 8209 { 8210 "name": "symfony/config", 8211 "version": "v6.3.2", 8212 "source": { 8213 "type": "git", 8214 "url": "https://github.com/symfony/config.git", 8215 "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467" 8216 }, 8217 "dist": { 8218 "type": "zip", 8219 "url": "https://api.github.com/repos/symfony/config/zipball/b47ca238b03e7b0d7880ffd1cf06e8d637ca1467", 8220 "reference": "b47ca238b03e7b0d7880ffd1cf06e8d637ca1467", 8221 "shasum": "" 8222 }, 8223 "require": { 8224 "php": ">=8.1", 8225 "symfony/deprecation-contracts": "^2.5|^3", 8226 "symfony/filesystem": "^5.4|^6.0", 8227 "symfony/polyfill-ctype": "~1.8" 8228 }, 8229 "conflict": { 8230 "symfony/finder": "<5.4", 8231 "symfony/service-contracts": "<2.5" 8232 }, 8233 "require-dev": { 8234 "symfony/event-dispatcher": "^5.4|^6.0", 8235 "symfony/finder": "^5.4|^6.0", 8236 "symfony/messenger": "^5.4|^6.0", 8237 "symfony/service-contracts": "^2.5|^3", 8238 "symfony/yaml": "^5.4|^6.0" 8239 }, 8240 "type": "library", 8241 "autoload": { 8242 "psr-4": { 8243 "Symfony\\Component\\Config\\": "" 8244 }, 8245 "exclude-from-classmap": [ 8246 "/Tests/" 8247 ] 8248 }, 8249 "notification-url": "https://packagist.org/downloads/", 8250 "license": [ 8251 "MIT" 8252 ], 8253 "authors": [ 8254 { 8255 "name": "Fabien Potencier", 8256 "email": "fabien@symfony.com" 8257 }, 8258 { 8259 "name": "Symfony Community", 8260 "homepage": "https://symfony.com/contributors" 8261 } 8262 ], 8263 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 8264 "homepage": "https://symfony.com", 8265 "support": { 8266 "source": "https://github.com/symfony/config/tree/v6.3.2" 8267 }, 8268 "funding": [ 8269 { 8270 "url": "https://symfony.com/sponsor", 8271 "type": "custom" 8272 }, 8273 { 8274 "url": "https://github.com/fabpot", 8275 "type": "github" 8276 }, 8277 { 8278 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8279 "type": "tidelift" 8280 } 8281 ], 8282 "time": "2023-07-19T20:22:16+00:00" 8283 }, 8284 { 8285 "name": "symfony/console", 8286 "version": "v6.3.4", 8287 "source": { 8288 "type": "git", 8289 "url": "https://github.com/symfony/console.git", 8290 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6" 8291 }, 8292 "dist": { 8293 "type": "zip", 8294 "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6", 8295 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6", 8296 "shasum": "" 8297 }, 8298 "require": { 8299 "php": ">=8.1", 8300 "symfony/deprecation-contracts": "^2.5|^3", 8301 "symfony/polyfill-mbstring": "~1.0", 8302 "symfony/service-contracts": "^2.5|^3", 8303 "symfony/string": "^5.4|^6.0" 8304 }, 8305 "conflict": { 8306 "symfony/dependency-injection": "<5.4", 8307 "symfony/dotenv": "<5.4", 8308 "symfony/event-dispatcher": "<5.4", 8309 "symfony/lock": "<5.4", 8310 "symfony/process": "<5.4" 8311 }, 8312 "provide": { 8313 "psr/log-implementation": "1.0|2.0|3.0" 8314 }, 8315 "require-dev": { 8316 "psr/log": "^1|^2|^3", 8317 "symfony/config": "^5.4|^6.0", 8318 "symfony/dependency-injection": "^5.4|^6.0", 8319 "symfony/event-dispatcher": "^5.4|^6.0", 8320 "symfony/lock": "^5.4|^6.0", 8321 "symfony/process": "^5.4|^6.0", 8322 "symfony/var-dumper": "^5.4|^6.0" 8323 }, 8324 "type": "library", 8325 "autoload": { 8326 "psr-4": { 8327 "Symfony\\Component\\Console\\": "" 8328 }, 8329 "exclude-from-classmap": [ 8330 "/Tests/" 8331 ] 8332 }, 8333 "notification-url": "https://packagist.org/downloads/", 8334 "license": [ 8335 "MIT" 8336 ], 8337 "authors": [ 8338 { 8339 "name": "Fabien Potencier", 8340 "email": "fabien@symfony.com" 8341 }, 8342 { 8343 "name": "Symfony Community", 8344 "homepage": "https://symfony.com/contributors" 8345 } 8346 ], 8347 "description": "Eases the creation of beautiful and testable command line interfaces", 8348 "homepage": "https://symfony.com", 8349 "keywords": [ 8350 "cli", 8351 "command-line", 8352 "console", 8353 "terminal" 8354 ], 8355 "support": { 8356 "source": "https://github.com/symfony/console/tree/v6.3.4" 8357 }, 8358 "funding": [ 8359 { 8360 "url": "https://symfony.com/sponsor", 8361 "type": "custom" 8362 }, 8363 { 8364 "url": "https://github.com/fabpot", 8365 "type": "github" 8366 }, 8367 { 8368 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8369 "type": "tidelift" 8370 } 8371 ], 8372 "time": "2023-08-16T10:10:12+00:00" 8373 }, 8374 { 8375 "name": "symfony/filesystem", 8376 "version": "v6.3.1", 8377 "source": { 8378 "type": "git", 8379 "url": "https://github.com/symfony/filesystem.git", 8380 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae" 8381 }, 8382 "dist": { 8383 "type": "zip", 8384 "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", 8385 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", 8386 "shasum": "" 8387 }, 8388 "require": { 8389 "php": ">=8.1", 8390 "symfony/polyfill-ctype": "~1.8", 8391 "symfony/polyfill-mbstring": "~1.8" 8392 }, 8393 "type": "library", 8394 "autoload": { 8395 "psr-4": { 8396 "Symfony\\Component\\Filesystem\\": "" 8397 }, 8398 "exclude-from-classmap": [ 8399 "/Tests/" 8400 ] 8401 }, 8402 "notification-url": "https://packagist.org/downloads/", 8403 "license": [ 8404 "MIT" 8405 ], 8406 "authors": [ 8407 { 8408 "name": "Fabien Potencier", 8409 "email": "fabien@symfony.com" 8410 }, 8411 { 8412 "name": "Symfony Community", 8413 "homepage": "https://symfony.com/contributors" 8414 } 8415 ], 8416 "description": "Provides basic utilities for the filesystem", 8417 "homepage": "https://symfony.com", 8418 "support": { 8419 "source": "https://github.com/symfony/filesystem/tree/v6.3.1" 8420 }, 8421 "funding": [ 8422 { 8423 "url": "https://symfony.com/sponsor", 8424 "type": "custom" 8425 }, 8426 { 8427 "url": "https://github.com/fabpot", 8428 "type": "github" 8429 }, 8430 { 8431 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8432 "type": "tidelift" 8433 } 8434 ], 8435 "time": "2023-06-01T08:30:39+00:00" 8436 }, 8437 { 8438 "name": "symfony/finder", 8439 "version": "v6.3.3", 8440 "source": { 8441 "type": "git", 8442 "url": "https://github.com/symfony/finder.git", 8443 "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e" 8444 }, 8445 "dist": { 8446 "type": "zip", 8447 "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e", 8448 "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e", 8449 "shasum": "" 8450 }, 8451 "require": { 8452 "php": ">=8.1" 8453 }, 8454 "require-dev": { 8455 "symfony/filesystem": "^6.0" 8456 }, 8457 "type": "library", 8458 "autoload": { 8459 "psr-4": { 8460 "Symfony\\Component\\Finder\\": "" 8461 }, 8462 "exclude-from-classmap": [ 8463 "/Tests/" 8464 ] 8465 }, 8466 "notification-url": "https://packagist.org/downloads/", 8467 "license": [ 8468 "MIT" 8469 ], 8470 "authors": [ 8471 { 8472 "name": "Fabien Potencier", 8473 "email": "fabien@symfony.com" 8474 }, 8475 { 8476 "name": "Symfony Community", 8477 "homepage": "https://symfony.com/contributors" 8478 } 8479 ], 8480 "description": "Finds files and directories via an intuitive fluent interface", 8481 "homepage": "https://symfony.com", 8482 "support": { 8483 "source": "https://github.com/symfony/finder/tree/v6.3.3" 8484 }, 8485 "funding": [ 8486 { 8487 "url": "https://symfony.com/sponsor", 8488 "type": "custom" 8489 }, 8490 { 8491 "url": "https://github.com/fabpot", 8492 "type": "github" 8493 }, 8494 { 8495 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8496 "type": "tidelift" 8497 } 8498 ], 8499 "time": "2023-07-31T08:31:44+00:00" 8500 }, 8501 { 8502 "name": "symfony/polyfill-ctype", 8503 "version": "v1.28.0", 8504 "source": { 8505 "type": "git", 8506 "url": "https://github.com/symfony/polyfill-ctype.git", 8507 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" 8508 }, 8509 "dist": { 8510 "type": "zip", 8511 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 8512 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", 8513 "shasum": "" 8514 }, 8515 "require": { 8516 "php": ">=7.1" 8517 }, 8518 "provide": { 8519 "ext-ctype": "*" 8520 }, 8521 "suggest": { 8522 "ext-ctype": "For best performance" 8523 }, 8524 "type": "library", 8525 "extra": { 8526 "branch-alias": { 8527 "dev-main": "1.28-dev" 8528 }, 8529 "thanks": { 8530 "name": "symfony/polyfill", 8531 "url": "https://github.com/symfony/polyfill" 8532 } 8533 }, 8534 "autoload": { 8535 "files": [ 8536 "bootstrap.php" 8537 ], 8538 "psr-4": { 8539 "Symfony\\Polyfill\\Ctype\\": "" 8540 } 8541 }, 8542 "notification-url": "https://packagist.org/downloads/", 8543 "license": [ 8544 "MIT" 8545 ], 8546 "authors": [ 8547 { 8548 "name": "Gert de Pagter", 8549 "email": "BackEndTea@gmail.com" 8550 }, 8551 { 8552 "name": "Symfony Community", 8553 "homepage": "https://symfony.com/contributors" 8554 } 8555 ], 8556 "description": "Symfony polyfill for ctype functions", 8557 "homepage": "https://symfony.com", 8558 "keywords": [ 8559 "compatibility", 8560 "ctype", 8561 "polyfill", 8562 "portable" 8563 ], 8564 "support": { 8565 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" 8566 }, 8567 "funding": [ 8568 { 8569 "url": "https://symfony.com/sponsor", 8570 "type": "custom" 8571 }, 8572 { 8573 "url": "https://github.com/fabpot", 8574 "type": "github" 8575 }, 8576 { 8577 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8578 "type": "tidelift" 8579 } 8580 ], 8581 "time": "2023-01-26T09:26:14+00:00" 8582 }, 8583 { 8584 "name": "symfony/polyfill-intl-grapheme", 8585 "version": "v1.28.0", 8586 "source": { 8587 "type": "git", 8588 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 8589 "reference": "875e90aeea2777b6f135677f618529449334a612" 8590 }, 8591 "dist": { 8592 "type": "zip", 8593 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", 8594 "reference": "875e90aeea2777b6f135677f618529449334a612", 8595 "shasum": "" 8596 }, 8597 "require": { 8598 "php": ">=7.1" 8599 }, 8600 "suggest": { 8601 "ext-intl": "For best performance" 8602 }, 8603 "type": "library", 8604 "extra": { 8605 "branch-alias": { 8606 "dev-main": "1.28-dev" 8607 }, 8608 "thanks": { 8609 "name": "symfony/polyfill", 8610 "url": "https://github.com/symfony/polyfill" 8611 } 8612 }, 8613 "autoload": { 8614 "files": [ 8615 "bootstrap.php" 8616 ], 8617 "psr-4": { 8618 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 8619 } 8620 }, 8621 "notification-url": "https://packagist.org/downloads/", 8622 "license": [ 8623 "MIT" 8624 ], 8625 "authors": [ 8626 { 8627 "name": "Nicolas Grekas", 8628 "email": "p@tchwork.com" 8629 }, 8630 { 8631 "name": "Symfony Community", 8632 "homepage": "https://symfony.com/contributors" 8633 } 8634 ], 8635 "description": "Symfony polyfill for intl's grapheme_* functions", 8636 "homepage": "https://symfony.com", 8637 "keywords": [ 8638 "compatibility", 8639 "grapheme", 8640 "intl", 8641 "polyfill", 8642 "portable", 8643 "shim" 8644 ], 8645 "support": { 8646 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" 8647 }, 8648 "funding": [ 8649 { 8650 "url": "https://symfony.com/sponsor", 8651 "type": "custom" 8652 }, 8653 { 8654 "url": "https://github.com/fabpot", 8655 "type": "github" 8656 }, 8657 { 8658 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8659 "type": "tidelift" 8660 } 8661 ], 8662 "time": "2023-01-26T09:26:14+00:00" 8663 }, 8664 { 8665 "name": "symfony/polyfill-php73", 8666 "version": "v1.28.0", 8667 "source": { 8668 "type": "git", 8669 "url": "https://github.com/symfony/polyfill-php73.git", 8670 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" 8671 }, 8672 "dist": { 8673 "type": "zip", 8674 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", 8675 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", 8676 "shasum": "" 8677 }, 8678 "require": { 8679 "php": ">=7.1" 8680 }, 8681 "type": "library", 8682 "extra": { 8683 "branch-alias": { 8684 "dev-main": "1.28-dev" 8685 }, 8686 "thanks": { 8687 "name": "symfony/polyfill", 8688 "url": "https://github.com/symfony/polyfill" 8689 } 8690 }, 8691 "autoload": { 8692 "files": [ 8693 "bootstrap.php" 8694 ], 8695 "psr-4": { 8696 "Symfony\\Polyfill\\Php73\\": "" 8697 }, 8698 "classmap": [ 8699 "Resources/stubs" 8700 ] 8701 }, 8702 "notification-url": "https://packagist.org/downloads/", 8703 "license": [ 8704 "MIT" 8705 ], 8706 "authors": [ 8707 { 8708 "name": "Nicolas Grekas", 8709 "email": "p@tchwork.com" 8710 }, 8711 { 8712 "name": "Symfony Community", 8713 "homepage": "https://symfony.com/contributors" 8714 } 8715 ], 8716 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 8717 "homepage": "https://symfony.com", 8718 "keywords": [ 8719 "compatibility", 8720 "polyfill", 8721 "portable", 8722 "shim" 8723 ], 8724 "support": { 8725 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" 8726 }, 8727 "funding": [ 8728 { 8729 "url": "https://symfony.com/sponsor", 8730 "type": "custom" 8731 }, 8732 { 8733 "url": "https://github.com/fabpot", 8734 "type": "github" 8735 }, 8736 { 8737 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8738 "type": "tidelift" 8739 } 8740 ], 8741 "time": "2023-01-26T09:26:14+00:00" 8742 }, 8743 { 8744 "name": "symfony/polyfill-php81", 8745 "version": "v1.28.0", 8746 "source": { 8747 "type": "git", 8748 "url": "https://github.com/symfony/polyfill-php81.git", 8749 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" 8750 }, 8751 "dist": { 8752 "type": "zip", 8753 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", 8754 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", 8755 "shasum": "" 8756 }, 8757 "require": { 8758 "php": ">=7.1" 8759 }, 8760 "type": "library", 8761 "extra": { 8762 "branch-alias": { 8763 "dev-main": "1.28-dev" 8764 }, 8765 "thanks": { 8766 "name": "symfony/polyfill", 8767 "url": "https://github.com/symfony/polyfill" 8768 } 8769 }, 8770 "autoload": { 8771 "files": [ 8772 "bootstrap.php" 8773 ], 8774 "psr-4": { 8775 "Symfony\\Polyfill\\Php81\\": "" 8776 }, 8777 "classmap": [ 8778 "Resources/stubs" 8779 ] 8780 }, 8781 "notification-url": "https://packagist.org/downloads/", 8782 "license": [ 8783 "MIT" 8784 ], 8785 "authors": [ 8786 { 8787 "name": "Nicolas Grekas", 8788 "email": "p@tchwork.com" 8789 }, 8790 { 8791 "name": "Symfony Community", 8792 "homepage": "https://symfony.com/contributors" 8793 } 8794 ], 8795 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 8796 "homepage": "https://symfony.com", 8797 "keywords": [ 8798 "compatibility", 8799 "polyfill", 8800 "portable", 8801 "shim" 8802 ], 8803 "support": { 8804 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" 8805 }, 8806 "funding": [ 8807 { 8808 "url": "https://symfony.com/sponsor", 8809 "type": "custom" 8810 }, 8811 { 8812 "url": "https://github.com/fabpot", 8813 "type": "github" 8814 }, 8815 { 8816 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8817 "type": "tidelift" 8818 } 8819 ], 8820 "time": "2023-01-26T09:26:14+00:00" 8821 }, 8822 { 8823 "name": "symfony/process", 8824 "version": "v6.3.4", 8825 "source": { 8826 "type": "git", 8827 "url": "https://github.com/symfony/process.git", 8828 "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54" 8829 }, 8830 "dist": { 8831 "type": "zip", 8832 "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54", 8833 "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54", 8834 "shasum": "" 8835 }, 8836 "require": { 8837 "php": ">=8.1" 8838 }, 8839 "type": "library", 8840 "autoload": { 8841 "psr-4": { 8842 "Symfony\\Component\\Process\\": "" 8843 }, 8844 "exclude-from-classmap": [ 8845 "/Tests/" 8846 ] 8847 }, 8848 "notification-url": "https://packagist.org/downloads/", 8849 "license": [ 8850 "MIT" 8851 ], 8852 "authors": [ 8853 { 8854 "name": "Fabien Potencier", 8855 "email": "fabien@symfony.com" 8856 }, 8857 { 8858 "name": "Symfony Community", 8859 "homepage": "https://symfony.com/contributors" 8860 } 8861 ], 8862 "description": "Executes commands in sub-processes", 8863 "homepage": "https://symfony.com", 8864 "support": { 8865 "source": "https://github.com/symfony/process/tree/v6.3.4" 8866 }, 8867 "funding": [ 8868 { 8869 "url": "https://symfony.com/sponsor", 8870 "type": "custom" 8871 }, 8872 { 8873 "url": "https://github.com/fabpot", 8874 "type": "github" 8875 }, 8876 { 8877 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8878 "type": "tidelift" 8879 } 8880 ], 8881 "time": "2023-08-07T10:39:22+00:00" 8882 }, 8883 { 8884 "name": "symfony/stopwatch", 8885 "version": "v6.3.0", 8886 "source": { 8887 "type": "git", 8888 "url": "https://github.com/symfony/stopwatch.git", 8889 "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2" 8890 }, 8891 "dist": { 8892 "type": "zip", 8893 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", 8894 "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", 8895 "shasum": "" 8896 }, 8897 "require": { 8898 "php": ">=8.1", 8899 "symfony/service-contracts": "^2.5|^3" 8900 }, 8901 "type": "library", 8902 "autoload": { 8903 "psr-4": { 8904 "Symfony\\Component\\Stopwatch\\": "" 8905 }, 8906 "exclude-from-classmap": [ 8907 "/Tests/" 8908 ] 8909 }, 8910 "notification-url": "https://packagist.org/downloads/", 8911 "license": [ 8912 "MIT" 8913 ], 8914 "authors": [ 8915 { 8916 "name": "Fabien Potencier", 8917 "email": "fabien@symfony.com" 8918 }, 8919 { 8920 "name": "Symfony Community", 8921 "homepage": "https://symfony.com/contributors" 8922 } 8923 ], 8924 "description": "Provides a way to profile code", 8925 "homepage": "https://symfony.com", 8926 "support": { 8927 "source": "https://github.com/symfony/stopwatch/tree/v6.3.0" 8928 }, 8929 "funding": [ 8930 { 8931 "url": "https://symfony.com/sponsor", 8932 "type": "custom" 8933 }, 8934 { 8935 "url": "https://github.com/fabpot", 8936 "type": "github" 8937 }, 8938 { 8939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8940 "type": "tidelift" 8941 } 8942 ], 8943 "time": "2023-02-16T10:14:28+00:00" 8944 }, 8945 { 8946 "name": "symfony/string", 8947 "version": "v6.3.2", 8948 "source": { 8949 "type": "git", 8950 "url": "https://github.com/symfony/string.git", 8951 "reference": "53d1a83225002635bca3482fcbf963001313fb68" 8952 }, 8953 "dist": { 8954 "type": "zip", 8955 "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", 8956 "reference": "53d1a83225002635bca3482fcbf963001313fb68", 8957 "shasum": "" 8958 }, 8959 "require": { 8960 "php": ">=8.1", 8961 "symfony/polyfill-ctype": "~1.8", 8962 "symfony/polyfill-intl-grapheme": "~1.0", 8963 "symfony/polyfill-intl-normalizer": "~1.0", 8964 "symfony/polyfill-mbstring": "~1.0" 8965 }, 8966 "conflict": { 8967 "symfony/translation-contracts": "<2.5" 8968 }, 8969 "require-dev": { 8970 "symfony/error-handler": "^5.4|^6.0", 8971 "symfony/http-client": "^5.4|^6.0", 8972 "symfony/intl": "^6.2", 8973 "symfony/translation-contracts": "^2.5|^3.0", 8974 "symfony/var-exporter": "^5.4|^6.0" 8975 }, 8976 "type": "library", 8977 "autoload": { 8978 "files": [ 8979 "Resources/functions.php" 8980 ], 8981 "psr-4": { 8982 "Symfony\\Component\\String\\": "" 8983 }, 8984 "exclude-from-classmap": [ 8985 "/Tests/" 8986 ] 8987 }, 8988 "notification-url": "https://packagist.org/downloads/", 8989 "license": [ 8990 "MIT" 8991 ], 8992 "authors": [ 8993 { 8994 "name": "Nicolas Grekas", 8995 "email": "p@tchwork.com" 8996 }, 8997 { 8998 "name": "Symfony Community", 8999 "homepage": "https://symfony.com/contributors" 9000 } 9001 ], 9002 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 9003 "homepage": "https://symfony.com", 9004 "keywords": [ 9005 "grapheme", 9006 "i18n", 9007 "string", 9008 "unicode", 9009 "utf-8", 9010 "utf8" 9011 ], 9012 "support": { 9013 "source": "https://github.com/symfony/string/tree/v6.3.2" 9014 }, 9015 "funding": [ 9016 { 9017 "url": "https://symfony.com/sponsor", 9018 "type": "custom" 9019 }, 9020 { 9021 "url": "https://github.com/fabpot", 9022 "type": "github" 9023 }, 9024 { 9025 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 9026 "type": "tidelift" 9027 } 9028 ], 9029 "time": "2023-07-05T08:41:27+00:00" 9030 }, 9031 { 9032 "name": "symfony/yaml", 9033 "version": "v6.3.3", 9034 "source": { 9035 "type": "git", 9036 "url": "https://github.com/symfony/yaml.git", 9037 "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add" 9038 }, 9039 "dist": { 9040 "type": "zip", 9041 "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add", 9042 "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add", 9043 "shasum": "" 9044 }, 9045 "require": { 9046 "php": ">=8.1", 9047 "symfony/deprecation-contracts": "^2.5|^3", 9048 "symfony/polyfill-ctype": "^1.8" 9049 }, 9050 "conflict": { 9051 "symfony/console": "<5.4" 9052 }, 9053 "require-dev": { 9054 "symfony/console": "^5.4|^6.0" 9055 }, 9056 "bin": [ 9057 "Resources/bin/yaml-lint" 9058 ], 9059 "type": "library", 9060 "autoload": { 9061 "psr-4": { 9062 "Symfony\\Component\\Yaml\\": "" 9063 }, 9064 "exclude-from-classmap": [ 9065 "/Tests/" 9066 ] 9067 }, 9068 "notification-url": "https://packagist.org/downloads/", 9069 "license": [ 9070 "MIT" 9071 ], 9072 "authors": [ 9073 { 9074 "name": "Fabien Potencier", 9075 "email": "fabien@symfony.com" 9076 }, 9077 { 9078 "name": "Symfony Community", 9079 "homepage": "https://symfony.com/contributors" 9080 } 9081 ], 9082 "description": "Loads and dumps YAML files", 9083 "homepage": "https://symfony.com", 9084 "support": { 9085 "source": "https://github.com/symfony/yaml/tree/v6.3.3" 9086 }, 9087 "funding": [ 9088 { 9089 "url": "https://symfony.com/sponsor", 9090 "type": "custom" 9091 }, 9092 { 9093 "url": "https://github.com/fabpot", 9094 "type": "github" 9095 }, 9096 { 9097 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 9098 "type": "tidelift" 9099 } 9100 ], 9101 "time": "2023-07-31T07:08:24+00:00" 9102 }, 9103 { 9104 "name": "theseer/tokenizer", 9105 "version": "1.2.1", 9106 "source": { 9107 "type": "git", 9108 "url": "https://github.com/theseer/tokenizer.git", 9109 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 9110 }, 9111 "dist": { 9112 "type": "zip", 9113 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 9114 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 9115 "shasum": "" 9116 }, 9117 "require": { 9118 "ext-dom": "*", 9119 "ext-tokenizer": "*", 9120 "ext-xmlwriter": "*", 9121 "php": "^7.2 || ^8.0" 9122 }, 9123 "type": "library", 9124 "autoload": { 9125 "classmap": [ 9126 "src/" 9127 ] 9128 }, 9129 "notification-url": "https://packagist.org/downloads/", 9130 "license": [ 9131 "BSD-3-Clause" 9132 ], 9133 "authors": [ 9134 { 9135 "name": "Arne Blankerts", 9136 "email": "arne@blankerts.de", 9137 "role": "Developer" 9138 } 9139 ], 9140 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 9141 "support": { 9142 "issues": "https://github.com/theseer/tokenizer/issues", 9143 "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 9144 }, 9145 "funding": [ 9146 { 9147 "url": "https://github.com/theseer", 9148 "type": "github" 9149 } 9150 ], 9151 "time": "2021-07-28T10:34:58+00:00" 9152 } 9153 ], 9154 "aliases": [], 9155 "minimum-stability": "stable", 9156 "stability-flags": [], 9157 "prefer-stable": false, 9158 "prefer-lowest": false, 9159 "platform": { 9160 "php": "8.1 - 8.3", 9161 "ext-ctype": "*", 9162 "ext-curl": "*", 9163 "ext-fileinfo": "*", 9164 "ext-gd": "*", 9165 "ext-iconv": "*", 9166 "ext-intl": "*", 9167 "ext-json": "*", 9168 "ext-mbstring": "*", 9169 "ext-pcre": "*", 9170 "ext-pdo": "*", 9171 "ext-session": "*", 9172 "ext-xml": "*" 9173 }, 9174 "platform-dev": { 9175 "ext-dom": "*", 9176 "ext-libxml": "*", 9177 "ext-pdo_sqlite": "*", 9178 "ext-sqlite3": "*" 9179 }, 9180 "platform-overrides": { 9181 "php": "8.1.0" 9182 }, 9183 "plugin-api-version": "2.3.0" 9184} 9185