Skip to content

Commit

Permalink
chore(deps): Update gRPC dependencies (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
  • Loading branch information
oguzhand95 committed Apr 29, 2024
1 parent c8b6544 commit a3f83c6
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 62 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"php": "^8.2 || ^8.3",
"ext-grpc": "*",
"ext-json": "*",
"google/common-protos": "^4.1",
"google/protobuf": "^3.23",
"grpc/grpc": "^1.52",
"ramsey/uuid": "^4.3"
"google/common-protos": "^4.5",
"google/protobuf": "^v4.26",
"grpc/grpc": "^1.57",
"ramsey/uuid": "^4.7"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^v1.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^10.0",
"vimeo/psalm": "^5.0"
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.19"
}
}
111 changes: 56 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3f83c6

Please sign in to comment.