Skip to content

Commit 92345ba

Browse files
committed
bump
1 parent 6d17185 commit 92345ba

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@
2929
}
3030
},
3131
"require": {
32-
"php": ">=7.2",
32+
"php": ">=7.3",
3333
"ext-json": "*",
3434
"ext-swoole": ">=4.5",
35-
"hyperf-ext/contract": "^2.0",
36-
"hyperf/async-queue": "^2.0",
37-
"hyperf/command": "^2.0",
38-
"hyperf/config": "^2.0",
39-
"hyperf/devtool": "^2.0",
40-
"hyperf/di": "^2.0",
41-
"hyperf/event": "^2.0",
42-
"hyperf/filesystem": "^2.0",
43-
"hyperf/framework": "^2.0",
44-
"hyperf/translation": "^2.0",
45-
"hyperf/view": "^2.0",
35+
"hyperf-ext/contract": "~2.1.0",
36+
"hyperf/async-queue": "~2.1.0",
37+
"hyperf/command": "~2.1.0",
38+
"hyperf/config": "~2.1.0",
39+
"hyperf/devtool": "~2.1.0",
40+
"hyperf/di": "~2.1.0",
41+
"hyperf/event": "~2.1.0",
42+
"hyperf/filesystem": "~2.1.0",
43+
"hyperf/framework": "~2.1.0",
44+
"hyperf/translation": "~2.1.0",
45+
"hyperf/view": "~2.1.0",
4646
"swiftmailer/swiftmailer": "^6.0"
4747
},
4848
"require-dev": {
4949
"friendsofphp/php-cs-fixer": "^2.14",
50-
"hyperf/testing": "^2.0",
50+
"hyperf/testing": "~2.1.0",
5151
"phpstan/phpstan": "^0.12",
5252
"swoole/ide-helper": "dev-master",
5353
"mockery/mockery": "^1.0"

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __invoke(): array
2929
'publish' => [
3030
[
3131
'id' => 'config',
32-
'description' => 'The config for HyperfExt\\Mail.',
32+
'description' => 'The config for hyperf-ext/mail.',
3333
'source' => __DIR__ . '/../publish/mail.php',
3434
'destination' => BASE_PATH . '/config/autoload/mail.php',
3535
],

0 commit comments

Comments
 (0)