{
    "name": "christophwurst/nextcloud_testing",
    "description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Christoph Wurst",
            "email": "christoph@winzerhof-wurst.at"
        }
    ],
    "require": {
        "php": "^7.4|^8.0",
        "phpunit/phpunit": "^8.0|^9.0|^10.0",
        "php-webdriver/webdriver": "^1.9"
    },
    "autoload": {
        "psr-4": {
            "ChristophWurst\\Nextcloud\\Testing\\": "/"
        }
    }
}
