Skip to content

Commit 721d03b

Browse files
committed
final changes
1 parent afd47c1 commit 721d03b

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

composer.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
{
22
"name": "classiebit/addchat-laravel",
33
"version": "1.0.0",
4-
"description": "Addchat Laravel",
5-
"type": "library",
4+
"description": "Addchat Laravel Lite",
5+
"keywords": [
6+
"addchat-laravel-lite",
7+
"laravel chat",
8+
"laravel live chat package",
9+
"laravel",
10+
"laravel-package",
11+
"vuejs"
12+
],
613
"license": "MIT",
14+
"homepage": "https://classiebit.com/addchat-laravel",
15+
"support": {
16+
"issues": "https://github.com/classiebit/addchat-laravel/issues",
17+
"source": "https://github.com/classiebit/addchat-laravel"
18+
},
719
"authors": [
820
{
921
"name": "Classiebit",
@@ -17,6 +29,7 @@
1729
}
1830
},
1931
"minimum-stability": "stable",
32+
"prefer-stable" : true,
2033
"extra": {
2134
"laravel": {
2235
"providers": [

license

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 - 2019, British Columbia Institute of Technology
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

0 commit comments

Comments
 (0)