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

19 lines
405 B
JSON

{
"name": "visiosoft/location-module",
"type": "streams-addon",
"description": "It allows you to use your Location features for ads.",
"authors": [
{
"name": "Vedat Akdoğan.",
"email": "vedat@visiosoft.com.tr"
}
],
"autoload": {
"psr-4": {
"Visiosoft\\LocationModule\\": "src/"
}
},
"require": {
}
}