webman-docker/composer.json
2022-09-18 22:22:31 +08:00

13 lines
216 B
JSON

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