Skip to content
Snippets Groups Projects
composer.lock 821 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
    
    jurgenhaas's avatar
    jurgenhaas committed
        "content-hash": "601c1e7918fefa2e55078babfa5de7c8",
    
    jurgenhaas's avatar
    jurgenhaas committed
        "packages": [
            {
                "name": "albertofem/rsync-lib",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/albertofem/rsync-lib.git",
                    "reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/albertofem/rsync-lib/zipball/6f7e31a15d5a2fe712136c367a35d2599bb5dbe5",
                    "reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=4.0,<6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "AFM": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Alberto Fernandez",
                        "email": "albertofem@gmail.com"
                    }
                ],
                "description": "A simple PHP rsync wrapper library",
                "homepage": "http://albertofem.com",
                "keywords": [
                    "rsync library"
                ],
                "support": {
                    "issues": "https://github.com/albertofem/rsync-lib/issues",
                    "source": "https://github.com/albertofem/rsync-lib/tree/master"
                },
                "time": "2018-01-13T20:13:12+00:00"
            },
            {
                "name": "asm89/stack-cors",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/asm89/stack-cors.git",
                    "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
                    "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
                    "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.0 || ^4.8.10",
                    "squizlabs/php_codesniffer": "^2.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Asm89\\Stack\\": "src/Asm89/Stack/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Alexander",
                        "email": "iam.asm89@gmail.com"
                    }
                ],
                "description": "Cross-origin resource sharing library and stack middleware",
                "homepage": "https://github.com/asm89/stack-cors",
                "keywords": [
                    "cors",
                    "stack"
                ],
                "support": {
                    "issues": "https://github.com/asm89/stack-cors/issues",
                    "source": "https://github.com/asm89/stack-cors/tree/1.3.0"
                },
                "time": "2019-12-24T22:41:47+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "bacon/bacon-qr-code",
                "version": "2.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Bacon/BaconQrCode.git",
                    "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
                    "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
                    "shasum": ""
                },
                "require": {
                    "dasprid/enum": "^1.0.3",
                    "ext-iconv": "*",
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "phly/keep-a-changelog": "^2.1",
                    "phpunit/phpunit": "^7 | ^8 | ^9",
                    "spatie/phpunit-snapshot-assertions": "^4.2.9",
                    "squizlabs/php_codesniffer": "^3.4"
                },
                "suggest": {
                    "ext-imagick": "to generate QR code images"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "BaconQrCode\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Ben Scholzen 'DASPRiD'",
                        "email": "mail@dasprids.de",
                        "homepage": "https://dasprids.de/",
                        "role": "Developer"
                    }
                ],
                "description": "BaconQrCode is a QR code generator for PHP.",
                "homepage": "https://github.com/Bacon/BaconQrCode",
                "support": {
                    "issues": "https://github.com/Bacon/BaconQrCode/issues",
                    "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
                },
                "time": "2022-03-14T02:02:36+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "chi-teck/drupal-code-generator",
                "version": "2.5.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Chi-teck/drupal-code-generator.git",
                    "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a49f29b0fe6b6c87fa7dc8979589ce8794c4d655",
                    "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "php": ">=7.4",
                    "psr/log": "^1.1 || ^2.0 || ^3.0",
                    "symfony/console": "^4.4.15 || ^5.1 || ^6.0",
                    "symfony/filesystem": "^4.4 || ^5.1 || ^6",
                    "symfony/polyfill-php80": "^1.23",
                    "symfony/string": "^5.1 || ^6",
                    "twig/twig": "^2.14.11 || ^3.1"
                },
                "conflict": {
                    "squizlabs/php_codesniffer": "<3.6"
                },
                "require-dev": {
                    "chi-teck/drupal-coder-extension": "^1.2",
                    "drupal/coder": "^8.3.14",
                    "friendsoftwig/twigcs": "dev-master",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.4",
                    "squizlabs/php_codesniffer": "^3.5",
                    "symfony/var-dumper": "^5.2 || ^6.0",
                    "symfony/yaml": "^5.2 || ^6.0"
                },
                "bin": [
                    "bin/dcg"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "DrupalCodeGenerator\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "description": "Drupal code generator",
                "support": {
                    "issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
                    "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.5.3"
                },
                "time": "2022-03-31T17:15:11+00:00"
            },
            {
                "name": "ckeditor/templates",
                "version": "4.11.1",
                "dist": {
                    "type": "zip",
                    "url": "https://download.ckeditor.com/templates/releases/templates_4.11.1.zip",
                    "reference": "master"
                },
                "type": "drupal-library"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "clue/stream-filter",
                "version": "v1.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/clue/stream-filter.git",
                    "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
                    "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "Clue\\StreamFilter\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Christian Lück",
                        "email": "christian@clue.engineering"
                    }
                ],
                "description": "A simple and modern approach to stream filtering in PHP",
                "homepage": "https://github.com/clue/php-stream-filter",
                "keywords": [
                    "bucket brigade",
                    "callback",
                    "filter",
                    "php_user_filter",
                    "stream",
                    "stream_filter_append",
                    "stream_filter_register"
                ],
                "support": {
                    "issues": "https://github.com/clue/stream-filter/issues",
                    "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
                },
                "funding": [
                    {
                        "url": "https://clue.engineering/support",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/clue",
                        "type": "github"
                    }
                ],
                "time": "2022-02-21T13:15:14+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
    309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
            {
                "name": "cocur/slugify",
                "version": "v3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/cocur/slugify.git",
                    "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e",
                    "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.5.9"
                },
                "require-dev": {
                    "laravel/framework": "~5.1",
                    "latte/latte": "~2.2",
                    "league/container": "^2.2.0",
                    "mikey179/vfsstream": "~1.6",
                    "mockery/mockery": "~0.9",
                    "nette/di": "~2.2",
                    "phpunit/phpunit": "~4.8.36|~5.2",
                    "pimple/pimple": "~1.1",
                    "plumphp/plum": "~0.1",
                    "silex/silex": "~1.3",
                    "symfony/config": "~2.4|~3.0|~4.0",
                    "symfony/dependency-injection": "~2.4|~3.0|~4.0",
                    "symfony/http-kernel": "~2.4|~3.0|~4.0",
                    "twig/twig": "~1.26|~2.0",
                    "zendframework/zend-modulemanager": "~2.2",
                    "zendframework/zend-servicemanager": "~2.2",
                    "zendframework/zend-view": "~2.2"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Cocur\\Slugify\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ivo Bathke",
                        "email": "ivo.bathke@gmail.com"
                    },
                    {
                        "name": "Florian Eckerstorfer",
                        "email": "florian@eckerstorfer.co",
                        "homepage": "https://florian.ec"
                    }
                ],
                "description": "Converts a string into a slug.",
                "keywords": [
                    "slug",
                    "slugify"
                ],
                "support": {
                    "issues": "https://github.com/cocur/slugify/issues",
                    "source": "https://github.com/cocur/slugify/tree/master"
                },
                "time": "2019-01-31T20:38:55+00:00"
            },
            {
                "name": "commerceguys/addressing",
                "version": "v1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/commerceguys/addressing.git",
                    "reference": "566febd56ca71e31dd383b014c4e1bec680507bf"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/commerceguys/addressing/zipball/566febd56ca71e31dd383b014c4e1bec680507bf",
                    "reference": "566febd56ca71e31dd383b014c4e1bec680507bf",
                    "shasum": ""
                },
                "require": {
                    "doctrine/collections": "~1.0",
                    "php": ">=7.3"
                },
                "require-dev": {
                    "ext-json": "*",
                    "mikey179/vfsstream": "1.*",
                    "phpunit/phpunit": "^9.5",
                    "squizlabs/php_codesniffer": "3.*",
                    "symfony/validator": "^4.4 || ^5.4"
                },
                "suggest": {
                    "symfony/validator": "to validate addresses"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "CommerceGuys\\Addressing\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bojan Zivanovic"
                    },
                    {
                        "name": "Damien Tournoud"
                    }
                ],
                "description": "Addressing library powered by CLDR and Google's address data.",
                "keywords": [
                    "address",
                    "internationalization",
                    "localization",
                    "postal"
                ],
                "support": {
                    "issues": "https://github.com/commerceguys/addressing/issues",
                    "source": "https://github.com/commerceguys/addressing/tree/v1.3.0"
                },
                "time": "2022-04-08T13:06:51+00:00"
            },
            {
                "name": "commerceguys/intl",
                "version": "v1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/commerceguys/intl.git",
                    "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f",
                    "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3"
                },
                "require-dev": {
                    "mikey179/vfsstream": "1.*",
                    "phpunit/phpunit": "^7.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "CommerceGuys\\Intl\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bojan Zivanovic"
                    }
                ],
                "description": "Internationalization library powered by CLDR data.",
                "support": {
                    "issues": "https://github.com/commerceguys/intl/issues",
                    "source": "https://github.com/commerceguys/intl/tree/v1.1.1"
                },
                "time": "2021-10-30T18:07:14+00:00"
            },
            {
                "name": "composer/installers",
                "version": "v1.12.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/installers.git",
                    "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
                    "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.0 || ^2.0"
                },
                "replace": {
                    "roundcube/plugin-installer": "*",
                    "shama/baton": "*"
                },
                "require-dev": {
                    "composer/composer": "1.6.* || ^2.0",
                    "composer/semver": "^1 || ^3",
                    "phpstan/phpstan": "^0.12.55",
                    "phpstan/phpstan-phpunit": "^0.12.16",
                    "symfony/phpunit-bridge": "^4.2 || ^5",
                    "symfony/process": "^2.3"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "Composer\\Installers\\Plugin",
                    "branch-alias": {
                        "dev-main": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Installers\\": "src/Composer/Installers"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Kyle Robinson Young",
                        "email": "kyle@dontkry.com",
                        "homepage": "https://github.com/shama"
                    }
                ],
                "description": "A multi-framework Composer library installer",
                "homepage": "https://composer.github.io/installers/",
                "keywords": [
                    "Craft",
                    "Dolibarr",
                    "Eliasis",
                    "Hurad",
                    "ImageCMS",
                    "Kanboard",
                    "Lan Management System",
                    "MODX Evo",
                    "MantisBT",
                    "Mautic",
                    "Maya",
                    "OXID",
                    "Plentymarkets",
                    "Porto",
                    "RadPHP",
                    "SMF",
                    "Starbug",
                    "Thelia",
                    "Whmcs",
                    "WolfCMS",
                    "agl",
                    "aimeos",
                    "annotatecms",
                    "attogram",
                    "bitrix",
                    "cakephp",
                    "chef",
                    "cockpit",
                    "codeigniter",
                    "concrete5",
                    "croogo",
                    "dokuwiki",
                    "drupal",
                    "eZ Platform",
                    "elgg",
                    "expressionengine",
                    "fuelphp",
                    "grav",
                    "installer",
                    "itop",
                    "joomla",
                    "known",
                    "kohana",
                    "laravel",
                    "lavalite",
                    "lithium",
                    "magento",
                    "majima",
                    "mako",
                    "mediawiki",
                    "miaoxing",
                    "modulework",
                    "modx",
                    "moodle",
                    "osclass",
                    "pantheon",
                    "phpbb",
                    "piwik",
                    "ppi",
                    "processwire",
                    "puppet",
                    "pxcms",
                    "reindex",
                    "roundcube",
                    "shopware",
                    "silverstripe",
                    "sydes",
                    "sylius",
                    "symfony",
                    "tastyigniter",
                    "typo3",
                    "wordpress",
                    "yawik",
                    "zend",
                    "zikula"
                ],
                "support": {
                    "issues": "https://github.com/composer/installers/issues",
                    "source": "https://github.com/composer/installers/tree/v1.12.0"
                },
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-09-13T08:19:44+00:00"
            },
            {
                "name": "composer/semver",
                "version": "3.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/semver.git",
                    "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                    "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpstan/phpstan": "^1.4",
                    "symfony/phpunit-bridge": "^4.2 || ^5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Semver\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "Semver library that offers utilities, version constraint parsing and validation.",
                "keywords": [
                    "semantic",
                    "semver",
                    "validation",
                    "versioning"
                ],
                "support": {
                    "irc": "irc://irc.freenode.org/composer",
                    "issues": "https://github.com/composer/semver/issues",
                    "source": "https://github.com/composer/semver/tree/3.3.2"
                },
                "funding": [
                    {
                        "url": "https://packagist.com",
                        "type": "custom"
                    },
                    {
                        "url": "https://github.com/composer",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-04-01T19:23:25+00:00"
            },
            {
                "name": "consolidation/annotated-command",
    
                "version": "4.5.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/consolidation/annotated-command.git",
    
                    "reference": "3968070538761628546270935f0733a0cc408e1f"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3968070538761628546270935f0733a0cc408e1f",
                    "reference": "3968070538761628546270935f0733a0cc408e1f",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "consolidation/output-formatters": "^4.1.1",
                    "php": ">=7.1.3",
                    "psr/log": "^1|^2|^3",
                    "symfony/console": "^4.4.8|^5|^6",
                    "symfony/event-dispatcher": "^4.4.8|^5|^6",
                    "symfony/finder": "^4.4.8|^5|^6"
                },
                "require-dev": {
                    "composer-runtime-api": "^2.0",
                    "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                    "squizlabs/php_codesniffer": "^3",
                    "yoast/phpunit-polyfills": "^0.2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Consolidation\\AnnotatedCommand\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Greg Anderson",
                        "email": "greg.1.anderson@greenknowe.org"
                    }
                ],
                "description": "Initialize Symfony Console commands from annotated command class methods.",
                "support": {
                    "issues": "https://github.com/consolidation/annotated-command/issues",
    
                    "source": "https://github.com/consolidation/annotated-command/tree/4.5.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
                "time": "2022-06-22T20:17:12+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "consolidation/config",
    
                "version": "2.1.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/consolidation/config.git",
    
                    "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/consolidation/config/zipball/dae810c162f0e799ea3f35cc2f40b0797b6e4d26",
                    "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
                    "grasmash/expander": "^2.0.1",
                    "php": ">=7.1.3",
                    "symfony/event-dispatcher": "^4 || ^5 || ^6"
                },
                "require-dev": {
                    "ext-json": "*",
                    "phpunit/phpunit": ">=7.5.20",
                    "squizlabs/php_codesniffer": "^3",
                    "symfony/console": "^4 || ^5 || ^6",
                    "symfony/yaml": "^4 || ^5 || ^6",
                    "yoast/phpunit-polyfills": "^1"
                },
                "suggest": {
                    "symfony/event-dispatcher": "Required to inject configuration into Command options",
                    "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Consolidation\\Config\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Greg Anderson",
                        "email": "greg.1.anderson@greenknowe.org"
                    }
                ],
                "description": "Provide configuration services for a commandline tool.",
                "support": {
                    "issues": "https://github.com/consolidation/config/issues",
    
                    "source": "https://github.com/consolidation/config/tree/2.1.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
                "time": "2022-06-22T19:59:34+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "consolidation/filter-via-dot-access-data",
                "version": "2.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                    "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
                    "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
                    "shasum": ""
                },
                "require": {
                    "dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0",
                    "php": ">=7.1.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                    "squizlabs/php_codesniffer": "^3",
                    "yoast/phpunit-polyfills": "^0.2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Consolidation\\Filter\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Greg Anderson",
                        "email": "greg.1.anderson@greenknowe.org"
                    }
                ],
                "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
                "support": {
                    "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.2"
                },
                "time": "2021-12-30T03:56:08+00:00"
            },
            {
                "name": "consolidation/log",
                "version": "2.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/consolidation/log.git",
                    "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
                    "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "psr/log": "^1 || ^2",
                    "symfony/console": "^4 || ^5 || ^6"
                },
                "require-dev": {
                    "phpunit/phpunit": ">=7.5.20",
                    "squizlabs/php_codesniffer": "^3",
                    "yoast/phpunit-polyfills": "^0.2.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Consolidation\\Log\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Greg Anderson",
                        "email": "greg.1.anderson@greenknowe.org"
                    }
                ],
                "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
                "support": {
                    "issues": "https://github.com/consolidation/log/issues",
                    "source": "https://github.com/consolidation/log/tree/2.1.1"
                },
                "time": "2022-02-24T04:27:32+00:00"
            },
            {
                "name": "consolidation/output-formatters",
                "version": "4.2.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/consolidation/output-formatters.git",
                    "reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/d57992bf81ead908ee21cd94b46ed65afa2e785b",
                    "reference": "d57992bf81ead908ee21cd94b46ed65afa2e785b",
                    "shasum": ""
                },
                "require": {
                    "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
                    "php": ">=7.1.3",
                    "symfony/console": "^4|^5|^6",
                    "symfony/finder": "^4|^5|^6"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.4.2",
                    "phpunit/phpunit": ">=7",
                    "squizlabs/php_codesniffer": "^3",
                    "symfony/var-dumper": "^4|^5|^6",
                    "symfony/yaml": "^4|^5|^6",
                    "yoast/phpunit-polyfills": "^0.2.0"
                },
                "suggest": {
                    "symfony/var-dumper": "For using the var_dump formatter"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "4.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Consolidation\\OutputFormatters\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Greg Anderson",
                        "email": "greg.1.anderson@greenknowe.org"
                    }
                ],
                "description": "Format text by applying transformations provided by plug-in formatters.",
                "support": {
                    "issues": "https://github.com/consolidation/output-formatters/issues",
                    "source": "https://github.com/consolidation/output-formatters/tree/4.2.2"
                },
                "time": "2022-02-13T15:28:30+00:00"
            },
            {
                "name": "consolidation/robo",