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

19 lines
433 B
JSON

{
"name": "visiosoft/cats-module",
"type": "streams-addon",
"description": "It allows you to create unlimited subcategories for the Advs module and to manage your postings by category.",
"authors": [
{
"name": "Vedat Akdoğan.",
"email": "vedat@visiosoft.com.tr"
}
],
"autoload": {
"psr-4": {
"Visiosoft\\CatsModule\\": "src/"
}
},
"require": {
"visiosoft/advs-module": "*"
}
}