{
    "name": "contao/manager-bundle",
    "description": "Provides the Contao Managed Edition",
    "license": "LGPL-3.0-or-later",
    "type": "symfony-bundle",
    "authors": [
        {
            "name": "Leo Feyer",
            "homepage": "https://github.com/leofeyer"
        },
        {
            "name": "Contao Community",
            "homepage": "https://contao.org/contributors"
        }
    ],
    "homepage": "https://contao.org",
    "support": {
        "issues": "https://github.com/contao/contao/issues",
        "forum": "https://community.contao.org",
        "source": "https://github.com/contao/manager-bundle",
        "docs": "https://docs.contao.org"
    },
    "require": {
        "php": "^7.4 || ^8.0",
        "ext-json": "*",
        "contao/core-bundle": "self.version",
        "contao/installation-bundle": "self.version",
        "contao/manager-plugin": "^2.4",
        "doctrine/dbal": "^3.1",
        "doctrine/doctrine-bundle": "^2.4",
        "friendsofsymfony/http-cache": "^2.6",
        "friendsofsymfony/http-cache-bundle": "^2.6",
        "nelmio/cors-bundle": "^2.0.1",
        "nelmio/security-bundle": "^2.2",
        "symfony/cache": "^5.4",
        "symfony/config": "^5.4",
        "symfony/console": "^5.4",
        "symfony/debug-bundle": "^5.4",
        "symfony/dependency-injection": "^5.4",
        "symfony/deprecation-contracts": "^2.1 || ^3.0",
        "symfony/doctrine-bridge": "^5.4",
        "symfony/dotenv": "^5.4",
        "symfony/error-handler": "^5.4",
        "symfony/expression-language": "^5.4",
        "symfony/filesystem": "^5.4.25",
        "symfony/finder": "^5.4",
        "symfony/framework-bundle": "^5.4",
        "symfony/http-client": "^5.4",
        "symfony/http-foundation": "^5.4",
        "symfony/http-kernel": "^5.4",
        "symfony/mailer": "^5.4",
        "symfony/monolog-bridge": "^5.4",
        "symfony/monolog-bundle": "^3.1",
        "symfony/process": "^5.4",
        "symfony/routing": "^5.4",
        "symfony/security-bundle": "^5.4",
        "symfony/stopwatch": "^5.4",
        "symfony/twig-bundle": "^5.4",
        "symfony/web-profiler-bundle": "^5.4",
        "symfony/yaml": "^5.4",
        "toflar/psr6-symfony-http-cache-store": "^3.0",
        "twig/extra-bundle": "^3.0"
    },
    "require-dev": {
        "composer/composer": "^2.0",
        "contao/test-case": "self.version",
        "contao/news-bundle": "self.version",
        "phpunit/phpunit": "^9.3",
        "symfony/phpunit-bridge": "^5.4"
    },
    "suggest": {
        "contao/tcpdf-bundle": "To export articles as PDF files"
    },
    "autoload": {
        "psr-4": {
            "Contao\\ManagerBundle\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Contao\\ManagerBundle\\Tests\\": "tests/"
        }
    },
    "bin": [
        "bin/contao-console",
        "bin/contao-setup"
    ],
    "config": {
        "allow-plugins": {
            "contao-components/installer": true,
            "contao/manager-plugin": true,
            "php-http/discovery": false
        }
    },
    "extra": {
        "contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin"
    }
}
