32 lines
605 B
JSON
Executable file
32 lines
605 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": "*",
|
|
"vlucas/phpdotenv": "^5.6"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Keycloak": "src",
|
|
"Collections": "src",
|
|
"Principal": "src"
|
|
}
|
|
}
|
|
}
|