{
    "name": "terminal42/contao-leads",
    "description": "Leads extension for Contao Open Source CMS; Store and manage form data with ease!",
    "keywords": ["contao", "form", "data", "store", "export"],
    "type": "contao-module",
    "license": "LGPL-3.0+",
    "authors": [
        {
            "name": "terminal42 gmbh",
            "homepage": "https://www.terminal42.ch"
        }
    ],
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/terminal42"
        },
        {
            "type": "other",
            "url": "https://ko-fi.com/terminal42"
        }
    ],
    "support": {
        "issues": "https://github.com/terminal42/contao-leads/issues",
        "source": "https://github.com/terminal42/contao-leads"
    },
    "require": {
        "php": "^7.0 || ^8.0",
        "contao/core-bundle": "^3.5.1 || ^4.1",
        "contao-community-alliance/composer-plugin": "^2.4.0 || 3.*",
        "codefog/contao-haste": "^4.10.0",
        "menatwork/contao-multicolumnwizard": "~3.2"
    },
    "require-dev": {
        "phpoffice/phpspreadsheet": "^1.8"
    },
    "suggest": {
        "phpoffice/phpspreadsheet": "To enable Excel export of lead data."
    },
    "autoload": {
        "psr-0": {
            "Leads\\": "library/"
        }
    },
    "extra": {
        "contao": {
            "sources": {
                "": "system/modules/leads"
            }
        }
    }
}
