From 882c1d60c9090a15cef4e4cff3e588b872e02f00 Mon Sep 17 00:00:00 2001 From: /SyntaxLexx Date: Fri, 28 Apr 2023 20:35:07 +0300 Subject: [PATCH] Update composer.json Laravel 10 support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2bc32d9..9c0f065 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -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.*",