{
    "name": "wapplersystems/zabbix_client",
    "type": "typo3-cms-extension",
    "description": "TYPO3 Zabbix Client",
    "keywords": ["TYPO3", "extension", "zabbix", "monitoring"],
    "homepage": "https://github.com/WapplerSystems/zabbix_client",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Sven Wappler",
            "email": "typo3@wappler.systems",
            "role": "Developer"
        }
    ],
    "support": {
        "source": "https://github.com/WapplerSystems/zabbix_client",
        "issues": "https://github.com/WapplerSystems/zabbix_client/issues"
    },
    "require": {
        "php": "^8.2",
        "typo3/cms-core": "^14.0"
    },
    "require-dev": {
        "typo3/testing-framework": "^9.0",
        "typo3/cms-scheduler": "^14.0",
        "typo3/cms-install": "^14.0",
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "WapplerSystems\\ZabbixClient\\": "Classes/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "WapplerSystems\\ZabbixClient\\Tests\\": "Tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "typo3/class-alias-loader": true,
            "typo3/cms-composer-installers": true
        }
    },
    "extra": {
        "typo3/cms": {
            "extension-key": "zabbix_client"
        }
    }
}