[
    {
        "name": "cweagans/composer-patches",
        "version": "1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cweagans/composer-patches.git",
            "reference": "014e968ca2ce4342476b3f2f6779b274fff8ae9e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/014e968ca2ce4342476b3f2f6779b274fff8ae9e",
            "reference": "014e968ca2ce4342476b3f2f6779b274fff8ae9e",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "composer/composer": "~1.0",
            "phpunit/phpunit": "~4.6"
        },
        "time": "2017-08-30T16:41:23+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "cweagans\\Composer\\Patches"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "cweagans\\Composer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Cameron Eagans",
                "email": "me@cweagans.net"
            }
        ],
        "description": "Provides a way to patch Composer packages."
    },
    {
        "name": "drupal-composer/drupal-scaffold",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal-composer/drupal-scaffold.git",
            "reference": "1374e1031b98beb502abea3854f361304965c628"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/1374e1031b98beb502abea3854f361304965c628",
            "reference": "1374e1031b98beb502abea3854f361304965c628",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0.0",
            "php": ">=5.4.5"
        },
        "require-dev": {
            "composer/composer": "dev-master",
            "phpunit/phpunit": "^4.4.0"
        },
        "time": "2017-05-05T21:26:28+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "DrupalComposer\\DrupalScaffold\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DrupalComposer\\DrupalScaffold\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
    },
    {
        "name": "composer/installers",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
            "reference": "9ce17fb70e9a38dd8acff0636a29f5cf4d575c1b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2017-08-09T07:53:48+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Composer\\Installers\\Plugin",
            "branch-alias": {
                "dev-master": "1.0-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",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "mako",
            "mediawiki",
            "modulework",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2017-06-14T15:44:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "ircmaxell/password-compat",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ircmaxell/password_compat.git",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2014-11-20T16:49:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/password.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthony Ferrara",
                "email": "ircmaxell@php.net",
                "homepage": "http://blog.ircmaxell.com"
            }
        ],
        "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
        "homepage": "https://github.com/ircmaxell/password_compat",
        "keywords": [
            "hashing",
            "password"
        ]
    },
    {
        "name": "symfony/polyfill-php55",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php55.git",
            "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/29b1381d66f16e0581aab0b9f678ccf073288f68",
            "reference": "29b1381d66f16e0581aab0b9f678ccf073288f68",
            "shasum": ""
        },
        "require": {
            "ircmaxell/password-compat": "~1.0",
            "php": ">=5.3.3"
        },
        "time": "2017-06-14T15:44:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php55\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php54",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php54.git",
            "reference": "b7763422a5334c914ef0298ed21b253d25913a6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/b7763422a5334c914ef0298ed21b253d25913a6e",
            "reference": "b7763422a5334c914ef0298ed21b253d25913a6e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2017-06-14T15:44:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php54\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6",
            "reference": "fc4942ad82af83ac8301b68d0c9b1bbcc95a84c6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php54": "~1.0",
            "symfony/polyfill-php55": "~1.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.4|~3.0.0"
        },
        "time": "2017-08-10T07:04:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
            "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2017-07-05T15:09:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "apcu",
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v3.2.13",
        "version_normalized": "3.2.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "b3245bf59f63852e187e0b296a0300d8671c6ecd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/b3245bf59f63852e187e0b296a0300d8671c6ecd",
            "reference": "b3245bf59f63852e187e0b296a0300d8671c6ecd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "psr/cache": "~1.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "~1.6",
            "doctrine/dbal": "~2.4",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
        },
        "time": "2017-07-14T14:39:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony implementation of PSR-6",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ]
    },
    {
        "name": "symfony/expression-language",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/expression-language.git",
            "reference": "c5215067aaf70f329bc114f057aac9f7a3f3c922"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/expression-language/zipball/c5215067aaf70f329bc114f057aac9f7a3f3c922",
            "reference": "c5215067aaf70f329bc114f057aac9f7a3f3c922",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/cache": "~3.1"
        },
        "time": "2017-09-06T16:40:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ExpressionLanguage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ExpressionLanguage Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "6b511d7329b203a620f09a2288818d27dcc915ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6b511d7329b203a620f09a2288818d27dcc915ae",
            "reference": "6b511d7329b203a620f09a2288818d27dcc915ae",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2017-09-11T15:55:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DomCrawler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/ba3204654efa779691fac9e948a96b4a7067e4ab",
            "reference": "ba3204654efa779691fac9e948a96b4a7067e4ab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "time": "2017-05-01T14:31:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "jakub-onderka/php-console-color",
        "version": "0.1",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
            "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
            "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "jakub-onderka/php-code-style": "1.0",
            "jakub-onderka/php-parallel-lint": "0.*",
            "jakub-onderka/php-var-dump-check": "0.*",
            "phpunit/phpunit": "3.7.*",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2014-04-08T15:00:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JakubOnderka\\PhpConsoleColor": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "jakub.onderka@gmail.com",
                "homepage": "http://www.acci.cz"
            }
        ]
    },
    {
        "name": "jakub-onderka/php-console-highlighter",
        "version": "v0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
            "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
            "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
            "shasum": ""
        },
        "require": {
            "jakub-onderka/php-console-color": "~0.1",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "jakub-onderka/php-code-style": "~1.0",
            "jakub-onderka/php-parallel-lint": "~0.5",
            "jakub-onderka/php-var-dump-check": "~0.1",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~1.5"
        },
        "time": "2015-04-20T18:58:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JakubOnderka\\PhpConsoleHighlighter": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "acci@acci.cz",
                "homepage": "http://www.acci.cz/"
            }
        ]
    },
    {
        "name": "dnoegel/php-xdg-base-dir",
        "version": "0.1",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
            "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
            "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "@stable"
        },
        "time": "2014-10-24T07:27:01+00:00",
        "type": "project",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "XdgBaseDir\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "implementation of xdg base directory specification for php"
    },
    {
        "name": "nikic/php-parser",
        "version": "v3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a1e8e1a30e1352f118feff1a8481066ddc2f234a",
            "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0|~5.0"
        },
        "time": "2017-09-02T17:10:46+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "83ebf3e92c0b2231fa63b8e584a2a3d3cd9876ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/83ebf3e92c0b2231fa63b8e584a2a3d3cd9876ef",
            "reference": "83ebf3e92c0b2231fa63b8e584a2a3d3cd9876ef",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "require-dev": {
            "ext-iconv": "*",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-symfony_debug": ""
        },
        "time": "2017-08-27T14:29:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/debug",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "efc9656dcb227e1459905d5aa51e43dfec76e752"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/efc9656dcb227e1459905d5aa51e43dfec76e752",
            "reference": "efc9656dcb227e1459905d5aa51e43dfec76e752",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/class-loader": "~2.2|~3.0.0",
            "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
        },
        "time": "2017-08-27T14:29:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "c0807a2ca978e64d8945d373a9221a5c35d1a253"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/c0807a2ca978e64d8945d373a9221a5c35d1a253",
            "reference": "c0807a2ca978e64d8945d373a9221a5c35d1a253",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/debug": "^2.7.2|~3.0.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/event-dispatcher": "~2.1|~3.0.0",
            "symfony/process": "~2.1|~3.0.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/process": ""
        },
        "time": "2017-08-27T14:29:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "psy/psysh",
        "version": "v0.8.11",
        "version_normalized": "0.8.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/psysh.git",
            "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/b193cd020e8c6b66cea6457826ae005e94e6d2c0",
            "reference": "b193cd020e8c6b66cea6457826ae005e94e6d2c0",
            "shasum": ""
        },
        "require": {
            "dnoegel/php-xdg-base-dir": "0.1",
            "jakub-onderka/php-console-highlighter": "0.3.*",
            "nikic/php-parser": "~1.3|~2.0|~3.0",
            "php": ">=5.3.9",
            "symfony/console": "~2.3.10|^2.4.2|~3.0",
            "symfony/var-dumper": "~2.7|~3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~1.11",
            "hoa/console": "~3.16|~1.14",
            "phpunit/phpunit": "~4.4|~5.0",
            "symfony/finder": "~2.1|~3.0"
        },
        "suggest": {
            "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
            "ext-pdo-sqlite": "The doc command requires SQLite to work.",
            "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
            "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
            "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
        },
        "time": "2017-07-29T19:30:02+00:00",
        "bin": [
            "bin/psysh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Psy/functions.php"
            ],
            "psr-4": {
                "Psy\\": "src/Psy/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "An interactive shell for modern PHP.",
        "homepage": "http://psysh.org",
        "keywords": [
            "REPL",
            "console",
            "interactive",
            "shell"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2017-03-20T17:10:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.0",
        "version_normalized": "6.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
            "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.0 || ^5.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2017-06-22T18:50:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "gabordemooij/redbean",
        "version": "v4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/gabordemooij/redbean.git",
            "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/d0944d7f966d7f45a0d973981fe3f64aff0050f0",
            "reference": "d0944d7f966d7f45a0d973981fe3f64aff0050f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.4"
        },
        "time": "2017-03-07T22:26:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "RedBeanPHP\\": "RedBeanPHP"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "New BSD and GPLv2"
        ],
        "authors": [
            {
                "name": "Gabor de Mooij",
                "email": "gabor@redbeanphp.com",
                "homepage": "http://redbeanphp.com"
            }
        ],
        "description": "RedBeanPHP ORM",
        "homepage": "http://redbeanphp.com/",
        "keywords": [
            "orm"
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
            "reference": "4f4e84811004e065a3bb5ceeb1d9aa592630f9ad",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "time": "2017-06-01T20:52:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
            "reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "time": "2017-06-01T20:52:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "drupal/console-extend-plugin",
        "version": "0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
            "reference": "f3bac233fd305359c33e96621443b3bd065555cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/f3bac233fd305359c33e96621443b3bd065555cc",
            "reference": "f3bac233fd305359c33e96621443b3bd065555cc",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "symfony/finder": "~2.7|~3.0",
            "symfony/yaml": "~2.7|~3.0"
        },
        "time": "2017-07-28T17:11:54+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Console\\Composer\\Plugin\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com"
            }
        ],
        "description": "Drupal Console Extend Plugin"
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
            "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.0"
        },
        "time": "2016-09-01T10:05:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause-Attribution"
        ],
        "authors": [
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "http://www.vancelucas.com"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "drupal/console-dotenv",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/weknowinc/drupal-console-dotenv.git",
            "reference": "94e88646801c2f80ec2e5e66d3d8f21b0b467405"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/weknowinc/drupal-console-dotenv/zipball/94e88646801c2f80ec2e5e66d3d8f21b0b467405",
            "reference": "94e88646801c2f80ec2e5e66d3d8f21b0b467405",
            "shasum": ""
        },
        "require": {
            "vlucas/phpdotenv": "^2.3"
        },
        "require-dev": {
            "drupal/console-core": "~1.0"
        },
        "time": "2017-07-04T01:14:02+00:00",
        "type": "drupal-console-library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Console\\Dotenv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com"
            }
        ],
        "description": "Drupal Console Dotenv"
    },
    {
        "name": "webmozart/assert",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
            "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2016-11-23T20:04:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "webmozart/path-util",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/path-util.git",
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "webmozart/assert": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2015-12-17T08:42:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\PathUtil\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
    },
    {
        "name": "webflo/drupal-finder",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webflo/drupal-finder.git",
            "reference": "3216448cc347bc77127fa3bf6497ba9b3c296e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/3216448cc347bc77127fa3bf6497ba9b3c296e9c",
            "reference": "3216448cc347bc77127fa3bf6497ba9b3c296e9c",
            "shasum": ""
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-08-08T08:31:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/DrupalFinder.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Florian Weber",
                "email": "florian@webflo.org"
            }
        ],
        "description": "Helper class to locate a Drupal installation from a given path."
    },
    {
        "name": "twig/twig",
        "version": "v1.34.4",
        "version_normalized": "1.34.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/f878bab48edb66ad9c6ed626bf817f60c6c096ee",
            "reference": "f878bab48edb66ad9c6ed626bf817f60c6c096ee",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-07-04T13:19:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.34-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "a89af885b8c6d0142c79a02ca9cc059ed25d40d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/a89af885b8c6d0142c79a02ca9cc059ed25d40d8",
            "reference": "a89af885b8c6d0142c79a02ca9cc059ed25d40d8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.7"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8",
            "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
            "symfony/yaml": "~2.2|~3.0.0"
        },
        "suggest": {
            "psr/log": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2017-06-24T16:44:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/process",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
            "reference": "57e52a0a6a80ea0aec4fc1b785a7920a95cb88a8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "time": "2017-07-03T08:04:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
            "reference": "b32a0e5f928d0fa3d1dd03c78d020777e50c10cb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2017-07-29T21:54:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
            "reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^2.0.5|~3.0.0",
            "symfony/dependency-injection": "~2.6|~3.0.0",
            "symfony/expression-language": "~2.6|~3.0.0",
            "symfony/stopwatch": "~2.3|~3.0.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2017-06-02T07:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "fbeea992f0d30e3c400694c85f60c9bfd10454a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/fbeea992f0d30e3c400694c85f60c9bfd10454a3",
            "reference": "fbeea992f0d30e3c400694c85f60c9bfd10454a3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "conflict": {
            "symfony/expression-language": "<2.6"
        },
        "require-dev": {
            "symfony/config": "~2.2|~3.0.0",
            "symfony/expression-language": "~2.6|~3.0.0",
            "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2017-08-10T14:42:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DependencyInjection\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DependencyInjection Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v3.2.13",
        "version_normalized": "3.2.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "e5533fcc0b3dd377626153b2852707878f363728"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/e5533fcc0b3dd377626153b2852707878f363728",
            "reference": "e5533fcc0b3dd377626153b2852707878f363728",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/filesystem": "~2.8|~3.0"
        },
        "require-dev": {
            "symfony/yaml": "~3.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2017-04-12T14:13:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "stecman/symfony-console-completion",
        "version": "0.7.0",
        "version_normalized": "0.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stecman/symfony-console-completion.git",
            "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
            "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2.3 || ~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-02-24T05:08:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stephen Holdaway",
                "email": "stephen@stecman.co.nz"
            }
        ],
        "description": "Automatic BASH completion for Symfony Console Component based applications."
    },
    {
        "name": "drupal/console-en",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-en.git",
            "reference": "21a7c2dbfd237a97bb8593c6f7c397a2032aa1d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/21a7c2dbfd237a97bb8593c6f7c397a2032aa1d2",
            "reference": "21a7c2dbfd237a97bb8593c6f7c397a2032aa1d2",
            "shasum": ""
        },
        "time": "2017-09-04T05:42:48+00:00",
        "type": "drupal-console-language",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            }
        ],
        "description": "Drupal Console English Language",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "dflydev/placeholder-resolver",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
            "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
            "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2012-10-28T21:08:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Dflydev\\PlaceholderResolver": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            }
        ],
        "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
        "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
        "keywords": [
            "placeholder",
            "resolver"
        ]
    },
    {
        "name": "dflydev/dot-access-data",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
            "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
            "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2017-01-20T21:14:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Dflydev\\DotAccessData": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            },
            {
                "name": "Carlos Frutos",
                "email": "carlos@kiwing.it",
                "homepage": "https://github.com/cfrutos"
            }
        ],
        "description": "Given a deep data structure, access data by dot notation.",
        "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
        "keywords": [
            "access",
            "data",
            "dot",
            "notation"
        ]
    },
    {
        "name": "dflydev/dot-access-configuration",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
            "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/ae6e7138b1d9063d343322cca63994ee1ac5161d",
            "reference": "ae6e7138b1d9063d343322cca63994ee1ac5161d",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "1.*",
            "dflydev/placeholder-resolver": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "symfony/yaml": "~2.1"
        },
        "suggest": {
            "symfony/yaml": "Required for using the YAML Configuration Builders"
        },
        "time": "2016-12-12T17:43:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Dflydev\\DotAccessConfiguration": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            }
        ],
        "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
        "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
        "keywords": [
            "config",
            "configuration"
        ]
    },
    {
        "name": "drupal/console-core",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-core.git",
            "reference": "cbc763fb7d85e2d05f062021e222d8816b91bfda"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/cbc763fb7d85e2d05f062021e222d8816b91bfda",
            "reference": "cbc763fb7d85e2d05f062021e222d8816b91bfda",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-configuration": "^1.0",
            "drupal/console-en": "1.0.2",
            "php": "^5.5.9 || ^7.0",
            "stecman/symfony-console-completion": "~0.7",
            "symfony/config": "~2.8|~3.0",
            "symfony/console": "~2.8|~3.0",
            "symfony/debug": "~2.8|~3.0",
            "symfony/dependency-injection": "~2.8|~3.0",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/filesystem": "~2.8|~3.0",
            "symfony/finder": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0",
            "symfony/translation": "~2.8|~3.0",
            "symfony/yaml": "~2.8|~3.0",
            "twig/twig": "^1.23.1",
            "webflo/drupal-finder": "^1.0",
            "webmozart/path-util": "^2.3"
        },
        "time": "2017-09-05T07:08:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Drupal\\Console\\Core\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            }
        ],
        "description": "Drupal Console Core",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "~0.1@dev",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-01-03T10:49:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-08-31T12:32:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Annotations\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "alchemy/zippy",
        "version": "0.4.3",
        "version_normalized": "0.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alchemy-fr/Zippy.git",
            "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
            "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.0",
            "ext-mbstring": "*",
            "php": ">=5.5",
            "symfony/filesystem": "^2.0.5|^3.0",
            "symfony/process": "^2.1|^3.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"
        },
        "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": "2016-11-03T16:10:31+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"
        ]
    },
    {
        "name": "drupal/console",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console.git",
            "reference": "8561b13b3026053a575bc54a4aa5bd351ed89f6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/8561b13b3026053a575bc54a4aa5bd351ed89f6a",
            "reference": "8561b13b3026053a575bc54a4aa5bd351ed89f6a",
            "shasum": ""
        },
        "require": {
            "alchemy/zippy": "0.4.3",
            "composer/installers": "~1.0",
            "doctrine/annotations": "^1.2",
            "doctrine/collections": "^1.3",
            "drupal/console-core": "1.0.2",
            "drupal/console-dotenv": "~0",
            "drupal/console-extend-plugin": "~0",
            "gabordemooij/redbean": "~4.3",
            "guzzlehttp/guzzle": "~6.1",
            "php": "^5.5.9 || ^7.0",
            "psy/psysh": "0.6.* || ~0.8",
            "symfony/css-selector": "~2.8|~3.0",
            "symfony/dom-crawler": "~2.8|~3.0",
            "symfony/expression-language": "~2.8|~3.0",
            "symfony/http-foundation": "~2.8|~3.0"
        },
        "time": "2017-09-05T07:41:50+00:00",
        "bin": [
            "bin/drupal"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Console\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "David Flores",
                "email": "dmousex@gmail.com",
                "homepage": "http://dmouse.net"
            },
            {
                "name": "Jesus Manuel Olivas",
                "email": "jesus.olivas@gmail.com",
                "homepage": "http://jmolivas.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
            },
            {
                "name": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            }
        ],
        "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
        "homepage": "http://drupalconsole.com/",
        "keywords": [
            "console",
            "development",
            "drupal",
            "symfony"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
            "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "^2.6.2"
        },
        "time": "2016-09-13T14:38:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev",
                "dev-develop": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-stdlib",
        "keywords": [
            "stdlib",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-escaper",
        "version": "2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-06-30T19:48:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev",
                "dev-develop": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-escaper",
        "keywords": [
            "escaper",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-feed",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-feed.git",
            "reference": "94579e805dd108683209fe14b3b5d4276de3de6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e",
            "reference": "94579e805dd108683209fe14b3b5d4276de3de6e",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0.8 || ^5.7.15",
            "psr/http-message": "^1.0",
            "zendframework/zend-cache": "^2.6",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-validator": "^2.6"
        },
        "suggest": {
            "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
            "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
            "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
            "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
            "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent"
        },
        "time": "2017-04-01T15:03:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev",
                "dev-develop": "2.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Feed\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides functionality for consuming RSS and Atom feeds",
        "homepage": "https://github.com/zendframework/zend-feed",
        "keywords": [
            "feed",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/2faa791b66bac33ca40031d8bce03b7dc8143490",
            "reference": "2faa791b66bac33ca40031d8bce03b7dc8143490",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2017-09-13T14:47:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev",
                "dev-develop": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    },
    {
        "name": "symfony/validator",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "864ba6865e253a7ffc3db5629af676cfdc3bd104"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/864ba6865e253a7ffc3db5629af676cfdc3bd104",
            "reference": "864ba6865e253a7ffc3db5629af676cfdc3bd104",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation": "~2.4|~3.0.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "egulias/email-validator": "^1.2.1",
            "symfony/config": "~2.2|~3.0.0",
            "symfony/expression-language": "~2.4|~3.0.0",
            "symfony/http-foundation": "~2.3|~3.0.0",
            "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
            "symfony/property-access": "~2.3|~3.0.0",
            "symfony/yaml": "^2.0.5|~3.0.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "egulias/email-validator": "Strict (RFC compliant) email validation",
            "symfony/config": "",
            "symfony/expression-language": "For using the 2.4 Expression validator",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For using the 2.4 Validator API",
            "symfony/yaml": ""
        },
        "time": "2017-08-27T14:29:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Validator Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/serializer",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "ff6bd03c458a6007b05a2c4c4199cbc3417bf074"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/ff6bd03c458a6007b05a2c4c4199cbc3417bf074",
            "reference": "ff6bd03c458a6007b05a2c4c4199cbc3417bf074",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-php55": "~1.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "symfony/config": "~2.2|~3.0.0",
            "symfony/property-access": "~2.3|~3.0.0",
            "symfony/yaml": "^2.0.5|~3.0.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2017-07-03T14:09:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Serializer Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/routing",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "5cdaffed631e88c972f283bb4f9ca699f3c8bffa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/5cdaffed631e88c972f283bb4f9ca699f3c8bffa",
            "reference": "5cdaffed631e88c972f283bb4f9ca699f3c8bffa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "conflict": {
            "symfony/config": "<2.7"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/common": "~2.2",
            "psr/log": "~1.0",
            "symfony/config": "~2.7|~3.0.0",
            "symfony/expression-language": "~2.4|~3.0.0",
            "symfony/http-foundation": "~2.3|~3.0.0",
            "symfony/yaml": "^2.0.5|~3.0.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/dependency-injection": "For loading routes from a service",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2017-06-20T23:27:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/psr-http-message-bridge",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
            "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "psr/http-message": "~1.0",
            "symfony/http-foundation": "~2.3|~3.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7|~3.0"
        },
        "suggest": {
            "psr/http-message-implementation": "To use the HttpFoundation factory",
            "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
        },
        "time": "2016-09-14T18:37:20+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
        "keywords": [
            "http",
            "http-message",
            "psr-7"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/1ea0e08453819ecc7130e1fb0ee10862c2f33ed0",
            "reference": "1ea0e08453819ecc7130e1fb0ee10862c2f33ed0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2017-06-14T15:44:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/http-kernel",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "b07102898dcba281d8e91d24ea43872f897d6203"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b07102898dcba281d8e91d24ea43872f897d6203",
            "reference": "b07102898dcba281d8e91d24ea43872f897d6203",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "psr/log": "~1.0",
            "symfony/debug": "^2.6.2",
            "symfony/event-dispatcher": "^2.6.7|~3.0.0",
            "symfony/http-foundation": "~2.7.20|~2.8.13|~3.1.6"
        },
        "conflict": {
            "symfony/config": "<2.7",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "require-dev": {
            "symfony/browser-kit": "~2.3|~3.0.0",
            "symfony/class-loader": "~2.1|~3.0.0",
            "symfony/config": "~2.8",
            "symfony/console": "~2.3|~3.0.0",
            "symfony/css-selector": "^2.0.5|~3.0.0",
            "symfony/dependency-injection": "~2.8|~3.0.0",
            "symfony/dom-crawler": "^2.0.5|~3.0.0",
            "symfony/expression-language": "~2.4|~3.0.0",
            "symfony/finder": "^2.0.5|~3.0.0",
            "symfony/process": "^2.0.5|~3.0.0",
            "symfony/routing": "~2.8|~3.0.0",
            "symfony/stopwatch": "~2.3|~3.0.0",
            "symfony/templating": "~2.2|~3.0.0",
            "symfony/translation": "^2.0.5|~3.0.0",
            "symfony/var-dumper": "~2.6|~3.0.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/class-loader": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/finder": "",
            "symfony/var-dumper": ""
        },
        "time": "2017-08-28T19:21:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/class-loader",
        "version": "v2.8.27",
        "version_normalized": "2.8.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "151afda88c9e3f8b45efa2ce791c69528327e18c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/151afda88c9e3f8b45efa2ce791c69528327e18c",
            "reference": "151afda88c9e3f8b45efa2ce791c69528327e18c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-apcu": "~1.1"
        },
        "require-dev": {
            "symfony/finder": "^2.0.5|~3.0.0"
        },
        "time": "2017-07-05T06:50:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ClassLoader\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ClassLoader Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony-cmf/routing",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony-cmf/routing.git",
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.9|^7.0",
            "psr/log": "1.*",
            "symfony/http-kernel": "^2.2|3.*",
            "symfony/routing": "^2.2|3.*"
        },
        "require-dev": {
            "friendsofsymfony/jsrouting-bundle": "^1.1",
            "symfony-cmf/testing": "^1.3",
            "symfony/config": "^2.2|3.*",
            "symfony/dependency-injection": "^2.0.5|3.*",
            "symfony/event-dispatcher": "^2.1|3.*"
        },
        "suggest": {
            "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
        },
        "time": "2017-05-09T08:10:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Cmf\\Component\\Routing\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony CMF Community",
                "homepage": "https://github.com/symfony-cmf/Routing/contributors"
            }
        ],
        "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
        "homepage": "http://cmf.symfony.com",
        "keywords": [
            "database",
            "routing"
        ]
    },
    {
        "name": "stack/builder",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stackphp/builder.git",
            "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stackphp/builder/zipball/59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
            "reference": "59fcc9b448a8ce5e338a04c4e2e4aca893e83425",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/http-foundation": "~2.1|~3.0",
            "symfony/http-kernel": "~2.1|~3.0"
        },
        "require-dev": {
            "silex/silex": "~1.0"
        },
        "time": "2016-06-02T06:58:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Stack": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Builder for stack middlewares based on HttpKernelInterface.",
        "keywords": [
            "stack"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.10",
        "version_normalized": "2.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
            "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2017-03-13T16:27:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "masterminds/html5",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Masterminds/html5-php.git",
            "reference": "2c37c6c520b995b761674de3be8455a381679067"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/2c37c6c520b995b761674de3be8455a381679067",
            "reference": "2c37c6c520b995b761674de3be8455a381679067",
            "shasum": ""
        },
        "require": {
            "ext-libxml": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "sami/sami": "~2.0",
            "satooshi/php-coveralls": "1.0.*"
        },
        "time": "2017-09-04T12:26:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Masterminds\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matt Butcher",
                "email": "technosophos@gmail.com"
            },
            {
                "name": "Asmir Mustafic",
                "email": "goetas@gmail.com"
            },
            {
                "name": "Matt Farina",
                "email": "matt@mattfarina.com"
            }
        ],
        "description": "An HTML5 parser and serializer.",
        "homepage": "http://masterminds.github.io/html5-php",
        "keywords": [
            "HTML5",
            "dom",
            "html",
            "parser",
            "querypath",
            "serializer",
            "xml"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "1.2.14",
        "version_normalized": "1.2.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/5642614492f0ca2064c01d60cc33284cc2f731a9",
            "reference": "5642614492f0ca2064c01d60cc33284cc2f731a9",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.24"
        },
        "time": "2017-02-03T22:48:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Egulias\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "easyrdf/easyrdf",
        "version": "0.9.1",
        "version_normalized": "0.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/njh/easyrdf.git",
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-pcre": "*",
            "php": ">=5.2.8"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.5",
            "sami/sami": "~1.4",
            "squizlabs/php_codesniffer": "~1.4.3"
        },
        "suggest": {
            "ml/json-ld": "~1.0"
        },
        "time": "2015-02-27T09:45:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "EasyRdf_": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nicholas Humfrey",
                "email": "njh@aelius.com",
                "homepage": "http://www.aelius.com/njh/",
                "role": "Developer"
            },
            {
                "name": "Alexey Zakhlestin",
                "email": "indeyets@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
        "homepage": "http://www.easyrdf.org/",
        "keywords": [
            "Linked Data",
            "RDF",
            "Semantic Web",
            "Turtle",
            "rdfa",
            "sparql"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2017-07-22T12:49:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": "~5.6|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4.6"
        },
        "time": "2017-07-22T08:35:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "composer/semver",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5",
            "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
        },
        "time": "2016-08-30T16:08:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.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"
        ]
    },
    {
        "name": "asm89/stack-cors",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/asm89/stack-cors.git",
            "reference": "65ccbd455370f043c2e3b93482a3813603d68731"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/asm89/stack-cors/zipball/65ccbd455370f043c2e3b93482a3813603d68731",
            "reference": "65ccbd455370f043c2e3b93482a3813603d68731",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/http-foundation": "~2.7|~3.0",
            "symfony/http-kernel": "~2.7|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8.10",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "time": "2017-04-11T20:03:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-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"
        ]
    },
    {
        "name": "drupal/core",
        "version": "8.3.7",
        "version_normalized": "8.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal/core.git",
            "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal/core/zipball/32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
            "reference": "32f66ed9cc593f8e9ab0eaaaeff4cadbd859d5ff",
            "shasum": ""
        },
        "require": {
            "asm89/stack-cors": "~1.0",
            "composer/semver": "~1.0",
            "doctrine/annotations": "1.2.*",
            "doctrine/common": "^2.5",
            "easyrdf/easyrdf": "0.9.*",
            "egulias/email-validator": "1.2.*",
            "guzzlehttp/guzzle": "^6.2.1",
            "masterminds/html5": "~2.1",
            "paragonie/random_compat": "^1.0|^2.0",
            "php": ">=5.5.9",
            "stack/builder": "1.0.*",
            "symfony-cmf/routing": "~1.4",
            "symfony/class-loader": "~2.8",
            "symfony/console": "~2.8",
            "symfony/dependency-injection": "~2.8",
            "symfony/event-dispatcher": "~2.8",
            "symfony/http-foundation": "~2.8",
            "symfony/http-kernel": "~2.8",
            "symfony/polyfill-iconv": "~1.0",
            "symfony/process": "~2.8",
            "symfony/psr-http-message-bridge": "^1.0",
            "symfony/routing": "~2.8",
            "symfony/serializer": "~2.8",
            "symfony/translation": "~2.8",
            "symfony/validator": "~2.8",
            "symfony/yaml": "~2.8",
            "twig/twig": "^1.23.1",
            "zendframework/zend-diactoros": "~1.1",
            "zendframework/zend-feed": "~2.4"
        },
        "conflict": {
            "drush/drush": "<8.1.10"
        },
        "replace": {
            "drupal/action": "self.version",
            "drupal/aggregator": "self.version",
            "drupal/automated_cron": "self.version",
            "drupal/ban": "self.version",
            "drupal/bartik": "self.version",
            "drupal/basic_auth": "self.version",
            "drupal/big_pipe": "self.version",
            "drupal/block": "self.version",
            "drupal/block_content": "self.version",
            "drupal/block_place": "self.version",
            "drupal/book": "self.version",
            "drupal/breakpoint": "self.version",
            "drupal/ckeditor": "self.version",
            "drupal/classy": "self.version",
            "drupal/color": "self.version",
            "drupal/comment": "self.version",
            "drupal/config": "self.version",
            "drupal/config_translation": "self.version",
            "drupal/contact": "self.version",
            "drupal/content_moderation": "self.version",
            "drupal/content_translation": "self.version",
            "drupal/contextual": "self.version",
            "drupal/core-annotation": "self.version",
            "drupal/core-assertion": "self.version",
            "drupal/core-bridge": "self.version",
            "drupal/core-datetime": "self.version",
            "drupal/core-dependency-injection": "self.version",
            "drupal/core-diff": "self.version",
            "drupal/core-discovery": "self.version",
            "drupal/core-event-dispatcher": "self.version",
            "drupal/core-file-cache": "self.version",
            "drupal/core-filesystem": "self.version",
            "drupal/core-gettext": "self.version",
            "drupal/core-graph": "self.version",
            "drupal/core-http-foundation": "self.version",
            "drupal/core-php-storage": "self.version",
            "drupal/core-plugin": "self.version",
            "drupal/core-proxy-builder": "self.version",
            "drupal/core-render": "self.version",
            "drupal/core-serialization": "self.version",
            "drupal/core-transliteration": "self.version",
            "drupal/core-utility": "self.version",
            "drupal/core-uuid": "self.version",
            "drupal/datetime": "self.version",
            "drupal/datetime_range": "self.version",
            "drupal/dblog": "self.version",
            "drupal/dynamic_page_cache": "self.version",
            "drupal/editor": "self.version",
            "drupal/entity_reference": "self.version",
            "drupal/field": "self.version",
            "drupal/field_layout": "self.version",
            "drupal/field_ui": "self.version",
            "drupal/file": "self.version",
            "drupal/filter": "self.version",
            "drupal/forum": "self.version",
            "drupal/hal": "self.version",
            "drupal/help": "self.version",
            "drupal/history": "self.version",
            "drupal/image": "self.version",
            "drupal/inline_form_errors": "self.version",
            "drupal/language": "self.version",
            "drupal/layout_discovery": "self.version",
            "drupal/link": "self.version",
            "drupal/locale": "self.version",
            "drupal/menu_link_content": "self.version",
            "drupal/menu_ui": "self.version",
            "drupal/migrate": "self.version",
            "drupal/migrate_drupal": "self.version",
            "drupal/migrate_drupal_ui": "self.version",
            "drupal/minimal": "self.version",
            "drupal/node": "self.version",
            "drupal/options": "self.version",
            "drupal/outside_in": "self.version",
            "drupal/page_cache": "self.version",
            "drupal/path": "self.version",
            "drupal/quickedit": "self.version",
            "drupal/rdf": "self.version",
            "drupal/responsive_image": "self.version",
            "drupal/rest": "self.version",
            "drupal/search": "self.version",
            "drupal/serialization": "self.version",
            "drupal/seven": "self.version",
            "drupal/shortcut": "self.version",
            "drupal/simpletest": "self.version",
            "drupal/standard": "self.version",
            "drupal/stark": "self.version",
            "drupal/statistics": "self.version",
            "drupal/syslog": "self.version",
            "drupal/system": "self.version",
            "drupal/taxonomy": "self.version",
            "drupal/telephone": "self.version",
            "drupal/text": "self.version",
            "drupal/toolbar": "self.version",
            "drupal/tour": "self.version",
            "drupal/tracker": "self.version",
            "drupal/update": "self.version",
            "drupal/user": "self.version",
            "drupal/views": "self.version",
            "drupal/views_ui": "self.version",
            "drupal/workflows": "self.version"
        },
        "require-dev": {
            "behat/mink": "1.7.x-dev",
            "behat/mink-goutte-driver": "~1.2",
            "drupal/coder": "8.2.12",
            "jcalderonzumba/gastonjs": "~1.0.2",
            "jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
            "mikey179/vfsstream": "~1.2",
            "phpunit/phpunit": ">=4.8.28 <5",
            "symfony/browser-kit": ">=2.8.13 <3.0",
            "symfony/css-selector": "~2.8"
        },
        "time": "2017-08-16T17:10:35+00:00",
        "type": "drupal-core",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drupal\\Core\\": "lib/Drupal/Core",
                "Drupal\\Component\\": "lib/Drupal/Component",
                "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
            },
            "classmap": [
                "lib/Drupal.php",
                "lib/Drupal/Component/Utility/Timer.php",
                "lib/Drupal/Component/Utility/Unicode.php",
                "lib/Drupal/Core/Database/Database.php",
                "lib/Drupal/Core/DrupalKernel.php",
                "lib/Drupal/Core/DrupalKernelInterface.php",
                "lib/Drupal/Core/Site/Settings.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Drupal is an open source content management platform powering millions of websites and applications."
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
            "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "dflydev/markdown": "~1.0",
            "erusev/parsedown": "~1.0"
        },
        "time": "2016-01-25T08:17:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "phpDocumentor": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "mike.vanriel@naenius.com"
            }
        ]
    },
    {
        "name": "pear/console_table",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_Table.git",
            "reference": "64100b9ee81852f4fa17823e55d0b385a544f976"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976",
            "reference": "64100b9ee81852f4fa17823e55d0b385a544f976",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "suggest": {
            "pear/Console_Color2": ">=0.1.2"
        },
        "time": "2016-01-21T16:14:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Table.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jan Schneider",
                "homepage": "http://pear.php.net/user/yunosh"
            },
            {
                "name": "Tal Peer",
                "homepage": "http://pear.php.net/user/tal"
            },
            {
                "name": "Xavier Noguer",
                "homepage": "http://pear.php.net/user/xnoguer"
            },
            {
                "name": "Richard Heyes",
                "homepage": "http://pear.php.net/user/richard"
            }
        ],
        "description": "Library that makes it easy to build console style tables.",
        "homepage": "http://pear.php.net/package/Console_Table/",
        "keywords": [
            "console"
        ]
    },
    {
        "name": "consolidation/output-formatters",
        "version": "3.1.11",
        "version_normalized": "3.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/output-formatters.git",
            "reference": "3a1160440819269e6d8d9c11db67129384b8fb35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/3a1160440819269e6d8d9c11db67129384b8fb35",
            "reference": "3a1160440819269e6d8d9c11db67129384b8fb35",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/console": "^2.8|~3",
            "symfony/finder": "~2.5|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "^2.7",
            "victorjonsson/markdowndocs": "^1.3"
        },
        "time": "2017-08-17T22:11:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.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."
    },
    {
        "name": "consolidation/annotated-command",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/annotated-command.git",
            "reference": "e325349acaebc2ba39a8e77143c17a5881a44d8f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e325349acaebc2ba39a8e77143c17a5881a44d8f",
            "reference": "e325349acaebc2ba39a8e77143c17a5881a44d8f",
            "shasum": ""
        },
        "require": {
            "consolidation/output-formatters": "^3.1.10",
            "php": ">=5.4.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
            "psr/log": "^1",
            "symfony/console": "^2.8|~3",
            "symfony/event-dispatcher": "^2.5|^3",
            "symfony/finder": "^2.5|^3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "^2.7"
        },
        "time": "2017-09-18T03:20:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "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."
    },
    {
        "name": "drush/drush",
        "version": "8.1.13",
        "version_normalized": "8.1.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drush-ops/drush.git",
            "reference": "f93fc2bed05ba58cf65fb65f799429bf6354b205"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drush-ops/drush/zipball/f93fc2bed05ba58cf65fb65f799429bf6354b205",
            "reference": "f93fc2bed05ba58cf65fb65f799429bf6354b205",
            "shasum": ""
        },
        "require": {
            "consolidation/annotated-command": "~2",
            "consolidation/output-formatters": "~3",
            "pear/console_table": "~1.3.0",
            "php": ">=5.4.5",
            "phpdocumentor/reflection-docblock": "^2.0",
            "psr/log": "~1.0",
            "psy/psysh": "~0.6",
            "symfony/console": "~2.7",
            "symfony/event-dispatcher": "~2.7",
            "symfony/finder": "~2.7",
            "symfony/var-dumper": "~2.7",
            "symfony/yaml": "~2.3",
            "webmozart/path-util": "~2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/process": "2.7.*"
        },
        "suggest": {
            "drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
            "ext-pcntl": "*"
        },
        "time": "2017-08-22T17:28:25+00:00",
        "bin": [
            "drush",
            "drush.launcher",
            "drush.php",
            "drush.complete.sh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Drush": "lib/",
                "Consolidation": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "email": "weitzman@tejasa.com"
            },
            {
                "name": "Owen Barton",
                "email": "drupal@owenbarton.com"
            },
            {
                "name": "Mark Sonnabaum",
                "email": "marksonnabaum@gmail.com"
            },
            {
                "name": "Antoine Beaupré",
                "email": "anarcat@koumbit.org"
            },
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            },
            {
                "name": "Jonathan Araña Cruz",
                "email": "jonhattan@faita.net"
            },
            {
                "name": "Jonathan Hedstrom",
                "email": "jhedstrom@gmail.com"
            },
            {
                "name": "Christopher Gervais",
                "email": "chris@ergonlogic.com"
            },
            {
                "name": "Dave Reid",
                "email": "dave@davereid.net"
            },
            {
                "name": "Damian Lee",
                "email": "damiankloip@googlemail.com"
            }
        ],
        "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
        "homepage": "http://www.drush.org"
    },
    {
        "name": "symfony/browser-kit",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "aee7120b058c268363e606ff5fe8271da849a1b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/aee7120b058c268363e606ff5fe8271da849a1b5",
            "reference": "aee7120b058c268363e606ff5fe8271da849a1b5",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/dom-crawler": "~2.8|~3.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2017-07-29T21:54:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\BrowserKit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony BrowserKit Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "fabpot/goutte",
        "version": "v3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfPHP/Goutte.git",
            "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
            "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0",
            "php": ">=5.5.0",
            "symfony/browser-kit": "~2.1|~3.0",
            "symfony/css-selector": "~2.1|~3.0",
            "symfony/dom-crawler": "~2.1|~3.0"
        },
        "time": "2017-01-03T13:21:43+00:00",
        "type": "application",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Goutte\\": "Goutte"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "A simple PHP Web Scraper",
        "homepage": "https://github.com/FriendsOfPHP/Goutte",
        "keywords": [
            "scraper"
        ]
    },
    {
        "name": "behat/mink",
        "version": "v1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/Mink.git",
            "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
            "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/css-selector": "~2.1|~3.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7|~3.0"
        },
        "suggest": {
            "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
            "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
            "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
            "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
        },
        "time": "2016-03-05T08:26:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Behat\\Mink\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            }
        ],
        "description": "Browser controller/emulator abstraction for PHP",
        "homepage": "http://mink.behat.org/",
        "keywords": [
            "browser",
            "testing",
            "web"
        ]
    },
    {
        "name": "behat/mink-browserkit-driver",
        "version": "v1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
            "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
            "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
            "shasum": ""
        },
        "require": {
            "behat/mink": "^1.7.1@dev",
            "php": ">=5.3.6",
            "symfony/browser-kit": "~2.3|~3.0",
            "symfony/dom-crawler": "~2.3|~3.0"
        },
        "require-dev": {
            "silex/silex": "~1.2",
            "symfony/phpunit-bridge": "~2.7|~3.0"
        },
        "time": "2016-03-05T08:59:47+00:00",
        "type": "mink-driver",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Behat\\Mink\\Driver\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            }
        ],
        "description": "Symfony2 BrowserKit driver for Mink framework",
        "homepage": "http://mink.behat.org/",
        "keywords": [
            "Mink",
            "Symfony2",
            "browser",
            "testing"
        ]
    },
    {
        "name": "behat/mink-goutte-driver",
        "version": "v1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/MinkGoutteDriver.git",
            "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
            "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
            "shasum": ""
        },
        "require": {
            "behat/mink": "~1.6@dev",
            "behat/mink-browserkit-driver": "~1.2@dev",
            "fabpot/goutte": "~1.0.4|~2.0|~3.1",
            "php": ">=5.3.1"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~2.7|~3.0"
        },
        "time": "2016-03-05T09:04:22+00:00",
        "type": "mink-driver",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Behat\\Mink\\Driver\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            }
        ],
        "description": "Goutte driver for Mink framework",
        "homepage": "http://mink.behat.org/",
        "keywords": [
            "browser",
            "goutte",
            "headless",
            "testing"
        ]
    },
    {
        "name": "jcalderonzumba/gastonjs",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jcalderonzumba/gastonjs.git",
            "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
            "reference": "4ff4a788d4995ae0d4b45fdcb1b76650e2eec72a",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~5.0|~6.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6",
            "silex/silex": "~1.2",
            "symfony/phpunit-bridge": "~2.7",
            "symfony/process": "~2.1"
        },
        "time": "2016-05-04T16:27:07+00:00",
        "type": "phantomjs-api",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zumba\\GastonJS\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Juan Francisco Calderón Zumba",
                "email": "juanfcz@gmail.com",
                "homepage": "http://github.com/jcalderonzumba"
            }
        ],
        "description": "PhantomJS API based server for webpage automation",
        "homepage": "https://github.com/jcalderonzumba/gastonjs",
        "keywords": [
            "api",
            "automation",
            "browser",
            "headless",
            "phantomjs"
        ]
    },
    {
        "name": "jcalderonzumba/mink-phantomjs-driver",
        "version": "v0.3.3",
        "version_normalized": "0.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jcalderonzumba/MinkPhantomJSDriver.git",
            "reference": "008f43670e94acd39273d15add1e7348eb23848d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jcalderonzumba/MinkPhantomJSDriver/zipball/008f43670e94acd39273d15add1e7348eb23848d",
            "reference": "008f43670e94acd39273d15add1e7348eb23848d",
            "shasum": ""
        },
        "require": {
            "behat/mink": "~1.7",
            "jcalderonzumba/gastonjs": "~1.0",
            "php": ">=5.4",
            "twig/twig": "~1.20|~2.0"
        },
        "require-dev": {
            "mink/driver-testsuite": "dev-master",
            "phpunit/phpunit": "~4.6"
        },
        "time": "2016-12-01T10:57:30+00:00",
        "type": "mink-driver",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zumba\\Mink\\Driver\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Juan Francisco Calderón Zumba",
                "email": "juanfcz@gmail.com",
                "homepage": "http://github.com/jcalderonzumba"
            }
        ],
        "description": "PhantomJS driver for Mink framework",
        "homepage": "http://mink.behat.org/",
        "keywords": [
            "ajax",
            "browser",
            "headless",
            "javascript",
            "phantomjs",
            "testing"
        ]
    },
    {
        "name": "mikey179/vfsStream",
        "version": "v1.6.5",
        "version_normalized": "1.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mikey179/vfsStream.git",
            "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
            "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2017-08-01T08:02:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "org\\bovigo\\vfs\\": "src/main/php"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Frank Kleine",
                "homepage": "http://frankkleine.de/",
                "role": "Developer"
            }
        ],
        "description": "Virtual file system to mock the real file system in unit tests.",
        "homepage": "http://vfs.bovigo.org/"
    },
    {
        "name": "sebastian/version",
        "version": "1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
            "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
            "shasum": ""
        },
        "time": "2015-06-21T13:59:46+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "sebastian/global-state",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2015-10-12T03:26:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Snapshotting of global state",
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
        "keywords": [
            "global state"
        ]
    },
    {
        "name": "sebastian/recursion-context",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
            "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-10-03T07:41:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides functionality to recursively process PHP variables",
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    },
    {
        "name": "sebastian/exporter",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
            "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/recursion-context": "~1.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-06-17T09:04:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/environment",
        "version": "1.3.8",
        "version_normalized": "1.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
            "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8 || ^5.0"
        },
        "time": "2016-08-18T05:49:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides functionality to handle HHVM/PHP environments",
        "homepage": "http://www.github.com/sebastianbergmann/environment",
        "keywords": [
            "Xdebug",
            "environment",
            "hhvm"
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-05-22T07:24:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "https://github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ]
    },
    {
        "name": "sebastian/comparator",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/diff": "~1.2",
            "sebastian/exporter": "~1.2 || ~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2017-01-29T09:50:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides the functionality to compare PHP values for equality",
        "homepage": "http://www.github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21T13:50:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "2.3.8",
        "version_normalized": "2.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
            "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": ">=5.3.3",
            "phpunit/php-text-template": "~1.2",
            "sebastian/exporter": "~1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2015-10-02T06:51:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-02-26T11:10:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
            "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2016-10-03T07:40:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "1.4.11",
        "version_normalized": "1.4.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
            "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "time": "2017-02-27T10:12:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "2.2.4",
        "version_normalized": "2.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
            "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpunit/php-file-iterator": "~1.3",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-token-stream": "~1.3",
            "sebastian/environment": "^1.3.2",
            "sebastian/version": "~1.0"
        },
        "require-dev": {
            "ext-xdebug": ">=2.1.4",
            "phpunit/phpunit": "~4"
        },
        "suggest": {
            "ext-dom": "*",
            "ext-xdebug": ">=2.2.1",
            "ext-xmlwriter": "*"
        },
        "time": "2015-10-06T15:47:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpspec/prophecy",
        "version": "v1.7.2",
        "version_normalized": "1.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
            "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.3|^7.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
            "sebastian/comparator": "^1.1|^2.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5|^3.2",
            "phpunit/phpunit": "^4.8 || ^5.6.5"
        },
        "time": "2017-09-04T11:05:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prophecy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            },
            {
                "name": "Marcello Duarte",
                "email": "marcello.duarte@gmail.com"
            }
        ],
        "description": "Highly opinionated mocking framework for PHP 5.3+",
        "homepage": "https://github.com/phpspec/prophecy",
        "keywords": [
            "Double",
            "Dummy",
            "fake",
            "mock",
            "spy",
            "stub"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "4.8.36",
        "version_normalized": "4.8.36.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
            "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-reflection": "*",
            "ext-spl": "*",
            "php": ">=5.3.3",
            "phpspec/prophecy": "^1.3.1",
            "phpunit/php-code-coverage": "~2.1",
            "phpunit/php-file-iterator": "~1.4",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-timer": "^1.0.6",
            "phpunit/phpunit-mock-objects": "~2.3",
            "sebastian/comparator": "~1.2.2",
            "sebastian/diff": "~1.2",
            "sebastian/environment": "~1.3",
            "sebastian/exporter": "~1.2",
            "sebastian/global-state": "~1.0",
            "sebastian/version": "~1.0",
            "symfony/yaml": "~2.1|~3.0"
        },
        "suggest": {
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2017-06-21T08:07:12+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "https://phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "drupal/bootstrap",
        "version": "3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/bootstrap",
            "reference": "8.x-3.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.5.zip",
            "reference": "8.x-3.5",
            "shasum": "569f8a243ad6a2e04a86123a0b2a594783a09860"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-theme",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.5",
                "datestamp": "1495040301",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "markcarver",
                "homepage": "https://www.drupal.org/user/501638"
            },
            {
                "name": "neardark",
                "homepage": "https://www.drupal.org/user/661076"
            },
            {
                "name": "sylus",
                "homepage": "https://www.drupal.org/user/339714"
            },
            {
                "name": "wundo",
                "homepage": "https://www.drupal.org/user/25523"
            }
        ],
        "homepage": "https://www.drupal.org/project/bootstrap",
        "support": {
            "source": "http://cgit.drupalcode.org/bootstrap"
        }
    },
    {
        "name": "stripe/stripe-php",
        "version": "v3.23.0",
        "version_normalized": "3.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stripe/stripe-php.git",
            "reference": "c702a2ed92f4b39603c4a796492d87bcc16c819c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c702a2ed92f4b39603c4a796492d87bcc16c819c",
            "reference": "c702a2ed92f4b39603c4a796492d87bcc16c819c",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "~0.6.1",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2016-09-15T18:16:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stripe\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stripe and contributors",
                "homepage": "https://github.com/stripe/stripe-php/contributors"
            }
        ],
        "description": "Stripe PHP Library",
        "homepage": "https://stripe.com/",
        "keywords": [
            "api",
            "payment processing",
            "stripe"
        ]
    },
    {
        "name": "drupal/key",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/key",
            "reference": "8.x-1.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/key-8.x-1.3.zip",
            "reference": "8.x-1.3",
            "shasum": "a7dd21d96cc87273b803fc5ba483c5fc8f8ff320"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.3",
                "datestamp": "1474589639",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Cellar Door",
                "homepage": "https://www.drupal.org/user/658076"
            },
            {
                "name": "CrashTest_",
                "homepage": "https://www.drupal.org/user/261457"
            },
            {
                "name": "nerdstein",
                "homepage": "https://www.drupal.org/user/1557710"
            },
            {
                "name": "rlhawk",
                "homepage": "https://www.drupal.org/user/352283"
            }
        ],
        "description": "Provides the ability to manage site-wide keys",
        "homepage": "http://drupal.org/project/key",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/key",
            "issues": "http://drupal.org/project/key"
        }
    },
    {
        "name": "drupal/stripe_api",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/stripe_api",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/stripe_api-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "5c2fc8f5c6c463a8273bfa18f504efae5fece60c"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/key": "^1.3",
            "stripe/stripe-php": "^3"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev",
                "dev-master": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1503080944",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "donutdan4114",
                "homepage": "https://www.drupal.org/user/1724652"
            },
            {
                "name": "grasmash",
                "homepage": "https://www.drupal.org/user/455714"
            }
        ],
        "description": "Provides an integration to use the Stripe API library",
        "homepage": "https://www.drupal.org/project/stripe_api",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/stripe_api",
            "issues": "https://www.drupal.org/project/issues/stripe_api"
        }
    },
    {
        "name": "drupal/stripe_checkout",
        "version": "2.0.0-beta1",
        "version_normalized": "2.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/stripe_checkout",
            "reference": "8.x-2.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/stripe_checkout-8.x-2.0-beta1.zip",
            "reference": "8.x-2.0-beta1",
            "shasum": "54bfeec6345653bd95cbd5831e5c6f813d973484"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/stripe_api": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev",
                "dev-master": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-beta1",
                "datestamp": "1503080944",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Anonymous",
                "homepage": "https://www.drupal.org/user/0"
            },
            {
                "name": "akalata",
                "homepage": "https://www.drupal.org/user/498926"
            },
            {
                "name": "grasmash",
                "homepage": "https://www.drupal.org/user/455714"
            }
        ],
        "description": "Provides a \"Stripe Checkout\" field type that can be used to set the prices of a fielded entity.",
        "homepage": "https://www.drupal.org/project/stripe_checkout",
        "support": {
            "source": "http://cgit.drupalcode.org/stripe_checkout"
        }
    },
    {
        "name": "drupal/admin_toolbar",
        "version": "1.20.0",
        "version_normalized": "1.20.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/admin_toolbar",
            "reference": "8.x-1.20"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.20.zip",
            "reference": "8.x-1.20",
            "shasum": "ebeb6b630c0c614b36263ac4a024b269113b6a99"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.20",
                "datestamp": "1505199844",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Mohamed Anis Taktak",
                "homepage": "https://www.drupal.org/u/matio89"
            },
            {
                "name": "eme",
                "homepage": "https://www.drupal.org/user/542492"
            },
            {
                "name": "fethi.krout",
                "homepage": "https://www.drupal.org/user/3206765"
            },
            {
                "name": "matio89",
                "homepage": "https://www.drupal.org/user/2320090"
            },
            {
                "name": "romainj",
                "homepage": "https://www.drupal.org/user/370706"
            }
        ],
        "description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
        "homepage": "http://drupal.org/project/admin_toolbar",
        "support": {
            "source": "http://cgit.drupalcode.org/admin_toolbar",
            "issues": "https://www.drupal.org/project/issues/admin_toolbar"
        }
    },
    {
        "name": "drupal/entity_reference_revisions",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/entity_reference_revisions",
            "reference": "8.x-1.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.3.zip",
            "reference": "8.x-1.3",
            "shasum": "78aebb58efbbfcbb2faa40a1afc0830312b32631"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "require-dev": {
            "drupal/diff": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.3",
                "datestamp": "1495814284",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Frans",
                "homepage": "https://www.drupal.org/user/514222"
            },
            {
                "name": "jeroen.b",
                "homepage": "https://www.drupal.org/user/1853532"
            },
            {
                "name": "miro_dietiker",
                "homepage": "https://www.drupal.org/user/227761"
            }
        ],
        "description": "Adds a Entity Reference field type with revision support.",
        "homepage": "https://www.drupal.org/project/entity_reference_revisions",
        "support": {
            "source": "http://cgit.drupalcode.org/entity_reference_revisions"
        }
    },
    {
        "name": "drupal/paragraphs",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/paragraphs",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "c678e5704a98c6a0549e415412da081cfeb03a00"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/entity_reference_revisions": "*"
        },
        "require-dev": {
            "drupal/diff": "*",
            "drupal/field_group": "*",
            "drupal/inline_entity_form": "*",
            "drupal/replicate": "*",
            "drupal/search_api": "*",
            "drupal/search_api_db": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1487331784",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Frans",
                "homepage": "https://www.drupal.org/user/514222"
            },
            {
                "name": "Primsi",
                "homepage": "https://www.drupal.org/user/282629"
            },
            {
                "name": "jeroen.b",
                "homepage": "https://www.drupal.org/user/1853532"
            },
            {
                "name": "miro_dietiker",
                "homepage": "https://www.drupal.org/user/227761"
            }
        ],
        "description": "Enables the creation of paragraphs entities.",
        "homepage": "https://www.drupal.org/project/paragraphs",
        "support": {
            "source": "http://cgit.drupalcode.org/paragraphs"
        }
    },
    {
        "name": "drupal/auto_entitylabel",
        "version": "2.0.0-beta1",
        "version_normalized": "2.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/auto_entitylabel",
            "reference": "8.x-2.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-2.0-beta1.zip",
            "reference": "8.x-2.0-beta1",
            "shasum": "9978f4b5f2cdb3955e685a83c6b7f57f6d0b999d"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-beta1",
                "datestamp": "1487875383",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Pravin Ajaaz",
                "homepage": "https://www.drupal.org/user/2910049"
            },
            {
                "name": "RenatoG",
                "homepage": "https://www.drupal.org/user/3326031"
            },
            {
                "name": "bforchhammer",
                "homepage": "https://www.drupal.org/user/216396"
            },
            {
                "name": "purushotam.rai",
                "homepage": "https://www.drupal.org/user/3193859"
            }
        ],
        "description": "Allows hiding of entity label fields and automatic label creation.",
        "homepage": "https://www.drupal.org/project/auto_entitylabel",
        "support": {
            "source": "http://cgit.drupalcode.org/auto_entitylabel"
        }
    },
    {
        "name": "drupal/token",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/token",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/token-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "d24c7f1ffddbd0fc56bc92bacae1c4ff769a4442"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1493466843",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "eaton",
                "homepage": "https://www.drupal.org/user/16496"
            },
            {
                "name": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            },
            {
                "name": "greggles",
                "homepage": "https://www.drupal.org/user/36762"
            },
            {
                "name": "mikeryan",
                "homepage": "https://www.drupal.org/user/4420"
            }
        ],
        "description": "Provides a user interface for the Token API and some missing core tokens.",
        "homepage": "https://www.drupal.org/project/token",
        "support": {
            "source": "http://cgit.drupalcode.org/token"
        }
    },
    {
        "name": "drupal/ctools",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/ctools",
            "reference": "8.x-3.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.0.zip",
            "reference": "8.x-3.0",
            "shasum": "302e869ecd1e59fe55663673999fee2ccac5daa8"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0",
                "datestamp": "1493401742",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Kris Vanderwater (EclipseGc)",
                "homepage": "https://www.drupal.org/u/eclipsegc",
                "role": "Maintainer"
            },
            {
                "name": "Jakob Perry (japerry)",
                "homepage": "https://www.drupal.org/u/japerry",
                "role": "Maintainer"
            },
            {
                "name": "Tim Plunkett (tim.plunkett)",
                "homepage": "https://www.drupal.org/u/timplunkett",
                "role": "Maintainer"
            },
            {
                "name": "James Gilliland (neclimdul)",
                "homepage": "https://www.drupal.org/u/neclimdul",
                "role": "Maintainer"
            },
            {
                "name": "Daniel Wehner (dawehner)",
                "homepage": "https://www.drupal.org/u/dawehner",
                "role": "Maintainer"
            },
            {
                "name": "merlinofchaos",
                "homepage": "https://www.drupal.org/user/26979"
            },
            {
                "name": "neclimdul",
                "homepage": "https://www.drupal.org/user/48673"
            },
            {
                "name": "sdboyer",
                "homepage": "https://www.drupal.org/user/146719"
            },
            {
                "name": "sun",
                "homepage": "https://www.drupal.org/user/54136"
            },
            {
                "name": "tim.plunkett",
                "homepage": "https://www.drupal.org/user/241634"
            }
        ],
        "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
        "homepage": "https://www.drupal.org/project/ctools",
        "support": {
            "source": "http://cgit.drupalcode.org/ctools",
            "issues": "https://www.drupal.org/project/issues/ctools"
        }
    },
    {
        "name": "drupal/pathauto",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/pathauto",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "4c82a5689a18421c8c73fcc8be7b333bb21ae02a"
        },
        "require": {
            "drupal/core": "*",
            "drupal/ctools": "*",
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1493468044",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "Freso",
                "homepage": "https://www.drupal.org/user/27504"
            },
            {
                "name": "greggles",
                "homepage": "https://www.drupal.org/user/36762"
            }
        ],
        "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
        "homepage": "https://www.drupal.org/project/pathauto",
        "support": {
            "source": "http://cgit.drupalcode.org/pathauto"
        }
    },
    {
        "name": "drupal/metatag",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/metatag",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "f64745456579bb0ff8139a38d8d5de673868d94c"
        },
        "require": {
            "drupal/core": "*",
            "drupal/token": "^1.0"
        },
        "require-dev": {
            "drupal/devel": "^1.0",
            "drupal/metatag_dc": "*",
            "drupal/metatag_open_graph": "*",
            "drupal/restui": "*",
            "restui/restui": "^1.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1501584761",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "See contributors",
                "homepage": "https://www.drupal.org/node/640498/committers",
                "role": "Developer"
            },
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            }
        ],
        "description": "Manage meta tags for all entities.",
        "homepage": "https://www.drupal.org/project/metatag",
        "keywords": [
            "php",
            "seo"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/metatag",
            "issues": "http://drupal.org/project/issues/metatag"
        }
    },
    {
        "name": "drupal/checklistapi",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/checklistapi",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/checklistapi-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "3dd5a73a2889aa5db34fff842ca0226f87c089bf"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1505294643",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "TravisCarden",
                "homepage": "https://www.drupal.org/user/236758"
            }
        ],
        "description": "Provides an API for creating fillable, persistent checklists.",
        "homepage": "https://www.drupal.org/project/checklistapi",
        "support": {
            "source": "http://cgit.drupalcode.org/checklistapi"
        }
    },
    {
        "name": "drupal/seo_checklist",
        "version": "4.0.0",
        "version_normalized": "4.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/seo_checklist",
            "reference": "8.x-4.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/seo_checklist-8.x-4.0.zip",
            "reference": "8.x-4.0",
            "shasum": "12b8bb6ae00172008225c3d9f173bbf62ce2213c"
        },
        "require": {
            "drupal/checklistapi": "*",
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-4.x": "4.x-dev"
            },
            "drupal": {
                "version": "8.x-4.0",
                "datestamp": "1479573239",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Ben Finklea",
                "homepage": "https://www.drupal.org/user/46676"
            },
            {
                "name": "TravisCarden",
                "homepage": "https://www.drupal.org/user/236758"
            }
        ],
        "description": "Uses best practices to check for proper search engine optimization.",
        "homepage": "https://www.drupal.org/project/seo_checklist",
        "keywords": [
            "SEO"
        ],
        "support": {
            "source": "http://drupalcode.org/seo_checklist",
            "issues": "https://www.drupal.org/project/issues/seo_checklist"
        }
    },
    {
        "name": "drupal/redirect",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/redirect",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "0be21502538afc193a6817089476e7f6ddae2f6d"
        },
        "require": {
            "drupal/core": "~8"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1501443542",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Project has not opted into security advisory coverage!"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            }
        ],
        "description": "Allows users to redirect from old URLs to new URLs.",
        "homepage": "https://www.drupal.org/project/redirect",
        "support": {
            "source": "http://cgit.drupalcode.org/redirect"
        }
    },
    {
        "name": "drupal/search404",
        "version": "1.0.0-beta2",
        "version_normalized": "1.0.0.0-beta2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/search404",
            "reference": "8.x-1.0-beta2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/search404-8.x-1.0-beta2.zip",
            "reference": "8.x-1.0-beta2",
            "shasum": "dc4459654f6d4a133307ff4a5c35981cf5a5d042"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta2",
                "datestamp": "1480048983",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "anoopjohn",
                "homepage": "https://www.drupal.org/user/188049"
            },
            {
                "name": "larssg",
                "homepage": "https://www.drupal.org/user/655"
            },
            {
                "name": "zyxware",
                "homepage": "https://www.drupal.org/user/222163"
            }
        ],
        "description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found.",
        "homepage": "https://www.drupal.org/project/search404",
        "support": {
            "source": "http://cgit.drupalcode.org/search404"
        }
    },
    {
        "name": "drupal/xmlsitemap",
        "version": "1.0.0-alpha2",
        "version_normalized": "1.0.0.0-alpha2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/xmlsitemap",
            "reference": "8.x-1.0-alpha2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.0-alpha2.zip",
            "reference": "8.x-1.0-alpha2",
            "shasum": "72576d8e40b747a71bd45577f9ab503a4a9d035e"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha2",
                "datestamp": "1464192275",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Alpha releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "RenatoG",
                "homepage": "https://www.drupal.org/user/3326031"
            },
            {
                "name": "amateescu",
                "homepage": "https://www.drupal.org/user/729614"
            },
            {
                "name": "andrei.dincu",
                "homepage": "https://www.drupal.org/user/2628879"
            },
            {
                "name": "earnie",
                "homepage": "https://www.drupal.org/user/86710"
            },
            {
                "name": "juampynr",
                "homepage": "https://www.drupal.org/user/682736"
            },
            {
                "name": "paulmckibben",
                "homepage": "https://www.drupal.org/user/279003"
            },
            {
                "name": "tadityar",
                "homepage": "https://www.drupal.org/user/3094465"
            },
            {
                "name": "th_tushar",
                "homepage": "https://www.drupal.org/user/1835276"
            }
        ],
        "description": "Creates an XML sitemap conforming to the <a href=\"http://sitemaps.org/\">sitemaps.org protocol</a>.",
        "homepage": "https://www.drupal.org/project/xmlsitemap",
        "support": {
            "source": "http://cgit.drupalcode.org/xmlsitemap"
        }
    },
    {
        "name": "drupal/entity",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/entity",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "6965349818de8cb820113b6841076162190c1a4c"
        },
        "require": {
            "drupal/core": "~8.3"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1505895844",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "dixon_",
                "homepage": "https://www.drupal.org/user/239911"
            },
            {
                "name": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            }
        ],
        "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
        "homepage": "http://drupal.org/project/entity",
        "support": {
            "source": "http://cgit.drupalcode.org/entity"
        }
    },
    {
        "name": "drupal/media_entity",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/media_entity",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/media_entity-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "86fd1478f2448c034660faa30ef34c0e8519fecb"
        },
        "require": {
            "drupal/core": "~8.1",
            "drupal/entity": "^1.0.0-alpha3"
        },
        "require-dev": {
            "drupal/entity": "*",
            "drupal/inline_entity_form": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1480363983",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "Drupal media CI",
                "homepage": "https://www.drupal.org/user/3057985"
            },
            {
                "name": "Primsi",
                "homepage": "https://www.drupal.org/user/282629"
            },
            {
                "name": "boztek",
                "homepage": "https://www.drupal.org/user/134410"
            },
            {
                "name": "chr.fritsch",
                "homepage": "https://www.drupal.org/user/2103716"
            },
            {
                "name": "jcisio",
                "homepage": "https://www.drupal.org/user/210762"
            },
            {
                "name": "katzilla",
                "homepage": "https://www.drupal.org/user/260398"
            },
            {
                "name": "marcoscano",
                "homepage": "https://www.drupal.org/user/1288796"
            },
            {
                "name": "phenaproxima",
                "homepage": "https://www.drupal.org/user/205645"
            },
            {
                "name": "seanB",
                "homepage": "https://www.drupal.org/user/545912"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
        "homepage": "https://www.drupal.org/project/media_entity",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "https://www.drupal.org/project/media_entity",
            "issues": "https://www.drupal.org/project/issues/media_entity"
        }
    },
    {
        "name": "drupal/media_entity_image",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/media_entity_image",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/media_entity_image-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "d02d1d793a50ea3b9cb5a3219472fdd27980f4f3"
        },
        "require": {
            "drupal/core": "~8.1",
            "drupal/media_entity": "~1.0 || ~8.1.0"
        },
        "require-dev": {
            "drupal/entity_browser": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1470170939",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "Primsi",
                "homepage": "https://www.drupal.org/user/282629"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Local images integration for Drupal Media entity.",
        "homepage": "https://www.drupal.org/project/media_entity_image",
        "keywords": [
            "Drupal",
            "image",
            "media"
        ],
        "support": {
            "source": "https://www.drupal.org/project/media_entity_image",
            "issues": "https://www.drupal.org/project/issues/media_entity_image"
        }
    },
    {
        "name": "drupal/inline_entity_form",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/inline_entity_form",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "185ffc28a7b68d19cce057855d1c111f1741a3ea"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "require-dev": {
            "drupal/entity_reference_revisions": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1477868343",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "rszrama",
                "homepage": "https://www.drupal.org/user/49344"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "webflo",
                "homepage": "https://www.drupal.org/user/254778"
            }
        ],
        "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
        "homepage": "https://www.drupal.org/project/inline_entity_form",
        "support": {
            "source": "http://cgit.drupalcode.org/inline_entity_form"
        }
    },
    {
        "name": "drupal/bootstrap_business",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/bootstrap-business",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bootstrap_business-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "15d5f19780fa0c3113129970493ae4ec701b3737"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-theme",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1455016139",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "evankay",
                "homepage": "https://www.drupal.org/user/2912669"
            },
            {
                "name": "gtsopour",
                "homepage": "https://www.drupal.org/user/829430"
            },
            {
                "name": "skechagia",
                "homepage": "https://www.drupal.org/user/2447146"
            },
            {
                "name": "skounis",
                "homepage": "https://www.drupal.org/user/877552"
            }
        ],
        "homepage": "https://www.drupal.org/project/bootstrap_business",
        "support": {
            "source": "http://cgit.drupalcode.org/bootstrap_business"
        }
    },
    {
        "name": "drupal/formblock",
        "version": "1.0.0-beta9",
        "version_normalized": "1.0.0.0-beta9",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/formblock",
            "reference": "8.x-1.0-beta9"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/formblock-8.x-1.0-beta9.zip",
            "reference": "8.x-1.0-beta9",
            "shasum": "b9e06977dbb5cfc77a40fa97ce968300e342dbbf"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta9",
                "datestamp": "1471552142",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "chx",
                "homepage": "https://www.drupal.org/user/9446"
            },
            {
                "name": "mikey_p",
                "homepage": "https://www.drupal.org/user/62496"
            },
            {
                "name": "nedjo",
                "homepage": "https://www.drupal.org/user/4481"
            }
        ],
        "description": "Enables the presentation of node creation forms in blocks. This is particularly useful for including forms on panels.",
        "homepage": "https://www.drupal.org/project/formblock",
        "support": {
            "source": "http://cgit.drupalcode.org/formblock"
        }
    },
    {
        "name": "commerceguys/enum",
        "version": "v1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/commerceguys/enum.git",
            "reference": "1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/commerceguys/enum/zipball/1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95",
            "reference": "1d9db2dbeb1a02500e7a14589ae2f9cb402c5c95",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-02-27T21:36:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "CommerceGuys\\Enum\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bojan Zivanovic"
            }
        ],
        "description": "A PHP 5.4+ enumeration library."
    },
    {
        "name": "commerceguys/addressing",
        "version": "v1.0.0-beta3",
        "version_normalized": "1.0.0.0-beta3",
        "source": {
            "type": "git",
            "url": "https://github.com/commerceguys/addressing.git",
            "reference": "615464980031d353865fd0a4b5da3acb3f567129"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/commerceguys/addressing/zipball/615464980031d353865fd0a4b5da3acb3f567129",
            "reference": "615464980031d353865fd0a4b5da3acb3f567129",
            "shasum": ""
        },
        "require": {
            "commerceguys/enum": "~1.0",
            "doctrine/collections": "~1.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "2.*",
            "symfony/intl": ">=2.3",
            "symfony/validator": ">=2.3"
        },
        "suggest": {
            "commerceguys/intl": "to use it as the source of country data",
            "symfony/intl": "to use it as the source of country data",
            "symfony/validator": "to validate addresses"
        },
        "time": "2017-04-20T12:32:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "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 Google's address data.",
        "keywords": [
            "address",
            "internationalization",
            "localization",
            "postal"
        ]
    },
    {
        "name": "commerceguys/intl",
        "version": "v0.7.4",
        "version_normalized": "0.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/commerceguys/intl.git",
            "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/commerceguys/intl/zipball/edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
            "reference": "edfcfc26ed8505c4f6fcf862eb36dfda1af74b00",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-12-13T12:33:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.x-dev"
            }
        },
        "installation-source": "dist",
        "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."
    },
    {
        "name": "drupal/address",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/address",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/address-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "041445ac14087be943c0c1c562b9bf800d87f7e8"
        },
        "require": {
            "commerceguys/addressing": "~1.0",
            "commerceguys/intl": "~0.7",
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1505896144",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "googletorp",
                "homepage": "https://www.drupal.org/user/386230"
            },
            {
                "name": "rszrama",
                "homepage": "https://www.drupal.org/user/49344"
            }
        ],
        "description": "Provides functionality for storing, validating and displaying international postal addresses.",
        "homepage": "http://drupal.org/project/address",
        "support": {
            "source": "http://cgit.drupalcode.org/address"
        }
    }
]
