[
    {
        "name": "ausi/contao-slug-backport",
        "version": "v1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ausi/contao-slug-backport.git",
            "reference": "2f7f0e985ce7feada032b7063faf329697d498b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ausi/contao-slug-backport/zipball/2f7f0e985ce7feada032b7063faf329697d498b6",
            "reference": "2f7f0e985ce7feada032b7063faf329697d498b6",
            "shasum": ""
        },
        "require": {
            "ausi/slug-generator": "^1.0.1",
            "contao/core-bundle": "4.4.*"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "time": "2019-07-19T14:13:25+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Ausi\\ContaoSlugBackport\\ContaoManagerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ausi\\ContaoSlugBackport\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Martin Auswöger",
                "email": "martin@auswoeger.com"
            }
        ],
        "description": "Backport of the slug handling from Contao 4.5 to 4.4"
    },
    {
        "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": "beberlei/assert",
        "version": "v3.2.6",
        "version_normalized": "3.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/beberlei/assert.git",
            "reference": "99508be011753690fe108ded450f5caaae180cfa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
            "reference": "99508be011753690fe108ded450f5caaae180cfa",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "php": "^7"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "*",
            "phpstan/phpstan-shim": "*",
            "phpunit/phpunit": ">=6.0.0 <8"
        },
        "suggest": {
            "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
        },
        "time": "2019-10-10T10:33:57+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": "codefog/contao-haste",
        "version": "4.24.1",
        "version_normalized": "4.24.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/codefog/contao-haste.git",
            "reference": "4e5b852fd65c9b749a0a73dfff683f53b9e5a653"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/codefog/contao-haste/zipball/4e5b852fd65c9b749a0a73dfff683f53b9e5a653",
            "reference": "4e5b852fd65c9b749a0a73dfff683f53b9e5a653",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "^3.5.1 || ^4.4",
            "php": "~5.6 || ~7.0"
        },
        "replace": {
            "contao-legacy/haste": "self.version"
        },
        "require-dev": {
            "phpoffice/phpexcel": "^1.6",
            "phpoffice/phpspreadsheet": "^1.6",
            "phpunit/phpunit": "4.8.*",
            "terminal42/contao-namespace-class-loader": "~1.0"
        },
        "suggest": {
            "phpoffice/phpspreadsheet": "Required for the Haste\\IO\\ExcelFileWriter component."
        },
        "time": "2019-09-26T13:39:34+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/haste"
                },
                "runonce": [
                    "config/upgrade.php"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Haste\\": [
                    "library/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Codefog",
                "homepage": "http://codefog.pl"
            },
            {
                "name": "terminal42 gmbh",
                "homepage": "https://www.terminal42.ch"
            }
        ],
        "description": "haste extension for Contao Open Source CMS",
        "keywords": [
            "contao",
            "haste"
        ]
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
            "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2019-08-30T08:44:50+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/bundle",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/bundle.git",
            "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/bundle/zipball/78ce1bc0a9ec46c3aa8153c663bcb81f07585731",
            "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "~2.0",
            "contao-bootstrap/form": "~2.0",
            "contao-bootstrap/grid": "~2.0",
            "contao-bootstrap/layout": "~2.0",
            "contao-bootstrap/navbar": "~2.0",
            "contao-bootstrap/panel": "~2.0",
            "contao-bootstrap/tab": "~2.0",
            "contao-bootstrap/templates": "~2.0"
        },
        "conflict": {
            "contao-bootstrap/components": "*",
            "netzmacht/contao-bootstrap": "*"
        },
        "require-dev": {
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2018-08-22T14:43:48+00:00",
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev",
                "dev-support/1.x": "1.0.x-dev"
            }
        },
        "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": "Install all modules of the Contao Bootstrap extension",
        "keywords": [
            "bootstrap",
            "contao"
        ]
    },
    {
        "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",
                "email": "mail@netzmacht.de",
                "homepage": "https://netzmacht.de",
                "role": "Developer"
            }
        ],
        "description": "Core of Contao Bootstrap extension",
        "keywords": [
            "bootstrap",
            "contao",
            "core"
        ]
    },
    {
        "name": "contao-bootstrap/form",
        "version": "2.1.5",
        "version_normalized": "2.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/form.git",
            "reference": "1c9d7800470ace4ce23ca195963f5628d5bbb72b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/form/zipball/1c9d7800470ace4ce23ca195963f5628d5bbb72b",
            "reference": "1c9d7800470ace4ce23ca195963f5628d5bbb72b",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "~2.0",
            "contao-community-alliance/meta-palettes": "~2.0 || ~1.11",
            "contao/core-bundle": "~4.4",
            "netzmacht/contao-form-designer": "^1.1.2",
            "netzmacht/html": "^2.0",
            "php": ">=7.1",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0"
        },
        "conflict": {
            "netzmacht/contao-bootstrap": "*"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2019-06-11T09:59:12+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoBootstrap\\Form\\ContaoManager\\Plugin",
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "form-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "branch-alias": {
                "dev-master": "2.1.x-dev",
                "dev-develop": "2.2.x-dev",
                "dev-support/1.x": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Form\\": "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": "Contao form templates for Bootstrap 4",
        "keywords": [
            "bootstrap",
            "contao",
            "form"
        ]
    },
    {
        "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-bootstrap/layout",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/layout.git",
            "reference": "57382c3b5ca69681c42d2fd4ce2ccfd105e3300e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/layout/zipball/57382c3b5ca69681c42d2fd4ce2ccfd105e3300e",
            "reference": "57382c3b5ca69681c42d2fd4ce2ccfd105e3300e",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "~2.0",
            "contao/core-bundle": "~4.4",
            "doctrine/dbal": "^2.5",
            "netzmacht/html": "~2.0",
            "php": ">=7.1",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0"
        },
        "conflict": {
            "netzmacht/contao-bootstrap": "*"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "phpcq/all-tasks": "^1.2",
            "phpspec/phpspec": "^4.0"
        },
        "time": "2018-09-05T13:04:44+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "layout-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "branch-alias": {
                "dev-master": "2.0.x-dev",
                "dev-develop": "2.1.x-dev",
                "dev-support/1.x": "1.0.x-dev"
            },
            "contao-manager-plugin": "ContaoBootstrap\\Layout\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Layout\\": "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 layout integration in Contao",
        "keywords": [
            "bootstrap",
            "contao",
            "layout"
        ]
    },
    {
        "name": "contao-bootstrap/navbar",
        "version": "2.1.4",
        "version_normalized": "2.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/navbar.git",
            "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/navbar/zipball/3860fd71651b0ba64a9addc107cadf6106f086b2",
            "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "^2.0",
            "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
            "contao/core-bundle": "^4.4",
            "menatwork/contao-multicolumnwizard": "^3.3.4",
            "netzmacht/html": "~2.0",
            "php": ">=7.1",
            "symfony/http-kernel": "^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-11T13:43:20+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "navbar-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "branch-alias": {
                "dev-master": "2.1.x-dev",
                "dev-develop": "2.2.x-dev"
            },
            "contao-manager-plugin": "ContaoBootstrap\\Navbar\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Navbar\\": "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 navbar component for Contao CMS",
        "keywords": [
            "bootstrap",
            "components",
            "contao",
            "navbar"
        ]
    },
    {
        "name": "contao-bootstrap/panel",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/panel.git",
            "reference": "75608d714dd12d7141a0130c923c97504033f340"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/panel/zipball/75608d714dd12d7141a0130c923c97504033f340",
            "reference": "75608d714dd12d7141a0130c923c97504033f340",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "^2.0",
            "contao-community-alliance/meta-palettes": "^1.11 || ^2.0",
            "contao/core-bundle": "^4.4",
            "netzmacht/contao-toolkit": "^3.0",
            "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"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2019-07-22T10:09:29+00:00",
        "type": "contao-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev",
                "dev-develop": "2.2.x-dev",
                "dev-support/1.0.x": "1.0.x-dev"
            },
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "panel-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "contao-manager-plugin": "ContaoBootstrap\\Panel\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Panel\\": "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": "Bootstrap panel component for Contao CMS",
        "keywords": [
            "bootstrap",
            "components",
            "contao",
            "panel"
        ]
    },
    {
        "name": "contao-bootstrap/tab",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/tab.git",
            "reference": "9fd1524099d4d0ec4f5c12b42069b0e3163a900a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/tab/zipball/9fd1524099d4d0ec4f5c12b42069b0e3163a900a",
            "reference": "9fd1524099d4d0ec4f5c12b42069b0e3163a900a",
            "shasum": ""
        },
        "require": {
            "beberlei/assert": "^2.9 || ^3.0",
            "contao-bootstrap/core": "~2.0",
            "contao-community-alliance/meta-palettes": "~2.0 || ~1.11",
            "contao/core-bundle": "^4.4",
            "menatwork/contao-multicolumnwizard": "~3.2",
            "netzmacht/contao-toolkit": "^3.0",
            "netzmacht/html": "~2.0",
            "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"
        },
        "require-dev": {
            "contao-bootstrap/grid": "^2.0",
            "contao/manager-plugin": "^2.0",
            "phpcq/all-tasks": "^1.2"
        },
        "suggest": {
            "contao-bootstrap/grid": "Use grid component for horizontal aligned tab navigation."
        },
        "time": "2018-12-18T14:43:45+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "ContaoBootstrap\\Tab\\ContaoManager\\Plugin",
            "contao": {
                "transifex": {
                    "project": "contao-bootstrap",
                    "prefix": "tab-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "branch-alias": {
                "dev-master": "2.0.x-dev",
                "dev-develop": "2.1.x-dev",
                "dev-support/1.0.x": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Tab\\": "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 tab component for Contao CMS",
        "keywords": [
            "bootstrap",
            "component",
            "contao",
            "tab"
        ]
    },
    {
        "name": "contao-bootstrap/templates",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-bootstrap/templates.git",
            "reference": "afdc168baa36e3cd58c49e5262fabfed5cd5dd1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-bootstrap/templates/zipball/afdc168baa36e3cd58c49e5262fabfed5cd5dd1c",
            "reference": "afdc168baa36e3cd58c49e5262fabfed5cd5dd1c",
            "shasum": ""
        },
        "require": {
            "contao-bootstrap/core": "^2.0.0",
            "contao-bootstrap/form": "^2.1.1",
            "contao/core-bundle": "~4.4",
            "netzmacht/contao-form-designer": "^1.1.0",
            "php": ">=7.1"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.1",
            "php-http/guzzle6-adapter": "^1.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2019-06-14T07:13:19+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": "templates-",
                    "languages_cto": "src/Resources/contao/languages",
                    "languages_tx": ".tx"
                }
            },
            "contao-manager-plugin": "ContaoBootstrap\\Templates\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ContaoBootstrap\\Templates\\": "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": "Project leader"
            }
        ],
        "description": "Modified Contao templates supporting Bootstrap markup",
        "keywords": [
            "bootstrap",
            "contao",
            "templates"
        ]
    },
    {
        "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.7",
        "version_normalized": "2.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-community-alliance/meta-palettes.git",
            "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-community-alliance/meta-palettes/zipball/20b0c78ad4049a2c2f04156b21f9737b11444761",
            "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "doctrine/dbal": "^2.5",
            "php": "^7.1",
            "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": "2019-08-28T10:02:44+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": "7.1.5",
        "version_normalized": "7.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/contao.git",
            "reference": "13b71489b62b63c5dd72d1e10d821aed551b0558"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/contao/zipball/13b71489b62b63c5dd72d1e10d821aed551b0558",
            "reference": "13b71489b62b63c5dd72d1e10d821aed551b0558",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2018-02-27T21:13:23+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": "4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/dropzone.git",
            "reference": "5d198fb01f58fd79ff1bd7f5b187060393f8c505"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/dropzone/zipball/5d198fb01f58fd79ff1bd7f5b187060393f8c505",
            "reference": "5d198fb01f58fd79ff1bd7f5b187060393f8c505",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "~1.0"
        },
        "time": "2017-01-09T20:15:57+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": "8.9.1",
        "version_normalized": "8.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/highlight.git",
            "reference": "92851aa223c597bfa15ebb170877af92d7243293"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/highlight/zipball/92851aa223c597bfa15ebb170877af92d7243293",
            "reference": "92851aa223c597bfa15ebb170877af92d7243293",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "~1.0"
        },
        "time": "2015-11-10T13:11: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": "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": "1.12.4",
        "version_normalized": "1.12.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/jquery.git",
            "reference": "59c19392c1544945f90bb360a1b83abacae87a52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/jquery/zipball/59c19392c1544945f90bb360a1b83abacae87a52",
            "reference": "59c19392c1544945f90bb360a1b83abacae87a52",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "~1.0"
        },
        "time": "2016-09-06T09:45:28+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.0.6",
        "version_normalized": "1.6.0.6",
        "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.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/swipe.git",
            "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/swipe/zipball/1c2acad8b32681ba829d66e99da340666f69b9d9",
            "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-09-12T10:53:06+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.6.7.3",
        "version_normalized": "4.6.7.3",
        "source": {
            "type": "git",
            "url": "https://github.com/contao-components/tinymce4.git",
            "reference": "a41576ff01899056e1a7ab51cab564669df0094f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao-components/tinymce4/zipball/a41576ff01899056e1a7ab51cab564669df0094f",
            "reference": "a41576ff01899056e1a7ab51cab564669df0094f",
            "shasum": ""
        },
        "require": {
            "contao-components/installer": "^1.0.9"
        },
        "time": "2019-06-12T10:06:04+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/calendar-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/calendar-bundle.git",
            "reference": "cef60542e70ebfde08c5a285755e0fd606c6bdcd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/cef60542e70ebfde08c5a285755e0fd606c6bdcd",
            "reference": "cef60542e70ebfde08c5a285755e0fd606c6bdcd",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2019-09-30T11:42:29+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Adds calendar functionality to Contao 4"
    },
    {
        "name": "contao/comments-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/comments-bundle.git",
            "reference": "e4c2bb39fcbbd56b1d5efed468ef2c5722f9a625"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/comments-bundle/zipball/e4c2bb39fcbbd56b1d5efed468ef2c5722f9a625",
            "reference": "e4c2bb39fcbbd56b1d5efed468ef2c5722f9a625",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "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-09-27T20:53:40+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "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": "c08b748d2f773bde3a187c22c9a18443e619bd24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/conflicts/zipball/c08b748d2f773bde3a187c22c9a18443e619bd24",
            "reference": "c08b748d2f773bde3a187c22c9a18443e619bd24",
            "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-09-05T14:17:32+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.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/core-bundle.git",
            "reference": "a6db1ef86204e82f6934f90d3c70b8d173e7621c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/core-bundle/zipball/a6db1ef86204e82f6934f90d3c70b8d173e7621c",
            "reference": "a6db1ef86204e82f6934f90d3c70b8d173e7621c",
            "shasum": ""
        },
        "require": {
            "contao-components/ace": "^1.2",
            "contao-components/chosen": "^1.1.6",
            "contao-components/colorbox": "^1.6",
            "contao-components/colorpicker": "^1.4.0.1",
            "contao-components/compass": "^0.12",
            "contao-components/contao": "^7.1.4",
            "contao-components/datepicker": "^2.2.0.2",
            "contao-components/dropzone": "^4.1.1",
            "contao-components/highlight": "^8.9",
            "contao-components/html5shiv": "^3.7.3",
            "contao-components/jquery": "^1.11.3",
            "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.0.3",
            "contao-components/swipe": "^2.0.3",
            "contao-components/tablesort": "^3.4.5",
            "contao-components/tablesorter": "^2.0.5.3",
            "contao-components/tinymce4": "4.6.*",
            "contao/image": "^0.3.1",
            "contao/imagine-svg": "^0.1.2 || ^0.2",
            "doctrine/dbal": "^2.5",
            "doctrine/doctrine-bundle": "^1.6",
            "doctrine/doctrine-cache-bundle": "^1.3",
            "ext-dom": "*",
            "ext-gd": "*",
            "ext-pcre": "*",
            "imagine/imagine": "^0.6 || ^0.7 || ^1.0",
            "knplabs/knp-menu-bundle": "^2.1",
            "knplabs/knp-time-bundle": "^1.5.2",
            "league/uri": "^4.0",
            "matthiasmullie/minify": "^1.3",
            "michelf/php-markdown": "^1.4",
            "nelmio/cors-bundle": "^1.5.3",
            "oyejorge/less.php": "^1.7",
            "patchwork/utf8": "^1.2",
            "php": "^5.6 || ^7.0",
            "phpspec/php-diff": "^1.0",
            "phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0",
            "psr/log": "^1.0",
            "scssphp/scssphp": "^1.0",
            "simplepie/simplepie": "^1.3",
            "symfony/console": "^3.3.7",
            "symfony/filesystem": "^3.3",
            "symfony/finder": "^3.3",
            "symfony/framework-bundle": "^3.3",
            "symfony/http-foundation": "^3.3.5",
            "symfony/security": "^3.3",
            "symfony/swiftmailer-bundle": "^2.3",
            "symfony/yaml": "^3.3",
            "tecnickcom/tcpdf": "^6.2.22",
            "terminal42/header-replay-bundle": "^1.2",
            "true/punycode": "^2.1",
            "twig/twig": "^1.26",
            "webmozart/path-util": "^2.0"
        },
        "conflict": {
            "contao-community-alliance/composer-plugin": "<3.0",
            "contao/core": "*",
            "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",
            "symfony/security": "3.3.17 || 3.4.7 || 3.4.8 || 3.4.11",
            "symfony/swiftmailer-bundle": "2.6.* <2.6.2"
        },
        "require-dev": {
            "composer/composer": "^1.0",
            "contao/manager-plugin": "^2.2",
            "doctrine/doctrine-migrations-bundle": "^1.1",
            "doctrine/orm": "^2.5",
            "ext-fileinfo": "*",
            "lexik/maintenance-bundle": "^2.1.3",
            "monolog/monolog": "^1.22",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7.26",
            "symfony/phpunit-bridge": "^3.3.11"
        },
        "suggest": {
            "lexik/maintenance-bundle": "To put the application into maintenance mode"
        },
        "time": "2019-10-01T09:39:52+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Contao 4 core bundle"
    },
    {
        "name": "contao/faq-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/faq-bundle.git",
            "reference": "7d9da093df2e0aef779b28f33bfaf718f47e582a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/faq-bundle/zipball/7d9da093df2e0aef779b28f33bfaf718f47e582a",
            "reference": "7d9da093df2e0aef779b28f33bfaf718f47e582a",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2019-09-30T11:42:29+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "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.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/installation-bundle.git",
            "reference": "c65217df408aa146141f94ee5bba7c7d47c3498e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/installation-bundle/zipball/c65217df408aa146141f94ee5bba7c7d47c3498e",
            "reference": "c65217df408aa146141f94ee5bba7c7d47c3498e",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "sensio/distribution-bundle": "^5.0",
            "sensiolabs/ansi-to-html": "^1.1",
            "symfony/filesystem": "^3.3",
            "symfony/framework-bundle": "^3.3"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2019-10-01T09:39:52+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Required to install and update Contao 4"
    },
    {
        "name": "contao/listing-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/listing-bundle.git",
            "reference": "a0173ef3c7c85b3b498ce84076e0d78596af628c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/listing-bundle/zipball/a0173ef3c7c85b3b498ce84076e0d78596af628c",
            "reference": "a0173ef3c7c85b3b498ce84076e0d78596af628c",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "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-09-27T20:53:40+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Allows to list arbitrary data in the Contao 4 front end"
    },
    {
        "name": "contao/manager-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/manager-bundle.git",
            "reference": "3c12bd07d38083fb35896f1275d1e2c2e14def1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/manager-bundle/zipball/3c12bd07d38083fb35896f1275d1e2c2e14def1f",
            "reference": "3c12bd07d38083fb35896f1275d1e2c2e14def1f",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "contao/installation-bundle": "self.version",
            "contao/manager-plugin": "^2.1",
            "doctrine/doctrine-bundle": "^1.6",
            "friendsofsymfony/http-cache": "^2.0",
            "lexik/maintenance-bundle": "^2.1.3",
            "nelmio/security-bundle": "^2.2",
            "php": "^5.6 || ^7.0",
            "php-http/guzzle6-adapter": "^1.1",
            "symfony/monolog-bundle": "^2.8 || ^3.0",
            "symfony/swiftmailer-bundle": "^2.3",
            "symfony/symfony": "^3.3.7",
            "terminal42/header-replay-bundle": "^1.4.2",
            "toflar/psr6-symfony-http-cache-store": "^2.0"
        },
        "require-dev": {
            "composer/composer": "^1.0",
            "phpunit/phpunit": "^5.7.26",
            "symfony/phpunit-bridge": "^3.3.11"
        },
        "time": "2019-09-27T20:53:40+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.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/news-bundle.git",
            "reference": "19249eea40edc41fa29f30659492c12370dc7bde"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/news-bundle/zipball/19249eea40edc41fa29f30659492c12370dc7bde",
            "reference": "19249eea40edc41fa29f30659492c12370dc7bde",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "php-http/guzzle6-adapter": "^1.1",
            "phpunit/phpunit": "^5.7.26"
        },
        "time": "2019-09-30T11:42:29+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Adds news functionality to Contao 4"
    },
    {
        "name": "contao/newsletter-bundle",
        "version": "4.4.44",
        "version_normalized": "4.4.44.0",
        "source": {
            "type": "git",
            "url": "https://github.com/contao/newsletter-bundle.git",
            "reference": "b1e9ccaa810e60a2e26ede94dc2185e55fc4914e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/contao/newsletter-bundle/zipball/b1e9ccaa810e60a2e26ede94dc2185e55fc4914e",
            "reference": "b1e9ccaa810e60a2e26ede94dc2185e55fc4914e",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "self.version",
            "php": "^5.6 || ^7.0",
            "symfony/framework-bundle": "^3.3"
        },
        "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-09-30T11:42:29+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"
            },
            {
                "name": "Contao Community",
                "homepage": "https://contao.org/contributors"
            }
        ],
        "description": "Adds newsletter functionality to Contao 4"
    },
    {
        "name": "delahaye/dlh_geocode",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/delahaye/dlh_geocode.git",
            "reference": "2af3383a040a2a3893a1f3e3be6ba0de35c7629f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/delahaye/dlh_geocode/zipball/2af3383a040a2a3893a1f3e3be6ba0de35c7629f",
            "reference": "2af3383a040a2a3893a1f3e3be6ba0de35c7629f",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "^3.5 || ~4.2",
            "php": ">=5.3"
        },
        "replace": {
            "contao-legacy/dlh_geocode": "*"
        },
        "time": "2018-05-09T09:25:13+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/dlh_geocode"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Christian de la Haye",
                "email": "service@delahaye.de",
                "homepage": "http://www.delahaye.de",
                "role": "Developer"
            }
        ],
        "description": "Get geo coordinates from a given address",
        "homepage": "https://github.com/delahaye/dlh_geocode",
        "keywords": [
            "contao",
            "geo",
            "googlemaps"
        ]
    },
    {
        "name": "delahaye/dlh_googlemaps",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/delahaye/dlh_googlemaps.git",
            "reference": "64445235168d18066e4f430762828dd2aaa3312b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/delahaye/dlh_googlemaps/zipball/64445235168d18066e4f430762828dd2aaa3312b",
            "reference": "64445235168d18066e4f430762828dd2aaa3312b",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "^3.5.1 || ~4.2",
            "delahaye/dlh_geocode": ">=1.1.2",
            "php": ">=5.3"
        },
        "replace": {
            "contao-legacy/dlh_googlemaps": "*"
        },
        "time": "2018-05-09T09:21:33+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/dlh_googlemaps"
                },
                "runonce": [
                    "system/modules/dlh_googlemaps/config/runonce.php"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Christian de la Haye",
                "email": "service@delahaye.de",
                "homepage": "http://www.delahaye.de",
                "role": "Developer"
            }
        ],
        "description": "Google maps module for Contao",
        "homepage": "https://github.com/delahaye/dlh_googlemaps",
        "keywords": [
            "contao",
            "geo",
            "googlemaps",
            "map"
        ]
    },
    {
        "name": "derhaeuptling/contao-seo-serp-preview",
        "version": "3.0.6",
        "version_normalized": "3.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/derhaeuptling/contao-seo-serp-preview.git",
            "reference": "8160adb593571057149b52167b65b27dad36a415"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/derhaeuptling/contao-seo-serp-preview/zipball/8160adb593571057149b52167b65b27dad36a415",
            "reference": "8160adb593571057149b52167b65b27dad36a415",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.5 || ~4.1",
            "php": ">=5.4.0"
        },
        "replace": {
            "contao-legacy/seo_serp_preview": "self.version"
        },
        "time": "2019-08-23T14:58:27+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/seo_serp_preview"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Derhaeuptling\\SeoSerpPreview\\": "src/Derhaeuptling/SeoSerpPreview/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "derhaeuptling",
                "homepage": "https://derhaeuptling.com/"
            },
            {
                "name": "Kamil Kuzminski",
                "role": "Developer",
                "email": "kamil.kuzminski@codefog.pl",
                "homepage": "https://codefog.pl"
            }
        ],
        "description": "Contao SEO SERP Preview - shows how pages, news and events could look like in search engines.",
        "keywords": [
            "SERP",
            "contao",
            "preview",
            "seo"
        ]
    },
    {
        "name": "dieschittigs/contao-recaptcha",
        "version": "v1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DieSchittigs/recaptcha-bundle.git",
            "reference": "3d24354ad778e55f68552460f3b6bdaa5ffba996"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DieSchittigs/recaptcha-bundle/zipball/3d24354ad778e55f68552460f3b6bdaa5ffba996",
            "reference": "3d24354ad778e55f68552460f3b6bdaa5ffba996",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.0",
            "php": ">=5.6"
        },
        "time": "2019-06-05T13:11:38+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "DieSchittigs\\RecaptchaBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DieSchittigs\\RecaptchaBundle\\": "src/"
            },
            "classmap": [
                "src/Resources/contao/"
            ],
            "exclude-from-classmap": [
                "src/Resources/contao/config/",
                "src/Resources/contao/dca/",
                "src/Resources/contao/languages/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Christopher Mühl",
                "email": "christopher@dieschittigs.de"
            }
        ],
        "description": "Contao 4 Bundle that replaces the default Contao captcha with Google's invisible reCAPTCHA, reCAPTCHA 2.0 or reCAPTCHA 3"
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
            "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^7.5"
        },
        "time": "2019-10-01T18:55:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.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": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^4.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2018-08-21T18:01:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan-shim": "^0.9.2",
            "phpunit/phpunit": "^7.0",
            "vimeo/psalm": "^3.2.2"
        },
        "time": "2019-06-09T13:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.11.0",
        "version_normalized": "2.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/inflector": "^1.0",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^1.1",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^1.0",
            "phpstan/phpstan": "^0.11",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0",
            "symfony/phpunit-bridge": "^4.0.5"
        },
        "time": "2019-09-10T10:10:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
        "homepage": "https://www.doctrine-project.org/projects/common.html",
        "keywords": [
            "common",
            "doctrine",
            "php"
        ]
    },
    {
        "name": "doctrine/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.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea",
            "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2019-07-30T19:33:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.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": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "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": "duncrow-gmbh/slider",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/duncrow-gmbh/slider.git",
            "reference": "4b5158c9b6c9529b810b99ace6b08173f866c452"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/duncrow-gmbh/slider/zipball/4b5158c9b6c9529b810b99ace6b08173f866c452",
            "reference": "4b5158c9b6c9529b810b99ace6b08173f866c452",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "php": "^7.2"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0"
        },
        "time": "2019-06-14T10:14:59+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/slider"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Clemens Martin"
            }
        ],
        "description": "Owl-Carousel Extension for Content Slider of Contao Open Source CMS",
        "homepage": "https://duncrow.com",
        "keywords": [
            "content-slider",
            "owl-carousel",
            "slider"
        ]
    },
    {
        "name": "fig/link-util",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link-util.git",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/link": "~1.0@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2016-10-17T18:31:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fig\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common utility implementations for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "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.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
            "reference": "c0a8a5470c18e1854577271eb529c29769160fe3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/c0a8a5470c18e1854577271eb529c29769160fe3",
            "reference": "c0a8a5470c18e1854577271eb529c29769160fe3",
            "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 || ^2.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-10-08T13:29:06+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": "heimrichhannot/contao-blocks",
        "version": "1.8.3",
        "version_normalized": "1.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/heimrichhannot/contao-blocks.git",
            "reference": "471787034cd89cb9ccf9f26f36061d0eeb2d6752"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/heimrichhannot/contao-blocks/zipball/471787034cd89cb9ccf9f26f36061d0eeb2d6752",
            "reference": "471787034cd89cb9ccf9f26f36061d0eeb2d6752",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "^3.5.1 || ~4.1",
            "php": "~7.0"
        },
        "suggest": {
            "heimrichhannot/contao-utils-bundle": "Improves performance by using the huh.utils.cache.database_tree service to load tl_page childRecords from cache"
        },
        "time": "2019-08-21T07:32:06+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/blocks"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Heimrich & Hannot",
                "role": "Developer",
                "email": "digitales@heimrich-hannot.de",
                "homepage": "http://www.heimrich-hannot.de"
            }
        ],
        "description": "Contao blocks module is a site-dependent container, that manipulates the visibility of elements.",
        "homepage": "https://github.com/heimrichhannot/contao-blocks",
        "keywords": [
            "blocks",
            "contao",
            "content"
        ]
    },
    {
        "name": "hofff/contao-googleanalytics",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hofff/contao-googleanalytics.git",
            "reference": "cd28214e5197a6058e6f79fef93a0ef66aeb3f01"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hofff/contao-googleanalytics/zipball/cd28214e5197a6058e6f79fef93a0ef66aeb3f01",
            "reference": "cd28214e5197a6058e6f79fef93a0ef66aeb3f01",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "^2.4 || ^3.0",
            "contao/core-bundle": "^3.5 || ^4.1",
            "php": "^5.6 || ^7.0"
        },
        "time": "2017-07-03T10:01:20+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "contao-module": "system/modules/hofff_googleanalytics"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Hofff": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Nicky Hoff",
                "email": "nick@hofff.com",
                "homepage": "https://hofff.com",
                "role": "Manager"
            },
            {
                "name": "Christopher Bölter",
                "email": "christopher@hofff.com",
                "homepage": "https://hofff.com/",
                "role": "Developer"
            }
        ],
        "description": "Google Analytics integration for Contao CMS.",
        "homepage": "https://hofff.com/",
        "keywords": [
            "contao"
        ]
    },
    {
        "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": "isotope/isotope-core",
        "version": "2.6.2",
        "version_normalized": "2.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/isotope/core.git",
            "reference": "348a59524b3d599cdc0fb728515d3ad075cbe782"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/isotope/core/zipball/348a59524b3d599cdc0fb728515d3ad075cbe782",
            "reference": "348a59524b3d599cdc0fb728515d3ad075cbe782",
            "shasum": ""
        },
        "require": {
            "codefog/contao-haste": "~4.15",
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "^3.5.2 || ~4.2",
            "guzzlehttp/guzzle": "~6.0",
            "menatwork/contao-multicolumnwizard": "~3.2",
            "php": "~5.4 || ~7.0",
            "symfony/filesystem": "^3.4 || ^4.0",
            "tecnickcom/tcpdf": "^6.2.22",
            "terminal42/contao-conditionalselectmenu": "^3.0.3",
            "terminal42/contao-tablelookupwizard": "~3.2",
            "terminal42/dc_multilingual": "~2.0",
            "terminal42/dcawizard": "~2.3",
            "terminal42/notification_center": "~1.0"
        },
        "conflict": {
            "contao/manager-plugin": "<2.0 || >= 3.0",
            "mpay24/mpay24-php": "< 4.0 || >= 5.0",
            "terminal42/contao-fineuploader": "< 2.0 || >= 3.0"
        },
        "replace": {
            "contao-legacy/isotope": "self.version"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0",
            "discordier/httprequestextended": "~1.1",
            "friendsofphp/php-cs-fixer": "^2.14",
            "mpay24/mpay24-php": "^4.0",
            "petschko/dhl-php-sdk": "dev-master@dev",
            "terminal42/contao-fineuploader": "^2.0"
        },
        "suggest": {
            "contao/tcpdf-bundle": "Required for the standard document type in Contao 4.7+",
            "mpay24/mpay24-php": "For mPAY24 payment provider",
            "petschko/dhl-php-sdk": "For DHL Business shipping",
            "terminal42/contao-fineuploader": "For file uploads in frontend using FineUploader"
        },
        "time": "2019-09-17T10:22:38+00:00",
        "type": "contao-module",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            },
            "contao-manager-plugin": "Isotope\\ContaoManager\\Plugin",
            "contao": {
                "sources": {
                    "system/modules/isotope": "system/modules/isotope",
                    "system/modules/isotope_reports": "system/modules/isotope_reports",
                    "system/modules/isotope_rules": "system/modules/isotope_rules"
                },
                "runonce": [
                    "system/modules/isotope/config/upgrade.php"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Isotope\\": [
                    "system/modules/isotope/library",
                    "system/modules/isotope_reports/library",
                    "system/modules/isotope_rules/library"
                ],
                "UnitedPrototype\\": [
                    "system/modules/isotope/library"
                ]
            },
            "classmap": [
                "system/modules/isotope/drivers/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "https://www.terminal42.ch"
            },
            {
                "name": "Isotope Workgroup",
                "homepage": "https://isotopeecommerce.org"
            }
        ],
        "description": "Isotope is the premier open source eCommerce solution for Contao Open Source CMS",
        "homepage": "https://isotopeecommerce.org",
        "keywords": [
            "contao",
            "isotope"
        ]
    },
    {
        "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": "jeremykendall/php-domain-parser",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jeremykendall/php-domain-parser.git",
            "reference": "896e7e70f02bd4fd77190052799bc61e4d779672"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/896e7e70f02bd4fd77190052799bc61e4d779672",
            "reference": "896e7e70f02bd4fd77190052799bc61e4d779672",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "jeremykendall/debug-die": "0.0.1.*",
            "mikey179/vfsstream": "~1.4",
            "phpunit/phpunit": "~4.4"
        },
        "time": "2015-03-30T12:49:45+00:00",
        "bin": [
            "bin/parse",
            "bin/update-psl"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pdp\\": "src/"
            },
            "files": [
                "src/pdp-parse-url.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Kendall",
                "homepage": "http://about.me/jeremykendall",
                "role": "Developer"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
            }
        ],
        "description": "Public Suffix List based URL parsing implemented in PHP.",
        "homepage": "https://github.com/jeremykendall/php-domain-parser",
        "keywords": [
            "Public Suffix List",
            "domain parsing",
            "url parsing"
        ]
    },
    {
        "name": "jonnysp/cookieconsent",
        "version": "0.0.8",
        "version_normalized": "0.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jonnysp/Cookieconsent.git",
            "reference": "ab96071cfcd363344658a2bbbc67267f96c9dfa6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jonnysp/Cookieconsent/zipball/ab96071cfcd363344658a2bbbc67267f96c9dfa6",
            "reference": "ab96071cfcd363344658a2bbbc67267f96c9dfa6",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "php": ">=5.6.0"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.1"
        },
        "time": "2018-08-22T13:30:27+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Jonnysp\\Cookieconsent\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jonnysp\\Cookieconsent\\": "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+"
        ],
        "authors": [
            {
                "name": "Jonny Spitzner",
                "homepage": "https://github.com/jonnysp"
            }
        ],
        "description": "Add Cookieconsent to Contao 4",
        "keywords": [
            "contao",
            "cookieconsent"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/b6aade272c345b6fbd07fce5929a761cba0909b8",
            "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "conflict": {
            "twig/twig": "<1.40|>=2,<2.9"
        },
        "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.40|^2.9"
        },
        "suggest": {
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2019-09-02T10:16:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Menu\\": "src/Knp/Menu"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs",
                "homepage": "https://knplabs.com"
            },
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "https://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "78b0cebf8e1490f12ba6555511282954de83f627"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/78b0cebf8e1490f12ba6555511282954de83f627",
            "reference": "78b0cebf8e1490f12ba6555511282954de83f627",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.3",
            "php": "^7.1",
            "symfony/framework-bundle": "^3.4 | ^4.0"
        },
        "require-dev": {
            "symfony/expression-language": "^3.4 | ^4.0",
            "symfony/phpunit-bridge": "^3.4 | ^4.0",
            "symfony/templating": "^3.4 | ^4.0"
        },
        "time": "2019-09-19T08:51:48+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\MenuBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "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": "league/uri",
        "version": "4.2.2",
        "version_normalized": "4.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/uri.git",
            "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/uri/zipball/a2e73bad7e60c3bc61b649680fb8b46876e342e3",
            "reference": "a2e73bad7e60c3bc61b649680fb8b46876e342e3",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "ext-intl": "*",
            "ext-mbstring": "*",
            "jeremykendall/php-domain-parser": "^3.0",
            "php": ">=5.5.9",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0",
            "zendframework/zend-diactoros": "^1.3"
        },
        "time": "2016-12-12T11:36:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2.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",
            "ftp",
            "http",
            "https",
            "parse_url",
            "psr-7",
            "rfc3986",
            "uri",
            "url",
            "ws"
        ]
    },
    {
        "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": "madeyourday/contao-rocksolid-slider",
        "version": "v2.0.11",
        "version_normalized": "2.0.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/madeyourday/contao-rocksolid-slider.git",
            "reference": "6b5bc26acb32c7b9c5d531fc85399e3c5f6d1fd7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/madeyourday/contao-rocksolid-slider/zipball/6b5bc26acb32c7b9c5d531fc85399e3c5f6d1fd7",
            "reference": "6b5bc26acb32c7b9c5d531fc85399e3c5f6d1fd7",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "^4.4",
            "php": ">=5.5"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "replace": {
            "contao-legacy/rocksolid-slider": "self.version",
            "contao-legacy/rocksolid-slider-pro": "self.version"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0"
        },
        "time": "2019-07-15T20:10:36+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "MadeYourDay\\RockSolidSlider\\ContaoManagerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MadeYourDay\\RockSolidSlider\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "proprietary"
        ],
        "authors": [
            {
                "name": "RockSolid Themes",
                "homepage": "https://rocksolidthemes.com/de/contao-themes",
                "role": "Developer"
            }
        ],
        "description": "Responsive Slider. Full Contao integration, latest touch technology and hardware acceleration.",
        "homepage": "https://rocksolidthemes.com/de/contao/plugins/responsive-slider",
        "keywords": [
            "contao",
            "jquery",
            "slider"
        ]
    },
    {
        "name": "markocupic/bootstrap_responsive_youtube_embed",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/markocupic/bootstrap_responsive_youtube_embed.git",
            "reference": "c98548ce4319468f39498f466e4a80eb62f48bc5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/markocupic/bootstrap_responsive_youtube_embed/zipball/c98548ce4319468f39498f466e4a80eb62f48bc5",
            "reference": "c98548ce4319468f39498f466e4a80eb62f48bc5",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": ">=3.5 || >=4.3",
            "php": ">=5.3.2"
        },
        "conflict": {
            "contao/core": "3.0.*"
        },
        "replace": {
            "contao-legacy/bootstrap_responsive_youtube_embed": "*"
        },
        "time": "2019-01-27T21:26:17+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/bootstrap_responsive_youtube_embed"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                ""
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Marko Cupic",
                "email": "m.cupic@gmx.ch",
                "homepage": "http://4ae-racing-team.ch",
                "role": "Developer"
            }
        ],
        "description": "Embed youtube movies into your responsive layout. Frontend extension for the Contao Open Source CMS",
        "keywords": [
            "Bootstrap Responsive Embed Youtube",
            "contao"
        ]
    },
    {
        "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.25.1",
        "version_normalized": "1.25.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
            "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
            "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": "2019-09-06T13:49:17+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-form-designer",
        "version": "1.1.6",
        "version_normalized": "1.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/netzmacht/contao-form-designer.git",
            "reference": "a2cd84f6f4eb2171d94ec149971b30ca3acb606f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/netzmacht/contao-form-designer/zipball/a2cd84f6f4eb2171d94ec149971b30ca3acb606f",
            "reference": "a2cd84f6f4eb2171d94ec149971b30ca3acb606f",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/meta-palettes": "^2.0 || ^1.11",
            "contao/core-bundle": "~4.4",
            "doctrine/dbal": "^2.5",
            "ext-dom": "*",
            "menatwork/contao-multicolumnwizard": "^3.3.14",
            "netzmacht/html": "~2.0",
            "php": ">=7.1",
            "psr/log": "^1.0",
            "symfony/config": "^3.3 || ^4.0",
            "symfony/dependency-injection": "^3.3 || ^4.0",
            "symfony/event-dispatcher": "^3.3 || ^4.0",
            "symfony/http-kernel": "^3.3 || ^4.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.1",
            "phpcq/all-tasks": "^1.2"
        },
        "time": "2019-03-19T08:44:25+00:00",
        "type": "contao-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev",
                "dev-develop": "1.2.x-dev"
            },
            "contao-manager-plugin": "Netzmacht\\Contao\\FormDesigner\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Netzmacht\\Contao\\FormDesigner\\": "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": "Contao form designer allows custom form styles",
        "keywords": [
            "contao",
            "form"
        ]
    },
    {
        "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": "netzmacht/html",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/netzmacht/html.git",
            "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/netzmacht/html/zipball/da768cf38fdb06ad763fa09dc22fcac80e4521d4",
            "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "conflict": {
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.1",
            "phpcq/all-tasks": "^1.2",
            "phpspec/phpspec": "~4"
        },
        "time": "2017-09-22T11:17:57+00:00",
        "type": "library",
        "extra": {
            "contao-manager-plugin": "Netzmacht\\Html\\Infrastructure\\ContaoManager\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev",
                "dev-develop": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Netzmacht\\Html\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "David Molineus",
                "email": "mail@netzmacht.de",
                "homepage": "http://www.netzmacht.de",
                "role": "Project leader"
            }
        ],
        "description": "Simple library for html rendering",
        "keywords": [
            "helper",
            "html"
        ]
    },
    {
        "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": "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/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": "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.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.4",
            "php": "^7.1",
            "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": "2019-08-05T06:55:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-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.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
            "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-09-17T06:23:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "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/link",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link.git",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-28T16:06:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "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": "rhymedigital/isotope_quickproducts",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RhymeDigital/isotope_quickproducts.git",
            "reference": "11c73f2eb4da3f63f98a0b7ed1021bbdc01f39cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RhymeDigital/isotope_quickproducts/zipball/11c73f2eb4da3f63f98a0b7ed1021bbdc01f39cd",
            "reference": "11c73f2eb4da3f63f98a0b7ed1021bbdc01f39cd",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "~4.0",
            "isotope/isotope-core": ">=1.0.1"
        },
        "conflict": {
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "require-dev": {
            "contao/manager-plugin": "^2.0"
        },
        "time": "2019-01-16T14:02:36+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "Rhyme\\QuickProducts\\ContaoManagerPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rhyme\\QuickProducts\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "Rhyme Digital",
                "homepage": "http://rhyme.digital"
            }
        ],
        "description": "A Contao CMS extension that allows you to place a list of Isotope products as a Content Element.",
        "keywords": [
            "contao",
            "isotope"
        ]
    },
    {
        "name": "scssphp/scssphp",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/scssphp/scssphp.git",
            "reference": "98e10149058102817b493c5a147fa582cb62d46e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/scssphp/scssphp/zipball/98e10149058102817b493c5a147fa582cb62d46e",
            "reference": "98e10149058102817b493c5a147fa582cb62d46e",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-json": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
            "squizlabs/php_codesniffer": "~2.5",
            "twbs/bootstrap": "~4.3",
            "zurb/foundation": "~6.5"
        },
        "time": "2019-10-03T17:09:15+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": "sensio/distribution-bundle",
        "version": "v5.0.25",
        "version_normalized": "5.0.25.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
            "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "sensiolabs/security-checker": "~5.0|~6.0",
            "symfony/class-loader": "~2.3|~3.0",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/filesystem": "~2.3|~3.0",
            "symfony/http-kernel": "~2.3|~3.0",
            "symfony/process": "~2.3|~3.0"
        },
        "time": "2019-06-18T15:43:58+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sensio\\Bundle\\DistributionBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Base bundle for Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "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": "sensiolabs/security-checker",
        "version": "v6.0.2",
        "version_normalized": "6.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
            "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "symfony/console": "^2.8|^3.4|^4.2",
            "symfony/http-client": "^4.3",
            "symfony/mime": "^4.3",
            "symfony/polyfill-ctype": "^1.11"
        },
        "time": "2019-06-08T06:46:26+00:00",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SensioLabs\\Security\\": "SensioLabs/Security"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "A security checker for your composer.lock"
    },
    {
        "name": "simplepie/simplepie",
        "version": "1.5.3",
        "version_normalized": "1.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplepie/simplepie.git",
            "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
            "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
            "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": "2019-09-22T23:21:30+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": "swiftmailer/swiftmailer",
        "version": "v5.4.12",
        "version_normalized": "5.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-07-31T09:26:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/http-client",
        "version": "v4.3.5",
        "version_normalized": "4.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-client.git",
            "reference": "69d438274718121e1166e7f65c290f891a4c8ddb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-client/zipball/69d438274718121e1166e7f65c290f891a4c8ddb",
            "reference": "69d438274718121e1166e7f65c290f891a4c8ddb",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "^1.0",
            "symfony/http-client-contracts": "^1.1.7",
            "symfony/polyfill-php73": "^1.11"
        },
        "provide": {
            "psr/http-client-implementation": "1.0",
            "symfony/http-client-implementation": "1.1"
        },
        "require-dev": {
            "nyholm/psr7": "^1.0",
            "psr/http-client": "^1.0",
            "symfony/http-kernel": "^4.3",
            "symfony/process": "^4.2"
        },
        "time": "2019-10-07T10:52:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpClient\\": ""
            },
            "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 HttpClient component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-client-contracts",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-client-contracts.git",
            "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
            "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "symfony/http-client-implementation": ""
        },
        "time": "2019-09-26T22:09:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\HttpClient\\": ""
            }
        },
        "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": "Generic abstractions related to HTTP clients",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/mime",
        "version": "v4.3.5",
        "version_normalized": "4.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "32f71570547b91879fdbd9cf50317d556ae86916"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
            "reference": "32f71570547b91879fdbd9cf50317d556ae86916",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10",
            "symfony/dependency-injection": "~3.4|^4.1"
        },
        "time": "2019-09-19T17:00:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "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": "A library to manipulate MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ]
    },
    {
        "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/polyfill-apcu",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5",
            "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Apcu\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "apcu",
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
            "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "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.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-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-php56",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "0e3b212e96a51338639d8ce175c046d7729c3403"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403",
            "reference": "0e3b212e96a51338639d8ce175c046d7729c3403",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php56\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "54b4c428a0054e254223797d2713c31e08610831"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831",
            "reference": "54b4c428a0054e254223797d2713c31e08610831",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "04ce3335667451138df4307d6a9b61565560199e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
            "reference": "04ce3335667451138df4307d6a9b61565560199e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-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/polyfill-php73",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-util",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "4317de1386717b4c22caed7725350a8887ab205c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c",
            "reference": "4317de1386717b4c22caed7725350a8887ab205c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Util\\": ""
            }
        },
        "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 utilities for portability of PHP codes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compat",
            "compatibility",
            "polyfill",
            "shim"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.6.7",
        "version_normalized": "2.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": "~4.2|~5.0",
            "symfony/config": "~2.7|~3.0",
            "symfony/dependency-injection": "~2.7|~3.0",
            "symfony/http-kernel": "~2.7|~3.0"
        },
        "require-dev": {
            "symfony/console": "~2.7|~3.0",
            "symfony/framework-bundle": "~2.7|~3.0",
            "symfony/phpunit-bridge": "~3.3@dev",
            "symfony/yaml": "~2.7|~3.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2017-10-19T01:06:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            }
        },
        "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/symfony",
        "version": "v3.4.32",
        "version_normalized": "3.4.32.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "2815d1fa34d417b8b87450667f166edbefff3177"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/2815d1fa34d417b8b87450667f166edbefff3177",
            "reference": "2815d1fa34d417b8b87450667f166edbefff3177",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "ext-xml": "*",
            "fig/link-util": "^1.0",
            "php": "^5.5.9|>=7.0.8",
            "psr/cache": "~1.0",
            "psr/container": "^1.0",
            "psr/link": "^1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/polyfill-apcu": "~1.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php56": "~1.0",
            "symfony/polyfill-php70": "~1.6",
            "twig/twig": "^1.41|^2.10"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
            "phpdocumentor/type-resolver": "<0.3.0",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/container-implementation": "1.0",
            "psr/log-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "replace": {
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/cache": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/debug-bundle": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/dotenv": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/inflector": "self.version",
            "symfony/intl": "self.version",
            "symfony/ldap": "self.version",
            "symfony/lock": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/property-access": "self.version",
            "symfony/property-info": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/var-dumper": "self.version",
            "symfony/web-link": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/web-server-bundle": "self.version",
            "symfony/workflow": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.6",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "~1.4",
            "doctrine/orm": "~2.4,>=2.4.5",
            "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
            "monolog/monolog": "~1.11",
            "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "predis/predis": "~1.0",
            "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
            "symfony/security-acl": "~2.8|~3.0"
        },
        "time": "2019-10-07T14:42:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                "Symfony\\Component\\": "src/Symfony/Component/"
            },
            "classmap": [
                "src/Symfony/Component/Intl/Resources/stubs"
            ],
            "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": "The Symfony PHP framework",
        "homepage": "https://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "syncgw/contao-isotope_stin",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/syncgw/contao-isotope_stin.git",
            "reference": "3c0d7663d5cb8565d08ec490a9a68c5d27ac8c90"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/syncgw/contao-isotope_stin/zipball/3c0d7663d5cb8565d08ec490a9a68c5d27ac8c90",
            "reference": "3c0d7663d5cb8565d08ec490a9a68c5d27ac8c90",
            "shasum": ""
        },
        "require": {
            "contao/core-bundle": "~4.4",
            "isotope/isotope-core": ">=2.0.0",
            "php": ">=5.6.0",
            "symfony/framework-bundle": "^3.3 || ^4.1"
        },
        "conflict": {
            "contao/core": "*",
            "contao/manager-plugin": "<2.0 || >=3.0"
        },
        "time": "2018-12-30T16:40:17+00:00",
        "type": "contao-bundle",
        "extra": {
            "contao-manager-plugin": "syncgw\\Isotope_STINBundle\\ContaoManager\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "syncgw\\Isotope_STINBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0+"
        ],
        "authors": [
            {
                "name": "Florian Daeumling",
                "homepage": "https://github.com/syncgw"
            }
        ],
        "description": "Isotope EU STIN (Umsatzsteuer-ID) management for Contao.",
        "homepage": "https://github.com/syncgw/contao-isotope_stin",
        "keywords": [
            "EU-Tax",
            "Mehrwertsteuer",
            "MwSt",
            "STIN",
            "UstID",
            "isotope",
            "order",
            "vat"
        ]
    },
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.3.2",
        "version_normalized": "6.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
            "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-09-20T09:35:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "config",
                "include",
                "tcpdf.php",
                "tcpdf_parser.php",
                "tcpdf_import.php",
                "tcpdf_barcodes_1d.php",
                "tcpdf_barcodes_2d.php",
                "include/tcpdf_colors.php",
                "include/tcpdf_filters.php",
                "include/tcpdf_font_data.php",
                "include/tcpdf_fonts.php",
                "include/tcpdf_images.php",
                "include/tcpdf_static.php",
                "include/barcodes/datamatrix.php",
                "include/barcodes/pdf417.php",
                "include/barcodes/qrcode.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "email": "info@tecnick.com",
                "role": "lead"
            }
        ],
        "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ]
    },
    {
        "name": "terminal42/contao-changelanguage",
        "version": "3.1.12",
        "version_normalized": "3.1.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-changelanguage.git",
            "reference": "07ec3d9ccb29ffcdea653aba4f47582a8c374cdd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-changelanguage/zipball/07ec3d9ccb29ffcdea653aba4f47582a8c374cdd",
            "reference": "07ec3d9ccb29ffcdea653aba4f47582a8c374cdd",
            "shasum": ""
        },
        "require": {
            "codefog/contao-haste": "~4.13",
            "contao-community-alliance/composer-plugin": "^2.4.1 || ~3.0",
            "contao/core-bundle": "^3.5.9 || ~4.1",
            "menatwork/contao-multicolumnwizard": "^3.3",
            "php": ">=5.4"
        },
        "conflict": {
            "aschempp/contao-calendarlanguage": "*",
            "contao-legacy/calendarlanguage": "*",
            "contao-legacy/newslanguage": "*",
            "terminal42/contao-newslanguage": "*"
        },
        "replace": {
            "contao-legacy/changelanguage": "self.version"
        },
        "require-dev": {
            "contao/core": "^3.5.9",
            "friendsofphp/php-cs-fixer": "^2.1",
            "phpunit/dbunit": "~1.3",
            "phpunit/phpunit": "4.*",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2019-08-27T08:48:01+00:00",
        "type": "contao-module",
        "extra": {
            "branch-alias": {
                "dev-develop": "3.2.x-dev"
            },
            "contao": {
                "sources": {
                    "": "system/modules/changelanguage"
                },
                "runonce": [
                    "config/update.php"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Terminal42\\ChangeLanguage\\": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://terminal42.ch"
            }
        ],
        "description": "ChangeLanguage extension for Contao Open Source CMS",
        "keywords": [
            "change",
            "contao",
            "language"
        ]
    },
    {
        "name": "terminal42/contao-conditionalselectmenu",
        "version": "3.0.6",
        "version_normalized": "3.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-conditionalselectmenu.git",
            "reference": "bc7b463557e0c185d583807f016443bb550cad7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-conditionalselectmenu/zipball/bc7b463557e0c185d583807f016443bb550cad7e",
            "reference": "bc7b463557e0c185d583807f016443bb550cad7e",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.2 || ~4.1",
            "php": ">=5.3.2"
        },
        "replace": {
            "contao-legacy/conditionalselectmenu": "self.version"
        },
        "time": "2019-03-11T14:52:16+00:00",
        "type": "contao-module",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev",
                "dev-develop": "3.0.x-dev"
            },
            "contao": {
                "sources": {
                    "": "system/modules/conditionalselectmenu"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://terminal42.ch"
            }
        ],
        "description": "conditional select menu extension for Contao Open Source CMS",
        "keywords": [
            "conditional",
            "contao",
            "form",
            "select"
        ]
    },
    {
        "name": "terminal42/contao-pageimage",
        "version": "3.4.2",
        "version_normalized": "3.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-pageimage.git",
            "reference": "33015b8400dc97b13b97af1c4844d2e6970658e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-pageimage/zipball/33015b8400dc97b13b97af1c4844d2e6970658e6",
            "reference": "33015b8400dc97b13b97af1c4844d2e6970658e6",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.5 || ~4.1",
            "php": "^5.6 || ^7"
        },
        "replace": {
            "contao-legacy/pageimage": "self.version"
        },
        "time": "2019-08-29T16:57:17+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/pageimage"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://www.terminal42.ch"
            }
        ],
        "description": "[Contao CMS] Assign images to pages and output them on layout level using a frontend modules.",
        "homepage": "https://github.com/terminal42/contao-pageimage",
        "keywords": [
            "background",
            "contao",
            "image",
            "page"
        ]
    },
    {
        "name": "terminal42/contao-tablelookupwizard",
        "version": "3.3.4",
        "version_normalized": "3.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-tablelookupwizard.git",
            "reference": "ae6c82f10b0f1e87226079ebaa78ac630b05279a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-tablelookupwizard/zipball/ae6c82f10b0f1e87226079ebaa78ac630b05279a",
            "reference": "ae6c82f10b0f1e87226079ebaa78ac630b05279a",
            "shasum": ""
        },
        "require": {
            "codefog/contao-haste": "^4.16",
            "contao-community-alliance/composer-plugin": "~2.0 || 3.*",
            "contao/core-bundle": "~3.2 || ^4.1",
            "php": "^5.4 || ^7.0"
        },
        "replace": {
            "contao-legacy/tablelookupwizard": "self.version"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "leofeyer/optimize-native-functions-fixer": "^1.0"
        },
        "time": "2019-01-30T10:58:59+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/tablelookupwizard"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "https://www.terminal42.ch"
            }
        ],
        "description": "Contao widget to select records from a foreign table. Useful if you have a large set of records.",
        "keywords": [
            "contao",
            "tablelookupwizard",
            "widget"
        ]
    },
    {
        "name": "terminal42/dc_multilingual",
        "version": "2.1.7",
        "version_normalized": "2.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-DC_Multilingual.git",
            "reference": "99428506e83720f86f5184b49feaa25208fc0ede"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-DC_Multilingual/zipball/99428506e83720f86f5184b49feaa25208fc0ede",
            "reference": "99428506e83720f86f5184b49feaa25208fc0ede",
            "shasum": ""
        },
        "require": {
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.3 || ~4.1",
            "php": ">=5.3.2"
        },
        "replace": {
            "contao-legacy/dc_multilingual": "self.version"
        },
        "time": "2017-03-07T18:14:15+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/dc_multilingual"
                }
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://www.terminal42.ch"
            },
            {
                "name": "Codefog",
                "homepage": "http://codefog.pl"
            }
        ],
        "description": "DC_Multilingual extension for Contao Open Source CMS",
        "keywords": [
            "contao",
            "driver",
            "multilingual"
        ]
    },
    {
        "name": "terminal42/dcawizard",
        "version": "2.4.7",
        "version_normalized": "2.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-dcawizard.git",
            "reference": "5ddabcafa42ec53476718c7cc6e8fd501674a3e1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-dcawizard/zipball/5ddabcafa42ec53476718c7cc6e8fd501674a3e1",
            "reference": "5ddabcafa42ec53476718c7cc6e8fd501674a3e1",
            "shasum": ""
        },
        "require": {
            "codefog/contao-haste": "4.*",
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.2 || ~4.1",
            "php": "^5.3.2 || ^7.0"
        },
        "replace": {
            "contao-legacy/dcawizard": "self.version"
        },
        "time": "2019-06-03T08:50:36+00:00",
        "type": "contao-module",
        "extra": {
            "contao": {
                "sources": {
                    "": "system/modules/dcawizard"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "widgets"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0+"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://terminal42.ch"
            }
        ],
        "description": "dcaWizard extension for Contao Open Source CMS",
        "keywords": [
            "contao",
            "dca",
            "dcawizard",
            "wizard"
        ]
    },
    {
        "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": "terminal42/notification_center",
        "version": "1.5.8",
        "version_normalized": "1.5.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/terminal42/contao-notification_center.git",
            "reference": "55d6cfa08ca04596f718d49b4ea6f6d1c2883862"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/terminal42/contao-notification_center/zipball/55d6cfa08ca04596f718d49b4ea6f6d1c2883862",
            "reference": "55d6cfa08ca04596f718d49b4ea6f6d1c2883862",
            "shasum": ""
        },
        "require": {
            "codefog/contao-haste": "^4.14.1",
            "contao-community-alliance/composer-plugin": "~2.4 || ~3.0",
            "contao/core-bundle": "~3.2 || ~4.1",
            "php": ">=5.4",
            "terminal42/dcawizard": "2.*"
        },
        "conflict": {
            "contao/core-bundle": "4.5.0",
            "contao/newsletter-bundle": "<3.5 || >= 5.0"
        },
        "replace": {
            "contao-legacy/notification_center": "self.version"
        },
        "require-dev": {
            "contao/newsletter-bundle": "~3.5 || ~4.1"
        },
        "suggest": {
            "contao/newsletter-bundle": "Send notifications using the newsletter bundle of Contao"
        },
        "time": "2019-07-05T15:49:27+00:00",
        "type": "contao-module",
        "extra": {
            "branch-alias": {
                "dev-develop": "1.4.x-dev"
            },
            "contao": {
                "sources": {
                    "": "system/modules/notification_center"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "NotificationCenter\\": [
                    "library/"
                ]
            },
            "classmap": [
                "classes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "terminal42 gmbh",
                "homepage": "http://terminal42.ch"
            }
        ],
        "description": "Notification Center extension for Contao Open Source CMS",
        "keywords": [
            "center",
            "contao",
            "notification"
        ]
    },
    {
        "name": "toflar/psr6-symfony-http-cache-store",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git",
            "reference": "d9c3ca57ca5153b88aed45b49080c0fe5a5fa7c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/d9c3ca57ca5153b88aed45b49080c0fe5a5fa7c6",
            "reference": "d9c3ca57ca5153b88aed45b49080c0fe5a5fa7c6",
            "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-09-04T14:55:00+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": "v1.42.3",
        "version_normalized": "1.42.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e",
            "reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^3.4|^4.2",
            "symfony/phpunit-bridge": "^4.4@dev|^5.0"
        },
        "time": "2019-08-24T12:51:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.42-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "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.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
            "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2019-08-24T08:43:50+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."
    }
]
