keycloak-webdav/composer.json
2024-06-07 20:27:58 +00:00

31 lines
573 B
JSON
Executable file

{
"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",
"ext-curl": "*"
},
"autoload": {
"psr-0": {
"Keycloak": "src",
"Collections": "src",
"Principal": "src"
}
}
}