keycloak-webdav/composer.json

33 lines
605 B
JSON
Raw Normal View History

2024-06-07 22:27:58 +02:00
{
"name": "jlucki/docker-php-dev-env",
"description": "A simple web development environment using Docker with NGINX, PHP, MySQL and Xdebug.",
"type": "project",
"keywords": [
"docker",
"development",
"environment",
"php",
"xdebug",
"nginx"
],
"license": "MIT",
"authors": [
{
"name": "Jan Lucki",
"email": "jan@lucki.dev"
}
],
"require": {
"sabre/dav": "^4.6",
2024-06-12 09:47:22 +02:00
"ext-curl": "*",
"vlucas/phpdotenv": "^5.6"
2024-06-07 22:27:58 +02:00
},
"autoload": {
"psr-0": {
"Keycloak": "src",
"Collections": "src",
"Principal": "src"
}
}
}