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