From a58ddeaf4e90f904d13ddd3d8a466d48e40fa760 Mon Sep 17 00:00:00 2001 From: lujunyi Date: Thu, 20 Apr 2023 17:28:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0=E6=94=AF?= =?UTF-8?q?=E6=8C=81hyperf3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e19b108..e1e1777 100644 --- a/composer.json +++ b/composer.json @@ -30,9 +30,9 @@ }, "require": { "php": ">=7.3", - "hyperf/config": "^2.1", - "hyperf/di": "^2.1", - "hyperf/framework": "^2.1" + "hyperf/config": "^3.0", + "hyperf/di": "^3.0", + "hyperf/framework": "^3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", From caa0b51e0cd212f923363ad94a81ecfc8a0af6f5 Mon Sep 17 00:00:00 2001 From: lujunyi Date: Thu, 20 Apr 2023 17:37:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0=E6=94=AF?= =?UTF-8?q?=E6=8C=81hyperf3.0,=E4=BF=AE=E6=94=B9dev=E4=B8=AD=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e1e1777..fb6fc48 100644 --- a/composer.json +++ b/composer.json @@ -29,14 +29,14 @@ } }, "require": { - "php": ">=7.3", + "php": ">=8.0", "hyperf/config": "^3.0", "hyperf/di": "^3.0", "hyperf/framework": "^3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "^2.1", + "hyperf/testing": "^3.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master" },