[
    {
        "name": "alchemy/zippy",
        "version": "0.4.9",
        "version_normalized": "0.4.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/alchemy-fr/Zippy.git",
            "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
            "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.0",
            "php": ">=5.5",
            "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/process": "^2.1 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "ext-zip": "*",
            "guzzle/guzzle": "~3.0",
            "guzzlehttp/guzzle": "^6.0",
            "phpunit/phpunit": "^4.0 || ^5.0",
            "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
        },
        "suggest": {
            "ext-zip": "To use the ZipExtensionAdapter",
            "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
            "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
        },
        "time": "2018-02-22T13:58:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Alchemy\\Zippy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alchemy",
                "email": "dev.team@alchemy.fr",
                "homepage": "http://www.alchemy.fr/"
            }
        ],
        "description": "Zippy, the archive manager companion",
        "keywords": [
            "bzip",
            "compression",
            "tar",
            "zip"
        ]
    },
    {
        "name": "asm89/stack-cors",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/asm89/stack-cors.git",
            "reference": "c163e2b614550aedcf71165db2473d936abbced6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
            "reference": "c163e2b614550aedcf71165db2473d936abbced6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/http-foundation": "~2.7|~3.0|~4.0",
            "symfony/http-kernel": "~2.7|~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8.10",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "time": "2017-12-20T14:37:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Asm89\\Stack\\": "src/Asm89/Stack/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander",
                "email": "iam.asm89@gmail.com"
            }
        ],
        "description": "Cross-origin resource sharing library and stack middleware",
        "homepage": "https://github.com/asm89/stack-cors",
        "keywords": [
            "cors",
            "stack"
        ]
    },
    {
        "name": "behat/mink",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/Mink.git",
            "reference": "6d637f7af4816c26ad8a943da2e3f7eef1231bea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/Mink/zipball/6d637f7af4816c26ad8a943da2e3f7eef1231bea",
            "reference": "6d637f7af4816c26ad8a943da2e3f7eef1231bea",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1",
            "symfony/css-selector": "^2.7|^3.0|^4.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.3|^4.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)",
            "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
        },
        "time": "2019-05-14T09:56:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "source",
        "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": "1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
            "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
            "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
            "shasum": ""
        },
        "require": {
            "behat/mink": "^1.7.1@dev",
            "php": ">=5.3.6",
            "symfony/browser-kit": "~2.3|~3.0|~4.0",
            "symfony/dom-crawler": "~2.3|~3.0|~4.0"
        },
        "require-dev": {
            "mink/driver-testsuite": "dev-master",
            "symfony/http-kernel": "~2.3|~3.0|~4.0"
        },
        "time": "2018-05-02T09:25:31+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": "behat/mink-selenium2-driver",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
            "reference": "8684ee4e634db7abda9039ea53545f86fc1e105a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8684ee4e634db7abda9039ea53545f86fc1e105a",
            "reference": "8684ee4e634db7abda9039ea53545f86fc1e105a",
            "shasum": ""
        },
        "require": {
            "behat/mink": "~1.7@dev",
            "instaclick/php-webdriver": "~1.1",
            "php": ">=5.3.1"
        },
        "require-dev": {
            "mink/driver-testsuite": "dev-master"
        },
        "time": "2018-10-10T12:39:06+00:00",
        "type": "mink-driver",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "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"
            },
            {
                "name": "Pete Otaqui",
                "email": "pete@otaqui.com",
                "homepage": "https://github.com/pete-otaqui"
            }
        ],
        "description": "Selenium2 (WebDriver) driver for Mink framework",
        "homepage": "http://mink.behat.org/",
        "keywords": [
            "ajax",
            "browser",
            "javascript",
            "selenium",
            "testing",
            "webdriver"
        ]
    },
    {
        "name": "brumann/polyfill-unserialize",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dbrumann/polyfill-unserialize.git",
            "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b",
            "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b",
            "shasum": ""
        },
        "require": {
            "php": "^5.3|^7.0"
        },
        "time": "2017-02-03T09:55:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brumann\\Polyfill\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Denis Brumann",
                "email": "denis.brumann@sensiolabs.de"
            }
        ],
        "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions."
    },
    {
        "name": "chi-teck/drupal-code-generator",
        "version": "1.30.3",
        "version_normalized": "1.30.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Chi-teck/drupal-code-generator.git",
            "reference": "1da9f06843b6bf2b0e7d28fea4b6c1d79aead197"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/1da9f06843b6bf2b0e7d28fea4b6c1d79aead197",
            "reference": "1da9f06843b6bf2b0e7d28fea4b6c1d79aead197",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.5.9",
            "symfony/console": "^3.4 || ^4.0",
            "symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
            "twig/twig": "^1.38.2 || ^2.10"
        },
        "time": "2019-06-29T10:29:45+00:00",
        "bin": [
            "bin/dcg"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/bootstrap.php"
            ],
            "psr-4": {
                "DrupalCodeGenerator\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "description": "Drupal code generator"
    },
    {
        "name": "commerceguys/addressing",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/commerceguys/addressing.git",
            "reference": "2d048bfdb3b79f2d87f5d5b078769c059eaa3eb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/commerceguys/addressing/zipball/2d048bfdb3b79f2d87f5d5b078769c059eaa3eb1",
            "reference": "2d048bfdb3b79f2d87f5d5b078769c059eaa3eb1",
            "shasum": ""
        },
        "require": {
            "doctrine/collections": "~1.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "1.*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "2.*",
            "symfony/validator": ">=3.2"
        },
        "suggest": {
            "symfony/validator": "to validate addresses"
        },
        "time": "2019-06-27T10:43:27+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 CLDR and Google's address data.",
        "keywords": [
            "address",
            "internationalization",
            "localization",
            "postal"
        ]
    },
    {
        "name": "composer/installers",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "^4.8.36"
        },
        "time": "2018-08-27T06:10:37+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",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "composer/semver",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
            "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
            "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": "2019-03-19T17:25:45+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": "consolidation/annotated-command",
        "version": "2.12.0",
        "version_normalized": "2.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/annotated-command.git",
            "reference": "512a2e54c98f3af377589de76c43b24652bcb789"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
            "reference": "512a2e54c98f3af377589de76c43b24652bcb789",
            "shasum": ""
        },
        "require": {
            "consolidation/output-formatters": "^3.4",
            "php": ">=5.4.5",
            "psr/log": "^1",
            "symfony/console": "^2.8|^3|^4",
            "symfony/event-dispatcher": "^2.5|^3|^4",
            "symfony/finder": "^2.5|^3|^4"
        },
        "require-dev": {
            "g1a/composer-test-scenarios": "^3",
            "php-coveralls/php-coveralls": "^1",
            "phpunit/phpunit": "^6",
            "squizlabs/php_codesniffer": "^2.7"
        },
        "time": "2019-03-08T16:55:03+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "symfony4": {
                    "require": {
                        "symfony/console": "^4.0"
                    },
                    "config": {
                        "platform": {
                            "php": "7.1.3"
                        }
                    }
                },
                "symfony2": {
                    "require": {
                        "symfony/console": "^2.8"
                    },
                    "require-dev": {
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    },
                    "scenario-options": {
                        "create-lockfile": "false"
                    }
                },
                "phpunit4": {
                    "require-dev": {
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    }
                }
            },
            "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": "consolidation/config",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/config.git",
            "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
            "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^1.1.0",
            "grasmash/expander": "^1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "g1a/composer-test-scenarios": "^3",
            "php-coveralls/php-coveralls": "^1",
            "phpunit/phpunit": "^5",
            "squizlabs/php_codesniffer": "2.*",
            "symfony/console": "^2.5|^3|^4",
            "symfony/yaml": "^2.8.11|^3|^4"
        },
        "suggest": {
            "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
        },
        "time": "2019-03-03T19:37:04+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "symfony4": {
                    "require-dev": {
                        "symfony/console": "^4.0"
                    },
                    "config": {
                        "platform": {
                            "php": "7.1.3"
                        }
                    }
                },
                "symfony2": {
                    "require-dev": {
                        "symfony/console": "^2.8",
                        "symfony/event-dispatcher": "^2.8",
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    }
                }
            },
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Consolidation\\Config\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            }
        ],
        "description": "Provide configuration services for a commandline tool."
    },
    {
        "name": "consolidation/filter-via-dot-access-data",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
            "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
            "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^1.1.0",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "consolidation/robo": "^1.2.3",
            "g1a/composer-test-scenarios": "^3",
            "knplabs/github-api": "^2.7",
            "php-coveralls/php-coveralls": "^1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5",
            "squizlabs/php_codesniffer": "^2.8",
            "symfony/console": "^2.8|^3|^4"
        },
        "time": "2019-01-18T06:05:07+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "phpunit5": {
                    "require-dev": {
                        "phpunit/phpunit": "^5.7.27"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.6.33"
                        }
                    }
                }
            },
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Consolidation\\Filter\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            }
        ],
        "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo."
    },
    {
        "name": "consolidation/log",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/log.git",
            "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
            "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.5",
            "psr/log": "^1.0",
            "symfony/console": "^2.8|^3|^4"
        },
        "require-dev": {
            "g1a/composer-test-scenarios": "^3",
            "php-coveralls/php-coveralls": "^1",
            "phpunit/phpunit": "^6",
            "squizlabs/php_codesniffer": "^2"
        },
        "time": "2019-01-01T17:30:51+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "symfony4": {
                    "require": {
                        "symfony/console": "^4.0"
                    },
                    "config": {
                        "platform": {
                            "php": "7.1.3"
                        }
                    }
                },
                "symfony2": {
                    "require": {
                        "symfony/console": "^2.8"
                    },
                    "require-dev": {
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    }
                },
                "phpunit4": {
                    "require-dev": {
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    }
                }
            },
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Consolidation\\Log\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            }
        ],
        "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components."
    },
    {
        "name": "consolidation/output-formatters",
        "version": "3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/output-formatters.git",
            "reference": "99ec998ffb697e0eada5aacf81feebfb13023605"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605",
            "reference": "99ec998ffb697e0eada5aacf81feebfb13023605",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^1.1.0",
            "php": ">=5.4.0",
            "symfony/console": "^2.8|^3|^4",
            "symfony/finder": "^2.5|^3|^4"
        },
        "require-dev": {
            "g1a/composer-test-scenarios": "^3",
            "php-coveralls/php-coveralls": "^1",
            "phpunit/phpunit": "^5.7.27",
            "squizlabs/php_codesniffer": "^2.7",
            "symfony/var-dumper": "^2.8|^3|^4",
            "victorjonsson/markdowndocs": "^1.3"
        },
        "suggest": {
            "symfony/var-dumper": "For using the var_dump formatter"
        },
        "time": "2019-05-30T23:16:01+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "symfony4": {
                    "require": {
                        "symfony/console": "^4.0"
                    },
                    "require-dev": {
                        "phpunit/phpunit": "^6"
                    },
                    "config": {
                        "platform": {
                            "php": "7.1.3"
                        }
                    }
                },
                "symfony3": {
                    "require": {
                        "symfony/console": "^3.4",
                        "symfony/finder": "^3.4",
                        "symfony/var-dumper": "^3.4"
                    },
                    "config": {
                        "platform": {
                            "php": "5.6.32"
                        }
                    }
                },
                "symfony2": {
                    "require": {
                        "symfony/console": "^2.8"
                    },
                    "require-dev": {
                        "phpunit/phpunit": "^4.8.36"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.4.8"
                        }
                    },
                    "scenario-options": {
                        "create-lockfile": "false"
                    }
                }
            },
            "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/robo",
        "version": "1.4.9",
        "version_normalized": "1.4.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/Robo.git",
            "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/Robo/zipball/5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345",
            "reference": "5c6b3840a45afda1cbffbb3bb1f94dd5f9f83345",
            "shasum": ""
        },
        "require": {
            "consolidation/annotated-command": "^2.10.2",
            "consolidation/config": "^1.2",
            "consolidation/log": "~1",
            "consolidation/output-formatters": "^3.1.13",
            "consolidation/self-update": "^1",
            "grasmash/yaml-expander": "^1.3",
            "league/container": "^2.2",
            "php": ">=5.5.0",
            "symfony/console": "^2.8|^3|^4",
            "symfony/event-dispatcher": "^2.5|^3|^4",
            "symfony/filesystem": "^2.5|^3|^4",
            "symfony/finder": "^2.5|^3|^4",
            "symfony/process": "^2.5|^3|^4"
        },
        "replace": {
            "codegyre/robo": "< 1.0"
        },
        "require-dev": {
            "codeception/aspect-mock": "^1|^2.1.1",
            "codeception/base": "^2.3.7",
            "codeception/verify": "^0.3.2",
            "g1a/composer-test-scenarios": "^3",
            "goaop/framework": "~2.1.2",
            "goaop/parser-reflection": "^1.1.0",
            "natxet/cssmin": "3.0.4",
            "nikic/php-parser": "^3.1.5",
            "patchwork/jsqueeze": "~2",
            "pear/archive_tar": "^1.4.4",
            "php-coveralls/php-coveralls": "^1",
            "phpunit/php-code-coverage": "~2|~4",
            "squizlabs/php_codesniffer": "^2.8"
        },
        "suggest": {
            "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
            "natxet/CssMin": "For minifying CSS files in taskMinify",
            "patchwork/jsqueeze": "For minifying JS files in taskMinify",
            "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
        },
        "time": "2019-03-19T18:07:19+00:00",
        "bin": [
            "robo"
        ],
        "type": "library",
        "extra": {
            "scenarios": {
                "symfony4": {
                    "require": {
                        "symfony/console": "^4"
                    },
                    "config": {
                        "platform": {
                            "php": "7.1.3"
                        }
                    }
                },
                "symfony2": {
                    "require": {
                        "symfony/console": "^2.8"
                    },
                    "remove": [
                        "goaop/framework"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.5.9"
                        }
                    },
                    "scenario-options": {
                        "create-lockfile": "false"
                    }
                }
            },
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Robo\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Davert",
                "email": "davert.php@resend.cc"
            }
        ],
        "description": "Modern task runner"
    },
    {
        "name": "consolidation/self-update",
        "version": "1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/self-update.git",
            "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54",
            "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "symfony/console": "^2.8|^3|^4",
            "symfony/filesystem": "^2.5|^3|^4"
        },
        "time": "2018-10-28T01:52:03+00:00",
        "bin": [
            "scripts/release"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SelfUpdate\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            },
            {
                "name": "Alexander Menk",
                "email": "menk@mestrona.net"
            }
        ],
        "description": "Provides a self:update command for Symfony Console applications."
    },
    {
        "name": "consolidation/site-alias",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/site-alias.git",
            "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f",
            "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f",
            "shasum": ""
        },
        "require": {
            "consolidation/config": "^1.2.1",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "consolidation/robo": "^1.2.3",
            "g1a/composer-test-scenarios": "^3",
            "knplabs/github-api": "^2.7",
            "php-coveralls/php-coveralls": "^1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^6",
            "squizlabs/php_codesniffer": "^2.8",
            "symfony/console": "^2.8|^3|^4",
            "symfony/yaml": "~2.3|^3"
        },
        "time": "2019-03-12T17:31:48+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "phpunit5": {
                    "require-dev": {
                        "phpunit/phpunit": "^5.7.27"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.6.33"
                        }
                    }
                }
            },
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Consolidation\\SiteAlias\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "email": "weitzman@tejasa.com"
            },
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            }
        ],
        "description": "Manage alias records for local and remote sites."
    },
    {
        "name": "consolidation/site-process",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/consolidation/site-process.git",
            "reference": "e25265f4a48c13284ebb6f9e0906ecd415d451df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/consolidation/site-process/zipball/e25265f4a48c13284ebb6f9e0906ecd415d451df",
            "reference": "e25265f4a48c13284ebb6f9e0906ecd415d451df",
            "shasum": ""
        },
        "require": {
            "consolidation/config": "^1.2.1",
            "consolidation/site-alias": "^3",
            "php": ">=5.6.0",
            "symfony/process": "^3.4"
        },
        "require-dev": {
            "consolidation/robo": "^1.3",
            "g1a/composer-test-scenarios": "^3",
            "knplabs/github-api": "^2.7",
            "php-coveralls/php-coveralls": "^1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^6",
            "squizlabs/php_codesniffer": "^2.8"
        },
        "time": "2019-06-04T22:23:52+00:00",
        "type": "library",
        "extra": {
            "scenarios": {
                "phpunit5": {
                    "require-dev": {
                        "phpunit/phpunit": "^5.7.27"
                    },
                    "remove": [
                        "php-coveralls/php-coveralls"
                    ],
                    "config": {
                        "platform": {
                            "php": "5.6.33"
                        }
                    }
                }
            },
            "branch-alias": {
                "dev-master": "0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Consolidation\\SiteProcess\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "email": "weitzman@tejasa.com"
            },
            {
                "name": "Greg Anderson",
                "email": "greg.1.anderson@greenknowe.org"
            }
        ],
        "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call."
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "shasum": ""
        },
        "require": {
            "psr/container": "^1.0"
        },
        "time": "2017-02-14T19:40:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
        "homepage": "https://github.com/container-interop/container-interop"
    },
    {
        "name": "cweagans/composer-patches",
        "version": "1.6.6",
        "version_normalized": "1.6.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cweagans/composer-patches.git",
            "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/1d89dcc730e7f42426c434b88261fcfb3bce651e",
            "reference": "1d89dcc730e7f42426c434b88261fcfb3bce651e",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "composer/composer": "~1.0",
            "phpunit/phpunit": "~4.6"
        },
        "time": "2018-10-24T15:51:16+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-3-Clause"
        ],
        "authors": [
            {
                "name": "Cameron Eagans",
                "email": "me@cweagans.net"
            }
        ],
        "description": "Provides a way to patch Composer packages."
    },
    {
        "name": "dflydev/dot-access-configuration",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
            "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
            "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
            "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": "2018-09-08T23:00:17+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": "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/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": "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": "doctrine/annotations",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
            "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-03-25T19:12:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
        },
        "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": "doctrine/cache",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^4.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2018-08-21T18:01:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.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": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan-shim": "^0.9.2",
            "phpunit/phpunit": "^7.0",
            "vimeo/psalm": "^3.2.2"
        },
        "time": "2019-06-09T13:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "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": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
            "reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/inflector": "^1.0",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^1.1",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^1.0",
            "phpunit/phpunit": "^6.3",
            "squizlabs/php_codesniffer": "^3.0",
            "symfony/phpunit-bridge": "^4.0.5"
        },
        "time": "2018-11-21T01:24:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
        "homepage": "https://www.doctrine-project.org/projects/common.html",
        "keywords": [
            "common",
            "doctrine",
            "php"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-06-11T11:59:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Event Manager component",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "eventdispatcher",
            "eventmanager"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "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/instantiator",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-shim": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-03-17T17:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.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://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5"
        },
        "time": "2019-06-08T11:03:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "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": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "doctrine/persistence",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpstan/phpstan": "^0.8",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-04-23T08:28:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
        "homepage": "https://doctrine-project.org/projects/persistence.html",
        "keywords": [
            "mapper",
            "object",
            "odm",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/reflection",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/reflection.git",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "doctrine/common": "^2.8",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-06-14T14:45:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Reflection component",
        "homepage": "https://www.doctrine-project.org/projects/reflection.html",
        "keywords": [
            "reflection"
        ]
    },
    {
        "name": "dompdf/dompdf",
        "version": "v0.8.3",
        "version_normalized": "0.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/dompdf.git",
            "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "0.5.*",
            "phenx/php-svg-lib": "0.3.*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8|^5.5|^6.5",
            "squizlabs/php_codesniffer": "2.*"
        },
        "suggest": {
            "ext-gd": "Needed to process images",
            "ext-gmagick": "Improves image processing performance",
            "ext-imagick": "Improves image processing performance"
        },
        "time": "2018-12-14T02:40:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf"
    },
    {
        "name": "drupal-composer/drupal-scaffold",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal-composer/drupal-scaffold.git",
            "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/13c1ffc7dd4925cb03707759128b85c0cd6276f8",
            "reference": "13c1ffc7dd4925cb03707759128b85c0cd6276f8",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0.0",
            "composer/semver": "^1.4",
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "composer/composer": "dev-master",
            "g1a/composer-test-scenarios": "^2.1.0",
            "phpunit/phpunit": "^6",
            "squizlabs/php_codesniffer": "^2.8"
        },
        "time": "2019-03-30T10:41:38+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-or-later"
        ],
        "description": "Composer Plugin for updating the Drupal scaffold files when using drupal/core"
    },
    {
        "name": "drupal/acl",
        "version": "1.0.0-alpha1",
        "version_normalized": "1.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/acl.git",
            "reference": "8.x-1.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/acl-8.x-1.0-alpha1.zip",
            "reference": "8.x-1.0-alpha1",
            "shasum": "2cb076c451ab99beeb7433272ca56aea4bf48430"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha1",
                "datestamp": "1445215139",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "merlinofchaos",
                "homepage": "https://www.drupal.org/user/26979"
            },
            {
                "name": "salvis",
                "homepage": "https://www.drupal.org/user/82964"
            }
        ],
        "description": "Access control list API. Has no features on its own.",
        "homepage": "https://www.drupal.org/project/acl",
        "support": {
            "source": "https://git.drupalcode.org/project/acl"
        }
    },
    {
        "name": "drupal/address",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/address.git",
            "reference": "8.x-1.7"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/address-8.x-1.7.zip",
            "reference": "8.x-1.7",
            "shasum": "dab23a510090e59e3e6bc77faa517b523ad048ae"
        },
        "require": {
            "commerceguys/addressing": "^1.0.0",
            "drupal/core": "^8.6"
        },
        "require-dev": {
            "drupal/token": "^1.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.7",
                "datestamp": "1559642884",
                "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": "dww",
                "homepage": "https://www.drupal.org/user/46549"
            },
            {
                "name": "googletorp",
                "homepage": "https://www.drupal.org/user/386230"
            },
            {
                "name": "mglaman",
                "homepage": "https://www.drupal.org/user/2416470"
            },
            {
                "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": "https://git.drupalcode.org/project/address"
        }
    },
    {
        "name": "drupal/admin_toolbar",
        "version": "2.0.0-beta1",
        "version_normalized": "2.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/admin_toolbar.git",
            "reference": "8.x-2.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0-beta1.zip",
            "reference": "8.x-2.0-beta1",
            "shasum": "4b228ce784757eb16d829aabd0b97214833138ce"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-beta1",
                "datestamp": "1562269081",
                "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": "Wilfrid Roze (eme)",
                "homepage": "https://www.drupal.org/u/eme",
                "role": "Maintainer"
            },
            {
                "name": "Romain Jarraud (romainj)",
                "homepage": "https://www.drupal.org/u/romainj",
                "role": "Maintainer"
            },
            {
                "name": "Adrian Cid Almaguer (adriancid)",
                "homepage": "https://www.drupal.org/u/adriancid",
                "email": "adriancid@gmail.com",
                "role": "Maintainer"
            },
            {
                "name": "Mohamed Anis Taktak (matio89)",
                "homepage": "https://www.drupal.org/u/matio89",
                "role": "Maintainer"
            },
            {
                "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": "Provides a drop-down menu interface to the core Drupal Toolbar.",
        "homepage": "http://drupal.org/project/admin_toolbar",
        "keywords": [
            "Drupal",
            "Toolbar"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/admin_toolbar",
            "issues": "https://www.drupal.org/project/issues/admin_toolbar"
        }
    },
    {
        "name": "drupal/auto_entitylabel",
        "version": "3.0.0-beta1",
        "version_normalized": "3.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/auto_entitylabel.git",
            "reference": "8.x-3.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0-beta1.zip",
            "reference": "8.x-3.0-beta1",
            "shasum": "9e58235519ff98d44687ef27e6c49af37b4ca533"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-beta1",
                "datestamp": "1563986592",
                "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": "colan",
                "homepage": "https://www.drupal.org/user/58704"
            },
            {
                "name": "diqidoq",
                "homepage": "https://www.drupal.org/user/1001934"
            },
            {
                "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": "https://git.drupalcode.org/project/auto_entitylabel",
            "issues": "https://www.drupal.org/project/issues/auto_entitylabel"
        }
    },
    {
        "name": "drupal/back_to_top",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/back_to_top.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/back_to_top-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "28e17327f779bad5140ab55ef071a5f6727adbd7"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1536664080",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Alsén",
                "homepage": "https://www.drupal.org/user/1726528"
            },
            {
                "name": "Nitesh Sethia",
                "homepage": "https://www.drupal.org/user/2474982"
            },
            {
                "name": "acke",
                "homepage": "https://www.drupal.org/user/765764"
            },
            {
                "name": "sumitmadan",
                "homepage": "https://www.drupal.org/user/1538790"
            }
        ],
        "description": "Back To Top adds a button that hovers in the bottom of your screen and allow users to smoothly scroll up the page using jQuery.",
        "homepage": "https://www.drupal.org/project/back_to_top",
        "support": {
            "source": "https://git.drupalcode.org/project/back_to_top"
        }
    },
    {
        "name": "drupal/block_field",
        "version": "1.0.0-alpha8",
        "version_normalized": "1.0.0.0-alpha8",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/block_field.git",
            "reference": "8.x-1.0-alpha8"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/block_field-8.x-1.0-alpha8.zip",
            "reference": "8.x-1.0-alpha8",
            "shasum": "faffdd869263c3103f5c6a7a8d71ac440df1115f"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha8",
                "datestamp": "1536732480",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "acbramley",
                "homepage": "https://www.drupal.org/user/1036766"
            },
            {
                "name": "fenstrat",
                "homepage": "https://www.drupal.org/user/362649"
            },
            {
                "name": "jrockowitz",
                "homepage": "https://www.drupal.org/user/371407"
            },
            {
                "name": "michaellander",
                "homepage": "https://www.drupal.org/user/636494"
            }
        ],
        "description": "Provides a field that allows a content entity to create and configure custom block instances.",
        "homepage": "https://www.drupal.org/project/block_field",
        "support": {
            "source": "https://git.drupalcode.org/project/block_field"
        }
    },
    {
        "name": "drupal/bootstrap",
        "version": "3.20.0",
        "version_normalized": "3.20.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/bootstrap.git",
            "reference": "8.x-3.20"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.20.zip",
            "reference": "8.x-3.20",
            "shasum": "dc8ecfca0b8e8e3598ba611e056f850f2ab497cb"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-theme",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.20",
                "datestamp": "1561055630",
                "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": "Mark Carver (markcarver)",
                "homepage": "https://www.drupal.org/u/markcarver",
                "role": "Maintainer"
            },
            {
                "name": "John McCormick (neardark)",
                "homepage": "https://www.drupal.org/u/neardark",
                "role": "Co-maintainer"
            },
            {
                "name": "Fabiano Sant'Ana (wundo)",
                "homepage": "https://www.drupal.org/u/wundo",
                "role": "Co-maintainer"
            }
        ],
        "description": "Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.",
        "homepage": "https://www.drupal.org/project/bootstrap",
        "support": {
            "source": "http://cgit.drupalcode.org/bootstrap",
            "docs": "https://drupal-bootstrap.org",
            "issues": "https://www.drupal.org/project/issues/bootstrap",
            "irc": "irc://irc.freenode.org/drupal-bootstrap"
        }
    },
    {
        "name": "drupal/bricks",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/bricks.git",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bricks-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "0dc239049eee2d0cd244b7641fe96f88709d8543"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "require-dev": {
            "drupal/bricks_inline": "*",
            "drupal/eck": "*",
            "drupal/entity_reference_revisions": "*",
            "drupal/inline_entity_form": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1497195242",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "tonystar",
                "homepage": "https://www.drupal.org/user/787240"
            }
        ],
        "description": "Allows to create bricky content.",
        "homepage": "https://www.drupal.org/project/bricks",
        "support": {
            "source": "https://git.drupalcode.org/project/bricks"
        }
    },
    {
        "name": "drupal/bu",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/bu.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bu-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "6499857926e320a8a85739a421ffa5c61128acbb"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1521045784",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Daniel.Moberly",
                "homepage": "https://www.drupal.org/user/1160788"
            },
            {
                "name": "pebosi",
                "homepage": "https://www.drupal.org/user/55050"
            }
        ],
        "description": "Shows unobtrusive message instructing users to update old browsers.",
        "homepage": "https://www.drupal.org/project/bu",
        "support": {
            "source": "https://git.drupalcode.org/project/bu"
        }
    },
    {
        "name": "drupal/captcha",
        "version": "1.0.0-beta1",
        "version_normalized": "1.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/captcha.git",
            "reference": "8.x-1.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.0-beta1.zip",
            "reference": "8.x-1.0-beta1",
            "shasum": "5b6c701bdab332bac61f59dcc78e05578f94d8b7"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta1",
                "datestamp": "1487198586",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "RobLoach",
                "homepage": "https://www.drupal.org/user/61114"
            },
            {
                "name": "elachlan",
                "homepage": "https://www.drupal.org/user/1021502"
            },
            {
                "name": "naveenvalecha",
                "homepage": "https://www.drupal.org/user/2665733"
            },
            {
                "name": "podarok",
                "homepage": "https://www.drupal.org/user/116002"
            },
            {
                "name": "soxofaan",
                "homepage": "https://www.drupal.org/user/41478"
            },
            {
                "name": "wundo",
                "homepage": "https://www.drupal.org/user/25523"
            }
        ],
        "description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
        "homepage": "https://www.drupal.org/project/captcha",
        "support": {
            "source": "https://git.drupalcode.org/project/captcha"
        }
    },
    {
        "name": "drupal/ckeditor_accordion",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/ckeditor_accordion.git",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/ckeditor_accordion-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "4b431372426a5b3ceb66518f38e766e4980922a4"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1551184385",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "j-vee",
                "homepage": "https://www.drupal.org/user/2843273"
            },
            {
                "name": "rreiss",
                "homepage": "https://www.drupal.org/user/2609534"
            }
        ],
        "description": "Allows users to create & display content in an accordion using CKEditor.",
        "homepage": "https://www.drupal.org/project/ckeditor_accordion",
        "support": {
            "source": "https://git.drupalcode.org/project/ckeditor_accordion"
        }
    },
    {
        "name": "drupal/coder",
        "version": "8.3.5",
        "version_normalized": "8.3.5.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/coder.git",
            "reference": "35277fc8675b6a2cbb194f8880145a9c85c845c4"
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.5.9",
            "squizlabs/php_codesniffer": "^3.4.1",
            "symfony/yaml": ">=2.0.5"
        },
        "require-dev": {
            "phpunit/phpunit": ">=3.7 <6"
        },
        "time": "2019-06-14T15:06:06+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Drupal\\": "coder_sniffer/Drupal/",
                "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "description": "Coder is a library to review Drupal code.",
        "homepage": "https://www.drupal.org/project/coder",
        "keywords": [
            "code review",
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "drupal/colorbox",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/colorbox.git",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/colorbox-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "bf163fd2d28450c1324512ad7e6a72fc48d274e3"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1493051344",
                "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": "RenatoG",
                "homepage": "https://www.drupal.org/user/3326031"
            },
            {
                "name": "Sam152",
                "homepage": "https://www.drupal.org/user/1485048"
            },
            {
                "name": "frjo",
                "homepage": "https://www.drupal.org/user/5546"
            },
            {
                "name": "jdwfly",
                "homepage": "https://www.drupal.org/user/298179"
            },
            {
                "name": "rsmylski",
                "homepage": "https://www.drupal.org/user/1324348"
            }
        ],
        "description": "A light-weight, customizable lightbox plugin for jQuery.",
        "homepage": "https://www.drupal.org/project/colorbox",
        "support": {
            "source": "https://cgit.drupalcode.org/colorbox",
            "issues": "https://www.drupal.org/project/colorbox"
        }
    },
    {
        "name": "drupal/conditional_fields",
        "version": "1.0.0-alpha5",
        "version_normalized": "1.0.0.0-alpha5",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/conditional_fields.git",
            "reference": "8.x-1.0-alpha5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/conditional_fields-8.x-1.0-alpha5.zip",
            "reference": "8.x-1.0-alpha5",
            "shasum": "f4193c987d460ed44d44f2936e33d00a80f0f22b"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha5",
                "datestamp": "1550176380",
                "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": "Adyax",
                "homepage": "https://www.adyax.com/"
            },
            {
                "name": "axel.rutz",
                "homepage": "https://www.drupal.org/user/229048"
            },
            {
                "name": "colan",
                "homepage": "https://www.drupal.org/user/58704"
            },
            {
                "name": "itsekhmistro",
                "homepage": "https://www.drupal.org/user/928152"
            },
            {
                "name": "peterpoe",
                "homepage": "https://www.drupal.org/user/55674"
            }
        ],
        "description": "Conditional fields",
        "homepage": "https://www.drupal.org/project/conditional_fields",
        "support": {
            "source": "https://git.drupalcode.org/project/conditional_fields"
        }
    },
    {
        "name": "drupal/console",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console.git",
            "reference": "e03c085ef2c83d52a869a5e49f57f298f0fbe4e5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/e03c085ef2c83d52a869a5e49f57f298f0fbe4e5",
            "reference": "e03c085ef2c83d52a869a5e49f57f298f0fbe4e5",
            "shasum": ""
        },
        "require": {
            "alchemy/zippy": "~0.4",
            "composer/installers": "~1.0",
            "doctrine/annotations": "^1.2",
            "doctrine/collections": "^1.3",
            "drupal/console-core": "1.9.0",
            "drupal/console-extend-plugin": "~0",
            "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/http-foundation": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI",
            "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically"
        },
        "time": "2019-06-11T00:33:19+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-or-later"
        ],
        "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": "Eduardo Garcia",
                "email": "enzo@enzolutions.com",
                "homepage": "http://enzolutions.com/"
            },
            {
                "name": "Omar Aguirre",
                "email": "omersguchigu@gmail.com"
            },
            {
                "name": "Drupal Console Contributors",
                "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
            }
        ],
        "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": "drupal/console-core",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-core.git",
            "reference": "8a60d3cfaa2523613575e701ae45a43028c886b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/8a60d3cfaa2523613575e701ae45a43028c886b6",
            "reference": "8a60d3cfaa2523613575e701ae45a43028c886b6",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-configuration": "^1.0",
            "drupal/console-en": "1.9.0",
            "guzzlehttp/guzzle": "~6.1",
            "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": "2019-06-11T00:43:52+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-or-later"
        ],
        "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": "drupal/console-en",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hechoendrupal/drupal-console-en.git",
            "reference": "d99d1635509dd32957853f5da5e60cbd2938eb6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/d99d1635509dd32957853f5da5e60cbd2938eb6c",
            "reference": "d99d1635509dd32957853f5da5e60cbd2938eb6c",
            "shasum": ""
        },
        "time": "2019-05-29T19:03:44+00:00",
        "type": "drupal-console-language",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "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": "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": "drupal/content_access",
        "version": "1.0.0-alpha1",
        "version_normalized": "1.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/content_access.git",
            "reference": "8.x-1.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/content_access-8.x-1.0-alpha1.zip",
            "reference": "8.x-1.0-alpha1",
            "shasum": "8ead8bd29ac8cb26731710fc03a5bde288e37bbd"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha1",
                "datestamp": "1510069084",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            },
            {
                "name": "good_man",
                "homepage": "https://www.drupal.org/user/265439"
            },
            {
                "name": "id.tarzanych",
                "homepage": "https://www.drupal.org/user/2776543"
            }
        ],
        "description": "Provides flexible content access control.",
        "homepage": "https://www.drupal.org/project/content_access",
        "support": {
            "source": "https://git.drupalcode.org/project/content_access"
        }
    },
    {
        "name": "drupal/contribute",
        "version": "5.0.0-beta3",
        "version_normalized": "5.0.0.0-beta3",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/contribute.git",
            "reference": "8.x-5.0-beta3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/contribute-8.x-5.0-beta3.zip",
            "reference": "8.x-5.0-beta3",
            "shasum": "8ee067c4b9472b51af90b9481e4302527080129c"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-5.x": "5.x-dev"
            },
            "drupal": {
                "version": "8.x-5.0-beta3",
                "datestamp": "1515761285",
                "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": "adriancid",
                "homepage": "https://www.drupal.org/user/1962106"
            },
            {
                "name": "develCuy",
                "homepage": "https://www.drupal.org/user/125473"
            },
            {
                "name": "jrockowitz",
                "homepage": "https://www.drupal.org/user/371407"
            }
        ],
        "description": "Provides status report message which encourage users or organizations to join the Drupal community, become a member of Drupal Association, and contribute back to Drupal.",
        "homepage": "https://www.drupal.org/project/contribute",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/contribute",
            "issues": "https://www.drupal.org/project/issues/contribute"
        }
    },
    {
        "name": "drupal/core",
        "version": "8.7.4",
        "version_normalized": "8.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal/core.git",
            "reference": "a6d447d41545323f54c5034e551fb43b8050eca9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal/core/zipball/a6d447d41545323f54c5034e551fb43b8050eca9",
            "reference": "a6d447d41545323f54c5034e551fb43b8050eca9",
            "shasum": ""
        },
        "require": {
            "asm89/stack-cors": "^1.1",
            "composer/semver": "^1.0",
            "doctrine/annotations": "^1.2",
            "doctrine/common": "^2.5",
            "easyrdf/easyrdf": "^0.9",
            "egulias/email-validator": "^2.0",
            "ext-date": "*",
            "ext-dom": "*",
            "ext-filter": "*",
            "ext-gd": "*",
            "ext-hash": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-pdo": "*",
            "ext-session": "*",
            "ext-simplexml": "*",
            "ext-spl": "*",
            "ext-tokenizer": "*",
            "ext-xml": "*",
            "guzzlehttp/guzzle": "^6.2.1",
            "masterminds/html5": "^2.1",
            "paragonie/random_compat": "^1.0|^2.0|^9.99.99",
            "pear/archive_tar": "^1.4",
            "php": "^5.5.9|>=7.0.8",
            "stack/builder": "^1.0",
            "symfony-cmf/routing": "^1.4",
            "symfony/class-loader": "~3.4.0",
            "symfony/console": "~3.4.0",
            "symfony/dependency-injection": "~3.4.26",
            "symfony/event-dispatcher": "~3.4.0",
            "symfony/http-foundation": "~3.4.27",
            "symfony/http-kernel": "~3.4.14",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/process": "~3.4.0",
            "symfony/psr-http-message-bridge": "^1.0",
            "symfony/routing": "~3.4.0",
            "symfony/serializer": "~3.4.0",
            "symfony/translation": "~3.4.0",
            "symfony/validator": "~3.4.0",
            "symfony/yaml": "~3.4.5",
            "twig/twig": "^1.38.2",
            "typo3/phar-stream-wrapper": "^2.1.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-class-finder": "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/core-version": "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/jsonapi": "self.version",
            "drupal/language": "self.version",
            "drupal/layout_builder": "self.version",
            "drupal/layout_discovery": "self.version",
            "drupal/link": "self.version",
            "drupal/locale": "self.version",
            "drupal/media": "self.version",
            "drupal/media_library": "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_multilingual": "self.version",
            "drupal/migrate_drupal_ui": "self.version",
            "drupal/minimal": "self.version",
            "drupal/node": "self.version",
            "drupal/options": "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/settings_tray": "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",
            "drupal/workspaces": "self.version"
        },
        "require-dev": {
            "behat/mink": "1.7.x-dev",
            "behat/mink-goutte-driver": "^1.2",
            "behat/mink-selenium2-driver": "1.3.x-dev",
            "drupal/coder": "^8.3.1",
            "jcalderonzumba/gastonjs": "^1.0.2",
            "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
            "justinrainbow/json-schema": "^5.2",
            "mikey179/vfsstream": "^1.2",
            "phpspec/prophecy": "^1.7",
            "phpunit/phpunit": "^4.8.35 || ^6.5",
            "symfony/css-selector": "^3.4.0",
            "symfony/debug": "^3.4.0",
            "symfony/phpunit-bridge": "^3.4.3"
        },
        "time": "2019-07-04T07:26:51+00:00",
        "type": "drupal-core",
        "extra": {
            "merge-plugin": {
                "require": [
                    "core/lib/Drupal/Component/Annotation/composer.json",
                    "core/lib/Drupal/Component/Assertion/composer.json",
                    "core/lib/Drupal/Component/Bridge/composer.json",
                    "core/lib/Drupal/Component/ClassFinder/composer.json",
                    "core/lib/Drupal/Component/Datetime/composer.json",
                    "core/lib/Drupal/Component/DependencyInjection/composer.json",
                    "core/lib/Drupal/Component/Diff/composer.json",
                    "core/lib/Drupal/Component/Discovery/composer.json",
                    "core/lib/Drupal/Component/EventDispatcher/composer.json",
                    "core/lib/Drupal/Component/FileCache/composer.json",
                    "core/lib/Drupal/Component/FileSystem/composer.json",
                    "core/lib/Drupal/Component/Gettext/composer.json",
                    "core/lib/Drupal/Component/Graph/composer.json",
                    "core/lib/Drupal/Component/HttpFoundation/composer.json",
                    "core/lib/Drupal/Component/PhpStorage/composer.json",
                    "core/lib/Drupal/Component/Plugin/composer.json",
                    "core/lib/Drupal/Component/ProxyBuilder/composer.json",
                    "core/lib/Drupal/Component/Render/composer.json",
                    "core/lib/Drupal/Component/Serialization/composer.json",
                    "core/lib/Drupal/Component/Transliteration/composer.json",
                    "core/lib/Drupal/Component/Utility/composer.json",
                    "core/lib/Drupal/Component/Uuid/composer.json",
                    "core/lib/Drupal/Component/Version/composer.json"
                ],
                "recurse": false,
                "replace": false,
                "merge-extra": false
            }
        },
        "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-or-later"
        ],
        "description": "Drupal is an open source content management platform powering millions of websites and applications."
    },
    {
        "name": "drupal/csv_importer",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/csv_importer.git",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/csv_importer-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "aab3ab1303f56664dfff133467edf4d46debc9ff"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1563793086",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "lashabp",
                "homepage": "https://www.drupal.org/user/3382242"
            }
        ],
        "description": "Import content from CSV.",
        "homepage": "https://www.drupal.org/project/csv_importer",
        "support": {
            "source": "https://git.drupalcode.org/project/csv_importer"
        }
    },
    {
        "name": "drupal/ctools",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/ctools.git",
            "reference": "8.x-3.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip",
            "reference": "8.x-3.2",
            "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091"
        },
        "require": {
            "drupal/core": "^8.5"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.2",
                "datestamp": "1550728386",
                "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": "joelpittet",
                "homepage": "https://www.drupal.org/user/160302"
            },
            {
                "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/dropzonejs",
        "version": "2.0.0-alpha4",
        "version_normalized": "2.0.0.0-alpha4",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/dropzonejs.git",
            "reference": "8.x-2.0-alpha4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.0-alpha4.zip",
            "reference": "8.x-2.0-alpha4",
            "shasum": "df7214e2992ecf3d5f5d4fba12611017a42e6211"
        },
        "require": {
            "drupal/core": "*"
        },
        "require-dev": {
            "drupal/entity_browser": "*"
        },
        "suggest": {
            "enyo/dropzone": "Required to user drupal/dropzonejs. Dropzone is an easy to use drag'n'drop library."
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-alpha4",
                "datestamp": "1555407785",
                "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": "Janez Urevc",
                "homepage": "https://drupal.org/u/slashrsm",
                "role": "Maintainer"
            },
            {
                "name": "Christian Fritsch",
                "homepage": "https://drupal.org/u/chrfritsch",
                "role": "Maintainer"
            },
            {
                "name": "Primoz Hmeljak",
                "homepage": "https://drupal.org/u/Primsi",
                "role": "Maintainer"
            },
            {
                "name": "See other contributors",
                "homepage": "https://www.drupal.org/node/1998478/committers",
                "role": "contributor"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "wouters_f",
                "homepage": "https://www.drupal.org/user/721548"
            },
            {
                "name": "zkday",
                "homepage": "https://www.drupal.org/user/888644"
            }
        ],
        "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
        "homepage": "https://www.drupal.org/project/dropzonejs",
        "keywords": [
            "DropzoneJS",
            "Drupal"
        ],
        "support": {
            "source": "https://www.drupal.org/project/dropzonejs",
            "issues": "https://www.drupal.org/project/issues/dropzonejs",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/dropzonejs_eb_widget",
        "version": "2.0.0-alpha4",
        "version_normalized": "2.0.0.0-alpha4",
        "require": {
            "drupal/core": "*",
            "drupal/dropzonejs": "self.version",
            "drupal/entity_browser": "*"
        },
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-alpha4",
                "datestamp": "1555407785",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Project has not opted into security advisory coverage!"
                }
            }
        },
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "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": "chr.fritsch",
                "homepage": "https://www.drupal.org/user/2103716"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "wouters_f",
                "homepage": "https://www.drupal.org/user/721548"
            },
            {
                "name": "zkday",
                "homepage": "https://www.drupal.org/user/888644"
            }
        ],
        "description": "DropzoneJS Entity browser widget",
        "homepage": "https://www.drupal.org/project/dropzonejs",
        "support": {
            "source": "https://git.drupalcode.org/project/dropzonejs"
        }
    },
    {
        "name": "drupal/easy_breadcrumb",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/easy_breadcrumb.git",
            "reference": "8.x-1.12"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-8.x-1.12.zip",
            "reference": "8.x-1.12",
            "shasum": "1364f8d3e36b1847279eeabf14ed26c62afcd750"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.12",
                "datestamp": "1557509285",
                "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": "Greg Boggs",
                "homepage": "https://www.drupal.org/user/153069"
            },
            {
                "name": "RenatoG",
                "homepage": "https://www.drupal.org/user/3326031"
            },
            {
                "name": "diamondsea",
                "homepage": "https://www.drupal.org/user/430714"
            },
            {
                "name": "hmartens",
                "homepage": "https://www.drupal.org/user/622826"
            },
            {
                "name": "loopduplicate",
                "homepage": "https://www.drupal.org/user/717290"
            },
            {
                "name": "sonemonu",
                "homepage": "https://www.drupal.org/user/1667988"
            },
            {
                "name": "tatarbj",
                "homepage": "https://www.drupal.org/user/649590"
            },
            {
                "name": "volkswagenchick",
                "homepage": "https://www.drupal.org/user/3332522"
            }
        ],
        "description": "Adds configuration to the system breadcrumbs.",
        "homepage": "https://www.drupal.org/project/easy_breadcrumb",
        "support": {
            "source": "https://git.drupalcode.org/project/easy_breadcrumb"
        }
    },
    {
        "name": "drupal/eck",
        "version": "1.0.0-alpha5",
        "version_normalized": "1.0.0.0-alpha5",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/eck.git",
            "reference": "8.x-1.0-alpha5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/eck-8.x-1.0-alpha5.zip",
            "reference": "8.x-1.0-alpha5",
            "shasum": "27f859b0da7dfb3809baa38438c0362662d03add"
        },
        "require": {
            "drupal/core": "^8"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha5",
                "datestamp": "1539887880",
                "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": "See contributors",
                "homepage": "https://www.drupal.org/node/1155832/committers"
            },
            {
                "name": "acrazyanimal",
                "homepage": "https://www.drupal.org/user/696648"
            },
            {
                "name": "akalata",
                "homepage": "https://www.drupal.org/user/498926"
            },
            {
                "name": "dpopdan",
                "homepage": "https://www.drupal.org/user/2759811"
            },
            {
                "name": "eric.napier",
                "homepage": "https://www.drupal.org/user/501688"
            },
            {
                "name": "fmizzell",
                "homepage": "https://www.drupal.org/user/1312210"
            },
            {
                "name": "legolasbo",
                "homepage": "https://www.drupal.org/user/2480548"
            },
            {
                "name": "mducharme",
                "homepage": "https://www.drupal.org/user/616996"
            },
            {
                "name": "mihai_brb",
                "homepage": "https://www.drupal.org/user/2065978"
            },
            {
                "name": "pifagor",
                "homepage": "https://www.drupal.org/user/2375692"
            },
            {
                "name": "wjaspers",
                "homepage": "https://www.drupal.org/user/813890"
            }
        ],
        "description": "ECK (Entity Construction Kit) allows users to create and administer entity types, bundles and entities from the UI.",
        "homepage": "https://www.drupal.org/project/eck",
        "support": {
            "source": "http://git.drupal.org/project/eck.git",
            "issues": "https://www.drupal.org/project/issues/eck"
        }
    },
    {
        "name": "drupal/embed",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/embed.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "cc746ad807260e01c7788dd82110dcebbb4d678a"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1490755685",
                "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": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "Devin Carlson",
                "homepage": "https://www.drupal.org/user/290182"
            },
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "cs_shadow",
                "homepage": "https://www.drupal.org/user/2828287"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Provide a framework for various different types of embeds in WYSIWYG editors, common functionality, interfaces, and standards.",
        "homepage": "https://www.drupal.org/project/embed",
        "support": {
            "source": "https://git.drupalcode.org/project/embed",
            "issues": "https://www.drupal.org/project/issues/embed",
            "irc": "irc://irc.freenode.org/drupal-media"
        }
    },
    {
        "name": "drupal/entity_browser",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/entity_browser.git",
            "reference": "8.x-2.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.2.zip",
            "reference": "8.x-2.2",
            "shasum": "083a21040ad7bcb9aef25d8b4a0e702d02574261"
        },
        "require": {
            "drupal/core": "~8.4"
        },
        "require-dev": {
            "drupal/embed": "~1.0",
            "drupal/entity_embed": "~1.0",
            "drupal/entityqueue": "~1.0",
            "drupal/inline_entity_form": "~1.0",
            "drupal/paragraphs": "~1.0",
            "drupal/token": "~1.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.2",
                "datestamp": "1562240585",
                "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": "Janez Urevc",
                "homepage": "https://github.com/slashrsm",
                "role": "Maintainer"
            },
            {
                "name": "Primoz Hmeljak",
                "homepage": "https://github.com/primsi",
                "role": "Maintainer"
            },
            {
                "name": "See other contributors",
                "homepage": "https://www.drupal.org/node/1943336/committers",
                "role": "contributor"
            },
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "Primsi",
                "homepage": "https://www.drupal.org/user/282629"
            },
            {
                "name": "marcingy",
                "homepage": "https://www.drupal.org/user/77320"
            },
            {
                "name": "oknate",
                "homepage": "https://www.drupal.org/user/471638"
            },
            {
                "name": "samuel.mortenson",
                "homepage": "https://www.drupal.org/user/2582268"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Entity browsing and selecting component.",
        "homepage": "http://drupal.org/project/entity_browser",
        "support": {
            "source": "https://git.drupalcode.org/project/entity_browser",
            "issues": "https://www.drupal.org/project/issues/entity_browser",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/entity_embed",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/entity_embed.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "abd37a54162a702cf696ef0e5f8b2b1082263c21"
        },
        "require": {
            "drupal/core": "^8.4.0",
            "drupal/embed": "*"
        },
        "require-dev": {
            "drupal/entity_browser": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1561765981",
                "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": "Dave Reid",
                "homepage": "https://www.drupal.org/user/53892"
            },
            {
                "name": "Devin Carlson",
                "homepage": "https://www.drupal.org/user/290182"
            },
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "Wim Leers",
                "homepage": "https://www.drupal.org/user/99777"
            },
            {
                "name": "cs_shadow",
                "homepage": "https://www.drupal.org/user/2828287"
            },
            {
                "name": "phenaproxima",
                "homepage": "https://www.drupal.org/user/205645"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
        "homepage": "https://www.drupal.org/project/entity_embed",
        "support": {
            "source": "https://git.drupalcode.org/project/entity_embed",
            "issues": "https://www.drupal.org/project/issues/entity_embed",
            "irc": "irc://irc.freenode.org/drupal-media"
        }
    },
    {
        "name": "drupal/entity_print",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/entity_print.git",
            "reference": "8.x-2.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_print-8.x-2.1.zip",
            "reference": "8.x-2.1",
            "shasum": "fea398bd6f088bc4a7064fce46f28aa241fb1a34"
        },
        "require": {
            "dompdf/dompdf": "~0.8.0",
            "drupal/core": "~8.0"
        },
        "suggest": {
            "mikehaertl/phpwkhtmltopdf": "PhpWkhtmlToPdf provides the PHP library to use Wkhtmltopdf"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.1",
                "datestamp": "1533220070",
                "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 Dougherty",
                "homepage": "https://www.drupal.org/u/benjy"
            },
            {
                "name": "pameeela",
                "homepage": "https://www.drupal.org/user/1431110"
            }
        ],
        "description": "PDF print solution for any Drupal entity.",
        "homepage": "http://drupal.org/project/entity_print",
        "keywords": [
            "PDF",
            "drupal",
            "print",
            "web"
        ],
        "support": {
            "source": "https://git.drupalcode.org/project/entity_print"
        }
    },
    {
        "name": "drupal/entity_reference_revisions",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47"
        },
        "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.6",
                "datestamp": "1539588781",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "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": "https://git.drupalcode.org/project/entity_reference_revisions"
        }
    },
    {
        "name": "drupal/entity_usage",
        "version": "2.0.0-beta1",
        "version_normalized": "2.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/entity_usage.git",
            "reference": "8.x-2.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta1.zip",
            "reference": "8.x-2.0-beta1",
            "shasum": "dc551b4fdb261b9e4058b2ad55ba8c0874198cfd"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "require-dev": {
            "drupal/block_field": "~1.0",
            "drupal/dynamic_entity_reference": "~1.0",
            "drupal/entity_embed": "~1.0",
            "drupal/entity_reference_revisions": "~1.0",
            "drupal/paragraphs": "~1.0",
            "drupal/webform": "~5.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.0-beta1",
                "datestamp": "1561364886",
                "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": "marcoscano",
                "homepage": "https://www.drupal.org/user/1288796"
            },
            {
                "name": "seanB",
                "homepage": "https://www.drupal.org/user/545912"
            }
        ],
        "description": "Track usage of entities referenced by other entities",
        "homepage": "https://www.drupal.org/project/entity_usage",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/entity_usage",
            "issues": "http://drupal.org/project/issues/entity_usage"
        }
    },
    {
        "name": "drupal/extlink",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/extlink.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "0894f1cd12e2e1aa6b00ea4a6dd5e7234eb2b2b2"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1524232684",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "elachlan",
                "homepage": "https://www.drupal.org/user/1021502"
            },
            {
                "name": "jjeff",
                "homepage": "https://www.drupal.org/user/17190"
            },
            {
                "name": "quicksketch",
                "homepage": "https://www.drupal.org/user/35821"
            }
        ],
        "description": "Modify behavior and appearance of external links.",
        "homepage": "https://www.drupal.org/project/extlink",
        "support": {
            "source": "https://git.drupalcode.org/project/extlink"
        }
    },
    {
        "name": "drupal/field_group",
        "version": "3.0.0-rc1",
        "version_normalized": "3.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/field_group.git",
            "reference": "8.x-3.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.0-rc1.zip",
            "reference": "8.x-3.0-rc1",
            "shasum": "e291b5468c834a344e9aa6cafd3a76171d473a22"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-rc1",
                "datestamp": "1558647185",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC 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": "Hydra",
                "homepage": "https://www.drupal.org/user/647364"
            },
            {
                "name": "Stalski",
                "homepage": "https://www.drupal.org/user/322618"
            },
            {
                "name": "jyve",
                "homepage": "https://www.drupal.org/user/591438"
            },
            {
                "name": "swentel",
                "homepage": "https://www.drupal.org/user/107403"
            },
            {
                "name": "zuuperman",
                "homepage": "https://www.drupal.org/user/361625"
            }
        ],
        "description": "Provides the field_group module.",
        "homepage": "https://www.drupal.org/project/field_group",
        "support": {
            "source": "https://git.drupalcode.org/project/field_group"
        }
    },
    {
        "name": "drupal/field_group_link",
        "version": "3.0.0-rc1",
        "version_normalized": "3.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/field_group_link.git",
            "reference": "8.x-3.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/field_group_link-8.x-3.0-rc1.zip",
            "reference": "8.x-3.0-rc1",
            "shasum": "1d9f1c4502d4b55dcbe038f32fa7460bd181f03c"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/field_group": "~3.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-rc1",
                "datestamp": "1517415780",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC 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": "Leon Kessler",
                "homepage": "https://www.drupal.org/user/595374",
                "role": "Maintainer"
            }
        ],
        "description": "Field Group Link",
        "homepage": "https://www.drupal.org/project/field_group_link",
        "keywords": [
            "Drupal",
            "Field Group"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/field_group_link",
            "issues": "http://drupal.org/project/issues/field_group_link"
        }
    },
    {
        "name": "drupal/field_permissions",
        "version": "1.0.0-rc2",
        "version_normalized": "1.0.0.0-RC2",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/field_permissions.git",
            "reference": "8.x-1.0-rc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.0-rc2.zip",
            "reference": "8.x-1.0-rc2",
            "shasum": "bbc0d4215b24f2613a02a365a22f2039ebcea421"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-rc2",
                "datestamp": "1545332280",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC 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": "RobLoach",
                "homepage": "https://www.drupal.org/user/61114"
            },
            {
                "name": "jhedstrom",
                "homepage": "https://www.drupal.org/user/208732"
            },
            {
                "name": "mariacha1",
                "homepage": "https://www.drupal.org/user/2210776"
            },
            {
                "name": "markus_petrux",
                "homepage": "https://www.drupal.org/user/39593"
            }
        ],
        "description": "The Field Permissions module allows site administrators to set field-level permissions to edit, view and create fields on any entity.",
        "homepage": "https://www.drupal.org/project/field_permissions",
        "support": {
            "source": "https://git.drupalcode.org/project/field_permissions",
            "issues": "https://www.drupal.org/project/issues/field_permissions"
        }
    },
    {
        "name": "drupal/field_token_value",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/field_token_value.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/field_token_value-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "ba0c70108ca09589b9fa2ecce4c7a7194cdca897"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1503548344",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "haydent",
                "homepage": "https://www.drupal.org/user/2763191"
            }
        ],
        "description": "Provides a field allowing the value to be set using a string containing tokens.",
        "homepage": "https://www.drupal.org/project/field_token_value",
        "support": {
            "source": "https://git.drupalcode.org/project/field_token_value"
        }
    },
    {
        "name": "drupal/file_browser",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/file_browser.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/file_browser-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "1afdbfac4531e0d74838c7bbb63ebf42bbe0f655"
        },
        "require": {
            "drupal/core": "*",
            "drupal/dropzonejs": "*",
            "drupal/dropzonejs_eb_widget": "*",
            "drupal/entity_browser": "*",
            "drupal/entity_embed": "*"
        },
        "require-dev": {
            "drupal/ctools": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1493226843",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "samuel.mortenson",
                "homepage": "https://www.drupal.org/user/2582268"
            }
        ],
        "description": "Provides a default Entity Browser for files, using Masonry and Imagesloaded.",
        "homepage": "https://www.drupal.org/project/file_browser",
        "support": {
            "source": "https://git.drupalcode.org/project/file_browser"
        }
    },
    {
        "name": "drupal/file_mdm",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/file_mdm.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/file_mdm-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "7f354aec6f89e3141c2aa1fb3747ad5d4578c13f"
        },
        "require": {
            "drupal/core": "~8.0",
            "lsolesen/pel": "0.9.6",
            "phenx/php-font-lib": "0.5",
            "php": ">=5.6"
        },
        "require-dev": {
            "drupal/image_effects": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1488273785",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "mondrake",
                "homepage": "https://www.drupal.org/user/1307444"
            }
        ],
        "description": "Provides a service to manage file metadata.",
        "homepage": "https://www.drupal.org/project/file_mdm",
        "support": {
            "source": "https://git.drupalcode.org/project/file_mdm"
        }
    },
    {
        "name": "drupal/file_mdm_exif",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "require": {
            "drupal/core": "~8.0",
            "drupal/file_mdm": "self.version"
        },
        "require-dev": {
            "drupal/image_effects": "*"
        },
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1488273785",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "mondrake",
                "homepage": "https://www.drupal.org/user/1307444"
            }
        ],
        "description": "Provides a file metadata plugin for EXIF image information.",
        "homepage": "https://www.drupal.org/project/file_mdm",
        "support": {
            "source": "https://git.drupalcode.org/project/file_mdm"
        }
    },
    {
        "name": "drupal/file_mdm_font",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "require": {
            "drupal/core": "~8.0",
            "drupal/file_mdm": "self.version"
        },
        "require-dev": {
            "drupal/image_effects": "*"
        },
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1488273785",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "mondrake",
                "homepage": "https://www.drupal.org/user/1307444"
            }
        ],
        "description": "Provides a file metadata plugin for TTF/OTF/WOFF font information.",
        "homepage": "https://www.drupal.org/project/file_mdm",
        "support": {
            "source": "https://git.drupalcode.org/project/file_mdm"
        }
    },
    {
        "name": "drupal/fontawesome",
        "version": "2.13.0",
        "version_normalized": "2.13.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/fontawesome.git",
            "reference": "8.x-2.13"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/fontawesome-8.x-2.13.zip",
            "reference": "8.x-2.13",
            "shasum": "3bf8bc202f429b6ad35777ae9229b8c1f1bad085"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.13",
                "datestamp": "1557577985",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "drush": {
                "services": {
                    "drush.services.yml": "^9"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Daniel.Moberly",
                "homepage": "https://www.drupal.org/user/1160788"
            },
            {
                "name": "RobLoach",
                "homepage": "https://www.drupal.org/user/61114"
            },
            {
                "name": "inders",
                "homepage": "https://www.drupal.org/user/127640"
            },
            {
                "name": "truls1502",
                "homepage": "https://www.drupal.org/user/325866"
            }
        ],
        "description": "The web's most popular icon set and toolkit.",
        "homepage": "https://www.drupal.org/project/fontawesome",
        "support": {
            "source": "https://git.drupalcode.org/project/fontawesome"
        }
    },
    {
        "name": "drupal/fontawesome_menu_icons",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/fontawesome_menu_icons.git",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/fontawesome_menu_icons-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "b6ea3f70b2bbf40c27d26ac42bb291ee8ee10a7b"
        },
        "require": {
            "drupal/core": "*",
            "drupal/fontawesome": "*",
            "drupal/libraries": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1543425180",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "lonalore",
                "homepage": "https://www.drupal.org/user/1539304"
            }
        ],
        "description": "FontAwesome Menu Icons",
        "homepage": "https://www.drupal.org/project/fontawesome_menu_icons",
        "support": {
            "source": "https://git.drupalcode.org/project/fontawesome_menu_icons"
        }
    },
    {
        "name": "drupal/geolocation",
        "version": "3.0.0-rc1",
        "version_normalized": "3.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/geolocation.git",
            "reference": "8.x-3.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.0-rc1.zip",
            "reference": "8.x-3.0-rc1",
            "shasum": "bd746635e4047c4b80172873339aea7a49c93875"
        },
        "require": {
            "drupal/core": "*"
        },
        "require-dev": {
            "drupal/address": "*",
            "drupal/geofield": "*",
            "drupal/geolocation_demo": "*",
            "drupal/geolocation_google_maps": "*",
            "drupal/geolocation_google_maps_demo": "*",
            "drupal/geolocation_google_static_maps": "*",
            "drupal/geolocation_leaflet": "*",
            "drupal/search_api": "*",
            "drupal/search_api_location": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-rc1",
                "datestamp": "1554457681",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC 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": "derjochenmeyer",
                "homepage": "https://www.drupal.org/u/derjochenmeyer"
            },
            {
                "name": "cadamski",
                "homepage": "https://www.drupal.org/u/cadamski"
            }
        ],
        "description": "Provides a simple geolocation Drupal field type to store and display location data (lat, lng).",
        "homepage": "https://www.drupal.org/project/geolocation",
        "support": {
            "source": "http://git.drupal.org/project/geolocation.git",
            "issues": "https://www.drupal.org/project/issues/geolocation"
        }
    },
    {
        "name": "drupal/gmap_store_locator",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/gmap_store_locator.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/gmap_store_locator-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "1fddf5f4476b710a9d0d857c009b7d2ec73ddf8d"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1498931943",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "SoumyaDas",
                "homepage": "https://www.drupal.org/user/2397848"
            },
            {
                "name": "vedprakash",
                "homepage": "https://www.drupal.org/user/547234"
            }
        ],
        "homepage": "https://www.drupal.org/project/gmap_store_locator",
        "support": {
            "source": "https://git.drupalcode.org/project/gmap_store_locator"
        }
    },
    {
        "name": "drupal/google_analytics",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/google_analytics.git",
            "reference": "8.x-3.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-3.0.zip",
            "reference": "8.x-3.0",
            "shasum": "18179854152cae44be2a5ed5de5550bc6e131c70"
        },
        "require": {
            "drupal/core": "~8.5"
        },
        "require-dev": {
            "drupal/php": "*",
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0",
                "datestamp": "1548968580",
                "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": "hass",
                "homepage": "https://www.drupal.org/u/hass"
            },
            {
                "name": "See other contributors",
                "homepage": "https://www.drupal.org/node/49388/committers"
            }
        ],
        "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
        "homepage": "https://www.drupal.org/project/google_analytics",
        "support": {
            "source": "https://git.drupal.org/project/google_analytics.git",
            "issues": "https://www.drupal.org/project/issues/google_analytics"
        }
    },
    {
        "name": "drupal/image_effects",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/image_effects.git",
            "reference": "8.x-2.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/image_effects-8.x-2.3.zip",
            "reference": "8.x-2.3",
            "shasum": "59d1adbfc722b0e0f447d1aedda7cf95e2701425"
        },
        "require": {
            "drupal/core": ">=8.2.0",
            "drupal/file_mdm_exif": "^1",
            "drupal/file_mdm_font": "^1"
        },
        "conflict": {
            "drupal/imagemagick": "<2.3"
        },
        "require-dev": {
            "drupal/imagemagick": "*",
            "drupal/jquery_colorpicker": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.3",
                "datestamp": "1547928180",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "mondrake",
                "homepage": "https://www.drupal.org/user/1307444"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            }
        ],
        "description": "Provides effects and operations for the Image API.",
        "homepage": "https://www.drupal.org/project/image_effects",
        "support": {
            "source": "https://git.drupalcode.org/project/image_effects"
        }
    },
    {
        "name": "drupal/inline_entity_form",
        "version": "1.0.0-rc1",
        "version_normalized": "1.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/inline_entity_form.git",
            "reference": "8.x-1.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc1.zip",
            "reference": "8.x-1.0-rc1",
            "shasum": "898789fb6a0662fc2572b87f8d0654a0241473f9"
        },
        "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-rc1",
                "datestamp": "1527030784",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC 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": "joachim",
                "homepage": "https://www.drupal.org/user/107701"
            },
            {
                "name": "kaythay",
                "homepage": "https://www.drupal.org/user/2182186"
            },
            {
                "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": "https://git.drupalcode.org/project/inline_entity_form"
        }
    },
    {
        "name": "drupal/libraries",
        "version": "3.0.0-alpha1",
        "version_normalized": "3.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/libraries.git",
            "reference": "8.x-3.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip",
            "reference": "8.x-3.0-alpha1",
            "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-alpha1",
                "datestamp": "1517046484",
                "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": "Pol",
                "homepage": "https://www.drupal.org/user/47194"
            },
            {
                "name": "joseph.olstad",
                "homepage": "https://www.drupal.org/user/1321830"
            },
            {
                "name": "rjacobs",
                "homepage": "https://www.drupal.org/user/422459"
            },
            {
                "name": "sun",
                "homepage": "https://www.drupal.org/user/54136"
            },
            {
                "name": "tstoeckler",
                "homepage": "https://www.drupal.org/user/107158"
            }
        ],
        "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
        "homepage": "http://drupal.org/project/libraries",
        "support": {
            "source": "http://cgit.drupalcode.org/libraries",
            "issues": "http://drupal.org/project/issues/libraries",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/linked_field",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/linked_field.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "99c877b15e814e8275a38d5b161fc5db444dd69d"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1493495342",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "hubdrop",
                "homepage": "https://www.drupal.org/user/2750597"
            },
            {
                "name": "yannickoo",
                "homepage": "https://www.drupal.org/user/531118"
            }
        ],
        "description": "Adds the functionality to link fields to a specific destination.",
        "homepage": "https://www.drupal.org/project/linked_field",
        "support": {
            "source": "https://git.drupalcode.org/project/linked_field"
        }
    },
    {
        "name": "drupal/mailsystem",
        "version": "4.1.0",
        "version_normalized": "4.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/mailsystem.git",
            "reference": "8.x-4.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.1.zip",
            "reference": "8.x-4.1",
            "shasum": "318b87f1fdf96e6db30b04a98108af02a0fc3dcc"
        },
        "require": {
            "drupal/core": "^8.0.5"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-4.x": "4.x-dev"
            },
            "drupal": {
                "version": "8.x-4.1",
                "datestamp": "1467993646",
                "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": "Les Lim",
                "homepage": "https://www.drupal.org/user/84263"
            },
            {
                "name": "Manuel Garcia",
                "homepage": "https://www.drupal.org/user/213194"
            },
            {
                "name": "Nafes",
                "homepage": "https://www.drupal.org/user/2489926"
            },
            {
                "name": "miro_dietiker",
                "homepage": "https://www.drupal.org/user/227761"
            },
            {
                "name": "pillarsdotnet",
                "homepage": "https://www.drupal.org/user/36148"
            }
        ],
        "description": "Mail System",
        "homepage": "https://www.drupal.org/project/mailsystem",
        "support": {
            "source": "https://git.drupalcode.org/project/mailsystem"
        }
    },
    {
        "name": "drupal/maxlength",
        "version": "1.0.0-beta2",
        "version_normalized": "1.0.0.0-beta2",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/maxlength.git",
            "reference": "8.x-1.0-beta2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/maxlength-8.x-1.0-beta2.zip",
            "reference": "8.x-1.0-beta2",
            "shasum": "27f7374e55ebdcc696d22d98be8cf4cf9bf58204"
        },
        "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": "1527856384",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Aron Novak",
                "homepage": "https://www.drupal.org/user/61864"
            },
            {
                "name": "Schnitzel",
                "homepage": "https://www.drupal.org/user/643820"
            },
            {
                "name": "a_c_m",
                "homepage": "https://www.drupal.org/user/195063"
            },
            {
                "name": "artur.thiessen",
                "homepage": "https://www.drupal.org/user/2390554"
            },
            {
                "name": "barneytech",
                "homepage": "https://www.drupal.org/user/669922"
            },
            {
                "name": "claudiu_cristea",
                "homepage": "https://www.drupal.org/user/2623935"
            },
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "derhasi",
                "homepage": "https://www.drupal.org/user/83474"
            },
            {
                "name": "frjo",
                "homepage": "https://www.drupal.org/user/5546"
            },
            {
                "name": "hefox",
                "homepage": "https://www.drupal.org/user/426416"
            },
            {
                "name": "jm.federico",
                "homepage": "https://www.drupal.org/user/509892"
            },
            {
                "name": "k4v",
                "homepage": "https://www.drupal.org/user/744246"
            },
            {
                "name": "mariano73",
                "homepage": "https://www.drupal.org/user/1324866"
            },
            {
                "name": "mariuss",
                "homepage": "https://www.drupal.org/user/28539"
            },
            {
                "name": "sanduhrs",
                "homepage": "https://www.drupal.org/user/28074"
            },
            {
                "name": "vasi1186",
                "homepage": "https://www.drupal.org/user/342104"
            }
        ],
        "description": "Limit the number of characters in textfields and textareas and shows the amount of characters left.",
        "homepage": "https://www.drupal.org/project/maxlength",
        "support": {
            "source": "https://git.drupalcode.org/project/maxlength"
        }
    },
    {
        "name": "drupal/menu_item_role_access",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/menu_item_role_access.git",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/menu_item_role_access-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "2862276f066b3d5189cb5397db6814681d782311"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1532437381",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "LiamPower",
                "homepage": "https://www.drupal.org/user/3016225"
            }
        ],
        "description": "Provide role based access to menu items.",
        "homepage": "https://www.drupal.org/project/menu_item_role_access",
        "support": {
            "source": "https://git.drupalcode.org/project/menu_item_role_access"
        }
    },
    {
        "name": "drupal/paragraphs",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/paragraphs.git",
            "reference": "8.x-1.8"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.8.zip",
            "reference": "8.x-1.8",
            "shasum": "a40849233de8403f5488c20c5b81ab4877373f65"
        },
        "require": {
            "drupal/core": "~8",
            "drupal/entity_reference_revisions": "~1.3"
        },
        "require-dev": {
            "drupal/block_field": "~1.0",
            "drupal/ctools": "3.x-dev",
            "drupal/diff": "~1.0",
            "drupal/entity_browser": "2.x-dev",
            "drupal/entity_usage": "2.x-dev",
            "drupal/field_group": "~1.0",
            "drupal/inline_entity_form": "~1.0",
            "drupal/paragraphs-paragraphs_library": "*",
            "drupal/replicate": "~1.0",
            "drupal/search_api": "~1.0",
            "drupal/search_api_db": "*"
        },
        "suggest": {
            "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.8",
                "datestamp": "1553618281",
                "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": "https://git.drupalcode.org/project/paragraphs"
        }
    },
    {
        "name": "drupal/pathauto",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/pathauto.git",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "ddfb047ae04ca2ddf475d65f6c09bceb44169e25"
        },
        "require": {
            "drupal/core": "^8.5",
            "drupal/ctools": "*",
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1554239887",
                "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-or-later"
        ],
        "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": "https://git.drupalcode.org/project/pathauto"
        }
    },
    {
        "name": "drupal/quicktabs",
        "version": "3.0.0-alpha2",
        "version_normalized": "3.0.0.0-alpha2",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/quicktabs.git",
            "reference": "8.x-3.0-alpha2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/quicktabs-8.x-3.0-alpha2.zip",
            "reference": "8.x-3.0-alpha2",
            "shasum": "783da3f1284b70b937d047f2ea5745340cc729d4"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-alpha2",
                "datestamp": "1497623642",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Palashvijay4O",
                "homepage": "https://www.drupal.org/user/2995945"
            },
            {
                "name": "Pasqualle",
                "homepage": "https://www.drupal.org/user/80733"
            },
            {
                "name": "ezra-g",
                "homepage": "https://www.drupal.org/user/69959"
            },
            {
                "name": "jaydub",
                "homepage": "https://www.drupal.org/user/46257"
            },
            {
                "name": "katbailey",
                "homepage": "https://www.drupal.org/user/172987"
            },
            {
                "name": "nedjo",
                "homepage": "https://www.drupal.org/user/4481"
            },
            {
                "name": "netw3rker",
                "homepage": "https://www.drupal.org/user/89684"
            },
            {
                "name": "systemick",
                "homepage": "https://www.drupal.org/user/819746"
            },
            {
                "name": "ultimateboy",
                "homepage": "https://www.drupal.org/user/153963"
            }
        ],
        "description": "Render content with tabs and other display styles",
        "homepage": "https://www.drupal.org/project/quicktabs",
        "support": {
            "source": "https://git.drupalcode.org/project/quicktabs"
        }
    },
    {
        "name": "drupal/r4032login",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/r4032login.git",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/r4032login-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "dd9dc2daf8e4b960d2be1fe58e19a8ec4fbf30f1"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1533913684",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Bevan",
                "homepage": "https://www.drupal.org/user/49989"
            },
            {
                "name": "Nixou",
                "homepage": "https://www.drupal.org/user/2304734"
            },
            {
                "name": "RobLoach",
                "homepage": "https://www.drupal.org/user/61114"
            },
            {
                "name": "Sk8erPeter",
                "homepage": "https://www.drupal.org/user/1441344"
            },
            {
                "name": "bdone",
                "homepage": "https://www.drupal.org/user/687670"
            },
            {
                "name": "deekayen",
                "homepage": "https://www.drupal.org/user/972"
            },
            {
                "name": "lotyrin",
                "homepage": "https://www.drupal.org/user/216580"
            },
            {
                "name": "mikesmullin",
                "homepage": "https://www.drupal.org/user/108440"
            },
            {
                "name": "pwolanin",
                "homepage": "https://www.drupal.org/user/49851"
            },
            {
                "name": "shrop",
                "homepage": "https://www.drupal.org/user/14767"
            }
        ],
        "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.",
        "homepage": "https://www.drupal.org/project/r4032login",
        "support": {
            "source": "https://git.drupalcode.org/project/r4032login"
        }
    },
    {
        "name": "drupal/rebuild_cache_access",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/rebuild_cache_access.git",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/rebuild_cache_access-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "31766f60f6f7dfeb29001f4532d457cfb6cbb3dd"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1523998080",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "leymannx",
                "homepage": "https://www.drupal.org/user/2482808"
            }
        ],
        "description": "Provide a Rebuild Cache admin toolbar button accessible to every role with the corresponding permission set.",
        "homepage": "https://www.drupal.org/project/rebuild_cache_access",
        "support": {
            "source": "https://git.drupalcode.org/project/rebuild_cache_access"
        }
    },
    {
        "name": "drupal/recaptcha",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/recaptcha.git",
            "reference": "8.x-2.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/recaptcha-8.x-2.4.zip",
            "reference": "8.x-2.4",
            "shasum": "ee68020dc33f880313b83d8bbcb159ef85285c7a"
        },
        "require": {
            "drupal/captcha": "^1.0.0-alpha1",
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.4",
                "datestamp": "1548967980",
                "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": "hass",
                "homepage": "https://www.drupal.org/u/hass"
            },
            {
                "name": "See other contributors",
                "homepage": "https://www.drupal.org/node/147903/committers"
            },
            {
                "name": "diolan",
                "homepage": "https://www.drupal.org/user/2336786"
            },
            {
                "name": "hass",
                "homepage": "https://www.drupal.org/user/85918"
            },
            {
                "name": "id.medion",
                "homepage": "https://www.drupal.org/user/2542592"
            }
        ],
        "description": "Protect your website from spam and abuse while letting real people pass through with ease.",
        "homepage": "https://www.drupal.org/project/recaptcha",
        "support": {
            "source": "https://git.drupal.org/project/recaptcha.git",
            "issues": "https://www.drupal.org/project/issues/recaptcha"
        }
    },
    {
        "name": "drupal/redirect_after_login",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/redirect_after_login.git",
            "reference": "8.x-2.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/redirect_after_login-8.x-2.5.zip",
            "reference": "8.x-2.5",
            "shasum": "66c0e1823581bb4bb6087d43e964132c9434bda0"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.5",
                "datestamp": "1552929184",
                "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": "Rahul Kumar",
                "homepage": "https://www.drupal.org/u/rahul-kr-sh",
                "role": "Author"
            },
            {
                "name": "rahul-kr-sh",
                "homepage": "https://www.drupal.org/user/3561577"
            }
        ],
        "description": "Redirect user after login to a configured url",
        "homepage": "https://drupal.org/project/redirect_after_login",
        "support": {
            "source": "https://git.drupalcode.org/project/redirect_after_login"
        }
    },
    {
        "name": "drupal/scroll_to_destination_anchors",
        "version": "1.0.0-alpha1",
        "version_normalized": "1.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/scroll_to_destination_anchors.git",
            "reference": "8.x-1.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/scroll_to_destination_anchors-8.x-1.0-alpha1.zip",
            "reference": "8.x-1.0-alpha1",
            "shasum": "471efba36b3deb91a6210e0bea0b850892088e75"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha1",
                "datestamp": "1502175544",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Anonymous",
                "homepage": "https://www.drupal.org/user/0"
            },
            {
                "name": "StephenWard",
                "homepage": "https://www.drupal.org/user/676214"
            },
            {
                "name": "nehajyoti",
                "homepage": "https://www.drupal.org/user/2804915"
            },
            {
                "name": "webuneek",
                "homepage": "https://www.drupal.org/user/140603"
            }
        ],
        "description": "Makes destination anchor links that start with a hashtag scroll users to the destination instead of the browser default jump behavior.",
        "homepage": "https://www.drupal.org/project/scroll_to_destination_anchors",
        "support": {
            "source": "https://git.drupalcode.org/project/scroll_to_destination_anchors"
        }
    },
    {
        "name": "drupal/simplelogin",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/simplelogin.git",
            "reference": "8.x-3.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/simplelogin-8.x-3.3.zip",
            "reference": "8.x-3.3",
            "shasum": "c5c8249726797b46c2f8740477b785519abb4491"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.3",
                "datestamp": "1555789681",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "ThirstySix",
                "homepage": "https://www.drupal.org/user/824886"
            }
        ],
        "description": "Simple Login, Register, Password Reset with Background Image.",
        "homepage": "https://www.drupal.org/project/simplelogin",
        "support": {
            "source": "https://git.drupalcode.org/project/simplelogin"
        }
    },
    {
        "name": "drupal/social_media",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/social_media.git",
            "reference": "8.x-1.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/social_media-8.x-1.3.zip",
            "reference": "8.x-1.3",
            "shasum": "7b0ab2b3e368109343905c99beac4bd38a8b86a7"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.3",
                "datestamp": "1521748685",
                "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": "Takim Islam",
                "homepage": "http://drupalsharing.com/",
                "role": "Maintainer"
            }
        ],
        "description": "Share current page to social media",
        "homepage": "https://drupal.org/project/social_media",
        "support": {
            "source": "http://cgit.drupalcode.org/social_media",
            "issues": "https://www.drupal.org/project/issues/social_media"
        }
    },
    {
        "name": "drupal/svg_image",
        "version": "1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/svg_image.git",
            "reference": "8.x-1.9"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/svg_image-8.x-1.9.zip",
            "reference": "8.x-1.9",
            "shasum": "7b193de6ec7b7fc3626f170d0f5f8fccaa2f26bf"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.9",
                "datestamp": "1548492180",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "zvse",
                "homepage": "https://www.drupal.org/user/2870933"
            }
        ],
        "description": "Overrides the standard image formatter and widget to support SVG files.",
        "homepage": "https://www.drupal.org/project/svg_image",
        "support": {
            "source": "https://git.drupalcode.org/project/svg_image"
        }
    },
    {
        "name": "drupal/swiftmailer",
        "version": "1.0.0-beta2",
        "version_normalized": "1.0.0.0-beta2",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/swiftmailer.git",
            "reference": "8.x-1.0-beta2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/swiftmailer-8.x-1.0-beta2.zip",
            "reference": "8.x-1.0-beta2",
            "shasum": "a63a91e7816a06bf8e52ac9b5e48a892a1e6b1d4"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/mailsystem": "*",
            "html2text/html2text": "~4.0.1",
            "swiftmailer/swiftmailer": "~5.4.5"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta2",
                "datestamp": "1519655459",
                "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": "B-Prod",
                "homepage": "https://www.drupal.org/user/407852"
            },
            {
                "name": "sbrattla",
                "homepage": "https://www.drupal.org/user/53422"
            },
            {
                "name": "webflo",
                "homepage": "https://www.drupal.org/user/254778"
            }
        ],
        "description": "Swiftmailer",
        "homepage": "https://www.drupal.org/project/swiftmailer",
        "support": {
            "source": "https://git.drupalcode.org/project/swiftmailer"
        }
    },
    {
        "name": "drupal/token",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/token.git",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/token-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "6382a7e1aabbd8246f1117a26bf4916d285b401d"
        },
        "require": {
            "drupal/core": "^8.5"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1537557481",
                "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-or-later"
        ],
        "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": "https://git.drupalcode.org/project/token"
        }
    },
    {
        "name": "drupal/views_infinite_scroll",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/views_infinite_scroll.git",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "614a2b01d57e2a75255883294bfd6b9246c85efd"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1561996386",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Bobík",
                "homepage": "https://www.drupal.org/user/123612"
            },
            {
                "name": "Remon",
                "homepage": "https://www.drupal.org/user/143827"
            },
            {
                "name": "Sam152",
                "homepage": "https://www.drupal.org/user/1485048"
            }
        ],
        "description": "A pager which allows an infinite scroll effect for views.",
        "homepage": "https://www.drupal.org/project/views_infinite_scroll",
        "support": {
            "source": "https://git.drupalcode.org/project/views_infinite_scroll"
        }
    },
    {
        "name": "drupal/views_slideshow",
        "version": "4.6.0",
        "version_normalized": "4.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/views_slideshow.git",
            "reference": "8.x-4.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/views_slideshow-8.x-4.6.zip",
            "reference": "8.x-4.6",
            "shasum": "c0b2d3c0765b9215fdefb3313dd42a8bbb7409c5"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-4.x": "4.x-dev"
            },
            "drupal": {
                "version": "8.x-4.6",
                "datestamp": "1510987085",
                "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/160350/committers"
            },
            {
                "name": "aaron",
                "homepage": "https://www.drupal.org/user/33420"
            },
            {
                "name": "redndahead",
                "homepage": "https://www.drupal.org/user/160320"
            },
            {
                "name": "vbouchet",
                "homepage": "https://www.drupal.org/user/1671428"
            }
        ],
        "description": "Describes relationships between entities.",
        "homepage": "https://www.drupal.org/project/views_slideshow",
        "support": {
            "source": "https://cgit.drupalcode.org/views_slideshow",
            "issues": "https://www.drupal.org/project/issues/views_slideshow",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/viewsreference",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/viewsreference.git",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "973509be252d9a2f9a0a12bbfb83ec41311ef41c"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "conflict": {
            "drupal/viewsreferennce": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1544740080",
                "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": "joekers",
                "homepage": "https://www.drupal.org/user/2229066"
            },
            {
                "name": "kent@passingphase.nz",
                "homepage": "https://www.drupal.org/user/93571"
            },
            {
                "name": "seanB",
                "homepage": "https://www.drupal.org/user/545912"
            }
        ],
        "description": "Views Reference",
        "homepage": "http://drupal.org/project/viewsreference",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/viewsreference",
            "issues": "http://drupal.org/project/issues/viewsreference"
        }
    },
    {
        "name": "drupal/webform",
        "version": "5.3.0",
        "version_normalized": "5.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/webform.git",
            "reference": "8.x-5.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/webform-8.x-5.3.zip",
            "reference": "8.x-5.3",
            "shasum": "0ac8066ed09c688d7900f35d961ea521c6da6e3a"
        },
        "require": {
            "drupal/core": "*"
        },
        "require-dev": {
            "drupal/address": "~1.4",
            "drupal/bootstrap": "~3.0",
            "drupal/captcha": "~1.0",
            "drupal/chosen": "~2.6",
            "drupal/devel": "*",
            "drupal/entity_print": "^2.1",
            "drupal/jsonapi": "~2.0 || ~8.7",
            "drupal/mailsystem": "~4.0",
            "drupal/select2": "~1.1",
            "drupal/smtp": "~1.0",
            "drupal/telephone_validation": "^2.2",
            "drupal/token": "~1.3",
            "drupal/webform_access": "*",
            "drupal/webform_attachment": "*",
            "drupal/webform_entity_print": "*",
            "drupal/webform_node": "*",
            "drupal/webform_scheduled_email": "*",
            "drupal/webform_ui": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-5.x": "5.x-dev"
            },
            "drupal": {
                "version": "8.x-5.3",
                "datestamp": "1563460085",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "drush": {
                "services": {
                    "drush.services.yml": "^9"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jacob Rockowitz (jrockowitz)",
                "homepage": "https://www.drupal.org/u/jrockowitz",
                "role": "Maintainer"
            },
            {
                "name": "Alexander Trotsenko (bucefal91)",
                "homepage": "https://www.drupal.org/u/bucefal91",
                "role": "Co-maintainer"
            },
            {
                "name": "bucefal91",
                "homepage": "https://www.drupal.org/user/504128"
            },
            {
                "name": "fenstrat",
                "homepage": "https://www.drupal.org/user/362649"
            },
            {
                "name": "jrockowitz",
                "homepage": "https://www.drupal.org/user/371407"
            },
            {
                "name": "podarok",
                "homepage": "https://www.drupal.org/user/116002"
            },
            {
                "name": "quicksketch",
                "homepage": "https://www.drupal.org/user/35821"
            },
            {
                "name": "sanchiz",
                "homepage": "https://www.drupal.org/user/1671246"
            },
            {
                "name": "tedbow",
                "homepage": "https://www.drupal.org/user/240860"
            },
            {
                "name": "torotil",
                "homepage": "https://www.drupal.org/user/865256"
            }
        ],
        "description": "Enables the creation of webforms and questionnaires.",
        "homepage": "https://drupal.org/project/webform",
        "support": {
            "source": "http://cgit.drupalcode.org/webform",
            "error": "Invalid dependency: \"telephone_validation/telephone_validation\" is an unknown drupal 8 package name",
            "issues": "https://www.drupal.org/project/issues/webform?version=8.x",
            "docs": "https://www.drupal.org/docs/8/modules/webform",
            "forum": "https://drupal.stackexchange.com/questions/tagged/webform"
        }
    },
    {
        "name": "drupal/weight",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/weight.git",
            "reference": "8.x-3.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.1.zip",
            "reference": "8.x-3.1",
            "shasum": "a5b418911c400ac545efcb7ad67c6e71ce575cdc"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.1",
                "datestamp": "1549993080",
                "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-or-later"
        ],
        "authors": [
            {
                "name": "Harry Slaughter",
                "homepage": "https://www.drupal.org/user/28233"
            },
            {
                "name": "NancyDru",
                "homepage": "https://www.drupal.org/user/101412"
            },
            {
                "name": "Shreya Shetty",
                "homepage": "https://www.drupal.org/user/2943029"
            },
            {
                "name": "davisben",
                "homepage": "https://www.drupal.org/user/1204214"
            },
            {
                "name": "deviantintegral",
                "homepage": "https://www.drupal.org/user/71291"
            },
            {
                "name": "jjeff",
                "homepage": "https://www.drupal.org/user/17190"
            },
            {
                "name": "kevinquillen",
                "homepage": "https://www.drupal.org/user/317279"
            },
            {
                "name": "ziomizar",
                "homepage": "https://www.drupal.org/user/814348"
            }
        ],
        "description": "Allows arbitrary ordering of entities.",
        "homepage": "https://www.drupal.org/project/weight",
        "support": {
            "source": "https://git.drupalcode.org/project/weight"
        }
    },
    {
        "name": "drupal/xmlsitemap",
        "version": "1.0.0-alpha3",
        "version_normalized": "1.0.0.0-alpha3",
        "source": {
            "type": "git",
            "url": "https://git.drupalcode.org/project/xmlsitemap.git",
            "reference": "8.x-1.0-alpha3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.0-alpha3.zip",
            "reference": "8.x-1.0-alpha3",
            "shasum": "5318e0eaa1710f5d02021b406135e1a1b038ed4f"
        },
        "require": {
            "drupal/core": "~8.0",
            "ext-xmlwriter": "*"
        },
        "require-dev": {
            "drupal/robotstxt": "^1.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha3",
                "datestamp": "1538607180",
                "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-or-later"
        ],
        "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": "juampynr",
                "homepage": "https://www.drupal.org/user/682736"
            },
            {
                "name": "paulmckibben",
                "homepage": "https://www.drupal.org/user/279003"
            },
            {
                "name": "pifagor",
                "homepage": "https://www.drupal.org/user/2375692"
            },
            {
                "name": "tadityar",
                "homepage": "https://www.drupal.org/user/3094465"
            },
            {
                "name": "th_tushar",
                "homepage": "https://www.drupal.org/user/1835276"
            }
        ],
        "description": "Creates XML sitemaps for the site",
        "homepage": "https://www.drupal.org/project/xmlsitemap",
        "support": {
            "source": "http://cgit.drupalcode.org/xmlsitemap",
            "issues": "http://drupal.org/project/issues/xmlsitemap"
        }
    },
    {
        "name": "drush/drush",
        "version": "9.7.1",
        "version_normalized": "9.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drush-ops/drush.git",
            "reference": "6f9a8d235daec06fd6f47b2d84da675750566479"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drush-ops/drush/zipball/6f9a8d235daec06fd6f47b2d84da675750566479",
            "reference": "6f9a8d235daec06fd6f47b2d84da675750566479",
            "shasum": ""
        },
        "require": {
            "chi-teck/drupal-code-generator": "^1.28.1",
            "composer/semver": "^1.4",
            "consolidation/annotated-command": "^2.12",
            "consolidation/config": "^1.2",
            "consolidation/filter-via-dot-access-data": "^1",
            "consolidation/output-formatters": "^3.3.1",
            "consolidation/robo": "^1.4.6",
            "consolidation/site-alias": "^3.0.0@stable",
            "consolidation/site-process": "^2.0.3",
            "ext-dom": "*",
            "grasmash/yaml-expander": "^1.1.1",
            "league/container": "~2",
            "php": ">=5.6.0",
            "psr/log": "~1.0",
            "psy/psysh": "~0.6",
            "symfony/console": "^3.4",
            "symfony/event-dispatcher": "^3.4",
            "symfony/finder": "^3.4 || ^4.0",
            "symfony/process": "^3.4",
            "symfony/var-dumper": "^3.4 || ^4.0",
            "symfony/yaml": "^3.4",
            "webflo/drupal-finder": "^1.1",
            "webmozart/path-util": "^2.1.0"
        },
        "require-dev": {
            "composer/installers": "^1.2",
            "cweagans/composer-patches": "~1.0",
            "drupal/alinks": "1.0.0",
            "drupal/devel": "^2",
            "drupal/empty_theme": "1.0",
            "g1a/composer-test-scenarios": "^3",
            "lox/xhprof": "dev-master",
            "phpunit/phpunit": "^4.8.36 || ^6.1",
            "squizlabs/php_codesniffer": "^2.7 || ^3",
            "vlucas/phpdotenv": "^2.4",
            "webflo/drupal-core-require-dev": "8.7.x-dev",
            "webflo/drupal-core-strict": "8.7.x-dev"
        },
        "time": "2019-06-30T19:46:39+00:00",
        "bin": [
            "drush"
        ],
        "type": "library",
        "extra": {
            "installer-paths": {
                "sut/core": [
                    "type:drupal-core"
                ],
                "sut/libraries/{$name}": [
                    "type:drupal-library"
                ],
                "sut/modules/unish/{$name}": [
                    "drupal/devel"
                ],
                "sut/themes/unish/{$name}": [
                    "drupal/empty_theme"
                ],
                "sut/modules/contrib/{$name}": [
                    "type:drupal-module"
                ],
                "sut/profiles/contrib/{$name}": [
                    "type:drupal-profile"
                ],
                "sut/themes/contrib/{$name}": [
                    "type:drupal-theme"
                ],
                "sut/drush/contrib/{$name}": [
                    "type:drupal-drush"
                ]
            },
            "scenarios": {
                "php5": {
                    "config": {
                        "platform": {
                            "php": "5.6.38"
                        }
                    },
                    "require-dev": {
                        "webflo/drupal-core-strict": "8.6.x-dev",
                        "webflo/drupal-core-require-dev": "8.6.x-dev"
                    }
                }
            },
            "branch-alias": {
                "dev-master": "9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Drush\\": "src/",
                "Drush\\Internal\\": "src/internal-forks"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "email": "weitzman@tejasa.com"
            },
            {
                "name": "Owen Barton",
                "email": "drupal@owenbarton.com"
            },
            {
                "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": "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": "egulias/email-validator",
        "version": "2.1.9",
        "version_normalized": "2.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/128cc721d771ec2c46ce59698f4ca42b73f71b25",
            "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-06-23T10:14:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "fabpot/goutte",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfPHP/Goutte.git",
            "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
            "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0",
            "php": ">=5.5.0",
            "symfony/browser-kit": "~2.1|~3.0|~4.0",
            "symfony/css-selector": "~2.1|~3.0|~4.0",
            "symfony/dom-crawler": "~2.1|~3.0|~4.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.3 || ^4"
        },
        "time": "2018-06-29T15:13:57+00:00",
        "type": "application",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Goutte\\": "Goutte"
            },
            "exclude-from-classmap": [
                "Goutte/Tests"
            ]
        },
        "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": "grasmash/expander",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/grasmash/expander.git",
            "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
            "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^1.1.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "greg-1-anderson/composer-test-scenarios": "^1",
            "phpunit/phpunit": "^4|^5.5.4",
            "satooshi/php-coveralls": "^1.0.2|dev-master",
            "squizlabs/php_codesniffer": "^2.7"
        },
        "time": "2017-12-21T22:14:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Grasmash\\Expander\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matthew Grasmick"
            }
        ],
        "description": "Expands internal property references in PHP arrays file."
    },
    {
        "name": "grasmash/yaml-expander",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/grasmash/yaml-expander.git",
            "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
            "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^1.1.0",
            "php": ">=5.4",
            "symfony/yaml": "^2.8.11|^3|^4"
        },
        "require-dev": {
            "greg-1-anderson/composer-test-scenarios": "^1",
            "phpunit/phpunit": "^4.8|^5.5.4",
            "satooshi/php-coveralls": "^1.0.2|dev-master",
            "squizlabs/php_codesniffer": "^2.7"
        },
        "time": "2017-12-16T16:06:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Grasmash\\YamlExpander\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matthew Grasmick"
            }
        ],
        "description": "Expands internal property references in a yaml file."
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22T15:46:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-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": "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/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-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",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "html2text/html2text",
        "version": "4.0.1",
        "version_normalized": "4.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mtibben/html2text.git",
            "reference": "f55104b7c9f99b0937f0e20fe051b19f9c0ecad1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mtibben/html2text/zipball/f55104b7c9f99b0937f0e20fe051b19f9c0ecad1",
            "reference": "f55104b7c9f99b0937f0e20fe051b19f9c0ecad1",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~4"
        },
        "suggest": {
            "ext-mbstring": "For best performance",
            "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
        },
        "time": "2016-03-16T23:24:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Html2Text\\": [
                    "src/",
                    "test/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPLv2"
        ],
        "description": "Converts HTML to formatted plain text"
    },
    {
        "name": "instaclick/php-webdriver",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/instaclick/php-webdriver.git",
            "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
            "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "satooshi/php-coveralls": "^1.0||^2.0"
        },
        "time": "2017-06-30T04:02:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "WebDriver": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Justin Bishop",
                "email": "jubishop@gmail.com",
                "role": "Developer"
            },
            {
                "name": "Anthon Pang",
                "email": "apang@softwaredevelopment.ca",
                "role": "Fork Maintainer"
            }
        ],
        "description": "PHP WebDriver for Selenium 2",
        "homepage": "http://instaclick.com/",
        "keywords": [
            "browser",
            "selenium",
            "webdriver",
            "webtest"
        ]
    },
    {
        "name": "jakub-onderka/php-console-color",
        "version": "v0.2",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
            "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
            "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "jakub-onderka/php-code-style": "1.0",
            "jakub-onderka/php-parallel-lint": "1.0",
            "jakub-onderka/php-var-dump-check": "0.*",
            "phpunit/phpunit": "~4.3",
            "squizlabs/php_codesniffer": "1.*"
        },
        "time": "2018-09-29T17:23:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JakubOnderka\\PhpConsoleColor\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "jakub.onderka@gmail.com"
            }
        ]
    },
    {
        "name": "jakub-onderka/php-console-highlighter",
        "version": "v0.4",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
            "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
            "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "jakub-onderka/php-console-color": "~0.2",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "jakub-onderka/php-code-style": "~1.0",
            "jakub-onderka/php-parallel-lint": "~1.0",
            "jakub-onderka/php-var-dump-check": "~0.1",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~1.5"
        },
        "time": "2018-09-29T18:48:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "acci@acci.cz",
                "homepage": "http://www.acci.cz/"
            }
        ],
        "description": "Highlight PHP code in terminal"
    },
    {
        "name": "jcalderonzumba/gastonjs",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jcalderonzumba/gastonjs.git",
            "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jcalderonzumba/gastonjs/zipball/575a9c18d8b87990c37252e8d9707b29f0a313f3",
            "reference": "575a9c18d8b87990c37252e8d9707b29f0a313f3",
            "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": "2017-03-31T07:31:47+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": "justinrainbow/json-schema",
        "version": "5.2.8",
        "version_normalized": "5.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/justinrainbow/json-schema.git",
            "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
            "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.2.20",
            "json-schema/json-schema-test-suite": "1.2.0",
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2019-01-14T23:55:14+00:00",
        "bin": [
            "bin/validate-json"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JsonSchema\\": "src/JsonSchema/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bruno Prieto Reis",
                "email": "bruno.p.reis@gmail.com"
            },
            {
                "name": "Justin Rainbow",
                "email": "justin.rainbow@gmail.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Robert Schönthal",
                "email": "seroscho@googlemail.com"
            }
        ],
        "description": "A library to validate a json schema.",
        "homepage": "https://github.com/justinrainbow/json-schema",
        "keywords": [
            "json",
            "schema"
        ]
    },
    {
        "name": "league/container",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/container.git",
            "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/container/zipball/43f35abd03a12977a60ffd7095efd6a7808488c0",
            "reference": "43f35abd03a12977a60ffd7095efd6a7808488c0",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.4.0 || ^7.0"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.2",
            "psr/container-implementation": "^1.0"
        },
        "replace": {
            "orno/di": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2017-05-10T09:20:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev",
                "dev-1.x": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Container\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Phil Bennett",
                "email": "philipobenito@gmail.com",
                "homepage": "http://www.philipobenito.com",
                "role": "Developer"
            }
        ],
        "description": "A fast and intuitive dependency injection container.",
        "homepage": "https://github.com/thephpleague/container",
        "keywords": [
            "container",
            "dependency",
            "di",
            "injection",
            "league",
            "provider",
            "service"
        ]
    },
    {
        "name": "lsolesen/pel",
        "version": "0.9.6",
        "version_normalized": "0.9.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lsolesen/pel.git",
            "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lsolesen/pel/zipball/c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
            "reference": "c9e3919f5db3b85c3c422d4f8d448dbcb2a87a23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "ext-gd": "*",
            "phpunit/phpunit": "5.7.*",
            "satooshi/php-coveralls": "1.0.*",
            "squizlabs/php_codesniffer": "3.0.0RC3"
        },
        "time": "2017-02-03T11:58:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "lsolesen\\pel\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Lars Olesen",
                "role": "Developer",
                "email": "lars@intraface.dk",
                "homepage": "http://intraface.dk"
            },
            {
                "name": "Martin Geisler",
                "role": "Developer",
                "email": "martin@geisler.net",
                "homepage": "http://geisler.net"
            }
        ],
        "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.",
        "homepage": "http://lsolesen.github.com/pel/",
        "keywords": [
            "exif",
            "image"
        ]
    },
    {
        "name": "masterminds/html5",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Masterminds/html5-php.git",
            "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
            "reference": "c961ca6a0a81dc6b55b6859b3f9ea7f402edf9ad",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35",
            "sami/sami": "~2.0",
            "satooshi/php-coveralls": "1.0.*"
        },
        "time": "2019-03-10T11:41:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-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": "mikey179/vfsstream",
        "version": "v1.6.6",
        "version_normalized": "1.6.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bovigo/vfsStream.git",
            "reference": "095238a0711c974ae5b4ebf4c4534a23f3f6c99d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/095238a0711c974ae5b4ebf4c4534a23f3f6c99d",
            "reference": "095238a0711c974ae5b4ebf4c4534a23f3f6c99d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5"
        },
        "time": "2019-04-08T13:54:32+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": "myclabs/deep-copy",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
            "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2019-04-07T13:18:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.2.2",
        "version_normalized": "4.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
            "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5 || ^7.0"
        },
        "time": "2019-05-25T20:07:01+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-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": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "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",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "pear/archive_tar",
        "version": "1.4.7",
        "version_normalized": "1.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Archive_Tar.git",
            "reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/7e48add6f8edc3027dd98ad15964b1a28fd0c845",
            "reference": "7e48add6f8edc3027dd98ad15964b1a28fd0c845",
            "shasum": ""
        },
        "require": {
            "pear/pear-core-minimal": "^1.10.0alpha2",
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "ext-bz2": "Bz2 compression support.",
            "ext-xz": "Lzma2 compression support.",
            "ext-zlib": "Gzip compression support."
        },
        "time": "2019-04-08T13:15:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Archive_Tar": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Vincent Blavet",
                "email": "vincent@phpconcept.net"
            },
            {
                "name": "Greg Beaver",
                "email": "greg@chiaraquartet.net"
            },
            {
                "name": "Michiel Rook",
                "email": "mrook@php.net"
            }
        ],
        "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
        "homepage": "https://github.com/pear/Archive_Tar",
        "keywords": [
            "archive",
            "tar"
        ]
    },
    {
        "name": "pear/console_getopt",
        "version": "v1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/Console_Getopt.git",
            "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
            "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
            "shasum": ""
        },
        "time": "2019-02-06T16:52:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Console": "./"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "./"
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net",
                "role": "Helper"
            },
            {
                "name": "Andrei Zmievski",
                "email": "andrei@php.net",
                "role": "Lead"
            },
            {
                "name": "Stig Bakken",
                "email": "stig@php.net",
                "role": "Developer"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/Console_Getopt"
    },
    {
        "name": "pear/pear-core-minimal",
        "version": "v1.10.9",
        "version_normalized": "1.10.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/pear-core-minimal.git",
            "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
            "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
            "shasum": ""
        },
        "require": {
            "pear/console_getopt": "~1.4",
            "pear/pear_exception": "~1.0"
        },
        "replace": {
            "rsky/pear-core-min": "self.version"
        },
        "time": "2019-03-13T18:15:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "src/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Christian Weiske",
                "email": "cweiske@php.net",
                "role": "Lead"
            }
        ],
        "description": "Minimal set of PEAR core files to be used as composer dependency"
    },
    {
        "name": "pear/pear_exception",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pear/PEAR_Exception.git",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
            "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
            "shasum": ""
        },
        "require": {
            "php": ">=4.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2015-02-10T20:07:52+00:00",
        "type": "class",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PEAR": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "."
        ],
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Helgi Thormar",
                "email": "dufuz@php.net"
            },
            {
                "name": "Greg Beaver",
                "email": "cellog@php.net"
            }
        ],
        "description": "The PEAR Exception base class.",
        "homepage": "https://github.com/pear/PEAR_Exception",
        "keywords": [
            "exception"
        ]
    },
    {
        "name": "phar-io/manifest",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phar-io/manifest.git",
            "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
            "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-phar": "*",
            "phar-io/version": "^1.0.1",
            "php": "^5.6 || ^7.0"
        },
        "time": "2017-03-05T18:14:27+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": "Arne Blankerts",
                "email": "arne@blankerts.de",
                "role": "Developer"
            },
            {
                "name": "Sebastian Heuer",
                "email": "sebastian@phpeople.de",
                "role": "Developer"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "Developer"
            }
        ],
        "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
    },
    {
        "name": "phar-io/version",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phar-io/version.git",
            "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
            "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "time": "2017-03-05T17:38:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Arne Blankerts",
                "email": "arne@blankerts.de",
                "role": "Developer"
            },
            {
                "name": "Sebastian Heuer",
                "email": "sebastian@phpeople.de",
                "role": "Developer"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "Developer"
            }
        ],
        "description": "Library for handling version information and constraints"
    },
    {
        "name": "phenx/php-font-lib",
        "version": "0.5",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-font-lib.git",
            "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
            "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-02-11T10:58:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "v0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-svg-lib.git",
            "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
            "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
            "shasum": ""
        },
        "require": {
            "sabberworm/php-css-parser": "8.1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.0"
        },
        "time": "2018-06-03T10:10:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Svg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse and export to PDF SVG files.",
        "homepage": "https://github.com/PhenX/php-svg-lib"
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6"
        },
        "time": "2017-09-11T18:02:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0",
            "phpdocumentor/type-resolver": "^0.4.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "~1.0.5",
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-04-30T17:48:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "phpdocumentor/reflection-common": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "^5.2||^4.8.24"
        },
        "time": "2017-07-14T14:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ]
    },
    {
        "name": "phpspec/prophecy",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
            "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
            "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|^3.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5|^3.2",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
        },
        "time": "2019-06-13T12:50:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Prophecy\\": "src/Prophecy"
            }
        },
        "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/php-code-coverage",
        "version": "5.3.2",
        "version_normalized": "5.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
            "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlwriter": "*",
            "php": "^7.0",
            "phpunit/php-file-iterator": "^1.4.2",
            "phpunit/php-text-template": "^1.2.1",
            "phpunit/php-token-stream": "^2.0.1",
            "sebastian/code-unit-reverse-lookup": "^1.0.1",
            "sebastian/environment": "^3.0",
            "sebastian/version": "^2.0.1",
            "theseer/tokenizer": "^1.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-xdebug": "^2.5.5"
        },
        "time": "2018-04-06T15:36:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.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",
                "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": "phpunit/php-file-iterator",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2017-11-27T13:52:08+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-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/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-token-stream",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "791198a2c6254db10131eecfe8c06670700904db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
            "reference": "791198a2c6254db10131eecfe8c06670700904db",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2.4"
        },
        "time": "2017-11-27T05:48:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.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": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "6.5.14",
        "version_normalized": "6.5.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bac23fe7ff13dbdb461481f706f0e9fe746334b7",
            "reference": "bac23fe7ff13dbdb461481f706f0e9fe746334b7",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "myclabs/deep-copy": "^1.6.1",
            "phar-io/manifest": "^1.0.1",
            "phar-io/version": "^1.0",
            "php": "^7.0",
            "phpspec/prophecy": "^1.7",
            "phpunit/php-code-coverage": "^5.3",
            "phpunit/php-file-iterator": "^1.4.3",
            "phpunit/php-text-template": "^1.2.1",
            "phpunit/php-timer": "^1.0.9",
            "phpunit/phpunit-mock-objects": "^5.0.9",
            "sebastian/comparator": "^2.1",
            "sebastian/diff": "^2.0",
            "sebastian/environment": "^3.1",
            "sebastian/exporter": "^3.1",
            "sebastian/global-state": "^2.0",
            "sebastian/object-enumerator": "^3.0.3",
            "sebastian/resource-operations": "^1.0",
            "sebastian/version": "^2.0.1"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "3.0.2",
            "phpunit/dbunit": "<3.0"
        },
        "require-dev": {
            "ext-pdo": "*"
        },
        "suggest": {
            "ext-xdebug": "*",
            "phpunit/php-invoker": "^1.1"
        },
        "time": "2019-02-01T05:22:47+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5.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": "phpunit/phpunit-mock-objects",
        "version": "5.0.10",
        "version_normalized": "5.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
            "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.5",
            "php": "^7.0",
            "phpunit/php-text-template": "^1.2.1",
            "sebastian/exporter": "^3.1"
        },
        "conflict": {
            "phpunit/phpunit": "<6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5.11"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2018-08-09T05:50:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.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": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ],
        "abandoned": true
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "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": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+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": "psy/psysh",
        "version": "v0.9.9",
        "version_normalized": "0.9.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/psysh.git",
            "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
            "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
            "shasum": ""
        },
        "require": {
            "dnoegel/php-xdg-base-dir": "0.1",
            "ext-json": "*",
            "ext-tokenizer": "*",
            "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
            "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
            "php": ">=5.4.0",
            "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
            "symfony/var-dumper": "~2.7|~3.0|~4.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.2",
            "hoa/console": "~2.15|~3.16",
            "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.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": "2018-10-13T15:16:03+00:00",
        "bin": [
            "bin/psysh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Psy\\": "src/"
            }
        },
        "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": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sabberworm/php-css-parser",
        "version": "8.1.0",
        "version_normalized": "8.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
            "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
            "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2016-07-19T19:14:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sabberworm\\CSS": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Schweikert"
            }
        ],
        "description": "Parser for CSS Files written in PHP",
        "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
        "keywords": [
            "css",
            "parser",
            "stylesheet"
        ]
    },
    {
        "name": "sebastian/code-unit-reverse-lookup",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.0"
        },
        "time": "2017-03-04T06:30:41+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": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Looks up which function or method a line of code belongs to",
        "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
    },
    {
        "name": "sebastian/comparator",
        "version": "2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
            "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "sebastian/diff": "^2.0 || ^3.0",
            "sebastian/exporter": "^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2018-02-01T13:46:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.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": "https://github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
            "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2017-08-03T08:09:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-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/environment",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
            "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.1"
        },
        "time": "2017-07-01T08:51:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.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/exporter",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
            "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "sebastian/recursion-context": "^3.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-04-03T13:19:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.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/global-state",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
            "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2017-04-27T15:39:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.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/object-enumerator",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
            "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "sebastian/object-reflector": "^1.1.1",
            "sebastian/recursion-context": "^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-08-03T12:35:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.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": "Traverses array structures and object graphs to enumerate all referenced objects",
        "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
    },
    {
        "name": "sebastian/object-reflector",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
            "reference": "773f97c67f28de00d397be301821b06708fca0be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
            "reference": "773f97c67f28de00d397be301821b06708fca0be",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-03-29T09:07:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-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": "Allows reflection of object attributes, including inherited and non-public ones",
        "homepage": "https://github.com/sebastianbergmann/object-reflector/"
    },
    {
        "name": "sebastian/recursion-context",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
            "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-03-03T06:23:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.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/resource-operations",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2015-07-28T20:34:47+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": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides a list of PHP built-in functions that operate on resources",
        "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
    },
    {
        "name": "sebastian/version",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2016-10-03T07:35:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.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": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.4.2",
        "version_normalized": "3.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
            "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2019-04-10T23:49:02+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "stack/builder",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stackphp/builder.git",
            "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stackphp/builder/zipball/fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
            "reference": "fb3d136d04c6be41120ebf8c0cc71fe9507d750a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/http-foundation": "~2.1|~3.0|~4.0",
            "symfony/http-kernel": "~2.1|~3.0|~4.0"
        },
        "require-dev": {
            "silex/silex": "~1.0"
        },
        "time": "2017-11-18T14:57:29+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": "stecman/symfony-console-completion",
        "version": "0.10.1",
        "version_normalized": "0.10.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stecman/symfony-console-completion.git",
            "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/7bfa9b93e216896419f2f8de659935d7e04fecd8",
            "reference": "7bfa9b93e216896419f2f8de659935d7e04fecd8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "symfony/console": "~2.3 || ~3.0 || ~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
        },
        "time": "2019-04-29T03:20:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.10.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": "swiftmailer/swiftmailer",
        "version": "v5.4.12",
        "version_normalized": "5.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-07-31T09:26:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "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": "symfony/browser-kit",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "a29dd02a1f3f81b9a15c7730cc3226718ddb55ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a29dd02a1f3f81b9a15c7730cc3226718ddb55ca",
            "reference": "a29dd02a1f3f81b9a15c7730cc3226718ddb55ca",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/dom-crawler": "~3.4|~4.0"
        },
        "require-dev": {
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/http-client": "^4.3",
            "symfony/mime": "^4.3",
            "symfony/process": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2019-06-11T15:41:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.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": "symfony/class-loader",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "4459eef5298dedfb69f771186a580062b8516497"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/4459eef5298dedfb69f771186a580062b8516497",
            "reference": "4459eef5298dedfb69f771186a580062b8516497",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "suggest": {
            "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
        },
        "time": "2019-01-16T09:39:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/config",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "29a33f66194fbe2ed4555981810f15fd8440e4a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/29a33f66194fbe2ed4555981810f15fd8440e4a8",
            "reference": "29a33f66194fbe2ed4555981810f15fd8440e4a8",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/event-dispatcher": "~3.3|~4.0",
            "symfony/finder": "~3.3|~4.0",
            "symfony/yaml": "~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2019-05-30T15:47:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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": "symfony/console",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "c4d2f3529755ffc0be9fb823583b28d8744eeb3d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/c4d2f3529755ffc0be9fb823583b28d8744eeb3d",
            "reference": "c4d2f3529755ffc0be9fb823583b28d8744eeb3d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.3|~4.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-06-05T11:33:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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": "symfony/css-selector",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf",
            "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-01-16T09:39:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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": "symfony/debug",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "1172dc1abe44dfadd162239153818b074e6e53bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/1172dc1abe44dfadd162239153818b074e6e53bf",
            "reference": "1172dc1abe44dfadd162239153818b074e6e53bf",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "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/http-kernel": "~2.8|~3.0|~4.0"
        },
        "time": "2019-06-18T21:26:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/dependency-injection",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "76857ce235ba1866b66a1d5be34c6794c8895435"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/76857ce235ba1866b66a1d5be34c6794c8895435",
            "reference": "76857ce235ba1866b66a1d5be34c6794c8895435",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/container": "^1.0"
        },
        "conflict": {
            "symfony/config": "<3.3.7",
            "symfony/finder": "<3.3",
            "symfony/proxy-manager-bridge": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "psr/container-implementation": "1.0"
        },
        "require-dev": {
            "symfony/config": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2019-05-30T15:47:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/dom-crawler",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/adb96e63af6fb0cc721cc69861001d60d0133d0c",
            "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2019-05-30T15:47:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/event-dispatcher",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "f18fdd6cc7006441865e698420cee26bac94741f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f18fdd6cc7006441865e698420cee26bac94741f",
            "reference": "f18fdd6cc7006441865e698420cee26bac94741f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-06-25T07:45:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/filesystem",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "70adda061ef83bb7def63a17953dc41f203308a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/70adda061ef83bb7def63a17953dc41f203308a7",
            "reference": "70adda061ef83bb7def63a17953dc41f203308a7",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-06-23T09:29:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/finder",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
            "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-05-30T15:47:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/http-foundation",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "8cfbf75bb3a72963b12c513a73e9247891df24f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8cfbf75bb3a72963b12c513a73e9247891df24f8",
            "reference": "8cfbf75bb3a72963b12c513a73e9247891df24f8",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php70": "~1.6"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0|~4.0"
        },
        "time": "2019-06-22T20:10:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/http-kernel",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2",
            "reference": "abbb38dbab652ddc40a86d0c3b0e14ca52d58ed2",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0",
            "symfony/debug": "^3.3.3|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
            "symfony/var-dumper": "<3.3",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "~2.8|~3.0|~4.0",
            "symfony/class-loader": "~2.8|~3.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "^3.4.10|^4.0.10",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/process": "~2.8|~3.0|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/finder": "",
            "symfony/var-dumper": ""
        },
        "time": "2019-06-26T13:56:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/phpunit-bridge",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "521489968e58dcdb8df153436cc18349737e49e3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/521489968e58dcdb8df153436cc18349737e49e3",
            "reference": "521489968e58dcdb8df153436cc18349737e49e3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "suggest": {
            "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2019-06-26T10:03:25+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            },
            "thanks": {
                "name": "phpunit/phpunit",
                "url": "https://github.com/sebastianbergmann/phpunit"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "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 PHPUnit Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
            "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-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/polyfill-mbstring",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-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": "symfony/polyfill-php70",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "bc4858fb611bda58719124ca079baff854149c89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
            "reference": "bc4858fb611bda58719124ca079baff854149c89",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "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 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
            "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "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 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "d129c017e8602507688ef2c3007951a16c1a8407"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/d129c017e8602507688ef2c3007951a16c1a8407",
            "reference": "d129c017e8602507688ef2c3007951a16c1a8407",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-05-30T15:47:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/psr-http-message-bridge",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^3.4 || ^4.0"
        },
        "require-dev": {
            "nyholm/psr7": "^1.1",
            "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
            "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
        },
        "suggest": {
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
        },
        "time": "2019-03-11T18:22:33+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "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-17",
            "psr-7"
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
            "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "conflict": {
            "symfony/config": "<3.3.1",
            "symfony/dependency-injection": "<3.3",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "psr/log": "~1.0",
            "symfony/config": "^3.3.1|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2019-06-26T11:14:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/serializer",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "c060c0e0b97dc13b3c3fd8f981a68fa32a24371c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/c060c0e0b97dc13b3c3fd8f981a68fa32a24371c",
            "reference": "c060c0e0b97dc13b3c3fd8f981a68fa32a24371c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "phpdocumentor/type-resolver": "<0.2.1",
            "symfony/dependency-injection": "<3.2",
            "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
            "symfony/property-info": "<3.1",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/cache": "~3.1|~4.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.2|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/property-info": "^3.4.13|~4.0",
            "symfony/yaml": "~3.4|~4.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.",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/property-info": "To deserialize relations.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2019-06-14T05:50:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/translation",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "5c07632afb8cb14b422051b651213ed17bf7c249"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/5c07632afb8cb14b422051b651213ed17bf7c249",
            "reference": "5c07632afb8cb14b422051b651213ed17bf7c249",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2019-06-13T10:34:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/validator",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "d6561bff343346be8ff3e93eb5c4344985bc538b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/d6561bff343346be8ff3e93eb5c4344985bc538b",
            "reference": "d6561bff343346be8ff3e93eb5c4344985bc538b",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.3",
            "symfony/http-kernel": "<3.3.5",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "egulias/email-validator": "^1.2.8|~2.0",
            "symfony/cache": "~3.1|~4.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3.5|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "symfony/yaml": "~3.4|~4.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",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "",
            "symfony/expression-language": "For using the Expression validator",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For accessing properties within comparison constraints",
            "symfony/yaml": ""
        },
        "time": "2019-06-20T06:43:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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/var-dumper",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/45d6ef73671995aca565a1aa3d9a432a3ea63f91",
            "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.5"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "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-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2019-06-17T17:37:00+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-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/yaml",
        "version": "v3.4.29",
        "version_normalized": "3.4.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
            "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-03-25T07:48:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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": "theseer/tokenizer",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/theseer/tokenizer.git",
            "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
            "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": "^7.0"
        },
        "time": "2019-06-13T22:48:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Arne Blankerts",
                "email": "arne@blankerts.de",
                "role": "Developer"
            }
        ],
        "description": "A small library for converting tokenized PHP source code into XML and potentially other formats"
    },
    {
        "name": "twig/twig",
        "version": "v1.42.2",
        "version_normalized": "1.42.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "21707d6ebd05476854805e4f91b836531941bcd4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/21707d6ebd05476854805e4f91b836531941bcd4",
            "reference": "21707d6ebd05476854805e4f91b836531941bcd4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
        },
        "time": "2019-06-18T15:35:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.42-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": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "typo3/phar-stream-wrapper",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
            "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/057622f5a3b92a5ffbea0fbaadce573500a62870",
            "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870",
            "shasum": ""
        },
        "require": {
            "brumann/polyfill-unserialize": "^1.0",
            "ext-json": "*",
            "php": "^5.3.3|^7.0"
        },
        "require-dev": {
            "ext-xdebug": "*",
            "phpunit/phpunit": "^4.8.36"
        },
        "suggest": {
            "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
        },
        "time": "2019-05-14T13:14:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TYPO3\\PharStreamWrapper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Interceptors for PHP's native phar:// stream handling",
        "homepage": "https://typo3.org/",
        "keywords": [
            "phar",
            "php",
            "security",
            "stream-wrapper"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-ctype": "^1.9"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.0"
        },
        "time": "2019-01-29T11:11:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "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": "webflo/drupal-core-require-dev",
        "version": "8.7.4",
        "version_normalized": "8.7.4.0",
        "require": {
            "behat/mink": "1.7.x-dev",
            "behat/mink-goutte-driver": "^1.2",
            "behat/mink-selenium2-driver": "1.3.x-dev",
            "drupal/coder": "^8.3.1",
            "drupal/core": "8.7.4",
            "jcalderonzumba/gastonjs": "^1.0.2",
            "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
            "justinrainbow/json-schema": "^5.2",
            "mikey179/vfsstream": "^1.2",
            "phpspec/prophecy": "^1.7",
            "phpunit/phpunit": "^4.8.35 || ^6.5",
            "symfony/css-selector": "^3.4.0",
            "symfony/debug": "^3.4.0",
            "symfony/phpunit-bridge": "^3.4.3"
        },
        "time": "2019-07-04T08:01:42+00:00",
        "type": "metapackage",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "description": "require-dev dependencies from drupal/core"
    },
    {
        "name": "webflo/drupal-finder",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webflo/drupal-finder.git",
            "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/8a7886c575d6eaa67a425dceccc84e735c0b9637",
            "reference": "8a7886c575d6eaa67a425dceccc84e735c0b9637",
            "shasum": ""
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-10-24T08:12:11+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": "webmozart/assert",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2018-12-25T11:19:39+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": "zaporylie/composer-drupal-optimizations",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zaporylie/composer-drupal-optimizations.git",
            "reference": "173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zaporylie/composer-drupal-optimizations/zipball/173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8",
            "reference": "173c198fd7c9aefa5e5b68cd755ee63eb0abf7e8",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1"
        },
        "require-dev": {
            "composer/composer": "^1.6",
            "phpunit/phpunit": "^6"
        },
        "time": "2019-02-20T10:00:17+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "zaporylie\\ComposerDrupalOptimizations\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "zaporylie\\ComposerDrupalOptimizations\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Jakub Piasecki",
                "email": "jakub@piaseccy.pl"
            }
        ],
        "description": "Composer plugin to improve composer performance for Drupal projects"
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.8.6",
        "version_normalized": "1.8.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
            "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": "*",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2018-09-05T19:29:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev",
                "dev-develop": "1.9.x-dev",
                "dev-release-2.0": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions/create_uploaded_file.php",
                "src/functions/marshal_headers_from_sapi.php",
                "src/functions/marshal_method_from_sapi.php",
                "src/functions/marshal_protocol_version_from_sapi.php",
                "src/functions/marshal_uri_from_sapi.php",
                "src/functions/normalize_server.php",
                "src/functions/normalize_uploaded_files.php",
                "src/functions/parse_cookie_header.php"
            ],
            "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": "zendframework/zend-escaper",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
            "reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-04-25T15:48:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
        "keywords": [
            "ZendFramework",
            "escaper",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-feed",
        "version": "2.12.0",
        "version_normalized": "2.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-feed.git",
            "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733",
            "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5.2",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "psr/http-message": "^1.0.1",
            "zendframework/zend-cache": "^2.7.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-db": "^2.8.2",
            "zendframework/zend-http": "^2.7",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "psr/http-message": "PSR-7 ^1.0.1, 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 when using the Writer subcomponent"
        },
        "time": "2019-03-05T20:08:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12.x-dev",
                "dev-develop": "2.13.x-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",
        "keywords": [
            "ZendFramework",
            "feed",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-08-28T21:34:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SPL extensions, array utilities, error handlers, and more",
        "keywords": [
            "ZendFramework",
            "stdlib",
            "zf"
        ]
    }
]
