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 f3f208b commit d2b391b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-swoole": ">=4.5",
"hyperf-ext/hashing": "^2.0",
"hyperf/command": "^2.0",
"hyperf/config": "^2.0",
"hyperf/database": "^2.0",
"hyperf/db-connection": "^2.0",
"hyperf/di": "^2.0",
"hyperf/framework": "^2.0"
"hyperf-ext/hashing": "~2.1.0",
"hyperf/command": "~2.1.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"
},
"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 @@ -43,7 +43,7 @@ public function __invoke(): array
'publish' => [
[
'id' => 'config',
'description' => 'The config for HyperfExt\\Auth.',
'description' => 'The config for hyperf-ext/auth.',
'source' => __DIR__ . '/../publish/auth.php',
'destination' => BASE_PATH . '/config/autoload/auth.php',
],
Expand Down

0 comments on commit d2b391b

Please sign in to comment.