diff --git a/composer.json b/composer.json index 6c643d9..5184c8e 100755 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 7fb3302..c319a98 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a28be0354ca9e871dca136cb8681cba7", + "content-hash": "a06a4a9e4b728e801dfd1e7a743811b1", "packages": [ { "name": "composer/ca-bundle", @@ -2693,16 +2693,16 @@ }, { "name": "hyperf/guzzle", - "version": "v3.0.37", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/hyperf/guzzle.git", - "reference": "312d15dd1c94e423da3ab959363fa5c42e131c52" + "reference": "df01c9b6ba645347a05113c6bcac2314145e611c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hyperf/guzzle/zipball/312d15dd1c94e423da3ab959363fa5c42e131c52", - "reference": "312d15dd1c94e423da3ab959363fa5c42e131c52", + "url": "https://api.github.com/repos/hyperf/guzzle/zipball/df01c9b6ba645347a05113c6bcac2314145e611c", + "reference": "df01c9b6ba645347a05113c6bcac2314145e611c", "shasum": "", "mirrors": [ { @@ -2713,7 +2713,7 @@ }, "require": { "guzzlehttp/guzzle": "^6.3|^7.0", - "php": ">=8.0", + "php": ">=8.1", "psr/container": "^1.0|^2.0", "psr/http-message": "^1.0|^2.0" }, @@ -2724,7 +2724,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" }, "hyperf": { "config": "Hyperf\\Guzzle\\ConfigProvider" @@ -2748,9 +2748,19 @@ ], "support": { "issues": "https://github.com/hyperf/guzzle/issues", - "source": "https://github.com/hyperf/guzzle/tree/v3.0.37" + "source": "https://github.com/hyperf/guzzle/tree/v3.1.0" }, - "time": "2023-09-19T01:50:18+00:00" + "funding": [ + { + "url": "https://hyperf.wiki/#/zh-cn/donate", + "type": "custom" + }, + { + "url": "https://opencollective.com/hyperf", + "type": "open_collective" + } + ], + "time": "2023-11-24T03:10:53+00:00" }, { "name": "hyperf/http-message",