Skip to content
Snippets Groups Projects
installed.json 606 KiB
Newer Older
{
    "packages": [
        {
            "name": "alchemy/zippy",
            "version": "0.4.9",
            "version_normalized": "0.4.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/alchemy-fr/Zippy.git",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=5.5",
                "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/process": "^2.1 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "ext-zip": "*",
                "guzzle/guzzle": "~3.0",
                "guzzlehttp/guzzle": "^6.0",
                "phpunit/phpunit": "^4.0 || ^5.0",
                "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
            },
            "suggest": {
                "ext-zip": "To use the ZipExtensionAdapter",
                "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
                "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
            },
            "time": "2018-02-22T13:58:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Alchemy\\Zippy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alchemy",
                    "email": "dev.team@alchemy.fr",
                    "homepage": "http://www.alchemy.fr/"
                }
            ],
            "description": "Zippy, the archive manager companion",
            "keywords": [
                "bzip",
                "compression",
                "tar",
                "zip"
            ],
            "install-path": "../alchemy/zippy"
        },
        {
            "name": "asm89/stack-cors",
            "version": "1.3.0",
            "version_normalized": "1.3.0.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"
            },
            "time": "2019-12-24T22:41:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "install-path": "../asm89/stack-cors"
        },
        {
            "name": "browserstate/history.js",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/browserstate/history.js",
                "reference": "origin/master"
            },
            "type": "drupal-library",
            "installation-source": "source",
            "install-path": "../../web/libraries/history.js"
        },
        {
            "name": "chi-teck/drupal-code-generator",
bcweaver's avatar
bcweaver committed
            "version": "1.33.1",
            "version_normalized": "1.33.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Chi-teck/drupal-code-generator.git",
bcweaver's avatar
bcweaver committed
                "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388"
bcweaver's avatar
bcweaver committed
                "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
                "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.5.9",
                "symfony/console": "^3.4 || ^4.0",
                "symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
                "twig/twig": "^1.41 || ^2.12"
            },
bcweaver's avatar
bcweaver committed
            "conflict": {
                "drush/drush": "< 10.3.2"
            },
            "time": "2020-12-05T05:59:11+00:00",
            "bin": [
                "bin/dcg"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/bootstrap.php"
                ],
                "psr-4": {
                    "DrupalCodeGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drupal code generator",
bcweaver's avatar
bcweaver committed
            "support": {
                "issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
                "source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1"
            },
            "install-path": "../chi-teck/drupal-code-generator"
        },
        {
            "name": "ckeditor/indentblock",
            "version": "4.8.0",
            "version_normalized": "4.8.0.0",
            "dist": {
                "type": "zip",
                "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip"
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "drupal-library",
            "extra": {
                "installer-name": "indentblock"
            },
            "installation-source": "dist",
            "install-path": "../../web/libraries/indentblock"
        },
        {
            "name": "composer/installers",
Brian Weaver's avatar
Brian Weaver committed
            "version": "v1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
Brian Weaver's avatar
Brian Weaver committed
                "reference": "ae03311f45dfe194412081526be2e003960df74b"
Brian Weaver's avatar
Brian Weaver committed
                "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
                "reference": "ae03311f45dfe194412081526be2e003960df74b",
                "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"
            },
Brian Weaver's avatar
Brian Weaver committed
            "time": "2021-04-28T06:42:17+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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",
Brian Weaver's avatar
Brian Weaver committed
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "symfony",
Brian Weaver's avatar
Brian Weaver committed
                "tastyigniter",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
Brian Weaver's avatar
Brian Weaver committed
                "source": "https://github.com/composer/installers/tree/v1.11.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"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "composer/semver",
Michael Lee's avatar
Michael Lee committed
            "version": "3.2.6",
            "version_normalized": "3.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "83e511e247de329283478496f7a1e114c9517506"
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
                "reference": "83e511e247de329283478496f7a1e114c9517506",
Brian Weaver's avatar
Brian Weaver committed
                "php": "^5.3.2 || ^7.0 || ^8.0"
Brian Weaver's avatar
Brian Weaver committed
                "phpstan/phpstan": "^0.12.54",
                "symfony/phpunit-bridge": "^4.2 || ^5"
Michael Lee's avatar
Michael Lee committed
            "time": "2021-10-25T11:34:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
Brian Weaver's avatar
Brian Weaver committed
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
Brian Weaver's avatar
Brian Weaver committed
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
Michael Lee's avatar
Michael Lee committed
                "source": "https://github.com/composer/semver/tree/3.2.6"
Brian Weaver's avatar
Brian Weaver committed
            },
            "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"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "consolidation/annotated-command",
