From 16dcf645d87eec80818c95f76f916b40d486f606 Mon Sep 17 00:00:00 2001 From: jobsen <444626008@qq.com> Date: Tue, 14 Feb 2023 12:39:39 +0800 Subject: [PATCH 1/2] update hyperf version --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 5746122..3c81d8b 100644 --- a/composer.json +++ b/composer.json @@ -29,18 +29,18 @@ } }, "require": { - "php": ">=7.3", + "php": ">=8.0", "ext-json": "*", "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.*", + "hyperf/di": "3.0.*", + "hyperf/framework": "3.0.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", - "hyperf/testing": "~2.2.0", + "hyperf/testing": "3.0.*", "limingxinleo/happy-join-hyperf": "^1.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master" From 79f28a1df6714ebe21c2b8df3a282542d18a8a90 Mon Sep 17 00:00:00 2001 From: richard8768 Date: Tue, 14 Feb 2023 13:49:39 +0800 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c81d8b..dbfff3f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "hyperf-ext/encryption", + "name": "richard8768/encryption", "type": "library", "license": "MIT", "keywords": [