From a4d0e2c3f9c2af14fa17fbecd258e55cf4eec168 Mon Sep 17 00:00:00 2001 From: wfuren Date: Thu, 5 May 2022 11:06:40 +0800 Subject: [PATCH 1/2] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5746122..c7d926b 100644 --- a/composer.json +++ b/composer.json @@ -34,13 +34,13 @@ "ext-mbstring": "*", "ext-openssl": "*", "ext-swoole": ">=4.5", - "hyperf/command": "~2.2.0", - "hyperf/di": "~2.2.0", - "hyperf/framework": "~2.2.0" + "hyperf/command": "~3.0.0", + "hyperf/di": "~3.0.0", + "hyperf/framework": "~3.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "~2.2.0", + "hyperf/testing": "~3.0.0", "limingxinleo/happy-join-hyperf": "^1.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master" From ed8f20c5439e7722a925759fa6d27eb97acf91fb Mon Sep 17 00:00:00 2001 From: wfuren Date: Thu, 5 May 2022 11:19:40 +0800 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c7d926b..cefd81b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "hyperf-ext/encryption", + "name": "233cy/encryption", "type": "library", "license": "MIT", "keywords": [ @@ -7,7 +7,7 @@ "hyperf", "encryption" ], - "description": "The Hyperf Encryption package.", + "description": "临时包,适用于HYPERF3系列", "authors": [ { "name": "Eric Zhu",