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