From f36d95387eae18927708f5b5d07d7f21bd31e62b Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 30 Dec 2020 08:34:00 +0800 Subject: [PATCH] bump --- composer.json | 10 +++++----- src/ConfigProvider.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ab857df..f795758 100644 --- a/composer.json +++ b/composer.json @@ -29,15 +29,15 @@ } }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-swoole": ">=4.5", - "hyperf/config": "^2.0", - "hyperf/di": "^2.0", - "hyperf/framework": "^2.0" + "hyperf/config": "~2.1.0", + "hyperf/di": "~2.1.0", + "hyperf/framework": "~2.1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", - "hyperf/testing": "^2.0", + "hyperf/testing": "~2.1.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master" }, diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 0f94af8..c2ae621 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -30,7 +30,7 @@ public function __invoke(): array 'publish' => [ [ 'id' => 'config', - 'description' => 'The config for HyperfExt\\Hashing.', + 'description' => 'The config for hyperf-ext/hashing.', 'source' => __DIR__ . '/../publish/hashing.php', 'destination' => BASE_PATH . '/config/autoload/hashing.php', ],