LaysenseAuth/vendor/webman/event/composer.json

13 lines
202 B
JSON
Raw Permalink Normal View History

2024-08-09 19:46:39 +05:30
{
"name": "webman/event",
"type": "library",
"license": "MIT",
"description": "Webman event plugin",
"require": {
},
"autoload": {
"psr-4": {
"Webman\\Event\\": "src"
}
}
}