erp/vendor/webman/log/composer.json
2024-05-07 16:45:39 +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"
}
}
}