webman-docker/composer.json
2023-10-10 17:12:30 +08:00

15 lines
286 B
JSON

{
"name": "webman-tech/docker",
"type": "library",
"license": "MIT",
"description": "docker for webman app",
"require": {},
"autoload": {
"psr-4": {
"Kriss\\WebmanDocker\\": "src"
}
},
"config": {
"github-actions-date": "2023-10-10T09:09:41.993Z"
}
}