{
    "name": "Koch/koch-viewhelper",
    "type": "typo3-cms-extension",
    "description": "",
    "authors": [
        {
            "name": "Johannes Rebhan",
            "role": "Developer"
        }
    ],
    "require": {
        "typo3/cms-core": "^11.0 || ^12.0"
    },
    "autoload": {
        "psr-4": {
            "Koch\\KochViewhelper\\": "Classes"
        }
    },
    "extra": {
        "typo3/cms": {
            "extension-key": "koch_viewhelper"
        }
    }
}