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