Skip to content

Commit c7bd13c

Browse files
committed
bump
1 parent e1e85eb commit c7bd13c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
}
3030
},
3131
"require": {
32-
"php": ">=7.2",
32+
"php": ">=7.3",
3333
"ext-json": "*",
3434
"ext-mbstring": "*",
3535
"ext-openssl": "*",
3636
"ext-swoole": ">=4.5",
37-
"hyperf/command": "^2.0",
38-
"hyperf/di": "^2.0",
39-
"hyperf/framework": "^2.0"
37+
"hyperf/command": "~2.1.0",
38+
"hyperf/di": "~2.1.0",
39+
"hyperf/framework": "~2.1.0"
4040
},
4141
"require-dev": {
4242
"friendsofphp/php-cs-fixer": "^2.14",
43-
"hyperf/testing": "^2.0",
43+
"hyperf/testing": "~2.1.0",
4444
"phpstan/phpstan": "^0.12",
4545
"swoole/ide-helper": "dev-master"
4646
},

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __invoke(): array
2727
'publish' => [
2828
[
2929
'id' => 'config',
30-
'description' => 'The config for HyperfExt\\Encryption.',
30+
'description' => 'The config for hyperf-ext/encryption.',
3131
'source' => __DIR__ . '/../publish/encryption.php',
3232
'destination' => BASE_PATH . '/config/autoload/encryption.php',
3333
],

0 commit comments

Comments
 (0)