build(hyperf): 更新 guzzle 版本

This commit is contained in:
李东云
2024-02-27 15:36:11 +08:00
parent 271cdb3c0a
commit 1065741a08
2 changed files with 25 additions and 15 deletions

View File

@@ -16,14 +16,14 @@
"require": {
"php": ">=8.2",
"composer/composer": ">=2.5.8",
"hyperf/guzzle": "~3.0.0",
"moneyphp/money": "^4.1",
"singularity/hdk-core": "^1.0.0",
"hyperf/contract": "~3.1.0",
"hyperf/constants": "3.1.*",
"hyperf/config": "~3.1.0",
"hyperf/constants": "3.1.*",
"hyperf/contract": "~3.1.0",
"hyperf/di": "~3.1.0",
"hyperf/http-server": "3.1.*"
"hyperf/guzzle": "3.1.*",
"hyperf/http-server": "3.1.*",
"moneyphp/money": "^4.1",
"singularity/hdk-core": "^1.0.0"
},
"require-dev": {
"firebase/php-jwt": "^6.8.0",