openclassify/addons/default/visiosoft/notifications-module/composer.json
2022-03-08 18:45:16 +03:00

25 lines
540 B
JSON

{
"name": "visiosoft/notifications-module",
"type": "streams-addon",
"authors": [
{
"name": "Visiosoft, LTD.",
"email": "support@visiosoft.com.tr",
"homepage": "https://visiosoft.com.tr/",
"role": "Owner"
},
{
"name": "Vedat Akdoğan",
"email": "vedat@visiosoft.com.tr",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Visiosoft\\NotificationsModule\\": "src/"
}
}
}