Skip to content

Commit 45c2318

Browse files
authored
Merge pull request #25 from lexxyungcarter/lexxyungcarter-patch-1
Added support for Laravel 9
2 parents fcdc826 + d61f3db commit 45c2318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lexxyungcarter/chatmessenger",
3-
"description": "Simple one-to-one/group chat messaging tool for Laravel 5 & 6 & 7 with Pusher Integration",
3+
"description": "Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8 & 9 with Pusher Integration",
44
"keywords": ["laravel", "chat", "messenger", "messaging", "user messaging", "chat", "pusher"],
55
"license": "MIT",
66
"authors": [
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": "^7.1.3|^8.0",
16-
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
17-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
18-
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
16+
"illuminate/config": "^5.5|^6.0|^7.0|^8.0|^9.0",
17+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
18+
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0"
1919
},
2020
"require-dev": {
2121
"adamwathan/faktory": "0.3.*",

0 commit comments

Comments
 (0)