{
    "name": "codefog/contao-haste",
    "description": "haste extension for Contao Open Source CMS",
    "keywords": ["contao", "haste"],
    "type": "contao-module",
    "license": "LGPL-3.0-or-later",
    "authors": [
        {
            "name": "Codefog",
            "homepage": "http://codefog.pl"
        },
        {
            "name": "terminal42 gmbh",
            "homepage": "https://www.terminal42.ch"
        }
    ],
    "require": {
        "php": "~7.0 || ~8.0",
        "contao/core-bundle": "^4.4",
        "contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.2",
        "phpoffice/phpexcel": "^1.6",
        "phpoffice/phpspreadsheet": "^1.6"
    },
    "scripts": {
        "unit-tests": "vendor/bin/phpunit"
    },
    "replace": {
        "contao-legacy/haste": "self.version"
    },
    "suggest": {
        "phpoffice/phpspreadsheet": "Required for the Haste\\IO\\ExcelFileWriter component."
    },
    "autoload": {
        "psr-0": {
            "Haste\\": [
                "library/"
            ]
        }
    },
    "extra": {
        "contao": {
            "sources": {
                "": "system/modules/haste"
            },
            "runonce": [
                "config/upgrade.php"
            ]
        }
    }
}
