mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
555 B
JSON
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": "*"
|
|
}
|
|
|
|
}
|