Skip to content

Commit

Permalink
Add support for google/protobuf v4.x (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz authored Jul 22, 2024
1 parent 9842316 commit 19e93c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"google/protobuf": "^v3.17",
"ramsey/uuid": "^3 || ^4",
"roadrunner-php/roadrunner-api-dto": "^1.0",
"spiral/goridge": "^4.0",
"spiral/roadrunner": "^2023.1 || ^2024.1",
"spiral/roadrunner-worker": "^3.0"
},
"require-dev": {
"google/protobuf": "^3.17 || ^4.0",
"phpunit/phpunit": "^10.0",
"roave/security-advisories": "dev-master",
"vimeo/psalm": ">=5.8"
Expand Down

0 comments on commit 19e93c9

Please sign in to comment.