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

23 lines
545 B
JSON

{
"name": "visiosoft/language_switcher-plugin",
"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\\LanguageSwitcherPlugin\\": "src/"
}
}
}