Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Laravel 10 support
  • Loading branch information
syntaxlexx authored Apr 28, 2023
1 parent dabd911 commit 882c1d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syntaxlexx/chatmessenger",
"description": "Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8 & 9 with Pusher Integration",
"description": "Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 & 10 with Pusher Integration",
"keywords": ["laravel", "chat", "messenger", "messaging", "user messaging", "chat", "pusher"],
"license": "MIT",
"authors": [
Expand All @@ -13,9 +13,9 @@
],
"require": {
"php": "^7.1.3|^8.0",
"illuminate/config": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0"
"illuminate/config": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"adamwathan/faktory": "0.3.*",
Expand Down

0 comments on commit 882c1d6

Please sign in to comment.