Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyzhu committed Dec 30, 2020
1 parent 6d17185 commit 92345ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 92345ba

Please sign in to comment.