Skip to content

Commit

Permalink
Add support of google/protobuf v4.x (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Jul 22, 2024
1 parent f751ce3 commit ddb3e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"php": ">=8.1",
"ext-json": "*",
"google/common-protos": "^3.1|^4.0",
"google/protobuf": "^3.7",
"google/protobuf": "^3.7 || ^4.0",
"spiral/roadrunner-worker": "^3.0",
"spiral/goridge": "^4.0",
"spiral/roadrunner": "^2023.1 || ^2024.1"
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<InvalidAttribute errorLevel="suppress" />
<UndefinedAttributeClass errorLevel="suppress" />
<DocblockTypeContradiction errorLevel="suppress" />
<MissingClassConstType errorLevel="suppress" />
</issueHandlers>
<projectFiles>
<directory name="src" />
Expand Down

0 comments on commit ddb3e21

Please sign in to comment.