Skip to content
Snippets Groups Projects
composer.lock 857 KiB
Newer Older
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": "5bd07752dcd0d65e317fe436878f081f",
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",
jurgenhaas's avatar
jurgenhaas committed
            "version": "2.6.1",
jurgenhaas's avatar
jurgenhaas committed
            "source": {
                "type": "git",
                "url": "https://github.com/Chi-teck/drupal-code-generator.git",
jurgenhaas's avatar
jurgenhaas committed
                "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2"
jurgenhaas's avatar
jurgenhaas committed
            },
            "dist": {
                "type": "zip",
jurgenhaas's avatar
jurgenhaas committed
                "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2",
                "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2",
jurgenhaas's avatar
jurgenhaas committed
                "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",
                "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",
jurgenhaas's avatar
jurgenhaas committed
                "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.1"
jurgenhaas's avatar
jurgenhaas committed
            },
jurgenhaas's avatar
jurgenhaas committed
            "time": "2022-09-15T09:13:57+00:00"
jurgenhaas's avatar
jurgenhaas committed
        },
        {
            "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"
        },
        {
            "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",
jurgenhaas's avatar
jurgenhaas committed
            "version": "v1.4.1",
jurgenhaas's avatar
jurgenhaas committed
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/addressing.git",
jurgenhaas's avatar
jurgenhaas committed
                "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06"
jurgenhaas's avatar
jurgenhaas committed
            },
            "dist": {
                "type": "zip",
jurgenhaas's avatar
jurgenhaas committed
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06",
                "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06",
jurgenhaas's avatar
jurgenhaas committed
                "shasum": ""
            },
            "require": {
jurgenhaas's avatar
jurgenhaas committed
                "doctrine/collections": "^1.2",
jurgenhaas's avatar
jurgenhaas committed
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-json": "*",
jurgenhaas's avatar
jurgenhaas committed
                "mikey179/vfsstream": "^1.6.10",
jurgenhaas's avatar
jurgenhaas committed
                "phpunit/phpunit": "^9.5",
jurgenhaas's avatar
jurgenhaas committed
                "squizlabs/php_codesniffer": "^3.6",
                "symfony/validator": "^4.4 || ^5.4 || ^6.0"
jurgenhaas's avatar
jurgenhaas committed
            },
            "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",
jurgenhaas's avatar
jurgenhaas committed
                "source": "https://github.com/commerceguys/addressing/tree/v1.4.1"
jurgenhaas's avatar
jurgenhaas committed
            },
jurgenhaas's avatar
jurgenhaas committed
            "time": "2022-08-09T11:42:51+00:00"
jurgenhaas's avatar
jurgenhaas committed
        },
        {
            "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",
            "version": "3.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/robo.git",
                "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
                "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
                "shasum": ""
            },
            "require": {
                "consolidation/annotated-command": "^4.3",
                "consolidation/config": "^1.2.1 || ^2.0.1",
                "consolidation/log": "^1.1.1 || ^2.0.2",
                "consolidation/output-formatters": "^4.1.2",
                "consolidation/self-update": "^2.0",
                "league/container": "^3.3.1 || ^4.0",
                "php": ">=7.1.3",
                "symfony/console": "^4.4.19 || ^5 || ^6",
                "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6",
                "symfony/filesystem": "^4.4.9 || ^5 || ^6",
                "symfony/finder": "^4.4.9 || ^5 || ^6",
                "symfony/process": "^4.4.9 || ^5 || ^6",
                "symfony/yaml": "^4.4 || ^5 || ^6"
            },
            "conflict": {
                "codegyre/robo": "*"
            },
            "require-dev": {
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "^2",
                "pear/archive_tar": "^1.4.4",
                "phpunit/phpunit": "^7.5.20 || ^8",
                "squizlabs/php_codesniffer": "^3.6",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "suggest": {
                "natxet/cssmin": "For minifying CSS files in taskMinify",
                "patchwork/jsqueeze": "For minifying JS files in taskMinify",
                "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
                "totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
            },
            "bin": [
                "robo"
            ],
            "type": "library",
            "extra": {
                "scenarios": {
                    "symfony4": {
                        "require": {
                            "symfony/console": "^4.4.11",
                            "symfony/event-dispatcher": "^4.4.11",
                            "symfony/filesystem": "^4.4.11",
                            "symfony/finder": "^4.4.11",
                            "symfony/process": "^4.4.11",
                            "phpunit/phpunit": "^6",
                            "nikic/php-parser": "^2"
                        },
                        "remove": [
                            "codeception/phpunit-wrapper"
                        ],
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }