From b4ed719cccc2149bbf63f7dec418a3a9a5e0e4ea Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 30 Dec 2020 08:36:08 +0800 Subject: [PATCH] bump --- composer.json | 16 ++++++++-------- src/ConfigProvider.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 94e8c8d..fc2b523 100644 --- a/composer.json +++ b/composer.json @@ -39,18 +39,18 @@ } }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-swoole": ">=4.5", - "hyperf/config": "^2.0", - "hyperf/database": "^2.0", - "hyperf/db-connection": "^2.0", - "hyperf/di": "^2.0", - "hyperf/framework": "^2.0", - "hyperf/translation": "^2.0" + "hyperf/config": "~2.1.0", + "hyperf/database": "~2.1.0", + "hyperf/db-connection": "~2.1.0", + "hyperf/di": "~2.1.0", + "hyperf/framework": "~2.1.0", + "hyperf/translation": "~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", "mockery/mockery": "^1.0" diff --git a/src/ConfigProvider.php b/src/ConfigProvider.php index 8e4d1b4..43ce3be 100644 --- a/src/ConfigProvider.php +++ b/src/ConfigProvider.php @@ -29,7 +29,7 @@ public function __invoke(): array 'publish' => [ [ 'id' => 'config', - 'description' => 'The config for HyperfExt\Translatable.', + 'description' => 'The config for hyperf-ext/translatable.', 'source' => __DIR__ . '/../publish/translatable.php', 'destination' => BASE_PATH . '/config/autoload/translatable.php', ],