mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-07-30 20:16:46 -04:00
30 lines
624 B
JSON
30 lines
624 B
JSON
{
|
|
"name": "nwidart/chat",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Widart",
|
|
"email": "[email protected]"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\Chat\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"tightenco/ziggy": "^1.4",
|
|
"infyomlabs/coreui-templates": "8.0.x-dev",
|
|
"infyomlabs/laravel-generator": "8.0.x-dev",
|
|
"pusher/pusher-php-server": "^7.0"
|
|
}
|
|
}
|