Brian Weaver's avatar
Brian Weaver committed
            "version": "4.2.4",
            "version_normalized": "4.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
Brian Weaver's avatar
Brian Weaver committed
                "reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60"
Brian Weaver's avatar
Brian Weaver committed
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
                "reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
Brian Weaver's avatar
Brian Weaver committed
                "consolidation/output-formatters": "^4.1.1",
                "php": ">=7.1.3",
                "psr/log": "^1|^2",
                "symfony/console": "^4.4.8|~5.1.0",
                "symfony/event-dispatcher": "^4.4.8|^5",
                "symfony/finder": "^4.4.8|^5"
Brian Weaver's avatar
Brian Weaver committed
                "phpunit/phpunit": ">=7.5.20",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
Brian Weaver's avatar
Brian Weaver committed
            "time": "2020-12-10T16:56:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
Brian Weaver's avatar
Brian Weaver committed
                    "dev-main": "4.x-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "installation-source": "dist",
            "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.",
Brian Weaver's avatar
Brian Weaver committed
            "support": {
                "issues": "https://github.com/consolidation/annotated-command/issues",
                "source": "https://github.com/consolidation/annotated-command/tree/4.2.4"
            },
            "install-path": "../consolidation/annotated-command"
        },
        {
            "name": "consolidation/config",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/config.git",
                "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
                "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "grasmash/expander": "^1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "php-coveralls/php-coveralls": "^1",
                "phpunit/phpunit": "^5",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/console": "^2.5|^3|^4",
                "symfony/yaml": "^2.8.11|^3|^4"
            },
            "suggest": {
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
            },
            "time": "2019-03-03T19:37:04+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "symfony4": {
                        "require-dev": {
                            "symfony/console": "^4.0"
                        },
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }
bcweaver's avatar
bcweaver committed
                        }
                    "symfony2": {
                        "require-dev": {
                            "symfony/console": "^2.8",
                            "symfony/event-dispatcher": "^2.8",
                            "phpunit/phpunit": "^4.8.36"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.4.8"
                            }
                },
                "branch-alias": {
                    "dev-master": "1.x-dev"
            "installation-source": "dist",
            "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.",
            "install-path": "../consolidation/config"
        },
        {
            "name": "consolidation/filter-via-dot-access-data",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
                "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "consolidation/robo": "^1.2.3",
                "g1a/composer-test-scenarios": "^3",
                "knplabs/github-api": "^2.7",
                "php-coveralls/php-coveralls": "^1",
                "php-http/guzzle6-adapter": "^1.1",
                "phpunit/phpunit": "^5",
                "squizlabs/php_codesniffer": "^2.8",
                "symfony/console": "^2.8|^3|^4"
            },
            "time": "2019-01-18T06:05:07+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "phpunit5": {
                        "require-dev": {
                            "phpunit/phpunit": "^5.7.27"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.6.33"
                            }
