openclassify/addons/default/visiosoft/customfields-module/composer.json
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

24 lines
555 B
JSON

{
"name": "visiosoft/customfields-module",
"type": "streams-addon",
"authors": [
{
"name": "Visiosoft, LTD.",
"email": "support@visiosoft.com.tr",
"homepage": "https://visiosoft.com.tr/",
"role": "Owner"
}
],
"autoload": {
"psr-4": {
"Visiosoft\\CustomfieldsModule\\": "src/"
}
},
"require": {
"visiosoft/selecttop-field_type": "*",
"visiosoft/radio-field_type": "*",
"visiosoft/range-field_type": "*"
}
}