From cda2da5aaf9c122f40a73ba957a08f5bdfb0b840 Mon Sep 17 00:00:00 2001 From: Kids Return Date: Fri, 17 Nov 2023 14:07:22 +0800 Subject: [PATCH] Support Hyperf 3.1 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9543b72..d3a6f63 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": ">=8.0", "ext-json": "*", "guzzlehttp/guzzle": "^7.4", - "hyperf/context": "^2.2|^3.0", + "hyperf/context": "^2.2|^3.0|^3.1", "psr/http-server-middleware": "^1.0" }, "require-dev": { @@ -33,13 +33,13 @@ "phpunit/phpunit": "^9.5" }, "suggest": { - "hyperf/config": "^2.2|^3.0", - "hyperf/db": "^2,2|^3.0", - "hyperf/redis": "^2,2|^3.0", - "hyperf/di": "^2.2|^3.0", - "hyperf/grpc-client": "^2.2|^3.0", - "hyperf/rpc-client": "^2.2|^3.0", - "hyperf/json-rpc": "^2.2|^3.0", + "hyperf/config": "^2.2|^3.0|^3.1", + "hyperf/db": "^2,2|^3.0|^3.1", + "hyperf/redis": "^2,2|^3.0|^3.1", + "hyperf/di": "^2.2|^3.0|^3.1", + "hyperf/grpc-client": "^2.2|^3.0|^3.1", + "hyperf/rpc-client": "^2.2|^3.0|^3.1", + "hyperf/json-rpc": "^2.2|^3.0|^3.1", "ext-openssl": "Required to use HTTPS.", "ext-pdo": "Required to use MySQL Client.", "ext-pdo_mysql": "Required to use MySQL Client.",