mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 19:22:10 -05:00
24 lines
507 B
JSON
24 lines
507 B
JSON
{
|
|
"name": "visiosoft/profile-module",
|
|
"type": "streams-addon",
|
|
"description": "Profile Module allows users to add advanced features like Address for openclassify platform",
|
|
"authors": [
|
|
{
|
|
"name": "Vedat Akdoğan.",
|
|
"email": "vedat@visiosoft.com.tr"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Visiosoft\\ProfileModule\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Support/_helpers.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"maatwebsite/excel": "*",
|
|
"google/recaptcha": "1.2.*"
|
|
}
|
|
}
|