Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CommonProtos): add back compatibility for Protobuf v4 #7648

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CommonProtos/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*.xml.dist export-ignore
/.OwlBot.yaml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/dev export-ignore
/owlbot.py export-ignore
/tests export-ignore
/phpunit.xml.dist export-ignore
12 changes: 0 additions & 12 deletions CommonProtos/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion CommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"require": {
"php": "^8.0",
"google/protobuf": "^3.6.1"
"google/protobuf": "^v3.25.3||^4.26.1"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down
Loading