Skip to content

Commit

Permalink
feat: Add support for "google/common-protos" v4.0 (#24)
Browse files Browse the repository at this point in the history
Updated the package to support both "google/common-protos" version ^3.1 and ^4.0. This provides users with the flexibility to choose between the two major releases while ensuring backward compatibility.
  • Loading branch information
butschster committed Oct 26, 2023
1 parent fe483cb commit 94b5ec7
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 @@ -41,7 +41,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"google/common-protos": "^3.1",
"google/common-protos": "^3.1|^4.0",
"google/protobuf": "^3.7",
"spiral/roadrunner-worker": "^3.0",
"spiral/goridge": "^4.0",
Expand Down

0 comments on commit 94b5ec7

Please sign in to comment.