[
    {
        "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": "source",
        "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": "cweagans/composer-patches",
        "version": "1.6.5",
        "version_normalized": "1.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cweagans/composer-patches.git",
            "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
            "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "composer/composer": "~1.0",
            "phpunit/phpunit": "~4.6"
        },
        "time": "2018-05-11T18:00:16+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "cweagans\\Composer\\Patches"
        },
        "installation-source": "source",
        "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": "symfony/polyfill-ctype",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "source",
        "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": "paragonie/random_compat",
        "version": "v2.0.17",
        "version_normalized": "2.0.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
            "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-04T16:31:37+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "source",
        "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-mbstring",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-09-21T13:07:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "source",
        "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/http-foundation",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
            "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38",
            "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": "2018-11-26T10:17:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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/event-dispatcher",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "d365fc4416ec4980825873962ea5d1b1bca46f1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d365fc4416ec4980825873962ea5d1b1bca46f1a",
            "reference": "d365fc4416ec4980825873962ea5d1b1bca46f1a",
            "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": "2018-11-26T10:17:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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": "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": "source",
        "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": "symfony/debug",
        "version": "v4.2.0",
        "version_normalized": "4.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
            "reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": "<3.4"
        },
        "require-dev": {
            "symfony/http-kernel": "~3.4|~4.0"
        },
        "time": "2018-11-28T18:24:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "source",
        "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/http-kernel",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "78528325d90e5ad54a6e9eca750fe176932bc4fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/78528325d90e5ad54a6e9eca750fe176932bc4fa",
            "reference": "78528325d90e5ad54a6e9eca750fe176932bc4fa",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0",
            "symfony/debug": "~2.8|~3.0|~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": "2018-11-26T14:04:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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": "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": "source",
        "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": "bower-asset/jquery",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jquery/jquery-dist.git",
            "reference": "9e8ec3d10fad04748176144f108d7355662ae75e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/9e8ec3d10fad04748176144f108d7355662ae75e",
            "reference": "9e8ec3d10fad04748176144f108d7355662ae75e",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "~0.1@dev",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-01-03T10:49:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "commerceguys/addressing",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/commerceguys/addressing.git",
            "reference": "f23ce2596ccfb47bcdaa9d14fbf9b4f699dc3d4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/commerceguys/addressing/zipball/f23ce2596ccfb47bcdaa9d14fbf9b4f699dc3d4b",
            "reference": "f23ce2596ccfb47bcdaa9d14fbf9b4f699dc3d4b",
            "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": "2018-10-21T23:38:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "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/semver",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/semver.git",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
            "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5",
            "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
        },
        "time": "2016-08-30T16:08:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "source",
        "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": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
            "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2016-10-29T11:16:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
            "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-12-06T07:11:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "source",
        "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/common",
        "version": "v2.7.2",
        "version_normalized": "2.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "930297026c8009a567ac051fd545bf6124150347"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
            "reference": "930297026c8009a567ac051fd545bf6124150347",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": "~5.6|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4.6"
        },
        "time": "2017-01-13T14:02:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "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": "source",
        "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"
        ]
    },
    {
        "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": "source",
        "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.10.3",
        "version_normalized": "2.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-feed.git",
            "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/6641f4cf3f4586c63f83fd70b6d19966025c8888",
            "reference": "6641f4cf3f4586c63f83fd70b6d19966025c8888",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5.2",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.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": "2018-08-01T13:53:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "2.11.x-dev"
            }
        },
        "installation-source": "source",
        "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": "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": "source",
        "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": "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": "source",
        "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": "twig/twig",
        "version": "v1.35.4",
        "version_normalized": "1.35.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
            "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2018-07-13T07:12:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.35-dev"
            }
        },
        "installation-source": "source",
        "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": "symfony/yaml",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "291e13d808bec481eab83f301f7bff3e699ef603"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603",
            "reference": "291e13d808bec481eab83f301f7bff3e699ef603",
            "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": "2018-11-11T19:48:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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": "symfony/translation",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "bdbe940ed3ef4179f86032086c32d3a858becc0f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/bdbe940ed3ef4179f86032086c32d3a858becc0f",
            "reference": "bdbe940ed3ef4179f86032086c32d3a858becc0f",
            "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/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-11-26T10:17:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "05a6285201cbfd7c564d095de5ad76a589ad9adb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/05a6285201cbfd7c564d095de5ad76a589ad9adb",
            "reference": "05a6285201cbfd7c564d095de5ad76a589ad9adb",
            "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": "2018-11-20T16:01:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Validator Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/serializer",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "3808566ba899afe9aa66c3d5d726c22230d5037d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/3808566ba899afe9aa66c3d5d726c22230d5037d",
            "reference": "3808566ba899afe9aa66c3d5d726c22230d5037d",
            "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.1|~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": "To use 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": "2018-11-11T19:48:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Serializer Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/routing",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "86eb1a581279b5e40ca280a4f63a15e37d51d16c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/86eb1a581279b5e40ca280a4f63a15e37d51d16c",
            "reference": "86eb1a581279b5e40ca280a4f63a15e37d51d16c",
            "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/dependency-injection": "For loading routes from a service",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2018-11-26T08:40:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/psr-http-message-bridge",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196",
            "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.4 || 4.0"
        },
        "suggest": {
            "psr/http-factory-implementation": "To use the PSR-17 factory",
            "psr/http-message-implementation": "To use the HttpFoundation factory",
            "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
        },
        "time": "2018-08-30T16:28:28+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
        "keywords": [
            "http",
            "http-message",
            "psr-7"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2",
            "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-11-20T16:10:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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/polyfill-iconv",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "97001cfc283484c9691769f51cdf25259037eba2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
            "reference": "97001cfc283484c9691769f51cdf25259037eba2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "source",
        "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": "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": "source",
        "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": "symfony/dependency-injection",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "622b330ced1bdf29d240bd1c364c038f647eb0f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/622b330ced1bdf29d240bd1c364c038f647eb0f5",
            "reference": "622b330ced1bdf29d240bd1c364c038f647eb0f5",
            "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": "2018-11-20T16:14:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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/console",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
            "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
            "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"
        },
        "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-implementation": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2018-11-26T12:48:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "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/class-loader",
        "version": "v3.4.19",
        "version_normalized": "3.4.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "420458095cf60025eb0841276717e0da7f75e50e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/420458095cf60025eb0841276717e0da7f75e50e",
            "reference": "420458095cf60025eb0841276717e0da7f75e50e",
            "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": "2018-11-11T19:48:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ClassLoader\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ClassLoader Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony-cmf/routing",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony-cmf/routing.git",
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
            "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.9|^7.0",
            "psr/log": "1.*",
            "symfony/http-kernel": "^2.2|3.*",
            "symfony/routing": "^2.2|3.*"
        },
        "require-dev": {
            "friendsofsymfony/jsrouting-bundle": "^1.1",
            "symfony-cmf/testing": "^1.3",
            "symfony/config": "^2.2|3.*",
            "symfony/dependency-injection": "^2.0.5|3.*",
            "symfony/event-dispatcher": "^2.1|3.*"
        },
        "suggest": {
            "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
        },
        "time": "2017-05-09T08:10:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Symfony\\Cmf\\Component\\Routing\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony CMF Community",
                "homepage": "https://github.com/symfony-cmf/Routing/contributors"
            }
        ],
        "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers",
        "homepage": "http://cmf.symfony.com",
        "keywords": [
            "database",
            "routing"
        ]
    },
    {
        "name": "stack/builder",
        "version": "v1.0.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": "source",
        "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": "masterminds/html5",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Masterminds/html5-php.git",
            "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
            "reference": "cadcfaaa13153e0e8eb92c49a53e140cf1a85dea",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "sami/sami": "~2.0",
            "satooshi/php-coveralls": "1.0.*"
        },
        "time": "2018-11-17T20:24:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "source",
        "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": "ralouphie/getallheaders",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2016-02-11T07:05:27+00:00",
        "type": "library",
        "installation-source": "source",
        "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": "guzzlehttp/psr7",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "9f83dded91781a01c63574e387eaa769be769115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
            "reference": "9f83dded91781a01c63574e387eaa769be769115",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "time": "2018-12-04T20:46:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "source",
        "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": "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": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.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": "source",
        "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": "egulias/email-validator",
        "version": "1.2.15",
        "version_normalized": "1.2.15.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/758a77525bdaabd6c0f5669176bd4361cb2dda9e",
            "reference": "758a77525bdaabd6c0f5669176bd4361cb2dda9e",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.24"
        },
        "time": "2018-09-25T20:59:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Egulias\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "easyrdf/easyrdf",
        "version": "0.9.1",
        "version_normalized": "0.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/njh/easyrdf.git",
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/njh/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
            "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-pcre": "*",
            "php": ">=5.2.8"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.5",
            "sami/sami": "~1.4",
            "squizlabs/php_codesniffer": "~1.4.3"
        },
        "suggest": {
            "ml/json-ld": "~1.0"
        },
        "time": "2015-02-27T09:45:49+00:00",
        "type": "library",
        "installation-source": "source",
        "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": "drupal/core",
        "version": "8.6.3",
        "version_normalized": "8.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal/core.git",
            "reference": "9e9a1dd9e280ebaf10622217e54448b529167965"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal/core/zipball/9e9a1dd9e280ebaf10622217e54448b529167965",
            "reference": "9e9a1dd9e280ebaf10622217e54448b529167965",
            "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": "^1.2",
            "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",
            "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.0",
            "symfony/event-dispatcher": "~3.4.0",
            "symfony/http-foundation": "~3.4.14",
            "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.35.0",
            "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/datetime": "self.version",
            "drupal/datetime_range": "self.version",
            "drupal/dblog": "self.version",
            "drupal/dynamic_page_cache": "self.version",
            "drupal/editor": "self.version",
            "drupal/entity_reference": "self.version",
            "drupal/field": "self.version",
            "drupal/field_layout": "self.version",
            "drupal/field_ui": "self.version",
            "drupal/file": "self.version",
            "drupal/filter": "self.version",
            "drupal/forum": "self.version",
            "drupal/hal": "self.version",
            "drupal/help": "self.version",
            "drupal/history": "self.version",
            "drupal/image": "self.version",
            "drupal/inline_form_errors": "self.version",
            "drupal/language": "self.version",
            "drupal/layout_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.2.12",
            "jcalderonzumba/gastonjs": "^1.0.2",
            "jcalderonzumba/mink-phantomjs-driver": "^0.3.1",
            "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": "2018-11-07T14:45:40+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"
                ],
                "recurse": false,
                "replace": false,
                "merge-extra": false
            },
            "patches_applied": {
                "Color module html preview optional": "https://www.drupal.org/files/issues/color-optional-html-preview-2844190-2.patch",
                "Restrict images to this site blocks image style derivatives": "https://www.drupal.org/files/issues/2018-10-26/2528214-47.patch",
                "Fix SQL error when importing translations": "https://www.drupal.org/files/issues/2018-10-01/2599228-SQL_error_on_content_creation-78_0.patch",
                "Optimize getCommentedEntity()": "https://www.drupal.org/files/issues/get-commented-entity-2580551.52.patch"
            }
        },
        "installation-source": "source",
        "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/link_css",
        "version": "dev-1.x",
        "version_normalized": "dev-1.x",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/link_css",
            "reference": "2e53337457471db70629dd75a888ddee08583280"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "time": "2016-11-08T03:19:30+00:00",
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.x-dev",
                "datestamp": "1478575440",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Dev releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "gigabates",
                "homepage": "https://www.drupal.org/user/1257024"
            },
            {
                "name": "jorgegc",
                "homepage": "https://www.drupal.org/user/834154"
            }
        ],
        "description": "Include CSS files using <link> element instead of @import.",
        "homepage": "https://www.drupal.org/project/link_css",
        "support": {
            "source": "http://cgit.drupalcode.org/link_css"
        }
    },
    {
        "name": "drupal/mailsystem",
        "version": "4.1.0",
        "version_normalized": "4.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/mailsystem",
            "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": "source",
        "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": "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": "http://cgit.drupalcode.org/mailsystem"
        }
    },
    {
        "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": "source",
        "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": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19T14:08:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "clue/stream-filter",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
            "reference": "d80fdee9b3a7e0d16fc330a22f41f3ad0eeb09d0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8"
        },
        "time": "2017-08-18T09:54:01+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A simple and modern approach to stream filtering in PHP",
        "homepage": "https://github.com/clue/php-stream-filter",
        "keywords": [
            "bucket brigade",
            "callback",
            "filter",
            "php_user_filter",
            "stream",
            "stream_filter_append",
            "stream_filter_register"
        ]
    },
    {
        "name": "php-http/message",
        "version": "1.7.2",
        "version_normalized": "1.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/b159ffe570dffd335e22ef0b91a946eacb182fa1",
            "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.4",
            "php": "^5.4 || ^7.0",
            "php-http/message-factory": "^1.0.2",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "php-http/message-factory-implementation": "1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^1.0",
            "coduo/phpspec-data-provider-extension": "^1.0",
            "ext-zlib": "*",
            "guzzlehttp/psr7": "^1.0",
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4",
            "slim/slim": "^3.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "ext-zlib": "Used with compressor/decompressor streams",
            "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
            "slim/slim": "Used with Slim Framework PSR-7 implementation",
            "zendframework/zend-diactoros": "Used with Diactoros Factories"
        },
        "time": "2018-11-01T09:32:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            },
            "files": [
                "src/filters.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTP Message related tools",
        "homepage": "http://php-http.org",
        "keywords": [
            "http",
            "message",
            "psr-7"
        ]
    },
    {
        "name": "php-http/promise",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/promise.git",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
            "shasum": ""
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-01-26T13:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Promise\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Joel Wurtz",
                "email": "joel.wurtz@gmail.com"
            }
        ],
        "description": "Promise used for asynchronous HTTP requests",
        "homepage": "http://httplug.io",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "php-http/httplug",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/httplug.git",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "php-http/promise": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-08-31T08:30:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTPlug, the HTTP client abstraction for PHP",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "http"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
            "reference": "9a6cb24de552bfe1aa9d7d1569e2d49c5b169a33",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^2.0.2",
            "php-http/httplug": "^1.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^2.4",
            "puli/composer-plugin": "1.0.0-beta10"
        },
        "suggest": {
            "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
            "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
        },
        "time": "2018-02-06T10:55:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Discovery\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
        "homepage": "http://php-http.org",
        "keywords": [
            "adapter",
            "client",
            "discovery",
            "factory",
            "http",
            "message",
            "psr7"
        ]
    },
    {
        "name": "php-http/curl-client",
        "version": "v1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/curl-client.git",
            "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/curl-client/zipball/6341a93d00e5d953fc868a3928b5167e6513f2b6",
            "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.5 || ^7.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message": "^1.2",
            "php-http/message-factory": "^1.0.2"
        },
        "provide": {
            "php-http/async-client-implementation": "1.0",
            "php-http/client-implementation": "1.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.0",
            "php-http/client-integration-tests": "^0.6",
            "phpunit/phpunit": "^4.8.27",
            "zendframework/zend-diactoros": "^1.0"
        },
        "time": "2018-03-26T19:21:48+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Curl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Михаил Красильников",
                "email": "m.krasilnikov@yandex.ru"
            }
        ],
        "description": "cURL client for PHP-HTTP",
        "homepage": "http://php-http.org",
        "keywords": [
            "curl",
            "http"
        ]
    },
    {
        "name": "oomphinc/composer-installers-extender",
        "version": "v1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oomphinc/composer-installers-extender.git",
            "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56",
            "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "composer/installers": "^1.0"
        },
        "time": "2017-03-31T16:57:39+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "OomphInc\\ComposerInstallersExtender\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stephen Beemsterboer",
                "email": "stephen@oomphinc.com",
                "homepage": "https://github.com/balbuf"
            }
        ],
        "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
        "homepage": "http://www.oomphinc.com/"
    },
    {
        "name": "npm-asset/jquery",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
            "reference": null,
            "shasum": null
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/fortawesome--fontawesome-free-webfonts",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/@fortawesome/fontawesome-free-webfonts/-/fontawesome-free-webfonts-1.0.9.tgz",
            "reference": null,
            "shasum": null
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "(OFL-1.1 AND MIT)"
        ]
    },
    {
        "name": "npm-asset/shariff",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/shariff/-/shariff-3.0.1.tgz",
            "reference": null,
            "shasum": null
        },
        "require": {
            "npm-asset/fortawesome--fontawesome-free-webfonts": ">=1.0.3,<2.0.0",
            "npm-asset/jquery": ">=3.2.1,<4.0.0"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/photoswipe",
        "version": "4.1.2",
        "version_normalized": "4.1.2.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/photoswipe/-/photoswipe-4.1.2.tgz",
            "reference": null,
            "shasum": null
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/jquery.caret",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/jquery.caret/-/jquery.caret-0.3.1.tgz",
            "reference": null,
            "shasum": null
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/diff",
        "version": "3.5.0",
        "version_normalized": "3.5.0.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
            "reference": null,
            "shasum": null
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "BSD-3-Clause"
        ]
    },
    {
        "name": "league/csv",
        "version": "8.2.3",
        "version_normalized": "8.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "d2aab1e7bde802582c3879acf03d92716577c76d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d",
            "reference": "d2aab1e7bde802582c3879acf03d92716577c76d",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2018-02-06T08:27:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.2-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    },
    {
        "name": "happyr/linkedin-api-client",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Happyr/LinkedIn-API-client.git",
            "reference": "792745ae1d53847bcecfe485d695f6888f03453a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Happyr/LinkedIn-API-client/zipball/792745ae1d53847bcecfe485d695f6888f03453a",
            "reference": "792745ae1d53847bcecfe485d695f6888f03453a",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "php-http/client-implementation": "^1.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0",
            "php-http/message-factory": "^1.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.2",
            "illuminate/support": "^5.0",
            "mockery/mockery": "^0.9",
            "php-http/guzzle5-adapter": "^1.0",
            "phpunit/phpunit": "^4.5"
        },
        "time": "2016-08-15T10:35:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Happyr\\LinkedIn\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias@happyr.com"
            }
        ],
        "description": "LinkedIn API client. Handles OAuth, CSRF protection. Easy to implement and extend. This is a standalone library for any composer project.",
        "homepage": "http://developer.happyr.com/libraries/linkedin-php-client",
        "keywords": [
            "api",
            "client",
            "linkedin",
            "oauth",
            "sdk"
        ]
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.12",
        "version_normalized": "2.0.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8814dc7841db159daed0b32c2b08fb7e03c6afe7",
            "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
            "sami/sami": "~2.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2018-11-04T05:45:48+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.24.0",
        "version_normalized": "1.24.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2018-11-05T09:00:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "firebase/php-jwt",
        "version": "v5.0.0",
        "version_normalized": "5.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
            "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": " 4.8.35"
        },
        "time": "2017-06-27T22:17:23+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Firebase\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Neuman Vong",
                "email": "neuman+pear@twilio.com",
                "role": "Developer"
            },
            {
                "name": "Anant Narayanan",
                "email": "anant@php.net",
                "role": "Developer"
            }
        ],
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
        "homepage": "https://github.com/firebase/php-jwt"
    },
    {
        "name": "google/auth",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-auth-library-php.git",
            "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/196237248e636a3554a7d9e4dfddeb97f450ab5c",
            "reference": "196237248e636a3554a7d9e4dfddeb97f450ab5c",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
            "guzzlehttp/guzzle": "~5.3.1|~6.0",
            "guzzlehttp/psr7": "^1.2",
            "php": ">=5.4",
            "psr/cache": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.11",
            "guzzlehttp/promises": "0.1.1|^1.3",
            "phpunit/phpunit": "^4.8.36|^5.7",
            "sebastian/comparator": ">=1.2.3"
        },
        "time": "2018-09-17T20:29:21+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Google\\Auth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Auth Library for PHP",
        "homepage": "http://github.com/google/google-auth-library-php",
        "keywords": [
            "Authentication",
            "google",
            "oauth2"
        ]
    },
    {
        "name": "google/apiclient-services",
        "version": "v0.76",
        "version_normalized": "0.76.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client-services.git",
            "reference": "50c4a818ad269839ad2c20f03828cd6f346ec887"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/50c4a818ad269839ad2c20f03828cd6f346ec887",
            "reference": "50c4a818ad269839ad2c20f03828cd6f346ec887",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2018-12-01T00:23:06+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Google_Service_": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google/apiclient",
        "version": "v2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client.git",
            "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4e0fd83510e579043e10e565528b323b7c2b3c81",
            "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
            "google/apiclient-services": "~0.13",
            "google/auth": "^1.0",
            "guzzlehttp/guzzle": "~5.3.1|~6.0",
            "guzzlehttp/psr7": "^1.2",
            "monolog/monolog": "^1.17",
            "php": ">=5.4",
            "phpseclib/phpseclib": "~0.3.10|~2.0"
        },
        "require-dev": {
            "cache/filesystem-adapter": "^0.3.2",
            "phpunit/phpunit": "~4.8.36",
            "squizlabs/php_codesniffer": "~2.3",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1"
        },
        "suggest": {
            "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
        },
        "time": "2018-06-20T15:52:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Google_": "src/"
            },
            "classmap": [
                "src/Google/Service/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "facebook/graph-sdk",
        "version": "5.6.3",
        "version_normalized": "5.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/facebook/php-graph-sdk.git",
            "reference": "90e92bd1816fe718e55184ab85910dfcf488432c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/90e92bd1816fe718e55184ab85910dfcf488432c",
            "reference": "90e92bd1816fe718e55184ab85910dfcf488432c",
            "shasum": ""
        },
        "require": {
            "php": "^5.4|^7.0"
        },
        "require-dev": {
            "guzzlehttp/guzzle": "~5.0",
            "mockery/mockery": "~0.8",
            "phpunit/phpunit": "~4.0"
        },
        "suggest": {
            "guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
            "paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
        },
        "time": "2018-07-03T02:25:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Facebook\\": "src/Facebook/"
            },
            "files": [
                "src/Facebook/polyfills.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Facebook Platform"
        ],
        "authors": [
            {
                "name": "Facebook",
                "homepage": "https://github.com/facebook/php-graph-sdk/contributors"
            }
        ],
        "description": "Facebook SDK for PHP",
        "homepage": "https://github.com/facebook/php-graph-sdk",
        "keywords": [
            "facebook",
            "sdk"
        ]
    },
    {
        "name": "embed/embed",
        "version": "v2.7.8",
        "version_normalized": "2.7.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oscarotero/Embed.git",
            "reference": "d7f4e2f38b8d809395116651140ad737918e1734"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oscarotero/Embed/zipball/d7f4e2f38b8d809395116651140ad737918e1734",
            "reference": "d7f4e2f38b8d809395116651140ad737918e1734",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-mbstring": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.12",
            "guzzlehttp/guzzle": "5.x",
            "phpunit/phpunit": "*"
        },
        "suggest": {
            "guzzlehttp/guzzle@5.x": "To use Guzzle5 request resolver"
        },
        "time": "2018-05-22T20:22:20+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Embed\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oscar Otero",
                "email": "oom@oscarotero.com",
                "homepage": "http://oscarotero.com",
                "role": "Developer"
            }
        ],
        "description": "PHP library to retrieve page info using oembed, opengraph, etc",
        "homepage": "https://github.com/oscarotero/Embed",
        "keywords": [
            "embed",
            "embedly",
            "oembed",
            "opengraph",
            "twitter cards"
        ]
    },
    {
        "name": "drupal/votingapi",
        "version": "3.0.0-beta1",
        "version_normalized": "3.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/votingapi",
            "reference": "8.x-3.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/votingapi-8.x-3.0-beta1.zip",
            "reference": "8.x-3.0-beta1",
            "shasum": "db3672346a25d6107d27a27f40abc03a38e3637f"
        },
        "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": "1540711680",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "eaton",
                "homepage": "https://www.drupal.org/user/16496"
            },
            {
                "name": "pedrorocha",
                "homepage": "https://www.drupal.org/user/218937"
            },
            {
                "name": "pifagor",
                "homepage": "https://www.drupal.org/user/2375692"
            },
            {
                "name": "torotil",
                "homepage": "https://www.drupal.org/user/865256"
            }
        ],
        "description": "Voting API",
        "homepage": "http://drupal.org/project/votingapi",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/votingapi",
            "issues": "http://drupal.org/project/issues/votingapi"
        }
    },
    {
        "name": "drupal/views_infinite_scroll",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/views_infinite_scroll",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "fa19d65a9f6421fe64463b8b64169c6f13d423c3"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1503109444",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "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": "http://cgit.drupalcode.org/views_infinite_scroll"
        }
    },
    {
        "name": "drupal/embed",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/embed",
            "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": "source",
        "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": "http://cgit.drupalcode.org/embed",
            "issues": "https://www.drupal.org/project/issues/embed",
            "irc": "irc://irc.freenode.org/drupal-media"
        }
    },
    {
        "name": "drupal/url_embed",
        "version": "1.0.0-alpha1",
        "version_normalized": "1.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/url_embed",
            "reference": "8.x-1.0-alpha1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/url_embed-8.x-1.0-alpha1.zip",
            "reference": "8.x-1.0-alpha1",
            "shasum": "01a6b3ae79f315318d2b2ff7a37c76db95d3af0b"
        },
        "require": {
            "drupal/core": "*",
            "drupal/embed": "*",
            "embed/embed": "~2.2"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha1",
                "datestamp": "1483115583",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Alpha releases are not covered by Drupal security advisories."
                }
            },
            "patches_applied": {
                "WSOD if wrong url or network unavailable": "https://www.drupal.org/files/issues/url_embed_WSOD_convert_url_to_embed-2871744-5.patch",
                "Improve performance for embeds": "https://www.drupal.org/files/issues/2018-03-16/url_embed-caching-layer-2867668-17.patch",
                "Translate dialog title": "https://www.drupal.org/files/issues/2018-03-16/url_embed_translate_dialog_title-2953591-2.patch"
            }
        },
        "installation-source": "source",
        "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": "Allows embedding of URLs using the Drupal 8 WYSIWYG or link fields.",
        "homepage": "https://www.drupal.org/project/url_embed",
        "support": {
            "source": "http://cgit.drupalcode.org/url_embed",
            "issues": "https://www.drupal.org/project/issues/url_embed",
            "irc": "irc://irc.freenode.org/drupal-media"
        }
    },
    {
        "name": "drupal/token",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/token",
            "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": "source",
        "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": "http://cgit.drupalcode.org/token"
        }
    },
    {
        "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": "source",
        "autoload": {
            "psr-4": {
                "Html2Text\\": [
                    "src/",
                    "test/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPLv2"
        ],
        "description": "Converts HTML to formatted plain text"
    },
    {
        "name": "drupal/swiftmailer",
        "version": "1.0.0-beta2",
        "version_normalized": "1.0.0.0-beta2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/swiftmailer",
            "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."
                }
            },
            "patches_applied": {
                "Fix missing filter_format after update to beta2": "https://www.drupal.org/files/issues/2018-03-26/2948607-fix-filter-format-1.patch"
            }
        },
        "installation-source": "source",
        "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": "http://cgit.drupalcode.org/swiftmailer"
        }
    },
    {
        "name": "drupal/social_api",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/social_api",
            "reference": "8.x-1.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/social_api-8.x-1.1.zip",
            "reference": "8.x-1.1",
            "shasum": "bbbefa42a4e0c2c90fe47075203facc2e9cf97c9"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.1",
                "datestamp": "1501779544",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Getulio Sánchez (gvso)",
                "homepage": "https://www.drupal.org/u/gvso",
                "role": "Maintainer"
            },
            {
                "name": "denutkarsh",
                "homepage": "https://www.drupal.org/user/3510098"
            },
            {
                "name": "e0ipso",
                "homepage": "https://www.drupal.org/user/550110"
            },
            {
                "name": "gvso",
                "homepage": "https://www.drupal.org/user/3101285"
            },
            {
                "name": "himanshu-dixit",
                "homepage": "https://www.drupal.org/user/3513954"
            }
        ],
        "description": "Harmonizes social networking services in Drupal",
        "homepage": "https://www.drupal.org/project/social_api",
        "support": {
            "source": "http://cgit.drupalcode.org/social_api",
            "issues": "https://www.drupal.org/project/issues/social_api"
        }
    },
    {
        "name": "drupal/social_auth",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/social_auth",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/social_auth-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "7e71c07a2d6ccaefd313d654de121126a9bea730"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/social_api": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1501779244",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "denutkarsh",
                "homepage": "https://www.drupal.org/user/3510098"
            },
            {
                "name": "e0ipso",
                "homepage": "https://www.drupal.org/user/550110"
            },
            {
                "name": "gvso",
                "homepage": "https://www.drupal.org/user/3101285"
            },
            {
                "name": "himanshu-dixit",
                "homepage": "https://www.drupal.org/user/3513954"
            }
        ],
        "description": "Allows login using different social networking services",
        "homepage": "https://www.drupal.org/project/social_auth",
        "support": {
            "source": "http://cgit.drupalcode.org/social_auth"
        }
    },
    {
        "name": "drupal/shariff",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/shariff",
            "reference": "8.x-1.3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/shariff-8.x-1.3.zip",
            "reference": "8.x-1.3",
            "shasum": "b4918fc5e3126d45f8be6a81427defce148e5002"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.3",
                "datestamp": "1513345214",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "patches_applied": {
                "Allow shariff to use composer": "https://www.drupal.org/files/issues/2018-09-17/shariff-libraries_path_with_composer-2987789-5.patch"
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Grienauer",
                "homepage": "https://www.drupal.org/user/80801"
            },
            {
                "name": "Nebel54",
                "homepage": "https://www.drupal.org/user/1781874"
            },
            {
                "name": "criz",
                "homepage": "https://www.drupal.org/user/71764"
            },
            {
                "name": "sboehlke",
                "homepage": "https://www.drupal.org/user/2018454"
            }
        ],
        "description": "Integrating Shariff library and providing some options.",
        "homepage": "https://www.drupal.org/project/shariff",
        "keywords": [
            "Drupal",
            "Shariff"
        ],
        "support": {
            "source": "https://drupal.org/project/shariff",
            "issues": "https://drupal.org/project/issues/shariff"
        }
    },
    {
        "name": "drupal/search_api",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/search_api",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "c590bfb9752f39087e66ea9ff6c98ad103508f0b"
        },
        "require": {
            "drupal/core": "^8.4"
        },
        "require-dev": {
            "drupal/search_api_autocomplete": "@dev",
            "drupal/search_api_db": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1519387684",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "drush": {
                "services": {
                    "drush.services.yml": "^9"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Thomas Seidl",
                "homepage": "https://www.drupal.org/u/drunken-monkey"
            },
            {
                "name": "Nick Veenhof",
                "homepage": "https://www.drupal.org/u/nick_vh"
            },
            {
                "name": "See other contributors",
                "homepage": "https://www.drupal.org/node/790418/committers"
            }
        ],
        "description": "Provides a generic framework for modules offering search capabilities.",
        "homepage": "https://www.drupal.org/project/search_api",
        "support": {
            "source": "http://git.drupal.org/project/search_api.git",
            "issues": "https://www.drupal.org/project/issues/search_api",
            "irc": "irc://irc.freenode.org/drupal-search-api"
        }
    },
    {
        "name": "drupal/r4032login",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/r4032login",
            "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": "source",
        "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": "http://cgit.drupalcode.org/r4032login"
        }
    },
    {
        "name": "drupal/entity",
        "version": "1.0.0-rc1",
        "version_normalized": "1.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/entity",
            "reference": "8.x-1.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc1.zip",
            "reference": "8.x-1.0-rc1",
            "shasum": "f2dcd7afd0d36b6f261b10a204057a5c801ad20b"
        },
        "require": {
            "drupal/core": "^8.6"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-rc1",
                "datestamp": "1539272769",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "dixon_",
                "homepage": "https://www.drupal.org/user/239911"
            },
            {
                "name": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            }
        ],
        "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
        "homepage": "http://drupal.org/project/entity",
        "support": {
            "source": "http://cgit.drupalcode.org/entity"
        }
    },
    {
        "name": "drupal/profile",
        "version": "1.0.0-rc1",
        "version_normalized": "1.0.0.0-RC1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/profile",
            "reference": "8.x-1.0-rc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.0-rc1.zip",
            "reference": "8.x-1.0-rc1",
            "shasum": "cc537ca25412adc4fa601ff42cf2fb5cbc6e7b6b"
        },
        "require": {
            "drupal/core": "~8.1",
            "drupal/entity": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-rc1",
                "datestamp": "1505830324",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "daggerhart",
                "homepage": "https://www.drupal.org/user/167806"
            },
            {
                "name": "dakala",
                "homepage": "https://www.drupal.org/user/53175"
            },
            {
                "name": "fago",
                "homepage": "https://www.drupal.org/user/16747"
            },
            {
                "name": "mglaman",
                "homepage": "https://www.drupal.org/user/2416470"
            },
            {
                "name": "pcambra",
                "homepage": "https://www.drupal.org/user/122101"
            }
        ],
        "description": "Provides configurable user profiles.",
        "homepage": "http://drupal.org/project/profile",
        "support": {
            "source": "http://cgit.drupalcode.org/profile"
        }
    },
    {
        "name": "drupal/private_message",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/private_message",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/private_message-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "6690079948c3a6f4b36a5ea09bea590cd1db040f"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1527808680",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "patches_applied": {
                "Private message unread messages fix": "https://www.drupal.org/files/issues/2018-06-08/2978324-getthreads-sort-order-2.patch"
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Jaypan",
                "homepage": "https://www.drupal.org/user/324696"
            },
            {
                "name": "aburrows",
                "homepage": "https://www.drupal.org/user/577844"
            },
            {
                "name": "edutrul",
                "homepage": "https://www.drupal.org/user/1621444"
            }
        ],
        "description": "A private message system for users to send messages to each other",
        "homepage": "https://www.drupal.org/project/private_message",
        "support": {
            "source": "http://cgit.drupalcode.org/private_message"
        }
    },
    {
        "name": "drupal/entity_reference_revisions",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/entity_reference_revisions",
            "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": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Frans",
                "homepage": "https://www.drupal.org/user/514222"
            },
            {
                "name": "jeroen.b",
                "homepage": "https://www.drupal.org/user/1853532"
            },
            {
                "name": "miro_dietiker",
                "homepage": "https://www.drupal.org/user/227761"
            }
        ],
        "description": "Adds a Entity Reference field type with revision support.",
        "homepage": "https://www.drupal.org/project/entity_reference_revisions",
        "support": {
            "source": "http://cgit.drupalcode.org/entity_reference_revisions"
        }
    },
    {
        "name": "drupal/paragraphs",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/paragraphs",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "85ba97dd1c602d33fc5904b6e1df5973312afa94"
        },
        "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": "1.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.5",
                "datestamp": "1541009695",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "Frans",
                "homepage": "https://www.drupal.org/user/514222"
            },
            {
                "name": "Primsi",
                "homepage": "https://www.drupal.org/user/282629"
            },
            {
                "name": "jeroen.b",
                "homepage": "https://www.drupal.org/user/1853532"
            },
            {
                "name": "miro_dietiker",
                "homepage": "https://www.drupal.org/user/227761"
            }
        ],
        "description": "Enables the creation of Paragraphs entities.",
        "homepage": "https://www.drupal.org/project/paragraphs",
        "support": {
            "source": "http://cgit.drupalcode.org/paragraphs"
        }
    },
    {
        "name": "drupal/override_node_options",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/override_node_options",
            "reference": "8.x-2.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/override_node_options-8.x-2.4.zip",
            "reference": "8.x-2.4",
            "shasum": "0d00dbefc7f9103c863af2607a988bf68681df60"
        },
        "require": {
            "drupal/core": "^8.4.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.4",
                "datestamp": "1522490884",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Oliver Davies",
                "homepage": "https://www.drupal.org/user/381388",
                "email": "oliver@oliverdavies.uk"
            }
        ],
        "description": "Allows permissions to be set on each node option such as published and authoring information.",
        "homepage": "https://www.drupal.org/project/override_node_options",
        "support": {
            "source": "http://cgit.drupalcode.org/override_node_options"
        }
    },
    {
        "name": "drupal/message",
        "version": "1.0.0-rc2",
        "version_normalized": "1.0.0.0-RC2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/message",
            "reference": "8.x-1.0-rc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/message-8.x-1.0-rc2.zip",
            "reference": "8.x-1.0-rc2",
            "shasum": "8c74e4e98fd6bfa19728f499dc5f14ce29f5ba17"
        },
        "require": {
            "drupal/core": "*"
        },
        "require-dev": {
            "drupal/coder": "^8.2",
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-rc2",
                "datestamp": "1524519784",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Grayside",
                "homepage": "https://www.drupal.org/user/346868"
            },
            {
                "name": "RoySegall",
                "homepage": "https://www.drupal.org/user/1812910"
            },
            {
                "name": "amitaibu",
                "homepage": "https://www.drupal.org/user/57511"
            },
            {
                "name": "itamar",
                "homepage": "https://www.drupal.org/user/1757910"
            },
            {
                "name": "jhedstrom",
                "homepage": "https://www.drupal.org/user/208732"
            }
        ],
        "description": "Message",
        "homepage": "https://www.drupal.org/project/message",
        "support": {
            "source": "http://cgit.drupalcode.org/message"
        }
    },
    {
        "name": "drupal/like_and_dislike",
        "version": "1.0.0-alpha2",
        "version_normalized": "1.0.0.0-alpha2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/like_and_dislike",
            "reference": "8.x-1.0-alpha2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/like_and_dislike-8.x-1.0-alpha2.zip",
            "reference": "8.x-1.0-alpha2",
            "shasum": "a2dbe1f802f8a04d12dbae1e89c357237e72b952"
        },
        "require": {
            "drupal/core": "~8.0",
            "drupal/votingapi": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-alpha2",
                "datestamp": "1519314784",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Alpha releases are not covered by Drupal security advisories."
                }
            },
            "patches_applied": {
                "Fix preview on node": "https://www.drupal.org/files/issues/2848080-2-preview-fails-on-node.patch"
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Berdir",
                "homepage": "https://www.drupal.org/user/214652"
            },
            {
                "name": "adriancid",
                "homepage": "https://www.drupal.org/user/1962106"
            },
            {
                "name": "pedrorocha",
                "homepage": "https://www.drupal.org/user/218937"
            }
        ],
        "description": "Like & Dislike",
        "homepage": "http://drupal.org/project/like_and_dislike",
        "keywords": [
            "Drupal"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/like_and_dislike",
            "issues": "http://drupal.org/project/issues/like_and_dislike"
        }
    },
    {
        "name": "drupal/crop",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/crop",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/crop-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "bb275293508cb3988ca6ab766dc1f6ecc22cc03d"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1516357085",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Drupal Media Team",
                "homepage": "https://www.drupal.org/user/3260690"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "woprrr",
                "homepage": "https://www.drupal.org/user/858604"
            }
        ],
        "description": "Provides storage and API for image crops.",
        "homepage": "https://www.drupal.org/project/crop",
        "support": {
            "source": "http://cgit.drupalcode.org/crop",
            "issues": "https://www.drupal.org/project/issues/crop"
        }
    },
    {
        "name": "drupal/image_widget_crop",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/image_widget_crop",
            "reference": "8.x-2.1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.1.zip",
            "reference": "8.x-2.1",
            "shasum": "76bda9a8c8d3149149bb7812e48e9f14e9ce1ffb"
        },
        "require": {
            "drupal/core": "*",
            "drupal/crop": "1.0 - 2.0"
        },
        "require-dev": {
            "drupal/crop": "*",
            "drupal/ctools": "3.x-dev",
            "drupal/entity_browser": "1.x-dev",
            "drupal/file_entity": "*",
            "drupal/inline_entity_form": "*",
            "drupal/media": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            },
            "drupal": {
                "version": "8.x-2.1",
                "datestamp": "1530698921",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "patches_applied": {
                "Initial crop fix": "https://www.drupal.org/files/issues/2018-07-05/2865396-36-apply-default-crop.diff"
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Alexandre Mallet",
                "homepage": "https://github.com/woprrr",
                "role": "Maintainer"
            },
            {
                "name": "Drupal media CI",
                "homepage": "https://www.drupal.org/user/3057985"
            },
            {
                "name": "slashrsm",
                "homepage": "https://www.drupal.org/user/744628"
            },
            {
                "name": "woprrr",
                "homepage": "https://www.drupal.org/user/858604"
            }
        ],
        "description": "Provides an interface for using the features of the Crop API.",
        "homepage": "https://www.drupal.org/project/image_widget_crop",
        "keywords": [
            "Crop",
            "Drupal",
            "Drupal Media"
        ],
        "support": {
            "source": "https://www.drupal.org/project/image_widget_crop",
            "issues": "https://www.drupal.org/project/issues/image_widget_crop",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/image_effects",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/image_effects",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/image_effects-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "d024069b56490959f0e5f3d7d967e5cfe0ead0d5"
        },
        "require": {
            "drupal/core": "^8.2.0"
        },
        "require-dev": {
            "drupal/imagemagick": "*",
            "drupal/jquery_colorpicker": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1524304384",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "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": "http://cgit.drupalcode.org/image_effects"
        }
    },
    {
        "name": "drupal/group",
        "version": "1.0.0-rc2",
        "version_normalized": "1.0.0.0-RC2",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/group",
            "reference": "8.x-1.0-rc2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/group-8.x-1.0-rc2.zip",
            "reference": "8.x-1.0-rc2",
            "shasum": "b21efa2224d20a704484de900ad6f73e4e605a7d"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-rc2",
                "datestamp": "1517836680",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "RC releases are not covered by Drupal security advisories."
                }
            },
            "patches_applied": {
                "Add computed field for Group reference": "https://www.drupal.org/files/issues/add-computed-field-without-FieldItemListComputedInterface-2718195-34.patch",
                "Add permission to view group overview": "https://www.drupal.org/files/issues/group-2943564-2.patch"
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "kristiaanvandeneynde",
                "homepage": "https://www.drupal.org/user/1345130"
            }
        ],
        "description": "This module allows you to group users, content and other entities",
        "homepage": "https://www.drupal.org/project/group",
        "support": {
            "source": "http://cgit.drupalcode.org/group"
        }
    },
    {
        "name": "drupal/flag",
        "version": "4.0.0-alpha3",
        "version_normalized": "4.0.0.0-alpha3",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/flag",
            "reference": "8.x-4.0-alpha3"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-alpha3.zip",
            "reference": "8.x-4.0-alpha3",
            "shasum": "cb55277b79ff66871f0e1bd9a417b2490cae3a84"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "require-dev": {
            "drupal/rules": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-4.x": "4.x-dev"
            },
            "drupal": {
                "version": "8.x-4.0-alpha3",
                "datestamp": "1521598850",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Alpha releases are not covered by Drupal security advisories."
                }
            },
            "patches_applied": {
                "Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2723703_31.patch"
            }
        },
        "installation-source": "source",
        "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": "fubhy",
                "homepage": "https://www.drupal.org/user/761344"
            },
            {
                "name": "joachim",
                "homepage": "https://www.drupal.org/user/107701"
            },
            {
                "name": "merlinofchaos",
                "homepage": "https://www.drupal.org/user/26979"
            },
            {
                "name": "mooffie",
                "homepage": "https://www.drupal.org/user/78454"
            },
            {
                "name": "quicksketch",
                "homepage": "https://www.drupal.org/user/35821"
            },
            {
                "name": "shabana.navas",
                "homepage": "https://www.drupal.org/user/1311398"
            },
            {
                "name": "socketwench",
                "homepage": "https://www.drupal.org/user/65793"
            }
        ],
        "description": "Create customized flags that users can set on entities.",
        "homepage": "https://www.drupal.org/project/flag",
        "support": {
            "source": "http://cgit.drupalcode.org/flag"
        }
    },
    {
        "name": "drupal/field_group",
        "version": "3.0.0-beta1",
        "version_normalized": "3.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/field_group",
            "reference": "8.x-3.0-beta1"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.0-beta1.zip",
            "reference": "8.x-3.0-beta1",
            "shasum": "a5dfb66385be7a1b3db232e49779d5bc530a048e"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.0-beta1",
                "datestamp": "1510352338",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Beta releases are not covered by Drupal security advisories."
                }
            }
        },
        "installation-source": "source",
        "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": "http://cgit.drupalcode.org/field_group"
        }
    },
    {
        "name": "drupal/config_update",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/config_update",
            "reference": "8.x-1.5"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.5.zip",
            "reference": "8.x-1.5",
            "shasum": "2f7ae5f90b1c0ab8edf84680d2651e81fab6a126"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.5",
                "datestamp": "1512587912",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "jhodgdon",
                "homepage": "https://www.drupal.org/user/155601"
            },
            {
                "name": "nedjo",
                "homepage": "https://www.drupal.org/user/4481"
            }
        ],
        "description": "Provides basic revert and update functionality for other modules",
        "homepage": "https://www.drupal.org/project/config_update",
        "support": {
            "source": "http://cgit.drupalcode.org/config_update"
        }
    },
    {
        "name": "drupal/features",
        "version": "3.8.0",
        "version_normalized": "3.8.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/features",
            "reference": "8.x-3.8"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/features-8.x-3.8.zip",
            "reference": "8.x-3.8",
            "shasum": "15cebd00e38d63c0d946682e76327a03499c27be"
        },
        "require": {
            "drupal/config_update": "^1.4",
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.8",
                "datestamp": "1536512284",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            },
            "drush": {
                "services": {
                    "drush.services.yml": "^9"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "dawehner",
                "homepage": "https://www.drupal.org/user/99340"
            },
            {
                "name": "e2thex",
                "homepage": "https://www.drupal.org/user/189123"
            },
            {
                "name": "febbraro",
                "homepage": "https://www.drupal.org/user/43670"
            },
            {
                "name": "jmiccolis",
                "homepage": "https://www.drupal.org/user/31731"
            },
            {
                "name": "mpotter",
                "homepage": "https://www.drupal.org/user/616192"
            },
            {
                "name": "nedjo",
                "homepage": "https://www.drupal.org/user/4481"
            },
            {
                "name": "tim.plunkett",
                "homepage": "https://www.drupal.org/user/241634"
            }
        ],
        "description": "Enables administrators to package configuration into modules",
        "homepage": "https://www.drupal.org/project/features",
        "support": {
            "source": "http://cgit.drupalcode.org/features"
        }
    },
    {
        "name": "drupal/exif_orientation",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/exif_orientation",
            "reference": "8.x-1.0"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.0.zip",
            "reference": "8.x-1.0",
            "shasum": "c233610a675e663660708f175aab8d90f56dfd2b"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0",
                "datestamp": "1525963087",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "mglaman",
                "homepage": "https://www.drupal.org/user/2416470"
            }
        ],
        "description": "Rotates images per their EXIF Orientation",
        "homepage": "https://www.drupal.org/project/exif_orientation",
        "support": {
            "source": "http://cgit.drupalcode.org/exif_orientation"
        }
    },
    {
        "name": "drupal/dynamic_entity_reference",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/dynamic_entity_reference",
            "reference": "8.x-1.6"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.6.zip",
            "reference": "8.x-1.6",
            "shasum": "9f1d1343f7fac8003bb70b887ec77f11c80afa1a"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.6",
                "datestamp": "1536250980",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Lee Rowlands",
                "homepage": "https://www.drupal.org/u/larowlan",
                "role": "Maintainer"
            },
            {
                "name": "Jibran Ijaz",
                "homepage": "https://www.drupal.org/u/jibran",
                "role": "Maintainer"
            },
            {
                "name": "larowlan",
                "homepage": "https://www.drupal.org/user/395439"
            }
        ],
        "description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
        "homepage": "http://drupal.org/project/dynamic_entity_reference",
        "support": {
            "source": "http://cgit.drupalcode.org/dynamic_entity_reference",
            "issues": "http://drupal.org/project/dynamic_entity_reference",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/devel",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/devel",
            "reference": "8.x-1.2"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/devel-8.x-1.2.zip",
            "reference": "8.x-1.2",
            "shasum": "01f3349ef75f6e21fceef24be9d3d6506ca29647"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "suggest": {
            "symfony/var-dumper": "Pretty print complex values better with var-dumper available"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.2",
                "datestamp": "1507197844",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Moshe Weitzman",
                "homepage": "https://github.com/weitzman",
                "email": "weitzman@tejasa.com",
                "role": "Maintainer"
            },
            {
                "name": "Hans Salvisberg",
                "homepage": "https://www.drupal.org/u/salvis",
                "email": "drupal@salvisberg.com",
                "role": "Maintainer"
            },
            {
                "name": "Luca Lusso",
                "homepage": "https://www.drupal.org/u/lussoluca",
                "role": "Maintainer"
            },
            {
                "name": "Marco (willzyx)",
                "homepage": "https://www.drupal.org/u/willzyx",
                "role": "Maintainer"
            },
            {
                "name": "See contributors",
                "homepage": "https://www.drupal.org/node/3236/committers"
            },
            {
                "name": "salvis",
                "homepage": "https://www.drupal.org/user/82964"
            },
            {
                "name": "willzyx",
                "homepage": "https://www.drupal.org/user/1043862"
            }
        ],
        "description": "Various blocks, pages, and functions for developers.",
        "homepage": "http://drupal.org/project/devel",
        "support": {
            "source": "http://cgit.drupalcode.org/devel",
            "issues": "http://drupal.org/project/devel",
            "irc": "irc://irc.freenode.org/drupal-contribute"
        }
    },
    {
        "name": "drupal/data_policy",
        "version": "1.0.0-beta4",
        "version_normalized": "1.0.0.0-beta4",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/data_policy",
            "reference": "8.x-1.0-beta4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/data_policy-8.x-1.0-beta4.zip",
            "reference": "8.x-1.0-beta4",
            "shasum": "cf1bf1cb732791cb5c4eaf0fad77a069af44faf8"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.0-beta4",
                "datestamp": "1536852484",
                "security-coverage": {
                    "status": "not-covered",
                    "message": "Project has not opted into security advisory coverage!"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "GoalGorilla",
                "homepage": "https://www.drupal.org/user/272162"
            },
            {
                "name": "bramtenhove",
                "homepage": "https://www.drupal.org/user/1549848"
            },
            {
                "name": "chmez",
                "homepage": "https://www.drupal.org/user/3071411"
            },
            {
                "name": "jaapjan",
                "homepage": "https://www.drupal.org/user/555428"
            }
        ],
        "description": "Create data policies and track user agreements as well as informing users.",
        "homepage": "https://drupal.org/project/data_policy",
        "keywords": [
            "Data policy",
            "Drupal",
            "GDPR"
        ],
        "support": {
            "source": "http://cgit.drupalcode.org/data_policy"
        }
    },
    {
        "name": "drupal/csv_serialization",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/csv_serialization",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "74cfc47c5c8a907f40112ec4819fe108f2775ef1"
        },
        "require": {
            "drupal/core": "^8.0.4",
            "league/csv": "^8.0"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1531841921",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "grasmash",
                "homepage": "https://www.drupal.org/user/455714"
            }
        ],
        "description": "Provides CSV as a serialization format.",
        "homepage": "https://www.drupal.org/project/csv_serialization",
        "support": {
            "source": "http://cgit.drupalcode.org/csv_serialization"
        }
    },
    {
        "name": "drupal/bootstrap",
        "version": "3.15.0",
        "version_normalized": "3.15.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/bootstrap",
            "reference": "8.x-3.15"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/bootstrap-8.x-3.15.zip",
            "reference": "8.x-3.15",
            "shasum": "5d92e99afcb7724d43d71cfedad5fd63eb30ad62"
        },
        "require": {
            "drupal/core": "~8.0"
        },
        "type": "drupal-theme",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev"
            },
            "drupal": {
                "version": "8.x-3.15",
                "datestamp": "1542871980",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "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"
            },
            {
                "name": "wundo",
                "homepage": "https://www.drupal.org/user/25523"
            }
        ],
        "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/block_field",
        "version": "1.0.0-alpha8",
        "version_normalized": "1.0.0.0-alpha8",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/block_field",
            "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": "source",
        "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"
            }
        ],
        "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": "http://cgit.drupalcode.org/block_field"
        }
    },
    {
        "name": "drupal/admin_toolbar",
        "version": "1.25.0",
        "version_normalized": "1.25.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/admin_toolbar",
            "reference": "8.x-1.25"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.25.zip",
            "reference": "8.x-1.25",
            "shasum": "bc24929d5e49932518797c1228e647e98b03542b"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.25",
                "datestamp": "1542915180",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "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/addtoany",
        "version": "1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/addtoany",
            "reference": "8.x-1.9"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.9.zip",
            "reference": "8.x-1.9",
            "shasum": "529592c0c8905b1ecd05a5a9cbe0f4bfb178729a"
        },
        "require": {
            "drupal/core": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.9",
                "datestamp": "1530656921",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "AddToAny",
                "homepage": "https://www.drupal.org/user/2640913"
            },
            {
                "name": "micropat",
                "homepage": "https://www.drupal.org/user/260224"
            },
            {
                "name": "patPrzybilla",
                "homepage": "https://www.drupal.org/user/151965"
            }
        ],
        "description": "Share buttons by AddToAny, including the AddToAny universal sharing button, Facebook, Twitter, Google+, Pinterest, and over 100 more on the <a href=\"https://www.addtoany.com/\" target=\"_blank\">AddToAny</a> platform.",
        "homepage": "https://www.drupal.org/project/addtoany",
        "support": {
            "source": "http://cgit.drupalcode.org/addtoany"
        }
    },
    {
        "name": "drupal/address",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://git.drupal.org/project/address",
            "reference": "8.x-1.4"
        },
        "dist": {
            "type": "zip",
            "url": "https://ftp.drupal.org/files/projects/address-8.x-1.4.zip",
            "reference": "8.x-1.4",
            "shasum": "143e426be73418c719c6bddd5fb81c610604e860"
        },
        "require": {
            "commerceguys/addressing": "^1.0.0",
            "drupal/core": "*"
        },
        "require-dev": {
            "drupal/token": "*"
        },
        "type": "drupal-module",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            },
            "drupal": {
                "version": "8.x-1.4",
                "datestamp": "1527081784",
                "security-coverage": {
                    "status": "covered",
                    "message": "Covered by Drupal's security advisory policy"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packages.drupal.org/8/downloads",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "bojanz",
                "homepage": "https://www.drupal.org/user/86106"
            },
            {
                "name": "googletorp",
                "homepage": "https://www.drupal.org/user/386230"
            },
            {
                "name": "rszrama",
                "homepage": "https://www.drupal.org/user/49344"
            }
        ],
        "description": "Provides functionality for storing, validating and displaying international postal addresses.",
        "homepage": "http://drupal.org/project/address",
        "support": {
            "source": "http://cgit.drupalcode.org/address"
        }
    },
    {
        "name": "drupal-composer/drupal-scaffold",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drupal-composer/drupal-scaffold.git",
            "reference": "76342f9cd22a673b0b87b5e8774613f8ee287fbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drupal-composer/drupal-scaffold/zipball/76342f9cd22a673b0b87b5e8774613f8ee287fbc",
            "reference": "76342f9cd22a673b0b87b5e8774613f8ee287fbc",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0.0",
            "composer/semver": "^1.4",
            "php": ">=5.4.5"
        },
        "require-dev": {
            "composer/composer": "dev-master",
            "phpunit/phpunit": "^4.4.0"
        },
        "time": "2018-04-18T16:14:55+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "DrupalComposer\\DrupalScaffold\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "source",
        "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": "bower-asset/waves",
        "version": "v0.7.6",
        "version_normalized": "0.7.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fians/Waves.git",
            "reference": "1985b7e18327f86f1bb640efe3a2ab4b4fea4078"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fians/Waves/zipball/1985b7e18327f86f1bb640efe3a2ab4b4fea4078",
            "reference": "1985b7e18327f86f1bb640efe3a2ab4b4fea4078",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/timepicker",
        "version": "1.11.14",
        "version_normalized": "1.11.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jonthornton/jquery-timepicker.git",
            "reference": "b53338cc92270da3750d5c0cc6abe60fb27a0d89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jonthornton/jquery-timepicker/zipball/b53338cc92270da3750d5c0cc6abe60fb27a0d89",
            "reference": "b53338cc92270da3750d5c0cc6abe60fb27a0d89",
            "shasum": null
        },
        "require": {
            "bower-asset/jquery": ">=1.7"
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "http://opensource.org/licenses/MIT"
        ]
    },
    {
        "name": "bower-asset/tablesaw",
        "version": "v3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/filamentgroup/tablesaw.git",
            "reference": "20ccb0dab9c098dc56dd45703eb88b14a4c22b34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/filamentgroup/tablesaw/zipball/20ccb0dab9c098dc56dd45703eb88b14a4c22b34",
            "reference": "20ccb0dab9c098dc56dd45703eb88b14a4c22b34",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source"
    },
    {
        "name": "bower-asset/select2",
        "version": "4.0.5",
        "version_normalized": "4.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ivaynberg/select2.git",
            "reference": "ebf10c93db7d6d7a0d1330119d4c6f32cbd231d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ivaynberg/select2/zipball/ebf10c93db7d6d7a0d1330119d4c6f32cbd231d7",
            "reference": "ebf10c93db7d6d7a0d1330119d4c6f32cbd231d7",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/raphael",
        "version": "v2.2.7",
        "version_normalized": "2.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DmitryBaranovskiy/raphael.git",
            "reference": "c02b9c125d036e42b9bb95d0e401bbf6a5153da5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DmitryBaranovskiy/raphael/zipball/c02b9c125d036e42b9bb95d0e401bbf6a5153da5",
            "reference": "c02b9c125d036e42b9bb95d0e401bbf6a5153da5",
            "shasum": null
        },
        "require": {
            "bower-asset/eve-raphael": "0.5.0"
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/eve-raphael",
        "version": "v0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tomasAlabes/eve.git",
            "reference": "93132d5d47a0ce31dbd1b75208b1d4c0e2ad81e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tomasAlabes/eve/zipball/93132d5d47a0ce31dbd1b75208b1d4c0e2ad81e8",
            "reference": "93132d5d47a0ce31dbd1b75208b1d4c0e2ad81e8",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/mocha",
        "version": "1.17.1",
        "version_normalized": "1.17.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mochajs/mocha.git",
            "reference": "7fc565ee3e225cb7a66bf39ae9c2c05b346675c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mochajs/mocha/zipball/7fc565ee3e225cb7a66bf39ae9c2c05b346675c1",
            "reference": "7fc565ee3e225cb7a66bf39ae9c2c05b346675c1",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source"
    },
    {
        "name": "bower-asset/morris.js",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oesmith/morris.js.git",
            "reference": "d5cf1410eda7055eaf2c7d218d4cb24ec5ed55c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oesmith/morris.js/zipball/d5cf1410eda7055eaf2c7d218d4cb24ec5ed55c8",
            "reference": "d5cf1410eda7055eaf2c7d218d4cb24ec5ed55c8",
            "shasum": null
        },
        "require": {
            "bower-asset/jquery": ">=2.1.0",
            "bower-asset/mocha": "~1.17.1",
            "bower-asset/raphael": ">=2.0"
        },
        "type": "bower-asset",
        "installation-source": "source"
    },
    {
        "name": "bower-asset/highlight",
        "version": "9.13.1",
        "version_normalized": "9.13.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/highlightjs/highlight.js.git",
            "reference": "93cc723bac055240bc7c3559d907b6a9ab4ee326"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/highlightjs/highlight.js/zipball/93cc723bac055240bc7c3559d907b6a9ab4ee326",
            "reference": "93cc723bac055240bc7c3559d907b6a9ab4ee326",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source"
    },
    {
        "name": "bower-asset/d3",
        "version": "v3.5.17",
        "version_normalized": "3.5.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mbostock-bower/d3-bower.git",
            "reference": "7a826d211d5067867debf9ce24a9987e0cb02b6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mbostock-bower/d3-bower/zipball/7a826d211d5067867debf9ce24a9987e0cb02b6e",
            "reference": "7a826d211d5067867debf9ce24a9987e0cb02b6e",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "BSD-3-Clause"
        ]
    },
    {
        "name": "bower-asset/bootstrap",
        "version": "v3.3.7",
        "version_normalized": "3.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
            "shasum": null
        },
        "require": {
            "bower-asset/jquery": ">=1.9.1,<4.0"
        },
        "type": "bower-asset",
        "installation-source": "source",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "bower-asset/autosize",
        "version": "4.0.2",
        "version_normalized": "4.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jackmoore/autosize.git",
            "reference": "6ae70cd3d28888eb858eef1167e6ed75d25dff7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jackmoore/autosize/zipball/6ae70cd3d28888eb858eef1167e6ed75d25dff7f",
            "reference": "6ae70cd3d28888eb858eef1167e6ed75d25dff7f",
            "shasum": null
        },
        "type": "bower-asset",
        "installation-source": "source"
    },
    {
        "name": "abraham/twitteroauth",
        "version": "0.7.4",
        "version_normalized": "0.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/abraham/twitteroauth.git",
            "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf",
            "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpmd/phpmd": "~2.6",
            "phpunit/phpunit": "~5.7",
            "squizlabs/php_codesniffer": "~3.0"
        },
        "time": "2017-06-30T22:02:01+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Abraham\\TwitterOAuth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Abraham Williams",
                "email": "abraham@abrah.am",
                "homepage": "https://abrah.am",
                "role": "Developer"
            }
        ],
        "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
        "homepage": "https://twitteroauth.com",
        "keywords": [
            "Twitter API",
            "Twitter oAuth",
            "api",
            "oauth",
            "rest",
            "social",
            "twitter"
        ]
    },
    {
        "name": "goalgorilla/open_social",
        "version": "4.0.0",
        "version_normalized": "4.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/goalgorilla/open_social.git",
            "reference": "681a13f6cd75739c515b81a1a48da9174aacb62c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/goalgorilla/open_social/zipball/681a13f6cd75739c515b81a1a48da9174aacb62c",
            "reference": "681a13f6cd75739c515b81a1a48da9174aacb62c",
            "shasum": ""
        },
        "require": {
            "abraham/twitteroauth": "^0.7.4",
            "bower-asset/autosize": "~4.0.2",
            "bower-asset/bootstrap": "3.3.7",
            "bower-asset/d3": "v3.5.17",
            "bower-asset/highlight": "~9.13.1",
            "bower-asset/morris.js": "0.5.1",
            "bower-asset/raphael": "2.2.7",
            "bower-asset/select2": "~4.0.5",
            "bower-asset/tablesaw": "~3.0.9",
            "bower-asset/timepicker": "~1.11.14",
            "bower-asset/waves": "0.7.6",
            "composer/installers": "^1.6",
            "cweagans/composer-patches": "^1.6.0",
            "drupal-composer/drupal-scaffold": "^2.5.0",
            "drupal/address": "1.4",
            "drupal/addtoany": "1.9",
            "drupal/admin_toolbar": "1.25",
            "drupal/block_field": "1.0-alpha8",
            "drupal/bootstrap": "3.15",
            "drupal/config_update": "1.5",
            "drupal/core": "~8.6.3",
            "drupal/crop": "1.5",
            "drupal/csv_serialization": "1.4.0",
            "drupal/data_policy": "^1.0",
            "drupal/devel": "1.2",
            "drupal/dynamic_entity_reference": "1.6",
            "drupal/embed": "1.0",
            "drupal/entity": "1.0-rc1",
            "drupal/entity_reference_revisions": "1.6",
            "drupal/exif_orientation": "^1.0",
            "drupal/features": "3.8",
            "drupal/field_group": "3.0-beta1",
            "drupal/flag": "4.0-alpha3",
            "drupal/group": "1.0-rc2",
            "drupal/image_effects": "1.0",
            "drupal/image_widget_crop": "2.1",
            "drupal/like_and_dislike": "1.0-alpha2",
            "drupal/link_css": "1.x-dev",
            "drupal/message": "1.0-rc2",
            "drupal/override_node_options": "2.4",
            "drupal/paragraphs": "1.5",
            "drupal/private_message": "1.2",
            "drupal/profile": "1.0-rc1",
            "drupal/r4032login": "1.1",
            "drupal/search_api": "1.6",
            "drupal/shariff": "1.3",
            "drupal/social_api": "1.1",
            "drupal/social_auth": "1.0",
            "drupal/swiftmailer": "1.0-beta2",
            "drupal/token": "1.5",
            "drupal/url_embed": "1.0-alpha1",
            "drupal/views_infinite_scroll": "1.5",
            "drupal/votingapi": "3.0-beta1",
            "embed/embed": "v2.7.8",
            "facebook/graph-sdk": "^5.6",
            "google/apiclient": "^2.1",
            "guzzlehttp/psr7": "^1.3",
            "happyr/linkedin-api-client": "^1.0",
            "league/csv": "^8.2",
            "npm-asset/diff": "^3.5",
            "npm-asset/jquery.caret": "^0.3.1",
            "npm-asset/photoswipe": "^4.1.2",
            "npm-asset/shariff": "^3.0.1",
            "oomphinc/composer-installers-extender": "^1.1",
            "php-http/curl-client": "^1.7",
            "php-http/message": "^1.7",
            "swiftmailer/swiftmailer": "v5.4.12"
        },
        "time": "2018-12-04T17:16:06+00:00",
        "type": "drupal-profile",
        "extra": {
            "enable-patching": true,
            "patches": {
                "drupal/core": {
                    "Color module html preview optional": "https://www.drupal.org/files/issues/color-optional-html-preview-2844190-2.patch",
                    "Restrict images to this site blocks image style derivatives": "https://www.drupal.org/files/issues/2018-10-26/2528214-47.patch",
                    "Fix SQL error when importing translations": "https://www.drupal.org/files/issues/2018-10-01/2599228-SQL_error_on_content_creation-78_0.patch",
                    "Optimize getCommentedEntity()": "https://www.drupal.org/files/issues/get-commented-entity-2580551.52.patch"
                },
                "drupal/flag": {
                    "Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2723703_31.patch"
                },
                "drupal/group": {
                    "Add computed field for Group reference": "https://www.drupal.org/files/issues/add-computed-field-without-FieldItemListComputedInterface-2718195-34.patch",
                    "Add permission to view group overview": "https://www.drupal.org/files/issues/group-2943564-2.patch"
                },
                "drupal/image_widget_crop": {
                    "Initial crop fix": "https://www.drupal.org/files/issues/2018-07-05/2865396-36-apply-default-crop.diff"
                },
                "drupal/like_and_dislike": {
                    "Fix preview on node": "https://www.drupal.org/files/issues/2848080-2-preview-fails-on-node.patch"
                },
                "drupal/private_message": {
                    "Private message unread messages fix": "https://www.drupal.org/files/issues/2018-06-08/2978324-getthreads-sort-order-2.patch"
                },
                "drupal/swiftmailer": {
                    "Fix missing filter_format after update to beta2": "https://www.drupal.org/files/issues/2018-03-26/2948607-fix-filter-format-1.patch"
                },
                "drupal/url_embed": {
                    "WSOD if wrong url or network unavailable": "https://www.drupal.org/files/issues/url_embed_WSOD_convert_url_to_embed-2871744-5.patch",
                    "Improve performance for embeds": "https://www.drupal.org/files/issues/2018-03-16/url_embed-caching-layer-2867668-17.patch",
                    "Translate dialog title": "https://www.drupal.org/files/issues/2018-03-16/url_embed_translate_dialog_title-2953591-2.patch"
                },
                "drupal/shariff": {
                    "Allow shariff to use composer": "https://www.drupal.org/files/issues/2018-09-17/shariff-libraries_path_with_composer-2987789-5.patch"
                }
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Social\\": "src",
                "Drupal\\social\\Behat\\": "tests/behat/features/bootstrap"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "description": "Open Social is a distribution for building social communities and intranets."
    }
]
