{
    "name": "contao/core-bundle",
    "type": "symfony-bundle",
    "description": "Provides the Contao core functionality",
    "homepage": "https://contao.org",
    "license": "LGPL-3.0-or-later",
    "authors": [
        {
            "name": "Leo Feyer",
            "homepage": "https://github.com/leofeyer"
        },
        {
            "name": "Contao Community",
            "homepage": "https://contao.org/contributors"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-dom": "*",
        "ext-gd": "*",
        "ext-hash": "*",
        "ext-intl": "*",
        "ext-json": "*",
        "ext-pcre": "*",
        "ext-pdo": "*",
        "ext-zlib": "*",
        "ausi/slug-generator": "^1.1",
        "bacon/bacon-qr-code": "^2.0",
        "composer/package-versions-deprecated": "^1.8",
        "contao-components/ace": "^1.2",
        "contao-components/chosen": "^1.2",
        "contao-components/colorbox": "^1.6",
        "contao-components/colorpicker": "^1.5",
        "contao-components/contao": "^9.1",
        "contao-components/datepicker": "^2.3",
        "contao-components/dropzone": "^5.0.1",
        "contao-components/highlight": "^9.0",
        "contao-components/jquery": "^1.12 || ^2.0 || ^3.5",
        "contao-components/jquery-ui": "^1.11.4",
        "contao-components/mediabox": "^1.5",
        "contao-components/mootools": "^1.6.0.1",
        "contao-components/simplemodal": "^2.1",
        "contao-components/swipe": "^2.0.3",
        "contao-components/tablesort": "^4.0",
        "contao-components/tablesorter": "^2.1",
        "contao-components/tinymce4": "^4.7",
        "contao/image": "^1.0",
        "contao/imagine-svg": "^0.2.3 || ^1.0",
        "doctrine/dbal": "^2.10",
        "doctrine/doctrine-bundle": "^1.8 || ^2.0",
        "doctrine/orm": "^2.6.3",
        "dragonmantank/cron-expression": "^2.3",
        "friendsofsymfony/http-cache": "^2.6",
        "friendsofsymfony/http-cache-bundle": "^2.6",
        "imagine/imagine": "^0.7 || ^1.0",
        "knplabs/knp-menu-bundle": "^2.1 || ^3.0",
        "knplabs/knp-time-bundle": "^1.10",
        "lcobucci/jwt": "^3.4 || ^4.0",
        "matthiasmullie/minify": "^1.3",
        "michelf/php-markdown": "^1.4",
        "nelmio/cors-bundle": "^1.5.3 || ^2.0.1",
        "nyholm/psr7": "^1.2",
        "paragonie/constant_time_encoding": "^2.2",
        "patchwork/utf8": "^1.2",
        "phpspec/php-diff": "^1.0",
        "phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0 || ^4.0",
        "psr/log": "^1.0",
        "ramsey/uuid": "^3.8",
        "scheb/2fa-backup-code": "^5.0",
        "scheb/2fa-bundle": "^5.0",
        "scheb/2fa-trusted-device": "^5.0",
        "scssphp/scssphp": "^1.0",
        "simplepie/simplepie": "^1.3",
        "spomky-labs/otphp": "^9.1 || ^10.0",
        "symfony-cmf/routing-bundle": "^2.1",
        "symfony/asset": "4.4.*",
        "symfony/cache": "4.4.*",
        "symfony/config": "4.4.*",
        "symfony/console": "4.4.*",
        "symfony/dependency-injection": "4.4.*",
        "symfony/dom-crawler": "4.4.*",
        "symfony/event-dispatcher": "4.4.*",
        "symfony/expression-language": "4.4.*",
        "symfony/filesystem": "4.4.*",
        "symfony/finder": "4.4.*",
        "symfony/framework-bundle": "4.4.*",
        "symfony/http-foundation": "4.4.*",
        "symfony/http-kernel": "4.4.*",
        "symfony/lock": "4.4.*",
        "symfony/monolog-bridge": "4.4.*",
        "symfony/process": "4.4.*",
        "symfony/routing": "4.4.*",
        "symfony/security-bundle": "4.4.*",
        "symfony/swiftmailer-bundle": "^2.6.2 || ^3.1.5",
        "symfony/translation": "4.4.*",
        "symfony/twig-bundle": "4.4.*",
        "symfony/var-dumper": "4.4.*",
        "symfony/yaml": "4.4.*",
        "terminal42/escargot": "^1.2",
        "terminal42/service-annotation-bundle": "^1.1",
        "true/punycode": "^2.1",
        "twig/twig": "^2.7",
        "ua-parser/uap-php": "^3.9",
        "webignition/robots-txt-file": "^3.0",
        "webmozart/path-util": "^2.2",
        "wikimedia/less.php": "^1.7"
    },
    "conflict": {
        "contao-community-alliance/composer-plugin": "<3.0",
        "contao/core": "*",
        "contao/manager-bundle": "4.5.* <4.5.2",
        "contao/manager-plugin": "<2.0 || >=3.0",
        "symfony/security-bundle": "4.4.* <4.4.5",
        "terminal42/contao-ce-access": "<3.0"
    },
    "require-dev": {
        "ext-fileinfo": "*",
        "composer/composer": "^1.0 || ^2.0",
        "contao/manager-plugin": "^2.3.1",
        "contao/test-case": "^4.4",
        "lexik/maintenance-bundle": "^2.1.5",
        "phpunit/phpunit": "^8.5",
        "symfony/browser-kit": "4.4.*",
        "symfony/http-client": "4.4.*",
        "symfony/phpunit-bridge": "4.4.*"
    },
    "suggest": {
        "contao/tcpdf-bundle": "To export articles as PDF files",
        "lexik/maintenance-bundle": "To put the application into maintenance mode"
    },
    "extra": {
        "contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin",
        "symfony": {
            "require": "^4.4"
        }
    },
    "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/"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Contao\\CoreBundle\\Fixtures\\": "tests/Fixtures/src/",
            "Contao\\CoreBundle\\Tests\\": "tests/",
            "Contao\\NewBundle\\": "tests/Fixtures/vendor/contao/new-bundle/src/",
            "Contao\\TestBundle\\": "tests/Fixtures/vendor/contao/test-bundle/"
        }
    },
    "support": {
        "issues": "https://github.com/contao/contao/issues",
        "forum": "https://community.contao.org",
        "source": "https://github.com/contao/core-bundle",
        "docs": "https://docs.contao.org"
    }
}
