{ "name": "estym/keycloak-webdav", "description": "A simple webdav server with a Keycloak integration", "type": "project", "keywords": [ "docker", "webdav", "php", "phpredis" ], "license": "MIT", "authors": [ { "name": "Evann (Estym) Regnault", "email": "contact@regnault.dev" } ], "require": { "sabre/dav": "^4.6", "ext-curl": "*", "vlucas/phpdotenv": "^5.6" }, "autoload": { "psr-0": { "Keycloak": "src", "Collections": "src", "Principal": "src" } } }