From 92345ba29d9cadcf778a037cfaac1be67fb58c4b Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 30 Dec 2020 08:37:21 +0800 Subject: [PATCH] bump --- composer.json | 26 +++++++++++++------------- src/ConfigProvider.php | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index b2bc9ea..ce59931 100644 --- a/composer.json +++ b/composer.json @@ -29,25 +29,25 @@ } }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-json": "*", "ext-swoole": ">=4.5", - "hyperf-ext/contract": "^2.0", - "hyperf/async-queue": "^2.0", - "hyperf/command": "^2.0", - "hyperf/config": "^2.0", - "hyperf/devtool": "^2.0", - "hyperf/di": "^2.0", - "hyperf/event": "^2.0", - "hyperf/filesystem": "^2.0", - "hyperf/framework": "^2.0", - "hyperf/translation": "^2.0", - "hyperf/view": "^2.0", + "hyperf-ext/contract": "~2.1.0", + "hyperf/async-queue": "~2.1.0", + "hyperf/command": "~2.1.0", + "hyperf/config": "~2.1.0", + "hyperf/devtool": "~2.1.0", + "hyperf/di": "~2.1.0", + "hyperf/event": "~2.1.0", + "hyperf/filesystem": "~2.1.0", + "hyperf/framework": "~2.1.0", + "hyperf/translation": "~2.1.0", + "hyperf/view": "~2.1.0", "swiftmailer/swiftmailer": "^6.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 c415cc0..401ff6f 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\\Mail.', + 'description' => 'The config for hyperf-ext/mail.', 'source' => __DIR__ . '/../publish/mail.php', 'destination' => BASE_PATH . '/config/autoload/mail.php', ],