From 8c534cbb36120f159ca30c26a47b989af6956e98 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 30 Dec 2020 08:35:39 +0800 Subject: [PATCH] bump --- composer.json | 14 +++++++------- src/ConfigProvider.php | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5b93558..c1ba7f9 100644 --- a/composer.json +++ b/composer.json @@ -32,21 +32,21 @@ } }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-swoole": ">=4.5", "ext-json": "*", "ext-openssl": "*", - "hyperf/cache": "~2.0.0", - "hyperf/command": "~2.0.0", - "hyperf/config": "~2.0.0", - "hyperf/di": "~2.0.0", - "hyperf/framework": "~2.0.0", + "hyperf/cache": "~2.1.0", + "hyperf/command": "~2.1.0", + "hyperf/config": "~2.1.0", + "hyperf/di": "~2.1.0", + "hyperf/framework": "~2.1.0", "lcobucci/jwt": "~3.3.0", "nesbot/carbon": "^2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", - "hyperf/testing": "~2.0.0", + "hyperf/testing": "~2.1.0", "phpstan/phpstan": "^0.12", "swoole/ide-helper": "dev-master", "mockery/mockery": "^1.0" diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 425861d..cea7fa1 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -40,7 +40,7 @@ public function __invoke(): array 'publish' => [ [ 'id' => 'config', - 'description' => 'The config for HyperfExt\\Jwt.', + 'description' => 'The config for hyperf-ext/jwt.', 'source' => __DIR__ . '/../publish/jwt.php', 'destination' => BASE_PATH . '/config/autoload/jwt.php', ],