File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments