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