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