Skip to content

Commit

Permalink
fix: add back compatibility for Protobuf v4 (#7648)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Sep 6, 2024
1 parent 6f7f8e2 commit 05c74be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .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 .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion 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

0 comments on commit 05c74be

Please sign in to comment.