-
Notifications
You must be signed in to change notification settings - Fork 32
/
composer.json
executable file
·37 lines (37 loc) · 1006 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "classiebit/addchat-laravel",
"version": "1.0.6",
"description": "Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat & more.",
"keywords": [
"laravel",
"laravel-package",
"laravel chat package",
"vuejs"
],
"license": "MIT",
"homepage": "https://classiebit.com/addchat-laravel",
"support": {
"issues": "https://github.com/classiebit/addchat-laravel/issues",
"source": "https://github.com/classiebit/addchat-laravel"
},
"authors": [
{
"name": "Classiebit",
"email": "info@classiebit.com"
}
],
"autoload": {
"psr-4": {
"Classiebit\\Addchat\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable" : true,
"extra": {
"laravel": {
"providers": [
"Classiebit\\Addchat\\AddchatServiceProvider"
]
}
}
}