openclassify/addons/default/visiosoft/username_authenticator-extension/composer.json
2026-03-02 23:41:21 +03:00

27 lines
671 B
JSON

{
"name": "visiosoft/username_authenticator-extension",
"type": "streams-addon",
"homepage": "https://openclassify.com/",
"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"
}
],
"support": {
"email": "info@openclassify.com"
},
"autoload": {
"psr-4": {
"Visiosoft\\UsernameAuthenticatorExtension\\": "src/"
}
}
}