Skip to content

Commit

Permalink
支持 YurunHttp 5.0 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Jan 19, 2024
1 parent e0ede0b commit 0299e74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/grpc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/smarty/tests/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": ">=7.4.0",
"yurunsoft/yurun-http": "~3.2"
"yurunsoft/yurun-http": "~5.0"
}
}

0 comments on commit 0299e74

Please sign in to comment.