multi-store/vendor/webman/log/composer.json
2024-05-31 09:27:37 +08:00

13 lines
203 B
JSON

{
"name": "webman/log",
"type": "library",
"license": "MIT",
"description": "Webman plugin webman/log",
"require": {
},
"autoload": {
"psr-4": {
"Webman\\Log\\": "src"
}
}
}