{
    "name": "numero2/contao-marketing-suite",
    "type": "contao-bundle",
    "description": "Contao Marketing Suite - Get the most out of Contao",
    "keywords": ["seo", "contao", "marketing", "dsgvo", "gdpr", "cookie"],
    "license": "proprietary",
    "homepage": "https://contao-marketingsuite.com/",
    "authors": [{
            "name": "numero2 - Agentur für digitales Marketing",
            "email": "support@contao-marketingsuite.com",
            "homepage": "https://www.numero2.de"
        }
    ],
    "support": [{
            "email": "support@contao-marketingsuite.com",
            "source": "https://github.com/numero2/contao-marketing-suite",
            "docs": "https://contao-marketingsuite.com/"
        }
    ],
    "require": {
        "contao/core-bundle": "^4.4.0",
        "org_heigl/hyphenator": "^2.3",
        "guzzlehttp/guzzle": "^6.0",
        "jeremykendall/php-domain-parser": "^5.6 || ^3.0"
    },
    "suggest": {
        "numero2/contao-opengraph3": "For OpenGraph integration",
        "avalexgmbh/contao": "For use of avalex privacy policy",
        "facebook/graph-sdk": "Needed to automatically publish news articles to Facebook"
    },
    "require-dev": {
        "contao/manager-plugin": "^2.0"
    },
    "conflict": {
        "contao/core": "*",
        "contao/manager-plugin": "<2.0 || >=3.0"
    },
    "extra": {
        "contao-manager-plugin": "numero2\\MarketingSuiteBundle\\ContaoManager\\Plugin"
    },
    "autoload": {
        "psr-4": {
            "numero2\\MarketingSuiteBundle\\": "src/"
        },
        "classmap": [
            "src/Resources/contao/"
        ],
        "exclude-from-classmap": [
            "src/Resources/contao/config/",
            "src/Resources/contao/dca/",
            "src/Resources/contao/languages/",
            "src/Resources/contao/templates/"
        ]
    }
}
