From 28dbe254086c5c39e64f3d892aa433e06dbeae34 Mon Sep 17 00:00:00 2001 From: andvla Date: Thu, 13 Jul 2023 16:59:56 +0300 Subject: [PATCH] Add support for Laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a3753d9..02d5d98 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ "require": { "php": ">= 7.3", "google/cloud": "0.*", - "illuminate/config": "^6.0|^7.0|^8.0|^9.0", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", + "illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0", "kainxspirits/laravel-pubsub-queue": "~0.4.0|~0.5.0|~0.6.0|~0.7.0", "google/protobuf": "^3.6.0", - "illuminate/bus": "^6.0|^7.0|^8.0|^9.0" + "illuminate/bus": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {