LaysenseAuth/vendor/webman/event/composer.json
2024-08-09 22:16:39 +08:00

13 lines
202 B
JSON

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