keycloak-webdav/composer.json
2024-06-20 01:29:02 +02:00

30 lines
552 B
JSON
Executable file

{
"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"
}
}
}