diff --git a/composer.json b/composer.json index a073a56a06..6fc8073f2b 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "rector/rector": "~0.13", "symfony/polyfill-uuid": "^1.27", "yurunsoft/ide-helper": "~1.0", - "yurunsoft/yurun-http": "^4.0.0" + "yurunsoft/yurun-http": "~5.0" }, "replace": { "symfony/polyfill-php71": "*", diff --git a/src/Components/grpc/composer.json b/src/Components/grpc/composer.json index 85da304648..9fe3df9420 100644 --- a/src/Components/grpc/composer.json +++ b/src/Components/grpc/composer.json @@ -5,7 +5,7 @@ "description": "在 imi 框架中集成 gRPC 服务开发、客户端调用及连接池", "require": { "imiphp/imi-rpc": "~2.1.0", - "yurunsoft/yurun-http": "^4.0.0", + "yurunsoft/yurun-http": "~4.4|~5.0", "google/protobuf": "^3.10.0" }, "require-dev": { diff --git a/src/Components/smarty/tests/composer.json b/src/Components/smarty/tests/composer.json index 9c9d54a572..ba85b47e38 100644 --- a/src/Components/smarty/tests/composer.json +++ b/src/Components/smarty/tests/composer.json @@ -1,6 +1,6 @@ { "require": { "php": ">=7.4.0", - "yurunsoft/yurun-http": "~3.2" + "yurunsoft/yurun-http": "~5.0" } } \ No newline at end of file