[
    {
        "name": "ausi/slug-generator",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ausi/slug-generator.git",
            "reference": "59b641dfa764658e1fbf37f75312e702817cd319"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ausi/slug-generator/zipball/59b641dfa764658e1fbf37f75312e702817cd319",
            "reference": "59b641dfa764658e1fbf37f75312e702817cd319",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "ext-mbstring": "*",
            "ext-pcre": "*",
            "lib-icu": ">=4.2.1",
            "php": "^7.1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.4",
            "php-coveralls/php-coveralls": "^2.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-12-11T20:59:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ausi\\SlugGenerator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Martin Auswöger",
                "email": "martin@auswoeger.com"
            }
        ],
        "description": "Slug Generator",
        "keywords": [
            "ascii",
            "cldr",
            "pretty-url",
            "slug",
            "slug-generator",
            "slugify",
            "transliteration",
            "unicode"
        ]
    },
    {
        "name": "bacon/bacon-qr-code",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bacon/BaconQrCode.git",
            "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/eaac909da3ccc32b748a65b127acd8918f58d9b0",
            "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0",
            "shasum": ""
        },
        "require": {
            "dasprid/enum": "^1.0",
            "ext-iconv": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "phly/keep-a-changelog": "^1.4",
            "phpunit/phpunit": "^6.4",
            "squizlabs/php_codesniffer": "^3.1"
        },
        "suggest": {
            "ext-imagick": "to generate QR code images"
        },
        "time": "2018-04-25T17:53:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BaconQrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "http://www.dasprids.de",
                "role": "Developer"
            }
        ],
        "description": "BaconQrCode is a QR code generator for PHP.",
        "homepage": "https://github.com/Bacon/BaconQrCode"
    },
    {
        "name": "beberlei/assert",
        "version": "v3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/beberlei/assert.git",
            "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beberlei/assert/zipball/ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
            "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "*",
            "phpstan/phpstan-shim": "*",
            "phpunit/phpunit": ">=6.0.0 <8"
        },
        "time": "2019-05-28T15:18:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Assert\\": "lib/Assert"
            },
            "files": [
                "lib/Assert/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de",
                "role": "Lead Developer"
            },
            {
                "name": "Richard Quadling",
                "email": "rquadling@gmail.com",
                "role": "Collaborator"
            }
        ],
        "description": "Thin assertion library for input validation in business models.",
        "keywords": [
            "assert",
            "assertion",
            "validation"
        ]
    },
    {
        "name": "clue/stream-filter",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8"
        },
        "time": "2019-04-09T12:31:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions_include.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": "composer/ca-bundle",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2019-01-28T09:30:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\CaBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
        "keywords": [
            "cabundle",
            "cacert",
            "certificate",
            "ssl",
            "tls"
        ]
    },
    {
        "name": "contao-bootstrap/core",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/core.git",
            "reference": "f0c7567fc8ca3464a129ad78d0bba3268b721d16"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/core/zipball/f0c7567fc8ca3464a129ad78d0bba3268b721d16",
            "reference": "f0c7567fc8ca3464a129ad78d0bba3268b721d16",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
            "contao/core-bundle": "^4.4",
            "doctrine/doctrine-bundle": "~1.6",
            "php": ">=7.1"
        },
        "conflict": {
            "netzmacht/contao-bootstrap": "*"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "phpcq/all-tasks": "^1.2",
            "phpspec/phpspec": "^4.0"
        },
        "suggest": {
            "components/bootstrap": "Bootstrap Components package",
            "twbs/bootstrap": "Official Bootstrap package"
        },
        "time": "2018-08-27T09:22:01+00:00",
        "type": "contao-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev",
                "dev-develop": "2.1.x-dev",
                "dev-support/1.x": "1.1.x-dev"
            },
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "core-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "contao-manager-plugin": "ContaoBootstrap\\Core\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Core\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "David Molineus",
                "role": "Developer",
                "email": "mail@netzmacht.de",
                "homepage": "https://netzmacht.de"
            }
        ],
        "description": "Core of Contao Bootstrap extension",
        "keywords": [
            "bootstrap",
            "contao",
            "core"
        ]
    },
    {
        "name": "contao-bootstrap/grid",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/grid.git",
            "reference": "9c6eed9f5343aee439086aa64e0c002422cb477b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/grid/zipball/9c6eed9f5343aee439086aa64e0c002422cb477b",
            "reference": "9c6eed9f5343aee439086aa64e0c002422cb477b",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "^2.0",
            "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
            "contao/core-bundle": "^4.4",
            "doctrine/dbal": "^2.5",
            "ext-dom": "*",
            "ext-pdo": "*",
            "menatwork/contao-multicolumnwizard": "^3.3.14",
            "netzmacht/contao-toolkit": "^3.1",
            "php": ">=7.1",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0",
            "symfony/templating": "^3.3 || ^4.0",
            "symfony/translation": "^3.3 || ^4.0"
        },
        "conflict": {
            "netzmacht/contao-bootstrap": "*"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2019-06-11T10:05:35+00:00",
        "type": "contao-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev",
                "dev-develop": "2.2.x-dev"
            },
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "grid-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "contao-manager-plugin": "ContaoBootstrap\\Grid\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Grid\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "David Molineus",
                "email": "mail@netzmacht.de",
                "homepage": "https://netzmacht.de",
                "role": "Developer"
            }
        ],
        "description": "Bootstrap grid component",
        "keywords": [
            "bootstrap",
            "components",
            "contao",
            "grid"
        ]
    },
    {
        "name": "contao-community-alliance/composer-plugin",
        "version": "3.0.9",
        "version_normalized": "3.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-community-alliance/composer-plugin.git",
            "reference": "2686fb2299fa4fcde1d3a54ec10cd497661d8536"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-community-alliance/composer-plugin/zipball/2686fb2299fa4fcde1d3a54ec10cd497661d8536",
            "reference": "2686fb2299fa4fcde1d3a54ec10cd497661d8536",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.4 || ^7.0",
            "symfony/finder": "^2.7 || ^3.0 || ^4.0",
            "symfony/process": "^2.7 || ^3.0 || ^4.0"
        },
        "conflict": {
            "contao/core": "*",
            "contao/core-bundle": "<4.1"
        },
        "require-dev": {
            "composer/composer": "~1.0",
            "phpcq/all-tasks": "~1.1",
            "symfony/phpunit-bridge": "^3.0"
        },
        "time": "2018-07-22T21:42:30+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "ContaoCommunityAlliance\\Composer\\Plugin\\Plugin",
            "branch-alias": {
                "dev-master": "3.0.x-dev",
                "dev-develop": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoCommunityAlliance\\Composer\\Plugin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "description": "Composer plugin that provides installers for contao-module and legacy-contao-module.",
        "homepage": "http://c-c-a.org/"
    },
    {
        "name": "contao-community-alliance/meta-palettes",
        "version": "2.0.6",
        "version_normalized": "2.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-community-alliance/meta-palettes.git",
            "reference": "81ec191ba31a6921c647cd22e3a0a2463611ff68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-community-alliance/meta-palettes/zipball/81ec191ba31a6921c647cd22e3a0a2463611ff68",
            "reference": "81ec191ba31a6921c647cd22e3a0a2463611ff68",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "doctrine/dbal": "^2.5",
            "php": "^5.6 | ^7.0",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0"
        },
        "conflict": {
            "contao/manager-plugin": "<2.2 || >=3.0",
            "metamodels/dc_general": "<1-dev"
        },
        "require-dev": {
            "contao-community-alliance/dc-general": "^2.1@dev",
            "contao-community-alliance/dependency-container": "^2.0",
            "contao-community-alliance/events-contao-bindings": "^4.4",
            "contao-community-alliance/translator": "^2.1",
            "contao-community-alliance/url-builder": "^1.3",
            "contao/manager-plugin": "^2.2",
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2018-12-21T23:27:35+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoCommunityAlliance\\MetaPalettes\\ContaoManager\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev",
                "dev-support/1.x": "1.11.x-dev",
                "dev-develop": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoCommunityAlliance\\MetaPalettes\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Christian Schiffler",
                "role": "Developer",
                "email": "c.schiffler@cyberspectrum.de",
                "homepage": "http://www.cyberspectrum.de"
            },
            {
                "name": "David Molineus",
                "role": "Developer",
                "email": "david.molineus@netzmacht.de",
                "homepage": "https://netzmacht.de"
            }
        ],
        "description": "MetaPalettes extension for Contao OpenSource CMS",
        "homepage": "https://c-c-a.org",
        "keywords": [
            "contao",
            "page",
            "title"
        ]
    },
    {
        "name": "contao-components/ace",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/ace.git",
            "reference": "3286db19f52cee5f85362dedcc438516a4ba2cad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/ace/zipball/3286db19f52cee5f85362dedcc438516a4ba2cad",
            "reference": "3286db19f52cee5f85362dedcc438516a4ba2cad",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-05-10T15:18:26+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "ACE code editor integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/chosen",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/chosen.git",
            "reference": "637bd469f4230fc63c4cc594478a7515bdd9fa35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/chosen/zipball/637bd469f4230fc63c4cc594478a7515bdd9fa35",
            "reference": "637bd469f4230fc63c4cc594478a7515bdd9fa35",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:17:07+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Chosen integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/colorbox",
        "version": "1.6.5",
        "version_normalized": "1.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/colorbox.git",
            "reference": "8cc986821413921f2bdba85219c13ed86902b1cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/colorbox/zipball/8cc986821413921f2bdba85219c13ed86902b1cf",
            "reference": "8cc986821413921f2bdba85219c13ed86902b1cf",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:20:55+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Colorbox integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/colorpicker",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/colorpicker.git",
            "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/colorpicker/zipball/b9545f1fa3e4f0f4f577caf7fc743c0530157122",
            "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:24:03+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Color picker integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/compass",
        "version": "0.12.2.1",
        "version_normalized": "0.12.2.1",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/compass.git",
            "reference": "57f0d49607922a71b78101728cf03a5bde287a28"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/compass/zipball/57f0d49607922a71b78101728cf03a5bde287a28",
            "reference": "57f0d49607922a71b78101728cf03a5bde287a28",
            "shasum": ""
        },
        "time": "2016-07-07T11:45:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Compass integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/contao",
        "version": "8.0.3",
        "version_normalized": "8.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/contao.git",
            "reference": "57007793319955b509fe002f49f86fe7b26e6ffa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/contao/zipball/57007793319955b509fe002f49f86fe7b26e6ffa",
            "reference": "57007793319955b509fe002f49f86fe7b26e6ffa",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2018-09-12T09:16:52+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Contao Open Source CMS components"
    },
    {
        "name": "contao-components/datepicker",
        "version": "2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/datepicker.git",
            "reference": "6551767a7283383d893989767d3182fb88049ab6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/datepicker/zipball/6551767a7283383d893989767d3182fb88049ab6",
            "reference": "6551767a7283383d893989767d3182fb88049ab6",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:31:22+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Date picker integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/dropzone",
        "version": "5.5.0",
        "version_normalized": "5.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/dropzone.git",
            "reference": "0ba3edca1896f5523bd7bf3ad3cdf82f9d11a01e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/dropzone/zipball/0ba3edca1896f5523bd7bf3ad3cdf82f9d11a01e",
            "reference": "0ba3edca1896f5523bd7bf3ad3cdf82f9d11a01e",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-02-15T09:16:35+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "DropZone integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/highlight",
        "version": "9.15.6",
        "version_normalized": "9.15.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/highlight.git",
            "reference": "566914314f612127e572c19f6439606f2c64f791"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/highlight/zipball/566914314f612127e572c19f6439606f2c64f791",
            "reference": "566914314f612127e572c19f6439606f2c64f791",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-05-10T15:44:24+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Highlight.js integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/html5shiv",
        "version": "3.7.3",
        "version_normalized": "3.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/html5shiv.git",
            "reference": "15fa06ddc9bc47a09f0c31bb93e26b789c3b43ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/html5shiv/zipball/15fa06ddc9bc47a09f0c31bb93e26b789c3b43ea",
            "reference": "15fa06ddc9bc47a09f0c31bb93e26b789c3b43ea",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "~1.0"
        },
        "time": "2015-11-10T10:48:13+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "HTML5 Shiv integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/installer",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/installer.git",
            "reference": "0d04932172668f24f3b7af2ff26bf4b7fe0d9de5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/installer/zipball/0d04932172668f24f3b7af2ff26bf4b7fe0d9de5",
            "reference": "0d04932172668f24f3b7af2ff26bf4b7fe0d9de5",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "composer/composer": "^1.0",
            "friendsofphp/php-cs-fixer": "^2.12",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2018-12-21T15:54:01+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Contao\\ComponentsInstaller\\Composer\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\ComponentsInstaller\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Contao components installer"
    },
    {
        "name": "contao-components/jquery",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/jquery.git",
            "reference": "759eb4a2473a419680be92743498af5273f44f8d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/jquery/zipball/759eb4a2473a419680be92743498af5273f44f8d",
            "reference": "759eb4a2473a419680be92743498af5273f44f8d",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-05-10T15:49:20+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "jQuery integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/jquery-ui",
        "version": "1.12.1.1",
        "version_normalized": "1.12.1.1",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/jquery-ui.git",
            "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/jquery-ui/zipball/1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1",
            "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2017-09-26T08:11:43+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "jQuery UI integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/mediabox",
        "version": "1.5.5",
        "version_normalized": "1.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/mediabox.git",
            "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/mediabox/zipball/8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
            "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:33:27+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Mediabox integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/mediaelement",
        "version": "4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/mediaelement.git",
            "reference": "b3b7b802ccab9f5514400bb4f99eaf24ef6d49e2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/mediaelement/zipball/b3b7b802ccab9f5514400bb4f99eaf24ef6d49e2",
            "reference": "b3b7b802ccab9f5514400bb4f99eaf24ef6d49e2",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-03-18T12:06:23+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "MediaElement.js integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/mootools",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/mootools.git",
            "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/mootools/zipball/cd812036f79b2d55dd0feddd7b96c180c1f04bab",
            "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:37:02+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "MooTools integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/respimage",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/respimage.git",
            "reference": "c8e20216d7e958447b17429d631341dfdd0ebed9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/respimage/zipball/c8e20216d7e958447b17429d631341dfdd0ebed9",
            "reference": "c8e20216d7e958447b17429d631341dfdd0ebed9",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "~1.0"
        },
        "time": "2015-11-10T10:49:03+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Respimage.js integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/simplemodal",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/simplemodal.git",
            "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/simplemodal/zipball/3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
            "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:39:02+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "SimpleModal integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/swipe",
        "version": "2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/swipe.git",
            "reference": "ba48a5e5bb307cb79f67445a5979503c9e1b25ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/swipe/zipball/ba48a5e5bb307cb79f67445a5979503c9e1b25ed",
            "reference": "ba48a5e5bb307cb79f67445a5979503c9e1b25ed",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:41:02+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "A JavaScript touch slider with dot menu"
    },
    {
        "name": "contao-components/tablesort",
        "version": "3.4.12",
        "version_normalized": "3.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/tablesort.git",
            "reference": "17e920af665bb89910d094d2df8c5b3014ca239f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/tablesort/zipball/17e920af665bb89910d094d2df8c5b3014ca239f",
            "reference": "17e920af665bb89910d094d2df8c5b3014ca239f",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:42:48+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Contao Open Source CMS tablesort"
    },
    {
        "name": "contao-components/tablesorter",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/tablesorter.git",
            "reference": "98748a7a0ed5410876538d13cb0c78dab46eb6a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/tablesorter/zipball/98748a7a0ed5410876538d13cb0c78dab46eb6a2",
            "reference": "98748a7a0ed5410876538d13cb0c78dab46eb6a2",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-07-12T07:45:35+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "jQuery tablesorter integration for Contao Open Source CMS"
    },
    {
        "name": "contao-components/tinymce4",
        "version": "4.9.4",
        "version_normalized": "4.9.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/tinymce4.git",
            "reference": "ad3dbbd5a2bee57cd7438a15ff75320d93a638c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/tinymce4/zipball/ad3dbbd5a2bee57cd7438a15ff75320d93a638c4",
            "reference": "ad3dbbd5a2bee57cd7438a15ff75320d93a638c4",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-05-10T15:56:48+00:00",
        "type": "contao-component",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1+"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "TinyMCE 4 integration for Contao Open Source CMS"
    },
    {
        "name": "contao-dd/advanced-classes-bundle",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Contao-DD/advanced-classes-bundle.git",
            "reference": "ea89de7e96096b2b1139fae844caaca8c9326f2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Contao-DD/advanced-classes-bundle/zipball/ea89de7e96096b2b1139fae844caaca8c9326f2a",
            "reference": "ea89de7e96096b2b1139fae844caaca8c9326f2a",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "~4.0",
            "php": ">=5.4.0"
        },
        "conflict": {
            "contao/core": "*"
        },
        "time": "2019-03-19T09:40:04+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoDD\\AdvancedClassesBundle\\ContaoManagerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoDD\\AdvancedClassesBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Contao Stammtisch Dresden",
                "email": "kontakt@gondao.de",
                "homepage": "http://www.gondao.de",
                "role": "Developer"
            }
        ],
        "description": "Contao 4 advanced classes bundle"
    },
    {
        "name": "contao-themes-net/mate-theme-bundle",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-themes-net/mate-theme-bundle.git",
            "reference": "e5e35b31ff363c9211c961a44a141c961fb7e5f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-themes-net/mate-theme-bundle/zipball/e5e35b31ff363c9211c961a44a141c961fb7e5f9",
            "reference": "e5e35b31ff363c9211c961a44a141c961fb7e5f9",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/grid": "^2.1",
            "contao-dd/advanced-classes-bundle": "^1.0",
            "contao-themes-net/material-icons-inserttag": "^1.0",
            "contao/core-bundle": "^4.4",
            "pdir/contao-theme-helper-bundle": "^1.2",
            "php": ">=7.1",
            "terminal42/contao-folderpage": "^2.0.5"
        },
        "conflict": {
            "contao/core": "*"
        },
        "time": "2019-07-12T08:12:14+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoThemesNet\\MateThemeBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoThemesNet\\MateThemeBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "proprietary"
        ],
        "authors": [
            {
                "name": "Webdesign für Dresden",
                "email": "develop@pdir.de",
                "homepage": "https://pdir.de",
                "role": "Developer"
            },
            {
                "name": "Kostenlose Contao Themes",
                "email": "develop@pdir.de",
                "homepage": "https://contao-themes.net",
                "role": "Supplier"
            }
        ],
        "description": "mate theme bundle for Contao 4",
        "homepage": "https://contao-themes.net",
        "keywords": [
            "contao",
            "template",
            "theme"
        ]
    },
    {
        "name": "contao-themes-net/material-icons-inserttag",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-themes-net/material-icons-inserttag.git",
            "reference": "6bcae0ca9eaaad1b2bc8f1e372487c9902de342a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-themes-net/material-icons-inserttag/zipball/6bcae0ca9eaaad1b2bc8f1e372487c9902de342a",
            "reference": "6bcae0ca9eaaad1b2bc8f1e372487c9902de342a",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "php": "^5.6 || ^7.0"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "doctrine/doctrine-cache-bundle": "^1.3",
            "friendsofphp/php-cs-fixer": "^2.12",
            "php-http/guzzle6-adapter": "^1.1",
            "php-http/message-factory": "^1.0.2",
            "phpunit/phpunit": "^5.7.26",
            "symfony/phpunit-bridge": "^3.2"
        },
        "time": "2019-03-07T14:29:59+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoThemesNet\\MaterialIconsInserttag\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoThemesNet\\MaterialIconsInserttag\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Webdesign für Dresden",
                "email": "develop@pdir.de",
                "homepage": "https://pdir.de",
                "role": "Developer"
            }
        ],
        "description": "Material Icons Inserttag Bundle for Contao 4"
    },
    {
        "name": "contao/calendar-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/calendar-bundle.git",
            "reference": "c6d60afd00f427d636b5045830d439efde10a5f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/c6d60afd00f427d636b5045830d439efde10a5f1",
            "reference": "c6d60afd00f427d636b5045830d439efde10a5f1",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "friendsofsymfony/http-cache": "^2.4",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-foundation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.3.1",
            "contao/test-case": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^7.0",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\CalendarBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\CalendarBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Adds calendar functionality to Contao 4"
    },
    {
        "name": "contao/comments-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/comments-bundle.git",
            "reference": "12bae291fbdad31d9f71a275e6feb873c1db5d58"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/comments-bundle/zipball/12bae291fbdad31d9f71a275e6feb873c1db5d58",
            "reference": "12bae291fbdad31d9f71a275e6feb873c1db5d58",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\CommentsBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\CommentsBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Adds comments functionality to Contao 4"
    },
    {
        "name": "contao/conflicts",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/conflicts.git",
            "reference": "a3fd5c0a12d631f44c16b663947ac4e88f988e84"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/conflicts/zipball/a3fd5c0a12d631f44c16b663947ac4e88f988e84",
            "reference": "a3fd5c0a12d631f44c16b663947ac4e88f988e84",
            "shasum": ""
        },
        "conflict": {
            "doctrine/dbal": "2.9.* <2.9.3",
            "doctrine/doctrine-migrations-bundle": "<1.1",
            "doctrine/orm": "<2.4",
            "knplabs/knp-time-bundle": "1.9.0",
            "lexik/maintenance-bundle": "2.1.4",
            "symfony/finder": "3.4.7 || 4.0.7",
            "symfony/framework-bundle": "4.2.7",
            "symfony/security": "3.3.17 || 3.4.7 || 3.4.8 || 3.4.11",
            "symfony/swiftmailer-bundle": "2.6.* <2.6.2",
            "symfony/twig-bundle": "4.1.0",
            "twig/twig": "2.7.0"
        },
        "time": "2019-04-18T10:02:19+00:00",
        "type": "metapackage",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Contao 4 conflicting packages"
    },
    {
        "name": "contao/core-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/core-bundle.git",
            "reference": "275c844766f9d50d898d143cdca47d5c3644fec7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/core-bundle/zipball/275c844766f9d50d898d143cdca47d5c3644fec7",
            "reference": "275c844766f9d50d898d143cdca47d5c3644fec7",
            "shasum": ""
        },
        "require": {
            "ausi/slug-generator": "^1.1",
            "bacon/bacon-qr-code": "^2.0",
            "contao-components/ace": "^1.2",
            "contao-components/chosen": "^1.2",
            "contao-components/colorbox": "^1.6",
            "contao-components/colorpicker": "^1.5",
            "contao-components/compass": "^0.12",
            "contao-components/contao": "^8.0",
            "contao-components/datepicker": "^2.3",
            "contao-components/dropzone": "^5.0.1",
            "contao-components/highlight": "^9.0",
            "contao-components/html5shiv": "^3.7.3",
            "contao-components/jquery": "^1.12 || ^2.0 || ^3.0",
            "contao-components/jquery-ui": "^1.11.4",
            "contao-components/mediabox": "^1.5",
            "contao-components/mediaelement": "^4.1",
            "contao-components/mootools": "^1.6.0.1",
            "contao-components/respimage": "^1.4",
            "contao-components/simplemodal": "^2.1",
            "contao-components/swipe": "^2.0.3",
            "contao-components/tablesort": "^3.4.5",
            "contao-components/tablesorter": "^2.1",
            "contao-components/tinymce4": "^4.7",
            "contao/image": "^0.3.5",
            "contao/imagine-svg": "^0.1.2 || ^0.2",
            "doctrine/dbal": "^2.5",
            "doctrine/doctrine-bundle": "^1.7.2",
            "doctrine/doctrine-cache-bundle": "^1.3",
            "ext-dom": "*",
            "ext-gd": "*",
            "ext-intl": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-pdo": "*",
            "ext-zlib": "*",
            "friendsofsymfony/http-cache": "^2.5",
            "friendsofsymfony/http-cache-bundle": "^2.6",
            "imagine/imagine": "^0.7 || ^1.0",
            "knplabs/knp-menu-bundle": "^2.1",
            "knplabs/knp-time-bundle": "^1.5.2",
            "league/uri": "^5.0",
            "matthiasmullie/minify": "^1.3",
            "michelf/php-markdown": "^1.4",
            "nelmio/cors-bundle": "^1.5.3",
            "ocramius/package-versions": "^1.2",
            "oyejorge/less.php": "^1.7",
            "paragonie/constant_time_encoding": "^2.2",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "phpspec/php-diff": "^1.0",
            "phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0",
            "psr/log": "^1.0",
            "scheb/two-factor-bundle": "^3.7",
            "scssphp/scssphp": "^1.0",
            "simplepie/simplepie": "^1.3",
            "spomky-labs/otphp": "^9.1",
            "symfony-cmf/routing-bundle": "^2.1",
            "symfony/asset": "3.4.* || 4.1.* || 4.2.*",
            "symfony/cache": "3.4.* || 4.1.* || 4.2.*",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/console": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/event-dispatcher": "3.4.* || 4.1.* || 4.2.*",
            "symfony/expression-language": "3.4.* || 4.1.* || 4.2.*",
            "symfony/filesystem": "3.4.* || 4.1.* || 4.2.*",
            "symfony/finder": "3.4.* || 4.1.* || 4.2.*",
            "symfony/framework-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-foundation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/lock": "3.4.* || 4.1.* || 4.2.*",
            "symfony/process": "3.4.* || 4.1.* || 4.2.*",
            "symfony/routing": "3.4.* || 4.1.* || 4.2.*",
            "symfony/security-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/swiftmailer-bundle": "^2.6 || ^3.1.5",
            "symfony/translation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/twig-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*",
            "terminal42/header-replay-bundle": "^1.4",
            "true/punycode": "^2.1"
        },
        "conflict": {
            "contao-community-alliance/composer-plugin": "<3.0",
            "contao/core": "*",
            "contao/manager-bundle": "4.5.* <4.5.2",
            "contao/manager-plugin": "<2.0 || >=3.0",
            "doctrine/dbal": "2.9.* <2.9.3",
            "doctrine/doctrine-migrations-bundle": "<1.1",
            "doctrine/orm": "<2.4",
            "knplabs/knp-time-bundle": "1.9.0",
            "lexik/maintenance-bundle": "2.1.4",
            "symfony/finder": "3.4.7 || 4.0.7",
            "symfony/swiftmailer-bundle": "2.6.* <2.6.2",
            "symfony/twig-bundle": "4.1.0"
        },
        "require-dev": {
            "composer/composer": "^1.0",
            "contao/manager-plugin": "^2.3.1",
            "contao/test-case": "^2.1",
            "doctrine/doctrine-migrations-bundle": "^1.1",
            "doctrine/event-manager": "^1.0",
            "doctrine/orm": "^2.5",
            "ext-fileinfo": "*",
            "lexik/maintenance-bundle": "^2.1.3",
            "monolog/monolog": "^1.22",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^7.0",
            "symfony/browser-kit": "3.4.* || 4.1.* || 4.2.*",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "suggest": {
            "contao/tcpdf-bundle": "To export articles as PDF files",
            "lexik/maintenance-bundle": "To put the application into maintenance mode"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "symfony-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\CoreBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "files": [
                "src/Resources/functions/utf8_bootup.php"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/helper/functions.php",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/",
                "src/Resources/contao/themes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Contao 4 core bundle"
    },
    {
        "name": "contao/faq-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/faq-bundle.git",
            "reference": "7fb41e18e0b46d3e37c79d059fd57fbabd4404aa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/faq-bundle/zipball/7fb41e18e0b46d3e37c79d059fd57fbabd4404aa",
            "reference": "7fb41e18e0b46d3e37c79d059fd57fbabd4404aa",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.3.1",
            "contao/test-case": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^7.0",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\FaqBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\FaqBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Adds FAQ functionality to Contao 4"
    },
    {
        "name": "contao/image",
        "version": "0.3.9",
        "version_normalized": "0.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/image.git",
            "reference": "c5d4aa8fc3226306a3e85cfd05dd0a764f8cab79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/image/zipball/c5d4aa8fc3226306a3e85cfd05dd0a764f8cab79",
            "reference": "c5d4aa8fc3226306a3e85cfd05dd0a764f8cab79",
            "shasum": ""
        },
        "require": {
            "contao/imagine-svg": "^0.1.4 || ^0.2",
            "imagine/imagine": "^0.6 || ^0.7 || ^1.0",
            "php": "^5.6 || ^7.0",
            "symfony/filesystem": "^2.8 || ^3.0 || ^4.0",
            "webmozart/path-util": "^2.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.12",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2019-01-28T20:29:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\Image\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Martin Auswöger",
                "homepage": "https://github.com/ausi"
            }
        ],
        "description": "Contao image library"
    },
    {
        "name": "contao/imagine-svg",
        "version": "0.2.2",
        "version_normalized": "0.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/imagine-svg.git",
            "reference": "df9603dce9176eff8a66e1d0c8defffb87275ee3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/imagine-svg/zipball/df9603dce9176eff8a66e1d0c8defffb87275ee3",
            "reference": "df9603dce9176eff8a66e1d0c8defffb87275ee3",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "imagine/imagine": "^0.6 || ^0.7 || ^1.0",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.12",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5.7.26",
            "symfony/filesystem": "^2.8 || ^3.0 || ^4.0"
        },
        "time": "2019-01-27T12:41:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\ImagineSvg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Martin Auswöger",
                "homepage": "https://github.com/ausi"
            }
        ],
        "description": "Contao Imagine SVG library"
    },
    {
        "name": "contao/installation-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/installation-bundle.git",
            "reference": "11ac466b1d9ff89842fe58775b56fbd6da9df145"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/installation-bundle/zipball/11ac466b1d9ff89842fe58775b56fbd6da9df145",
            "reference": "11ac466b1d9ff89842fe58775b56fbd6da9df145",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "doctrine/dbal": "^2.5",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "psr/log": "^1.0",
            "sensiolabs/ansi-to-html": "^1.1",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/console": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/event-dispatcher": "3.4.* || 4.1.* || 4.2.*",
            "symfony/filesystem": "3.4.* || 4.1.* || 4.2.*",
            "symfony/finder": "3.4.* || 4.1.* || 4.2.*",
            "symfony/framework-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-foundation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.3.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^7.0",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\InstallationBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\InstallationBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Required to install and update Contao 4"
    },
    {
        "name": "contao/listing-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/listing-bundle.git",
            "reference": "0b51ff34d0cac17a97d1d1096cff23618976cea6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/listing-bundle/zipball/0b51ff34d0cac17a97d1d1096cff23618976cea6",
            "reference": "0b51ff34d0cac17a97d1d1096cff23618976cea6",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1"
        },
        "time": "2019-02-22T14:59:01+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\ListingBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\ListingBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Allows to list arbitrary data in the Contao 4 front end"
    },
    {
        "name": "contao/manager-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/manager-bundle.git",
            "reference": "b59ade59fcf78c734e0ea8e50bb414c1cd133c24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/manager-bundle/zipball/b59ade59fcf78c734e0ea8e50bb414c1cd133c24",
            "reference": "b59ade59fcf78c734e0ea8e50bb414c1cd133c24",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "contao/installation-bundle": "self.version",
            "contao/manager-plugin": "^2.4",
            "doctrine/dbal": "^2.5",
            "doctrine/doctrine-bundle": "^1.7.2",
            "doctrine/doctrine-cache-bundle": "^1.3",
            "friendsofsymfony/http-cache": "^2.5",
            "friendsofsymfony/http-cache-bundle": "^2.6",
            "lexik/maintenance-bundle": "^2.1.3",
            "nelmio/cors-bundle": "^1.5.3",
            "nelmio/security-bundle": "^2.2",
            "ocramius/proxy-manager": "^2.1",
            "php": "^7.1",
            "php-http/guzzle6-adapter": "^1.1",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/console": "3.4.* || 4.1.* || 4.2.*",
            "symfony/debug-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dotenv": "3.4.* || 4.1.* || 4.2.*",
            "symfony/expression-language": "3.4.* || 4.1.* || 4.2.*",
            "symfony/filesystem": "3.4.* || 4.1.* || 4.2.*",
            "symfony/finder": "3.4.* || 4.1.* || 4.2.*",
            "symfony/framework-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-foundation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/monolog-bridge": "4.1.* || 4.2.*",
            "symfony/monolog-bundle": "^3.1",
            "symfony/process": "3.4.* || 4.1.* || 4.2.*",
            "symfony/proxy-manager-bridge": "3.4.* || 4.1.* || 4.2.*",
            "symfony/routing": "3.4.* || 4.1.* || 4.2.*",
            "symfony/security-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/swiftmailer-bundle": "^2.6 || ^3.1.5",
            "symfony/twig-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/web-profiler-bundle": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*",
            "terminal42/header-replay-bundle": "^1.5.3",
            "toflar/psr6-symfony-http-cache-store": "^2.0"
        },
        "conflict": {
            "symfony/twig-bundle": "4.1.0"
        },
        "require-dev": {
            "composer/composer": "^1.0",
            "contao/test-case": "^2.1",
            "phpunit/phpunit": "^7.0",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-07-15T12:53:36+00:00",
        "bin": [
            "bin/contao-console"
        ],
        "type": "symfony-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\ManagerBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Andreas Schempp",
                "homepage": "https://github.com/aschempp"
            }
        ],
        "description": "Contao 4 manager bundle"
    },
    {
        "name": "contao/manager-plugin",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/manager-plugin.git",
            "reference": "8691b133a0790e4b771ca02a9ce0649aa5600551"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/manager-plugin/zipball/8691b133a0790e4b771ca02a9ce0649aa5600551",
            "reference": "8691b133a0790e4b771ca02a9ce0649aa5600551",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1",
            "php": "^7.1",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/filesystem": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0",
            "symfony/routing": "^3.3 || ^4.0"
        },
        "require-dev": {
            "composer/composer": "^1.1",
            "contao/core-bundle": "^4.5",
            "ext-zip": "*",
            "friendsofphp/php-cs-fixer": "^2.14",
            "php-coveralls/php-coveralls": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^6.5",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-06-07T09:58:11+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": [
                "Contao\\ManagerPlugin\\Composer\\ArtifactsPlugin",
                "Contao\\ManagerPlugin\\Composer\\ManagerPluginInstaller"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\ManagerPlugin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Andreas Schempp",
                "homepage": "https://github.com/aschempp"
            }
        ],
        "description": "Contao 4 manager plugin"
    },
    {
        "name": "contao/news-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/news-bundle.git",
            "reference": "f9822d1c303662baf0a8affa9d841ef0879662fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/news-bundle/zipball/f9822d1c303662baf0a8affa9d841ef0879662fc",
            "reference": "f9822d1c303662baf0a8affa9d841ef0879662fc",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "friendsofsymfony/http-cache": "^2.4",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/config": "3.4.* || 4.1.* || 4.2.*",
            "symfony/dependency-injection": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-foundation": "3.4.* || 4.1.* || 4.2.*",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*",
            "symfony/yaml": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.3.1",
            "contao/test-case": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^7.0",
            "symfony/phpunit-bridge": "^3.4.5"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\NewsBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\NewsBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Adds news functionality to Contao 4"
    },
    {
        "name": "contao/newsletter-bundle",
        "version": "4.7.7",
        "version_normalized": "4.7.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/newsletter-bundle.git",
            "reference": "2122b37a60e2fdb4d2ead11240d309abb37d8d1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/newsletter-bundle/zipball/2122b37a60e2fdb4d2ead11240d309abb37d8d1b",
            "reference": "2122b37a60e2fdb4d2ead11240d309abb37d8d1b",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "patchwork/utf8": "^1.2",
            "php": "^7.1",
            "symfony/http-kernel": "3.4.* || 4.1.* || 4.2.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1"
        },
        "time": "2019-07-16T10:12:58+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Contao\\NewsletterBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Contao\\NewsletterBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/",
                "src/Resources/contao/templates/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "description": "Adds newsletter functionality to Contao 4"
    },
    {
        "name": "dasprid/enum",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DASPRiD/Enum.git",
            "reference": "631ef6e638e9494b0310837fa531bedd908fc22b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/631ef6e638e9494b0310837fa531bedd908fc22b",
            "reference": "631ef6e638e9494b0310837fa531bedd908fc22b",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4",
            "squizlabs/php_codesniffer": "^3.1"
        },
        "time": "2017-10-25T22:45:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DASPRiD\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "https://dasprids.de/"
            }
        ],
        "description": "PHP 7.1 enum implementation",
        "keywords": [
            "enum",
            "map"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
            "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-03-25T19:12:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^4.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2018-08-21T18:01:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan-shim": "^0.9.2",
            "phpunit/phpunit": "^7.0",
            "vimeo/psalm": "^3.2.2"
        },
        "time": "2019-06-09T13:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/a9019c1e3232eacace373a6ba957a85b66a255c1",
            "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.0",
            "doctrine/event-manager": "^1.0",
            "ext-pdo": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "jetbrains/phpstorm-stubs": "^2018.1.2",
            "phpstan/phpstan": "^0.10.1",
            "phpunit/phpunit": "^7.1.2",
            "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
            "symfony/console": "^2.0.5|^3.0|^4.0",
            "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2018-12-04T06:44:25+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "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"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.11.2",
        "version_normalized": "1.11.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "28101e20776d8fa20a00b54947fbae2db0d09103"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/28101e20776d8fa20a00b54947fbae2db0d09103",
            "reference": "28101e20776d8fa20a00b54947fbae2db0d09103",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.5.12",
            "doctrine/doctrine-cache-bundle": "~1.2",
            "jdorn/sql-formatter": "^1.2.16",
            "php": "^7.1",
            "symfony/config": "^3.4|^4.1",
            "symfony/console": "^3.4|^4.1",
            "symfony/dependency-injection": "^3.4|^4.1",
            "symfony/doctrine-bridge": "^3.4|^4.1",
            "symfony/framework-bundle": "^3.4|^4.1"
        },
        "conflict": {
            "doctrine/orm": "<2.6",
            "twig/twig": "<1.34|>=2.0,<2.4"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "doctrine/orm": "^2.6",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "7.0",
            "symfony/cache": "^3.4|^4.1",
            "symfony/phpunit-bridge": "^4.2",
            "symfony/property-info": "^3.4|^4.1",
            "symfony/validator": "^3.4|^4.1",
            "symfony/web-profiler-bundle": "^3.4|^4.1",
            "symfony/yaml": "^3.4|^4.1",
            "twig/twig": "^1.34|^2.4"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "To use the data collector."
        },
        "time": "2019-06-04T07:35:05+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.3.5",
        "version_normalized": "1.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "~2.7|~3.3|~4.0",
            "symfony/finder": "~2.7|~3.3|~4.0",
            "symfony/framework-bundle": "~2.7|~3.3|~4.0",
            "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
            "symfony/security-acl": "~2.7|~3.3",
            "symfony/validator": "~2.7|~3.3|~4.0",
            "symfony/yaml": "~2.7|~3.3|~4.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2018-11-09T06:25:35+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Fabio B. Silva",
                "email": "fabio.bat.silva@gmail.com"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@hotmail.com"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Bundle for Doctrine Cache",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-06-11T11:59:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Event Manager component",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "eventdispatcher",
            "eventmanager"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5"
        },
        "time": "2019-06-08T11:03:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "doctrine/persistence",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpstan/phpstan": "^0.8",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-04-23T08:28:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
        "homepage": "https://doctrine-project.org/projects/persistence.html",
        "keywords": [
            "mapper",
            "object",
            "odm",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/reflection",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/reflection.git",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "doctrine/common": "^2.8",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-06-14T14:45:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Reflection component",
        "homepage": "https://www.doctrine-project.org/projects/reflection.html",
        "keywords": [
            "reflection"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.10",
        "version_normalized": "2.1.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
            "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1",
            "symfony/phpunit-bridge": "^4.4@dev"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-07-19T20:52:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "friendsofsymfony/http-cache",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
            "reference": "eb1a2c995bcbdb965ad7f0dc2ca5e93885b51ce4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/eb1a2c995bcbdb965ad7f0dc2ca5e93885b51ce4",
            "reference": "eb1a2c995bcbdb965ad7f0dc2ca5e93885b51ce4",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0.0",
            "php-http/client-common": "^1.1.0 || ^2.0",
            "php-http/client-implementation": "^1.0 || ^2.0",
            "php-http/discovery": "^1.0 || ^2.0",
            "php-http/message": "^1.0 || ^2.0",
            "symfony/event-dispatcher": "^3.4 || ^4.0",
            "symfony/options-resolver": "^3.4 || ^4.0"
        },
        "conflict": {
            "toflar/psr6-symfony-http-cache-store": "<1.1.2"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.5",
            "monolog/monolog": "^1.0",
            "php-http/guzzle6-adapter": "^1.0 || ^2.0",
            "php-http/mock-client": "^1.2",
            "phpunit/phpunit": "^5.7 || ^6.0",
            "symfony/http-kernel": "^3.4 || ^4.0",
            "symfony/process": "^3.4 || ^4.0"
        },
        "suggest": {
            "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework",
            "monolog/monolog": "For logging issues while invalidating"
        },
        "time": "2019-05-14T12:36:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FOS\\HttpCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Liip AG",
                "homepage": "http://www.liip.ch/"
            },
            {
                "name": "Driebit",
                "email": "tech@driebit.nl",
                "homepage": "http://www.driebit.nl"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
            }
        ],
        "description": "Tools to manage HTTP caching proxies with PHP",
        "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
        "keywords": [
            "caching",
            "http",
            "invalidation",
            "nginx",
            "purge",
            "varnish"
        ]
    },
    {
        "name": "friendsofsymfony/http-cache-bundle",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
            "reference": "a4efda13d309678844296e61e929826d2147ef2b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/a4efda13d309678844296e61e929826d2147ef2b",
            "reference": "a4efda13d309678844296e61e929826d2147ef2b",
            "shasum": ""
        },
        "require": {
            "friendsofsymfony/http-cache": "^2.5.2",
            "php": "^7.1",
            "symfony/framework-bundle": "^3.4.4 || ^4.0",
            "symfony/http-foundation": "^3.4.4 || ^4.0",
            "symfony/http-kernel": "^3.4.4 || ^4.0"
        },
        "conflict": {
            "symfony/monolog-bridge": "<3.4.4",
            "twig/twig": "<1.12.0"
        },
        "require-dev": {
            "matthiasnoback/symfony-dependency-injection-test": "^2.3",
            "mockery/mockery": "^1.0",
            "monolog/monolog": "*",
            "php-http/guzzle6-adapter": "^1.0",
            "php-http/message": "^1.0",
            "sebastian/exporter": "^2.0",
            "sensio/framework-extra-bundle": "^3.0",
            "symfony/browser-kit": "^3.4.4 || ^4.0",
            "symfony/console": "^3.4.4 || ^4.0",
            "symfony/css-selector": "^3.4.4 || ^4.0",
            "symfony/expression-language": "^3.4.4 || ^4.0",
            "symfony/finder": "^3.4.4 || ^4.0",
            "symfony/monolog-bundle": "^3.0",
            "symfony/phpunit-bridge": "^4.2.4",
            "symfony/routing": "^3.4.4 || ^4.0",
            "symfony/security-bundle": "^3.4.4 || ^4.0",
            "symfony/twig-bundle": "^3.4.4 || ^4.0",
            "symfony/yaml": "^3.4.4 || ^4.0"
        },
        "suggest": {
            "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
            "symfony/console": "To send invalidation requests from the command line",
            "symfony/expression-language": "For Tagged Cache Invalidation"
        },
        "time": "2019-06-12T12:05:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FOS\\HttpCacheBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Liip AG",
                "homepage": "http://www.liip.ch/"
            },
            {
                "name": "Driebit",
                "email": "tech@driebit.nl",
                "homepage": "http://www.driebit.nl"
            },
            {
                "name": "Community contributions",
                "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
            }
        ],
        "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
        "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
        "keywords": [
            "caching",
            "esi",
            "http",
            "invalidation",
            "purge",
            "varnish"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.3.3",
        "version_normalized": "6.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.4",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2018-04-22T15:46:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "imagine/imagine",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/avalanche123/Imagine.git",
            "reference": "eec39b2092bc8008a92b8d63824476413dbe7511"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/eec39b2092bc8008a92b8d63824476413dbe7511",
            "reference": "eec39b2092bc8008a92b8d63824476413dbe7511",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "2.2.*",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2019-07-09T06:55:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Imagine\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
            "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2014-01-12T16:20:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "655630a1db0b72108262d1a844de3b1ba0885be5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/655630a1db0b72108262d1a844de3b1ba0885be5",
            "reference": "655630a1db0b72108262d1a844de3b1ba0885be5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/http-foundation": "~2.4|~3.0|^4.0",
            "symfony/phpunit-bridge": "~3.3|^4.0",
            "symfony/routing": "~2.3|~3.0|^4.0",
            "twig/twig": "~1.16|~2.0"
        },
        "suggest": {
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2017-11-18T20:49:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Menu\\": "src/Knp/Menu"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            },
            {
                "name": "KnpLabs",
                "homepage": "https://knplabs.com"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "https://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "267027582a1f1e355276f796f8da0e9f82026bf1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/267027582a1f1e355276f796f8da0e9f82026bf1",
            "reference": "267027582a1f1e355276f796f8da0e9f82026bf1",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.3",
            "php": "^5.6 || ^7",
            "symfony/framework-bundle": "~2.7|~3.0 | ^4.0"
        },
        "require-dev": {
            "symfony/expression-language": "~2.7|~3.0 | ^4.0",
            "symfony/phpunit-bridge": "^3.3 | ^4.0",
            "symfony/templating": "~2.7|~3.0 | ^4.0"
        },
        "time": "2019-06-17T12:58:15+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\MenuBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
            }
        ],
        "description": "This bundle provides an integration of the KnpMenu library",
        "keywords": [
            "menu"
        ]
    },
    {
        "name": "knplabs/knp-time-bundle",
        "version": "v1.9.1",
        "version_normalized": "1.9.1.0",
        "target-dir": "Knp/Bundle/TimeBundle",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpTimeBundle.git",
            "reference": "d8464f1f0e0bdeb6fab3dd0d34bc085705e769f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/d8464f1f0e0bdeb6fab3dd0d34bc085705e769f0",
            "reference": "d8464f1f0e0bdeb6fab3dd0d34bc085705e769f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "symfony/config": "~2.3|~3.0|~4.0",
            "symfony/dependency-injection": "~2.3|~3.0|~4.0",
            "symfony/templating": "~2.3|~3.0|~4.0",
            "symfony/translation": "~2.3|~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8|^5.0"
        },
        "suggest": {
            "symfony/twig-bundle": "to use the Twig time_diff function"
        },
        "time": "2019-04-19T10:01:52+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Bundle\\TimeBundle": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors"
            }
        ],
        "description": "Knplabs time bundle makes your dates look sensible and descriptive",
        "homepage": "http://github.com/KnpLabs/KnpTimeBundle",
        "keywords": [
            "bundle",
            "date",
            "descriptive time",
            "knp",
            "knplabs",
            "time"
        ]
    },
    {
        "name": "lcobucci/jwt",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
            "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "~1.5",
            "phpmd/phpmd": "~2.2",
            "phpunit/php-invoker": "~1.1",
            "phpunit/phpunit": "^5.7 || ^7.3",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "time": "2019-05-24T18:30:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Otávio Cobucci Oblonczyk",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ]
    },
    {
        "name": "league/uri",
        "version": "5.3.0",
        "version_normalized": "5.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri.git",
            "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri/zipball/f2bceb755f1108758cf4cf925e4cd7699ce686aa",
            "reference": "f2bceb755f1108758cf4cf925e4cd7699ce686aa",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "league/uri-components": "^1.8",
            "league/uri-hostname-parser": "^1.1",
            "league/uri-interfaces": "^1.0",
            "league/uri-manipulations": "^1.5",
            "league/uri-parser": "^1.4",
            "league/uri-schemes": "^1.2",
            "php": ">=7.0.13",
            "psr/http-message": "^1.0"
        },
        "time": "2018-03-14T17:19:39+00:00",
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x-dev"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "file-uri",
            "ftp",
            "hostname",
            "http",
            "https",
            "middleware",
            "parse_str",
            "parse_url",
            "psr-7",
            "query-string",
            "querystring",
            "rfc3986",
            "rfc3987",
            "uri",
            "url",
            "ws"
        ]
    },
    {
        "name": "league/uri-components",
        "version": "1.8.2",
        "version_normalized": "1.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-components.git",
            "reference": "d0412fd730a54a8284009664188cf239070eae64"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/d0412fd730a54a8284009664188cf239070eae64",
            "reference": "d0412fd730a54a8284009664188cf239070eae64",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "league/uri-hostname-parser": "^1.1.0",
            "php": ">=7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.3",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "time": "2018-10-24T11:31:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI components manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "authority",
            "components",
            "fragment",
            "host",
            "path",
            "port",
            "query",
            "rfc3986",
            "scheme",
            "uri",
            "url",
            "userinfo"
        ]
    },
    {
        "name": "league/uri-hostname-parser",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-hostname-parser.git",
            "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
            "reference": "7a6be3d06d0ed08dcb51f666aa60f3b66cd51325",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "php": ">=7.0",
            "psr/simple-cache": "^1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.7",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^6.3"
        },
        "suggest": {
            "ext-curl": "To use the bundle cURL HTTP client",
            "psr/simple-cache-implementation": "To enable using other cache providers"
        },
        "time": "2018-02-16T07:29:26+00:00",
        "bin": [
            "bin/update-psl-icann-section"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Kendall",
                "homepage": "http://about.me/jeremykendall",
                "role": "Developer"
            },
            {
                "name": "Ignace Nyamagana Butera",
                "homepage": "http://nyamsprod.com",
                "role": "Developer"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors"
            }
        ],
        "description": "ICANN base hostname parsing implemented in PHP.",
        "homepage": "https://github.com/thephphleague/uri-hostname-parser",
        "keywords": [
            "Public Suffix List",
            "domain parsing",
            "icann"
        ]
    },
    {
        "name": "league/uri-interfaces",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-interfaces.git",
            "reference": "081760c53a4ce76c9935a755a21353610f5495f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
            "reference": "081760c53a4ce76c9935a755a21353610f5495f6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0.0"
        },
        "time": "2018-11-05T14:00:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "Common interface for URI representation",
        "homepage": "http://github.com/thephpleague/uri-interfaces",
        "keywords": [
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-manipulations",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-manipulations.git",
            "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-manipulations/zipball/ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
            "reference": "ae8d49a3203ccf7a1e39aaf7fae9f08bfbc454a2",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "league/uri-components": "^1.8.0",
            "league/uri-interfaces": "^1.0",
            "php": ">=7.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "guzzlehttp/psr7": "^1.2",
            "league/uri-schemes": "^1.2",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0",
            "zendframework/zend-diactoros": "1.4.0"
        },
        "suggest": {
            "league/uri-schemes": "Allow manipulating URI objects"
        },
        "time": "2018-03-14T16:44:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://url.thephpleague.com",
        "keywords": [
            "formatter",
            "manipulation",
            "manipulations",
            "middlewares",
            "modifiers",
            "psr-7",
            "references",
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-parser",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-parser.git",
            "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
            "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-intl": "Allow parsing RFC3987 compliant hosts",
            "league/uri-schemes": "Allow validating and normalizing URI parsing results"
        },
        "time": "2018-11-22T07:55:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "userland URI parser RFC 3986 compliant",
        "homepage": "https://github.com/thephpleague/uri-parser",
        "keywords": [
            "parse_url",
            "parser",
            "rfc3986",
            "rfc3987",
            "uri",
            "url"
        ]
    },
    {
        "name": "league/uri-schemes",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri-schemes.git",
            "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
            "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "league/uri-interfaces": "^1.1",
            "league/uri-parser": "^1.4.0",
            "php": ">=7.0.13",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpstan/phpstan-strict-rules": "^0.9.0",
            "phpunit/phpunit": "^6.0"
        },
        "suggest": {
            "ext-intl": "Allow parsing RFC3987 compliant hosts",
            "league/uri-manipulations": "Needed to easily manipulate URI objects"
        },
        "time": "2018-11-26T08:09:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Uri\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://nyamsprod.com"
            }
        ],
        "description": "URI manipulation library",
        "homepage": "http://uri.thephpleague.com",
        "keywords": [
            "data-uri",
            "file",
            "ftp",
            "http",
            "https",
            "parse_url",
            "psr-7",
            "rfc3986",
            "uri",
            "url",
            "ws",
            "wss"
        ]
    },
    {
        "name": "lexik/maintenance-bundle",
        "version": "v2.1.5",
        "version_normalized": "2.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lexik/LexikMaintenanceBundle.git",
            "reference": "3a3e916776934a95834235e4a1d71e4595d515f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/3a3e916776934a95834235e4a1d71e4595d515f5",
            "reference": "3a3e916776934a95834235e4a1d71e4595d515f5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/framework-bundle": "~2.7|~3.0|^4.0",
            "symfony/translation": "~2.7|~3.0|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.7.11",
            "symfony/phpunit-bridge": "~2.7|~3.0|^4.0"
        },
        "time": "2018-02-14T10:18:33+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lexik\\Bundle\\MaintenanceBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dev Lexik",
                "email": "dev@lexik.fr"
            },
            {
                "name": "Gilles Gauthier",
                "email": "g.gauthier@lexik.fr"
            },
            {
                "name": "Djuri Baars",
                "email": "info@djurict.nl"
            }
        ],
        "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.",
        "homepage": "https://github.com/lexik/LexikMaintenanceBundle",
        "keywords": [
            "Symfony2",
            "bundle",
            "maintenance"
        ]
    },
    {
        "name": "matthiasmullie/minify",
        "version": "1.3.61",
        "version_normalized": "1.3.61.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/minify.git",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "matthiasmullie/path-converter": "~1.1",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.0",
            "matthiasmullie/scrapbook": "~1.0",
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "psr/cache-implementation": "Cache implementation to use with Minify::cache"
        },
        "time": "2018-11-26T23:10:39+00:00",
        "bin": [
            "bin/minifycss",
            "bin/minifyjs"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MatthiasMullie\\Minify\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matthias Mullie",
                "email": "minify@mullie.eu",
                "homepage": "http://www.mullie.eu",
                "role": "Developer"
            }
        ],
        "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
        "homepage": "http://www.minifier.org",
        "keywords": [
            "JS",
            "css",
            "javascript",
            "minifier",
            "minify"
        ]
    },
    {
        "name": "matthiasmullie/path-converter",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/matthiasmullie/path-converter.git",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2018-10-25T15:19:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MatthiasMullie\\PathConverter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matthias Mullie",
                "email": "pathconverter@mullie.eu",
                "homepage": "http://www.mullie.eu",
                "role": "Developer"
            }
        ],
        "description": "Relative path converter",
        "homepage": "http://github.com/matthiasmullie/path-converter",
        "keywords": [
            "converter",
            "path",
            "paths",
            "relative"
        ]
    },
    {
        "name": "menatwork/contao-multicolumnwizard",
        "version": "3.3.16",
        "version_normalized": "3.3.16.0",
        "source": {
            "type": "git",
            "url": "https://github.com/menatwork/MultiColumnWizard.git",
            "reference": "9a354fe2f05549656cc0f832573c9facebf8f2a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/menatwork/MultiColumnWizard/zipball/9a354fe2f05549656cc0f832573c9facebf8f2a4",
            "reference": "9a354fe2f05549656cc0f832573c9facebf8f2a4",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.5 || ~4.1"
        },
        "replace": {
            "contao-legacy/multicolumnwizard": "*"
        },
        "time": "2018-02-26T17:12:41+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "system/modules/multicolumnwizard": "system/modules/multicolumnwizard"
                }
            },
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-dev": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "system/"
            ],
            "psr-4": {
                "MenAtWork\\MultiColumnWizard\\": "system/modules/multicolumnwizard/src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Tristan Lins",
                "email": "tristan.lins@bit3.de",
                "homepage": "http://bit3.de",
                "role": "Developer"
            },
            {
                "name": "Andreas Schempp",
                "email": "andreas.schempp@terminal42.ch",
                "homepage": "http://www.terminal42.ch",
                "role": "Developer"
            },
            {
                "name": "Yanick Witschi",
                "email": "yanick.witschi@terminal42.ch",
                "homepage": "http://www.terminal42.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Isaak",
                "email": "contao@men-at-work.de",
                "homepage": "http://www.men-at-work.de",
                "role": "Project leader"
            },
            {
                "name": "David Maack",
                "email": "contao@men-at-work.de",
                "homepage": "http://www.men-at-work.de",
                "role": "Developer"
            }
        ],
        "description": "MultiColumWizard for Contao OpenSource CMS",
        "homepage": "http://www.men-at-work.de",
        "keywords": [
            "contao",
            "widget",
            "wizard"
        ]
    },
    {
        "name": "michelf/php-markdown",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/michelf/php-markdown.git",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
            "reference": "01ab082b355bf188d907b9929cd99b2923053495",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-01-15T00:49:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Michelf\\": "Michelf/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Michel Fortin",
                "email": "michel.fortin@michelf.ca",
                "homepage": "https://michelf.ca/",
                "role": "Developer"
            },
            {
                "name": "John Gruber",
                "homepage": "https://daringfireball.net/"
            }
        ],
        "description": "PHP Markdown",
        "homepage": "https://michelf.ca/projects/php-markdown/",
        "keywords": [
            "markdown"
        ]
    },
    {
        "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": "dist",
        "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": "nelmio/cors-bundle",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioCorsBundle.git",
            "reference": "10a24c10f242440211ed31075e74f81661c690d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
            "reference": "10a24c10f242440211ed31075e74f81661c690d9",
            "shasum": ""
        },
        "require": {
            "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
            "mockery/mockery": "^0.9 || ^1.0",
            "symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
        },
        "time": "2019-06-17T08:53:14+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nelmio\\CorsBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
            }
        ],
        "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
        "keywords": [
            "api",
            "cors",
            "crossdomain"
        ]
    },
    {
        "name": "nelmio/security-bundle",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nelmio/NelmioSecurityBundle.git",
            "reference": "ce63c12665440b538dc743dfd9afad3dadf7d12c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/ce63c12665440b538dc743dfd9afad3dadf7d12c",
            "reference": "ce63c12665440b538dc743dfd9afad3dadf7d12c",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|9.99.99",
            "symfony/framework-bundle": "~2.3|~3.0|~4.0",
            "symfony/security": "~2.3|~3.0|~4.0",
            "ua-parser/uap-php": "^3.4.4"
        },
        "require-dev": {
            "doctrine/cache": "^1.0",
            "psr/cache": "^1.0",
            "symfony/phpunit-bridge": "^3.4.24|~4.0",
            "symfony/yaml": "~2.3|~3.0|~4.0",
            "twig/twig": "^1.24"
        },
        "suggest": {
            "ua-parser/uap-php": "To allow adapt CSP directives given the user-agent"
        },
        "time": "2019-04-03T13:44:45+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nelmio\\SecurityBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nelmio",
                "homepage": "http://nelm.io"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors"
            }
        ],
        "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...",
        "keywords": [
            "security"
        ]
    },
    {
        "name": "netzmacht/contao-toolkit",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/netzmacht/contao-toolkit.git",
            "reference": "c3f704e8f8635d5b3e1eaca36a081f21fb1932e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/netzmacht/contao-toolkit/zipball/c3f704e8f8635d5b3e1eaca36a081f21fb1932e9",
            "reference": "c3f704e8f8635d5b3e1eaca36a081f21fb1932e9",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^2.7 || ^3.0",
            "contao/core-bundle": "^4.4.7",
            "doctrine/dbal": "^2.5",
            "ocramius/package-versions": "^1.3",
            "patchwork/utf8": "^1.2",
            "php": ">=7.1",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/event-dispatcher": "^3.3 || ^4.0",
            "symfony/http-foundation": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0",
            "symfony/security": "^3.3 || ^4.0",
            "symfony/templating": "^3.3 || ^4.0",
            "symfony/translation": "^3.3 || ^4.0"
        },
        "conflict": {
            "contao/manager-plugin": "<2.0 || >=3.0",
            "friendsofsymfony/http-cache": "<2.0 || >=3.0"
        },
        "require-dev": {
            "bossa/phpspec2-expect": "^3.0",
            "contao/manager-plugin": "^2.0",
            "friendsofsymfony/http-cache": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "~1.2"
        },
        "time": "2019-07-05T12:56:07+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Netzmacht\\Contao\\Toolkit\\Bundle\\ContaoManager\\Plugin",
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "3.4.x-dev",
                "dev-support/2.0.x": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Netzmacht\\Contao\\Toolkit\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "David Molineus",
                "email": "mail@netzmacht.de",
                "homepage": "https://netzmacht.de",
                "role": "Developer"
            }
        ],
        "description": "This library provides tools to simplify common tasks when developing with Contao.",
        "keywords": [
            "contao",
            "dev",
            "tools"
        ]
    },
    {
        "name": "ocramius/package-versions",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ocramius/PackageVersions.git",
            "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
            "reference": "a4d4b60d0e60da2487bd21a2c6ac089f85570dbb",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0.0",
            "php": "^7.1.0"
        },
        "require-dev": {
            "composer/composer": "^1.6.3",
            "doctrine/coding-standard": "^5.0.1",
            "ext-zip": "*",
            "infection/infection": "^0.7.1",
            "phpunit/phpunit": "^7.0.0"
        },
        "time": "2019-02-21T12:16:21+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "PackageVersions\\Installer",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PackageVersions\\": "src/PackageVersions"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)"
    },
    {
        "name": "ocramius/proxy-manager",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ocramius/ProxyManager.git",
            "reference": "14b137b06b0f911944132df9d51e445a35920ab1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/14b137b06b0f911944132df9d51e445a35920ab1",
            "reference": "14b137b06b0f911944132df9d51e445a35920ab1",
            "shasum": ""
        },
        "require": {
            "ocramius/package-versions": "^1.1.3",
            "php": "^7.2.0",
            "zendframework/zend-code": "^3.3.0"
        },
        "require-dev": {
            "couscous/couscous": "^1.6.1",
            "ext-phar": "*",
            "humbug/humbug": "1.0.0-RC.0@RC",
            "nikic/php-parser": "^3.1.1",
            "padraic/phpunit-accelerator": "dev-master@DEV",
            "phpbench/phpbench": "^0.12.2",
            "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
            "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
            "phpunit/phpunit": "^6.4.3",
            "squizlabs/php_codesniffer": "^2.9.1"
        },
        "suggest": {
            "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
            "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
            "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
            "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
        },
        "time": "2018-09-27T13:45:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ProxyManager\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.io/"
            }
        ],
        "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
        "homepage": "https://github.com/Ocramius/ProxyManager",
        "keywords": [
            "aop",
            "lazy loading",
            "proxy",
            "proxy pattern",
            "service proxies"
        ]
    },
    {
        "name": "oyejorge/less.php",
        "version": "v1.7.0.14",
        "version_normalized": "1.7.0.14",
        "source": {
            "type": "git",
            "url": "https://github.com/oyejorge/less.php.git",
            "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
            "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.24"
        },
        "time": "2017-03-28T22:19:25+00:00",
        "bin": [
            "bin/lessc"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Less": "lib/"
            },
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Matt Agar",
                "homepage": "https://github.com/agar"
            },
            {
                "name": "Martin Jantošovič",
                "homepage": "https://github.com/Mordred"
            },
            {
                "name": "Josh Schmidt",
                "homepage": "https://github.com/oyejorge"
            }
        ],
        "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
        "homepage": "http://lessphp.gpeasy.com",
        "keywords": [
            "css",
            "less",
            "less.js",
            "lesscss",
            "php",
            "stylesheet"
        ]
    },
    {
        "name": "paragonie/constant_time_encoding",
        "version": "v2.2.3",
        "version_normalized": "2.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/constant_time_encoding.git",
            "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
            "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "^6|^7",
            "vimeo/psalm": "^1|^2"
        },
        "time": "2019-01-03T20:26:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ParagonIE\\ConstantTime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com",
                "role": "Maintainer"
            },
            {
                "name": "Steve 'Sc00bz' Thomas",
                "email": "steve@tobtu.com",
                "homepage": "https://www.tobtu.com",
                "role": "Original Developer"
            }
        ],
        "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
        "keywords": [
            "base16",
            "base32",
            "base32_decode",
            "base32_encode",
            "base64",
            "base64_decode",
            "base64_encode",
            "bin2hex",
            "encoding",
            "hex",
            "hex2bin",
            "rfc4648"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "patchwork/utf8",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tchwork/utf8.git",
            "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
            "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
            "shasum": ""
        },
        "require": {
            "lib-pcre": ">=7.3",
            "php": ">=5.3.0"
        },
        "suggest": {
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-mbstring": "Use Mbstring for best performance",
            "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
        },
        "time": "2016-05-18T13:57:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Patchwork\\": "src/Patchwork/"
            },
            "classmap": [
                "src/Normalizer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            }
        ],
        "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
        "homepage": "https://github.com/tchwork/utf8",
        "keywords": [
            "grapheme",
            "i18n",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "pdir/contao-theme-helper-bundle",
        "version": "1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pdir/contao-theme-helper-bundle.git",
            "reference": "7eaeeec2d097563c8e988fe9babdaf7722c3901e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pdir/contao-theme-helper-bundle/zipball/7eaeeec2d097563c8e988fe9babdaf7722c3901e",
            "reference": "7eaeeec2d097563c8e988fe9babdaf7722c3901e",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "php": ">=7.0.0"
        },
        "conflict": {
            "contao/core": "*"
        },
        "time": "2019-06-18T13:37:34+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Pdir\\ThemeHelperBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Pdir\\ThemeHelperBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Webdesign für Dresden",
                "email": "develop@pdir.de",
                "homepage": "https://pdir.de",
                "role": "Developer"
            }
        ],
        "description": "pdir theme helper bundle for Contao 4",
        "homepage": "https://pdir.de",
        "keywords": [
            "contao",
            "helper",
            "template",
            "theme",
            "tools"
        ]
    },
    {
        "name": "php-http/client-common",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/client-common.git",
            "reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/client-common/zipball/0e156a12cc3e46f590c73bf57592a2252fc3dc48",
            "reference": "0e156a12cc3e46f590c73bf57592a2252fc3dc48",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0",
            "php-http/httplug": "^1.1",
            "php-http/message": "^1.6",
            "php-http/message-factory": "^1.0",
            "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.4",
            "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
        },
        "suggest": {
            "php-http/cache-plugin": "PSR-6 Cache plugin",
            "php-http/logger-plugin": "PSR-3 Logger plugin",
            "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
        },
        "time": "2019-02-02T07:03:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Common HTTP Client implementations and tools for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "common",
            "http",
            "httplug"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6",
            "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "nyholm/psr7": "<1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^4.0",
            "php-http/httplug": "^1.0 || ^2.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^5.1",
            "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": "2019-06-30T09:04:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "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/guzzle6-adapter",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/guzzle6-adapter.git",
            "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
            "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0",
            "php": ">=5.5.0",
            "php-http/httplug": "^1.0"
        },
        "provide": {
            "php-http/async-client-implementation": "1.0",
            "php-http/client-implementation": "1.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "php-http/adapter-integration-tests": "^0.4"
        },
        "time": "2016-05-10T06:13:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Adapter\\Guzzle6\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "David de Boer",
                "email": "david@ddeboer.nl"
            }
        ],
        "description": "Guzzle 6 HTTP Adapter",
        "homepage": "http://httplug.io",
        "keywords": [
            "Guzzle",
            "http"
        ]
    },
    {
        "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": "dist",
        "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/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": "dist",
        "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/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": "dist",
        "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": "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": "dist",
        "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": "phpspec/php-diff",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/php-diff.git",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
            "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
            "shasum": ""
        },
        "time": "2016-04-07T12:29:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Diff": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Chris Boulton",
                "homepage": "http://github.com/chrisboulton"
            }
        ],
        "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays)."
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
            "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-07-08T05:24:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "scheb/two-factor-bundle",
        "version": "v3.21.0",
        "version_normalized": "3.21.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/scheb/two-factor-bundle.git",
            "reference": "94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6",
            "reference": "94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6",
            "shasum": ""
        },
        "require": {
            "lcobucci/jwt": "^3.2",
            "php": "^7.1.3",
            "sonata-project/google-authenticator": "^2.2",
            "symfony/config": "^3.4|^4.0",
            "symfony/dependency-injection": "^3.4|^4.0",
            "symfony/event-dispatcher": "^3.4|^4.0",
            "symfony/framework-bundle": "^3.4|^4.0",
            "symfony/http-foundation": "^3.4|^4.0",
            "symfony/http-kernel": "^3.4|^4.0",
            "symfony/property-access": "^3.4|^4.0",
            "symfony/security-bundle": "^3.4|^4.0",
            "symfony/twig-bundle": "^3.4|^4.0"
        },
        "require-dev": {
            "doctrine/lexer": "^1.0.1",
            "doctrine/orm": "^2.6",
            "phpunit/phpunit": "^7.0|^8.0",
            "swiftmailer/swiftmailer": "^6.0",
            "symfony/yaml": "^3.4|^4.0"
        },
        "time": "2019-07-12T16:11:05+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Scheb\\TwoFactorBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Scheb",
                "email": "me@christianscheb.de"
            }
        ],
        "description": "Provides two-factor authentication for Symfony applications",
        "homepage": "https://github.com/scheb/two-factor-bundle",
        "keywords": [
            "Authentication",
            "security",
            "symfony",
            "two-factor",
            "two-step"
        ]
    },
    {
        "name": "scssphp/scssphp",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/scssphp/scssphp.git",
            "reference": "56a2ac8b9254dd14b5e78470fa62358fbef65634"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/scssphp/scssphp/zipball/56a2ac8b9254dd14b5e78470fa62358fbef65634",
            "reference": "56a2ac8b9254dd14b5e78470fa62358fbef65634",
            "shasum": ""
        },
        "require": {
            "php": "^5.6.0 || ^7"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6",
            "squizlabs/php_codesniffer": "~2.5",
            "twbs/bootstrap": "~4.3",
            "zurb/foundation": "~6.5"
        },
        "time": "2019-07-07T02:24:57+00:00",
        "bin": [
            "bin/pscss"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ScssPhp\\ScssPhp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Anthon Pang",
                "email": "apang@softwaredevelopment.ca",
                "homepage": "https://github.com/robocoder"
            },
            {
                "name": "Cédric Morin",
                "email": "cedric@yterium.com",
                "homepage": "https://github.com/Cerdic"
            }
        ],
        "description": "scssphp is a compiler for SCSS written in PHP.",
        "homepage": "http://scssphp.github.io/scssphp/",
        "keywords": [
            "css",
            "less",
            "sass",
            "scss",
            "stylesheet"
        ]
    },
    {
        "name": "sensiolabs/ansi-to-html",
        "version": "v1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/ansi-to-html.git",
            "reference": "8b5d787dca714bd98dd770c078d76528320a8286"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/8b5d787dca714bd98dd770c078d76528320a8286",
            "reference": "8b5d787dca714bd98dd770c078d76528320a8286",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "suggest": {
            "twig/twig": "Provides nice templating features"
        },
        "time": "2017-05-02T00:53:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SensioLabs\\AnsiConverter": "."
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "A library to convert a text with ANSI codes to HTML"
    },
    {
        "name": "simplepie/simplepie",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplepie/simplepie.git",
            "reference": "0e8fe72132dad765d25db4cabc69a91139af1263"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263",
            "reference": "0e8fe72132dad765d25db4cabc69a91139af1263",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "ext-xml": "*",
            "ext-xmlreader": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.4.3 || ~6.5"
        },
        "suggest": {
            "ext-curl": "",
            "ext-iconv": "",
            "ext-intl": "",
            "ext-mbstring": "",
            "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
        },
        "time": "2018-08-02T05:43:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SimplePie": "library"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ryan Parman",
                "homepage": "http://ryanparman.com/",
                "role": "Creator, alumnus developer"
            },
            {
                "name": "Geoffrey Sneddon",
                "homepage": "http://gsnedders.com/",
                "role": "Alumnus developer"
            },
            {
                "name": "Ryan McCue",
                "email": "me@ryanmccue.info",
                "homepage": "http://ryanmccue.info/",
                "role": "Developer"
            }
        ],
        "description": "A simple Atom/RSS parsing library for PHP",
        "homepage": "http://simplepie.org/",
        "keywords": [
            "atom",
            "feeds",
            "rss"
        ]
    },
    {
        "name": "sonata-project/google-authenticator",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
            "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/feda53899b26af24e3db2fe7a3e5f053ca483762",
            "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.0"
        },
        "time": "2018-07-18T22:08:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Authenticator\\": "src/",
                "Sonata\\GoogleAuthenticator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Stocker",
                "email": "me@chregu.tv"
            },
            {
                "name": "Andre DeMarre",
                "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
            },
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@gmail.com"
            }
        ],
        "description": "Library to integrate Google Authenticator into a PHP project",
        "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
        "keywords": [
            "google authenticator"
        ]
    },
    {
        "name": "spomky-labs/otphp",
        "version": "v9.1.4",
        "version_normalized": "9.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/otphp.git",
            "reference": "48d463cf909320399fe08eab2e1cd18d899d5068"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068",
            "reference": "48d463cf909320399fe08eab2e1cd18d899d5068",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^2.4|^3.0",
            "paragonie/constant_time_encoding": "^2.0",
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0",
            "satooshi/php-coveralls": "^1.0"
        },
        "time": "2019-03-18T10:08:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "9.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "OTPHP\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
            }
        ],
        "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
        "homepage": "https://github.com/Spomky-Labs/otphp",
        "keywords": [
            "FreeOTP",
            "RFC 4226",
            "RFC 6238",
            "google authenticator",
            "hotp",
            "otp",
            "totp"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.1",
        "version_normalized": "6.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
            "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-04-21T09:21:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony-cmf/routing",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony-cmf/Routing.git",
            "reference": "7370dfb0ef9803d9d84f74d023c9f0f66eb13125"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/7370dfb0ef9803d9d84f74d023c9f0f66eb13125",
            "reference": "7370dfb0ef9803d9d84f74d023c9f0f66eb13125",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "psr/log": "^1.0",
            "symfony/http-kernel": "^2.8 || ^3.3 || ^4.0",
            "symfony/routing": "^2.8 || ^3.3 || ^4.0"
        },
        "require-dev": {
            "symfony-cmf/testing": "^2.1.0",
            "symfony/config": "^2.8 || ^3.3 || ^4.0",
            "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
            "symfony/event-dispatcher": "^2.8 || ^3.3 || ^4.0",
            "symfony/phpunit-bridge": "^3.3 || ^4.0"
        },
        "suggest": {
            "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)"
        },
        "time": "2018-06-14T06:42:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Cmf\\Component\\Routing\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony CMF Community",
                "homepage": "https://github.com/symfony-cmf/Routing/contributors"
            }
        ],
        "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
        "homepage": "http://cmf.symfony.com",
        "keywords": [
            "database",
            "routing"
        ]
    },
    {
        "name": "symfony-cmf/routing-bundle",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony-cmf/routing-bundle.git",
            "reference": "9200b91d2985f9634f2a64536279aee6a1e1a0d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/9200b91d2985f9634f2a64536279aee6a1e1a0d8",
            "reference": "9200b91d2985f9634f2a64536279aee6a1e1a0d8",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "symfony-cmf/routing": "^2.1.0",
            "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
            "twig/twig": "^1.35 || ^2.4.4"
        },
        "conflict": {
            "doctrine/phpcr-odm": "<1.4",
            "phpunit/phpunit": "<5.7"
        },
        "require-dev": {
            "doctrine/data-fixtures": "^1.0.0",
            "doctrine/orm": "^2.5",
            "doctrine/phpcr-odm": "^1.4|^2.0",
            "matthiasnoback/symfony-config-test": "^2.2",
            "matthiasnoback/symfony-dependency-injection-test": "^1.0",
            "symfony-cmf/testing": "^2.1.0",
            "symfony/phpunit-bridge": "^3.3 || ^4.0",
            "symfony/validator": "^2.8 || ^3.3 || ^4.0"
        },
        "suggest": {
            "doctrine/orm": "To enable support for the ORM entities (^2.5)",
            "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
            "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)"
        },
        "time": "2018-09-24T06:49:35+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Cmf\\Bundle\\RoutingBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony CMF Community",
                "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors"
            }
        ],
        "description": "Symfony RoutingBundle",
        "homepage": "http://cmf.symfony.com",
        "keywords": [
            "database",
            "routing"
        ]
    },
    {
        "name": "symfony/asset",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/asset.git",
            "reference": "82f5349982967842aeb7d2f8e876ac900be24f14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/asset/zipball/82f5349982967842aeb7d2f8e876ac900be24f14",
            "reference": "82f5349982967842aeb7d2f8e876ac900be24f14",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/http-kernel": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/http-foundation": ""
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Asset\\": ""
            },
            "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 Asset Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/cache",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "02de00b5dfc1c00b8fd6838c5ace976b435d9d49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/02de00b5dfc1c00b8fd6838c5ace976b435d9d49",
            "reference": "02de00b5dfc1c00b8fd6838c5ace976b435d9d49",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/cache": "~1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/contracts": "^1.0",
            "symfony/var-exporter": "^4.2"
        },
        "conflict": {
            "doctrine/dbal": "<2.5",
            "symfony/dependency-injection": "<3.4",
            "symfony/var-dumper": "<3.4"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0",
            "symfony/cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "~1.6",
            "doctrine/dbal": "~2.5",
            "predis/predis": "~1.1",
            "symfony/config": "~4.2",
            "symfony/dependency-injection": "~3.4|~4.1",
            "symfony/var-dumper": "^4.1.1"
        },
        "time": "2019-06-17T17:31:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ]
    },
    {
        "name": "symfony/config",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "074a105281d281667c2dc23932b4aed7ef0f632a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/074a105281d281667c2dc23932b4aed7ef0f632a",
            "reference": "074a105281d281667c2dc23932b4aed7ef0f632a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/filesystem": "~3.4|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/finder": "<3.4"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/messenger": "~4.1",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2019-06-08T06:01:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "79860cda331a2edb497c72ee487ed75c484ab75e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/79860cda331a2edb497c72ee487ed75c484ab75e",
            "reference": "79860cda331a2edb497c72ee487ed75c484ab75e",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/contracts": "^1.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/contracts",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/contracts.git",
            "reference": "3f3f796d5f24a098a9da62828b8daa1b11494c1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/contracts/zipball/3f3f796d5f24a098a9da62828b8daa1b11494c1b",
            "reference": "3f3f796d5f24a098a9da62828b8daa1b11494c1b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/cache": "^1.0",
            "psr/container": "^1.0"
        },
        "replace": {
            "symfony/cache-contracts": "self.version",
            "symfony/event-dispatcher-contracts": "self.version",
            "symfony/http-client-contracts": "self.version",
            "symfony/service-contracts": "self.version",
            "symfony/translation-contracts": "self.version"
        },
        "require-dev": {
            "symfony/polyfill-intl-idn": "^1.10"
        },
        "suggest": {
            "psr/event-dispatcher": "When using the EventDispatcher contracts",
            "symfony/cache-implementation": "",
            "symfony/event-dispatcher-implementation": "",
            "symfony/http-client-implementation": "",
            "symfony/service-implementation": "",
            "symfony/translation-implementation": ""
        },
        "time": "2019-06-20T06:46:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\": ""
            },
            "exclude-from-classmap": [
                "**/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A set of abstractions extracted out of the Symfony components",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/debug",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
            "reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
            "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": "2019-06-19T15:27:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug-bundle",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug-bundle.git",
            "reference": "730c7361c4c66f9f5489172d8f1b606b60191937"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/730c7361c4c66f9f5489172d8f1b606b60191937",
            "reference": "730c7361c4c66f9f5489172d8f1b606b60191937",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^7.1.3",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/twig-bridge": "~3.4|~4.0",
            "symfony/var-dumper": "^4.1.1"
        },
        "conflict": {
            "symfony/config": "<4.2",
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "symfony/config": "~4.2",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/web-profiler-bundle": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/config": "For service container configuration",
            "symfony/dependency-injection": "For using as a service from the container"
        },
        "time": "2019-04-11T11:58:13+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\DebugBundle\\": ""
            },
            "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 DebugBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "299fab314fd9c785783aa419ddb0e4b1d0ffaa21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/299fab314fd9c785783aa419ddb0e4b1d0ffaa21",
            "reference": "299fab314fd9c785783aa419ddb0e4b1d0ffaa21",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "^1.0",
            "symfony/contracts": "^1.1.1"
        },
        "conflict": {
            "symfony/config": "<4.2",
            "symfony/finder": "<3.4",
            "symfony/proxy-manager-bridge": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "psr/container-implementation": "1.0",
            "symfony/service-implementation": "1.0"
        },
        "require-dev": {
            "symfony/config": "~4.2",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DependencyInjection\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DependencyInjection Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/doctrine-bridge",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/doctrine-bridge.git",
            "reference": "7142fd113adec343188e63e058bfbb4d3909a730"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/7142fd113adec343188e63e058bfbb4d3909a730",
            "reference": "7142fd113adec343188e63e058bfbb4d3909a730",
            "shasum": ""
        },
        "require": {
            "doctrine/event-manager": "~1.0",
            "doctrine/persistence": "~1.0",
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/service-contracts": "^1.1"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.4",
            "symfony/form": "<4.3",
            "symfony/messenger": "<4.3"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.6",
            "doctrine/collections": "~1.0",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/orm": "^2.4.5",
            "doctrine/reflection": "~1.0",
            "symfony/config": "^4.2",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/form": "~4.3",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/messenger": "~4.3",
            "symfony/property-access": "~3.4|~4.0",
            "symfony/property-info": "~3.4|~4.0",
            "symfony/proxy-manager-bridge": "~3.4|~4.0",
            "symfony/security-core": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/validator": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/data-fixtures": "",
            "doctrine/dbal": "",
            "doctrine/orm": "",
            "symfony/form": "",
            "symfony/property-info": "",
            "symfony/validator": ""
        },
        "time": "2019-06-26T06:50:02+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": ""
            },
            "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 Doctrine Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dotenv",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dotenv.git",
            "reference": "6163f061011009655da1bc615b38941bc460ef1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dotenv/zipball/6163f061011009655da1bc615b38941bc460ef1b",
            "reference": "6163f061011009655da1bc615b38941bc460ef1b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "symfony/process": "~3.4|~4.0"
        },
        "time": "2019-06-26T06:46:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Dotenv\\": ""
            },
            "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": "Registers environment variables from a .env file",
        "homepage": "https://symfony.com",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "852548c7c704f14d2f6700c8d872a05bd2028732"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/852548c7c704f14d2f6700c8d872a05bd2028732",
            "reference": "852548c7c704f14d2f6700c8d872a05bd2028732",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/contracts": "^1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-06-26T06:46:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/expression-language",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/expression-language.git",
            "reference": "ea23981c1dee4f2f901fce8345d34614237d57ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/expression-language/zipball/ea23981c1dee4f2f901fce8345d34614237d57ca",
            "reference": "ea23981c1dee4f2f901fce8345d34614237d57ca",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/cache": "~3.4|~4.0",
            "symfony/contracts": "^1.0"
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ExpressionLanguage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ExpressionLanguage Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "1bd7aed2932cedd1c2c6cc925831dd8d57ea14bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/1bd7aed2932cedd1c2c6cc925831dd8d57ea14bf",
            "reference": "1bd7aed2932cedd1c2c6cc925831dd8d57ea14bf",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-06-26T06:46:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "765109d3c9e20ae0f229bb7603ca5ed89f2cae84"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/765109d3c9e20ae0f229bb7603ca5ed89f2cae84",
            "reference": "765109d3c9e20ae0f229bb7603ca5ed89f2cae84",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/framework-bundle",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/framework-bundle.git",
            "reference": "043be519a7e90c577f32e57d77c5b4af627f254a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/043be519a7e90c577f32e57d77c5b4af627f254a",
            "reference": "043be519a7e90c577f32e57d77c5b4af627f254a",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^7.1.3",
            "symfony/cache": "~4.2",
            "symfony/config": "~4.2",
            "symfony/contracts": "^1.0.2",
            "symfony/dependency-injection": "^4.2.5",
            "symfony/event-dispatcher": "^4.1",
            "symfony/filesystem": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/http-foundation": "^4.2.5",
            "symfony/http-kernel": "^4.2",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/routing": "^4.2.8"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0",
            "phpdocumentor/type-resolver": "<0.2.1",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/asset": "<3.4",
            "symfony/console": "<3.4",
            "symfony/dotenv": "<4.2",
            "symfony/form": "<4.2",
            "symfony/messenger": "<4.2",
            "symfony/property-info": "<3.4",
            "symfony/serializer": "<4.2",
            "symfony/stopwatch": "<3.4",
            "symfony/translation": "<4.2",
            "symfony/twig-bridge": "<4.1.1",
            "symfony/validator": "<4.1",
            "symfony/workflow": "<4.1"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "fig/link-util": "^1.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/asset": "~3.4|~4.0",
            "symfony/browser-kit": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/form": "^4.2.3",
            "symfony/lock": "~3.4|~4.0",
            "symfony/messenger": "^4.2",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/property-info": "~3.4|~4.0",
            "symfony/security": "~3.4|~4.0",
            "symfony/security-core": "~3.4|~4.0",
            "symfony/security-csrf": "~3.4|~4.0",
            "symfony/serializer": "^4.2",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~4.2",
            "symfony/validator": "^4.1",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/web-link": "~3.4|~4.0",
            "symfony/workflow": "^4.1",
            "symfony/yaml": "~3.4|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-apcu": "For best performance of the system caches",
            "symfony/console": "For using the console commands",
            "symfony/form": "For using forms",
            "symfony/property-info": "For using the property_info service",
            "symfony/serializer": "For using the serializer service",
            "symfony/validator": "For using validation",
            "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
            "symfony/yaml": "For using the debug:config and lint:yaml commands"
        },
        "time": "2019-06-26T06:46:55+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\FrameworkBundle\\": ""
            },
            "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 FrameworkBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "f7b5d04bea565a270db5d8158c1093cfa1ec10b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f7b5d04bea565a270db5d8158c1093cfa1ec10b2",
            "reference": "f7b5d04bea565a270db5d8158c1093cfa1ec10b2",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2019-06-26T09:24:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "fd6c193e8d613c53f6b05eb8e4009cc4c438fc46"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fd6c193e8d613c53f6b05eb8e4009cc4c438fc46",
            "reference": "fd6c193e8d613c53f6b05eb8e4009cc4c438fc46",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/contracts": "^1.0.2",
            "symfony/debug": "~3.4|~4.0",
            "symfony/event-dispatcher": "~4.1",
            "symfony/http-foundation": "^4.1.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<4.2",
            "symfony/translation": "<4.2",
            "symfony/var-dumper": "<4.1.1",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "~3.4|~4.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dependency-injection": "^4.2",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~4.2",
            "symfony/var-dumper": "^4.1.1"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/var-dumper": ""
        },
        "time": "2019-06-26T14:19:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/inflector",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/inflector.git",
            "reference": "889dc28cb6350ddb302fe9b8c796e4e6eb836856"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/inflector/zipball/889dc28cb6350ddb302fe9b8c796e4e6eb836856",
            "reference": "889dc28cb6350ddb302fe9b8c796e4e6eb836856",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-05-30T09:28:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Inflector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Inflector Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string",
            "symfony",
            "words"
        ]
    },
    {
        "name": "symfony/lock",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/lock.git",
            "reference": "cb82f62f049791c28c00f3354709817730ffc4ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/lock/zipball/cb82f62f049791c28c00f3354709817730ffc4ae",
            "reference": "cb82f62f049791c28c00f3354709817730ffc4ae",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "doctrine/dbal": "~2.4",
            "predis/predis": "~1.0"
        },
        "time": "2019-06-25T05:47:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Lock\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Jérémy Derussé",
                "email": "jeremy@derusse.com"
            }
        ],
        "description": "Symfony Lock Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "cas",
            "flock",
            "locking",
            "mutex",
            "redlock",
            "semaphore"
        ]
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bridge.git",
            "reference": "41b01701e23016b920638ed551c53f077daacefd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/41b01701e23016b920638ed551c53f077daacefd",
            "reference": "41b01701e23016b920638ed551c53f077daacefd",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.19",
            "php": "^7.1.3",
            "symfony/contracts": "^1.0",
            "symfony/http-kernel": "~3.4|~4.0"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/http-foundation": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/security-core": "~3.4|~4.0",
            "symfony/var-dumper": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
            "symfony/event-dispatcher": "Needed when using log messages in console commands.",
            "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
            "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Monolog\\": ""
            },
            "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 Monolog Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
            "reference": "7fbecb371c1c614642c93c6b2cbcdf723ae8809d",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.22",
            "php": ">=5.6",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4.10|^4.0.10",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/monolog-bridge": "~3.4|~4.0"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0",
            "symfony/phpunit-bridge": "^3.4.19|^4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "time": "2019-06-20T12:18:19+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/options-resolver",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "40762ead607c8f792ee4516881369ffa553fee6f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/40762ead607c8f792ee4516881369ffa553fee6f",
            "reference": "40762ead607c8f792ee4516881369ffa553fee6f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-06-13T11:01:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "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 OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
            "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
            "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-03-04T13:44:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
            "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "808a4be7e0dd7fcb6a2b1ed2ba22dd581402c5e2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/808a4be7e0dd7fcb6a2b1ed2ba22dd581402c5e2",
            "reference": "808a4be7e0dd7fcb6a2b1ed2ba22dd581402c5e2",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/property-access",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "18ea48862a39e364927e71b9e4942af3c1a1cb8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/18ea48862a39e364927e71b9e4942af3c1a1cb8c",
            "reference": "18ea48862a39e364927e71b9e4942af3c1a1cb8c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/inflector": "~3.4|~4.0"
        },
        "require-dev": {
            "symfony/cache": "~3.4|~4.0"
        },
        "suggest": {
            "psr/cache-implementation": "To cache access methods."
        },
        "time": "2019-06-06T10:05:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyAccess\\": ""
            },
            "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 PropertyAccess Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "access",
            "array",
            "extraction",
            "index",
            "injection",
            "object",
            "property",
            "property path",
            "reflection"
        ]
    },
    {
        "name": "symfony/proxy-manager-bridge",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/proxy-manager-bridge.git",
            "reference": "848855d1cea8c038806b744f5b0e436ec4d73ced"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/848855d1cea8c038806b744f5b0e436ec4d73ced",
            "reference": "848855d1cea8c038806b744f5b0e436ec4d73ced",
            "shasum": ""
        },
        "require": {
            "ocramius/proxy-manager": "~2.1",
            "php": "^7.1.3",
            "symfony/dependency-injection": "~4.0"
        },
        "conflict": {
            "zendframework/zend-eventmanager": "2.6.0"
        },
        "require-dev": {
            "symfony/config": "~3.4|~4.0"
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\ProxyManager\\": ""
            },
            "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 ProxyManager Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/routing",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "1174ae15f862a0f2d481c29ba172a70b208c9561"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/1174ae15f862a0f2d481c29ba172a70b208c9561",
            "reference": "1174ae15f862a0f2d481c29ba172a70b208c9561",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/config": "<4.2",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "psr/log": "~1.0",
            "symfony/config": "~4.2",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2019-06-26T13:53:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/security",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security.git",
            "reference": "1289f7ac07fb1f03d1fc648daa8d14640637430e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security/zipball/1289f7ac07fb1f03d1fc648daa8d14640637430e",
            "reference": "1289f7ac07fb1f03d1fc648daa8d14640637430e",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/contracts": "^1.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/property-access": "~3.4|~4.0"
        },
        "replace": {
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "psr/log": "~1.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/ldap": "~3.4|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/validator": "~3.4|~4.0"
        },
        "suggest": {
            "psr/container-implementation": "To instantiate the Security class",
            "symfony/expression-language": "For using the expression voter",
            "symfony/form": "",
            "symfony/ldap": "For using the LDAP user and authentication providers",
            "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
            "symfony/validator": "For using the user password constraint"
        },
        "time": "2019-06-26T06:46:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\": ""
            },
            "exclude-from-classmap": [
                "/Core/Tests/",
                "/Csrf/Tests/",
                "/Guard/Tests/",
                "/Http/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 Security Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/security-bundle",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-bundle.git",
            "reference": "05034e041d0a2195d53be455d46c540d0b81de2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-bundle/zipball/05034e041d0a2195d53be455d46c540d0b81de2d",
            "reference": "05034e041d0a2195d53be455d46c540d0b81de2d",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^7.1.3",
            "symfony/config": "^4.2",
            "symfony/dependency-injection": "^4.2",
            "symfony/http-kernel": "^4.1",
            "symfony/security-core": "~4.2",
            "symfony/security-csrf": "~4.2",
            "symfony/security-guard": "~4.2",
            "symfony/security-http": "~4.2"
        },
        "conflict": {
            "symfony/browser-kit": "<4.2",
            "symfony/console": "<3.4",
            "symfony/event-dispatcher": "<3.4",
            "symfony/framework-bundle": "<4.2",
            "symfony/twig-bundle": "<4.2",
            "symfony/var-dumper": "<3.4"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.5",
            "symfony/asset": "~3.4|~4.0",
            "symfony/browser-kit": "~4.2",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/form": "~3.4|~4.0",
            "symfony/framework-bundle": "~4.2",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/twig-bridge": "~3.4|~4.0",
            "symfony/twig-bundle": "~4.2",
            "symfony/validator": "~3.4|~4.0",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SecurityBundle\\": ""
            },
            "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 SecurityBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v3.2.8",
        "version_normalized": "3.2.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "cb125b3648f132fb8070b55393f20cb310907d3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/cb125b3648f132fb8070b55393f20cb310907d3b",
            "reference": "cb125b3648f132fb8070b55393f20cb310907d3b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "swiftmailer/swiftmailer": "^6.1.3",
            "symfony/config": "~2.8|~3.3|~4.0",
            "symfony/dependency-injection": "~2.7|~3.3|~4.0",
            "symfony/http-kernel": "~2.7|~3.3|~4.0"
        },
        "conflict": {
            "twig/twig": "<1.41|<2.10"
        },
        "require-dev": {
            "symfony/console": "~2.7|~3.3|~4.0",
            "symfony/framework-bundle": "~2.7|~3.3|~4.0",
            "symfony/phpunit-bridge": "~3.3|~4.0",
            "symfony/yaml": "~2.7|~3.3|~4.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2019-06-18T15:27:04+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/templating",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/templating.git",
            "reference": "b0c5295d09dfbeae3bd3f52990468587ed82785c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/templating/zipball/b0c5295d09dfbeae3bd3f52990468587ed82785c",
            "reference": "b0c5295d09dfbeae3bd3f52990468587ed82785c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "require-dev": {
            "psr/log": "~1.0"
        },
        "suggest": {
            "psr/log-implementation": "For using debug logging in loaders"
        },
        "time": "2019-05-30T16:10:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Templating\\": ""
            },
            "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 Templating Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "9b7a706c4cb0cd52063374fb63d133166e50aaa6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/9b7a706c4cb0cd52063374fb63d133166e50aaa6",
            "reference": "9b7a706c4cb0cd52063374fb63d133166e50aaa6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/contracts": "^1.1.1",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "symfony/translation-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/intl": "~3.4|~4.0",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2019-06-13T10:57:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bridge",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bridge.git",
            "reference": "234bd51d116f28379d90fdbc22b25a7356b201eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/234bd51d116f28379d90fdbc22b25a7356b201eb",
            "reference": "234bd51d116f28379d90fdbc22b25a7356b201eb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/contracts": "^1.0.2",
            "twig/twig": "^1.41|^2.10"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/form": "<4.2.4",
            "symfony/translation": "<4.2"
        },
        "require-dev": {
            "symfony/asset": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/form": "^4.2.4",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/security": "~3.4|~4.0",
            "symfony/security-acl": "~2.8|~3.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~4.2",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/web-link": "~3.4|~4.0",
            "symfony/workflow": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/asset": "For using the AssetExtension",
            "symfony/expression-language": "For using the ExpressionExtension",
            "symfony/finder": "",
            "symfony/form": "For using the FormExtension",
            "symfony/http-kernel": "For using the HttpKernelExtension",
            "symfony/routing": "For using the RoutingExtension",
            "symfony/security": "For using the SecurityExtension",
            "symfony/stopwatch": "For using the StopwatchExtension",
            "symfony/templating": "For using the TwigEngine",
            "symfony/translation": "For using the TranslationExtension",
            "symfony/var-dumper": "For using the DumpExtension",
            "symfony/web-link": "For using the WebLinkExtension",
            "symfony/yaml": "For using the YamlExtension"
        },
        "time": "2019-06-26T07:37:26+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Twig\\": ""
            },
            "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 Twig Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bundle",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bundle.git",
            "reference": "648472323d703908dc8c7698b867c4970724b4cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/648472323d703908dc8c7698b867c4970724b4cf",
            "reference": "648472323d703908dc8c7698b867c4970724b4cf",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/config": "~4.2",
            "symfony/http-foundation": "~4.1",
            "symfony/http-kernel": "~4.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/twig-bridge": "^4.2",
            "twig/twig": "~1.41|~2.10"
        },
        "conflict": {
            "symfony/dependency-injection": "<4.1",
            "symfony/framework-bundle": "<4.1",
            "symfony/translation": "<4.2"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "symfony/asset": "~3.4|~4.0",
            "symfony/dependency-injection": "^4.2.5",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/form": "~3.4|~4.0",
            "symfony/framework-bundle": "~4.1",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "^4.2",
            "symfony/web-link": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\TwigBundle\\": ""
            },
            "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 TwigBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/var-dumper",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/45d6ef73671995aca565a1aa3d9a432a3ea63f91",
            "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.5"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2019-06-17T17:37:00+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/var-exporter",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
            "reference": "9dee83031dcf6dcb53bb7ec1c51de085329bf5cb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.1.1"
        },
        "time": "2019-06-22T08:39:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ]
    },
    {
        "name": "symfony/web-profiler-bundle",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-profiler-bundle.git",
            "reference": "a0e8afe6bd6295483c56266b345ca532d9f687eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/a0e8afe6bd6295483c56266b345ca532d9f687eb",
            "reference": "a0e8afe6bd6295483c56266b345ca532d9f687eb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/config": "^4.2",
            "symfony/http-kernel": "^4.2.6",
            "symfony/routing": "~3.4|~4.0",
            "symfony/twig-bundle": "~4.2",
            "symfony/var-dumper": "~3.4|~4.0",
            "twig/twig": "^1.41|^2.10"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<3.4",
            "symfony/messenger": "<4.2",
            "symfony/var-dumper": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "time": "2019-05-30T16:06:08+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\WebProfilerBundle\\": ""
            },
            "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 WebProfilerBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v4.2.10",
        "version_normalized": "4.2.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
            "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-03-30T15:58:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "terminal42/contao-folderpage",
        "version": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-folderpage.git",
            "reference": "0e8649d07945c17544f9e6de3d081a3b32037d06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-folderpage/zipball/0e8649d07945c17544f9e6de3d081a3b32037d06",
            "reference": "0e8649d07945c17544f9e6de3d081a3b32037d06",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.2",
            "php": "^5.4 || ^7.0"
        },
        "conflict": {
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "replace": {
            "contao-legacy/folderpage": "self.version"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "friendsofphp/php-cs-fixer": "^2.1"
        },
        "time": "2018-08-24T15:03:33+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Terminal42\\FolderpageBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Terminal42\\FolderpageBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://terminal42.ch"
            }
        ],
        "description": "Provides a new page type for Contao that allows you to group pages into folders.",
        "keywords": [
            "contao",
            "folder",
            "folderpage",
            "page"
        ]
    },
    {
        "name": "terminal42/header-replay-bundle",
        "version": "1.5.3",
        "version_normalized": "1.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/header-replay-bundle.git",
            "reference": "f92e6bf942a8f63e2db9a90ad9a4782fe40036f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/header-replay-bundle/zipball/f92e6bf942a8f63e2db9a90ad9a4782fe40036f6",
            "reference": "f92e6bf942a8f63e2db9a90ad9a4782fe40036f6",
            "shasum": ""
        },
        "require": {
            "friendsofsymfony/http-cache": "^2.1",
            "friendsofsymfony/http-cache-bundle": "^2.1",
            "php": "^5.6 | ^7.0",
            "symfony/options-resolver": "^3.3 | ^4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.1",
            "leofeyer/optimize-native-functions-fixer": "^1.1",
            "php-coveralls/php-coveralls": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-10-18T12:10:53+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Terminal42\\HeaderReplay\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Yanick Witschi",
                "email": "yanick.witschi@terminal42.ch"
            }
        ],
        "description": "Send preflight requests for user context headers and replay them for reverse proxy support."
    },
    {
        "name": "toflar/psr6-symfony-http-cache-store",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git",
            "reference": "3da8b49046f9106f08e49b6bc7079a1c3dd0e8e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/3da8b49046f9106f08e49b6bc7079a1c3dd0e8e0",
            "reference": "3da8b49046f9106f08e49b6bc7079a1c3dd0e8e0",
            "shasum": ""
        },
        "require": {
            "php": "^5.6|^7.0",
            "symfony/cache": "^3.4|^4.0",
            "symfony/http-foundation": "^3.0|^4.0",
            "symfony/http-kernel": "^3.0|^4.0",
            "symfony/lock": "^3.4|^4.0",
            "symfony/options-resolver": "^3.0|^4.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.12",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5.7.27"
        },
        "time": "2019-07-04T16:40:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Toflar\\Psr6HttpCacheStore\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Yanick Witschi",
                "email": "yanick.witschi@terminal42.ch"
            }
        ],
        "description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags."
    },
    {
        "name": "true/punycode",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/true/php-punycode.git",
            "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.7",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2016-11-16T10:37:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TrueBV\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Renan Gonçalves",
                "email": "renan.saddam@gmail.com"
            }
        ],
        "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
        "homepage": "https://github.com/true/php-punycode",
        "keywords": [
            "idna",
            "punycode"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.11.3",
        "version_normalized": "2.11.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "699ed2342557c88789a15402de5eb834dedd6792"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
            "reference": "699ed2342557c88789a15402de5eb834dedd6792",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
        },
        "time": "2019-06-18T15:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "ua-parser/uap-php",
        "version": "v3.9.1",
        "version_normalized": "3.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ua-parser/uap-php.git",
            "reference": "2b7130ce5030a880e9d6c4d8463fd181dfd94711"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/2b7130ce5030a880e9d6c4d8463fd181dfd94711",
            "reference": "2b7130ce5030a880e9d6c4d8463fd181dfd94711",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.1",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "<8",
            "symfony/console": "^2.0 || ^3.0 || ^4.0",
            "symfony/filesystem": "^2.0 || ^3.0 || ^4.0",
            "symfony/finder": "^2.0 || ^3.0 || ^4.0",
            "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
        },
        "suggest": {
            "symfony/console": "Required for CLI usage - ^2.0 || ^3.0 || ^4.0",
            "symfony/filesystem": "Required for CLI usage - 2.0 || ^3.0 || ^4.0",
            "symfony/finder": "Required for CLI usage - ^2.0 || ^3.0 || ^4.0",
            "symfony/yaml": "Required for CLI usage - ^4.0 || ^5.0"
        },
        "time": "2019-07-15T14:27:12+00:00",
        "bin": [
            "bin/uaparser"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "UAParser\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Strojny",
                "email": "lars@strojny.net"
            },
            {
                "name": "Dave Olsen",
                "email": "dmolsen@gmail.com"
            }
        ],
        "description": "A multi-language port of Browserscope's user agent parser."
    },
    {
        "name": "webmozart/assert",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2018-12-25T11:19:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "webmozart/path-util",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/path-util.git",
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
            "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "webmozart/assert": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2015-12-17T08:42:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\PathUtil\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths."
    },
    {
        "name": "zendframework/zend-code",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-code.git",
            "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb",
            "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "zendframework/zend-eventmanager": "^2.6 || ^3.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "ext-phar": "*",
            "phpunit/phpunit": "^6.2.3",
            "zendframework/zend-coding-standard": "^1.0.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "suggest": {
            "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
            "zendframework/zend-stdlib": "Zend\\Stdlib component"
        },
        "time": "2018-08-13T20:36:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Code\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides facilities to generate arbitrary code using an object oriented interface",
        "homepage": "https://github.com/zendframework/zend-code",
        "keywords": [
            "code",
            "zf2"
        ]
    },
    {
        "name": "zendframework/zend-eventmanager",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-eventmanager.git",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "^0.1",
            "container-interop/container-interop": "^1.1.0",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
        },
        "suggest": {
            "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
        },
        "time": "2018-04-25T15:33:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev",
                "dev-develop": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Trigger and listen to events within a PHP application",
        "homepage": "https://github.com/zendframework/zend-eventmanager",
        "keywords": [
            "event",
            "eventmanager",
            "events",
            "zf2"
        ]
    }
]
