{
    "name": "nextcloud/coding-standard",
    "description": "Nextcloud coding standards for the php cs fixer",
    "type": "library",
    "require": {
        "php": "^7.3|^8.0",
        "php-cs-fixer/shim": "^3.17"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Christoph Wurst",
            "email": "christoph@winzerhof-wurst.at"
        }
    ],
    "autoload": {
        "psr-4": {
            "Nextcloud\\CodingStandard\\": "src"
        }
    }
}
