webman-docker/composer.json
2022-05-26 19:24:09 +08:00

13 lines
217 B
JSON

{
"name": "kriss/webman-docker",
"type": "library",
"license": "MIT",
"description": "docker for webman app",
"require": {
},
"autoload": {
"psr-4": {
"Kriss\\WebmanDocker\\": "src"
}
}
}