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 5d426e6 commit 5b227c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-fileinfo": "*",
"ext-imagick": "*",
"ext-swoole": ">=4.5",
"hyperf-ext/encryption": "^2.0",
"hyperf/cache": "^2.0",
"hyperf/di": "^2.0",
"hyperf/framework": "^2.0",
"hyperf/validation": "^2.0"
"hyperf-ext/encryption": "~2.1.0",
"hyperf/cache": "~2.1.0",
"hyperf/di": "~2.1.0",
"hyperf/framework": "~2.1.0",
"hyperf/validation": "~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"
},
Expand Down
4 changes: 2 additions & 2 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ public function __invoke(): array
'publish' => [
[
'id' => 'config',
'description' => 'The config for HyperfExt\Captcha.',
'description' => 'The config for hyperf-ext/captcha.',
'source' => __DIR__ . '/../publish/captcha.php',
'destination' => BASE_PATH . '/config/autoload/captcha.php',
],
[
'id' => 'fonts',
'description' => 'The fonts for HyperfExt\Captcha.',
'description' => 'The fonts for hyperf-ext/captcha.',
'source' => __DIR__ . '/../publish/fonts',
'destination' => BASE_PATH . '/storage/fonts',
],
Expand Down

0 comments on commit 5b227c8

Please sign in to comment.