bcweaver's avatar
bcweaver committed
                        }
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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.",
            "install-path": "../consolidation/filter-via-dot-access-data"
        },
        {
            "name": "consolidation/log",
Brian Weaver's avatar
Brian Weaver committed
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/log.git",
Brian Weaver's avatar
Brian Weaver committed
                "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1"
Brian Weaver's avatar
Brian Weaver committed
                "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
                "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/console": "^4|^5"
Brian Weaver's avatar
Brian Weaver committed
                "phpunit/phpunit": ">=7.5.20",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
Brian Weaver's avatar
Brian Weaver committed
            "time": "2020-12-10T16:26:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
Brian Weaver's avatar
Brian Weaver committed
                    "dev-main": "2.x-dev"
            "installation-source": "dist",
            "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.",
Brian Weaver's avatar
Brian Weaver committed
            "support": {
                "issues": "https://github.com/consolidation/log/issues",
                "source": "https://github.com/consolidation/log/tree/2.0.2"
            },
            "install-path": "../consolidation/log"
        },
        {
            "name": "consolidation/output-formatters",
Brian Weaver's avatar
Brian Weaver committed
            "version": "4.1.2",
            "version_normalized": "4.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
Brian Weaver's avatar
Brian Weaver committed
                "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9"
Brian Weaver's avatar
Brian Weaver committed
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9",
                "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
                "symfony/console": "^4|^5",
                "symfony/finder": "^4|^5"
Brian Weaver's avatar
Brian Weaver committed
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4",
                "symfony/yaml": "^4",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "suggest": {
                "symfony/var-dumper": "For using the var_dump formatter"
            },
Brian Weaver's avatar
Brian Weaver committed
            "time": "2020-12-12T19:04:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
Brian Weaver's avatar
Brian Weaver committed
                    "dev-main": "4.x-dev"
            "installation-source": "dist",
            "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.",
Brian Weaver's avatar
Brian Weaver committed
            "support": {
                "issues": "https://github.com/consolidation/output-formatters/issues",
                "source": "https://github.com/consolidation/output-formatters/tree/4.1.2"
            },
            "install-path": "../consolidation/output-formatters"
        },
        {
            "name": "consolidation/robo",
Brian Weaver's avatar
Brian Weaver committed
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/Robo.git",
Brian Weaver's avatar
Brian Weaver committed
                "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c"
Brian Weaver's avatar
Brian Weaver committed
                "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
                "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
Brian Weaver's avatar
Brian Weaver committed
                "consolidation/annotated-command": "^4.2.1",
                "consolidation/config": "^1.2.1|^2",
                "consolidation/log": "^1.1.1|^2.0.1",
                "consolidation/output-formatters": "^4.1.1",
                "consolidation/self-update": "^1.2",
                "league/container": "^2.4.1",
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
                "symfony/console": "^4.4.11|^5",
                "symfony/event-dispatcher": "^4.4.11|^5",
                "symfony/filesystem": "^4.4.11|^5",
                "symfony/finder": "^4.4.11|^5",
                "symfony/process": "^4.4.11|^5",
                "symfony/yaml": "^4.0 || ^5.0"
Brian Weaver's avatar
Brian Weaver committed
            "conflict": {
                "codegyre/robo": "*"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "^2",
                "pear/archive_tar": "^1.4.4",
Brian Weaver's avatar
Brian Weaver committed
                "php-coveralls/php-coveralls": "^2.2",
                "phpdocumentor/reflection-docblock": "^4.3.2",
                "phpunit/phpunit": "^6.5.14",
                "squizlabs/php_codesniffer": "^3"
            },
            "suggest": {
                "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
Brian Weaver's avatar
Brian Weaver committed
                "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."
            },
Brian Weaver's avatar
Brian Weaver committed
            "time": "2020-12-18T22:09:18+00:00",
            "bin": [
                "robo"
            ],
            "type": "library",
            "extra": {
                "scenarios": {
                    "symfony4": {
                        "require": {
Brian Weaver's avatar
Brian Weaver committed
                            "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"
Brian Weaver's avatar
Brian Weaver committed
                            "codeception/phpunit-wrapper"
Brian Weaver's avatar
Brian Weaver committed
                                "php": "7.1.3"
Brian Weaver's avatar
Brian Weaver committed
                    "dev-master": "2.x-dev",
                    "dev-main": "2.x-dev"
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Robo\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Davert",
                    "email": "davert.php@resend.cc"
                }
            ],
            "description": "Modern task runner",
Brian Weaver's avatar
Brian Weaver committed
            "support": {
                "issues": "https://github.com/consolidation/Robo/issues",
                "source": "https://github.com/consolidation/Robo/tree/2.2.2"
            },
            "install-path": "../consolidation/robo"
        },
        {
            "name": "consolidation/self-update",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/self-update.git",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/console": "^2.8|^3|^4|^5",
                "symfony/filesystem": "^2.5|^3|^4|^5"
            },
            "time": "2020-04-13T02:49:20+00:00",
            "bin": [
                "scripts/release"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SelfUpdate\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Menk",
                    "email": "menk@mestrona.net"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Provides a self:update command for Symfony Console applications.",
            "install-path": "../consolidation/self-update"
        },
        {
            "name": "consolidation/site-alias",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
                "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1|^2",
                "php": ">=5.5.0",
                "symfony/finder": "~2.3|^3|^4.4|^5"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2021-02-20T20:03:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Consolidation\\SiteAlias\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "Manage alias records for local and remote sites.",
            "support": {
                "issues": "https://github.com/consolidation/site-alias/issues",
                "source": "https://github.com/consolidation/site-alias/tree/3.1.0"
            },
            "install-path": "../consolidation/site-alias"
        },
        {
            "name": "consolidation/site-process",
Brian Weaver's avatar
Brian Weaver committed
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",