mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"name": "visiosoft/profile-module",
|
|
"type": "streams-addon",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Visiosoft\\ProfileModule\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Support/_helpers.php"
|
|
]
|
|
},
|
|
"require": {
|
|
"maatwebsite/excel": "*",
|
|
"google/recaptcha": "1.2.*"
|
|
}
|
|
}
|