Skip to content

Commit 36912f0

Browse files
committed
chore: added support for protobuf ^4 | ^5
- updated dependencies
1 parent 88e1c31 commit 36912f0

9 files changed

Lines changed: 242 additions & 172 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"doctrine/dbal": "^3.6 || ^4.0",
2828
"elasticsearch/elasticsearch": "^7.6|^8.0",
2929
"google/apiclient": "^2.13",
30-
"google/protobuf": "^4.0",
30+
"google/protobuf": "^4.0 || ^5.0",
3131
"halaxa/json-machine": "^1.1",
3232
"monolog/monolog": "^3.0",
3333
"openspout/openspout": "^5.2",

composer.lock

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bridge/telemetry/otlp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"grpc/grpc": "^1.74",
2525
"open-telemetry/gen-otlp-protobuf": "^1.8",
26-
"google/protobuf": "^4.0",
26+
"google/protobuf": "^4.0 || ^5.0",
2727
"nyholm/psr7": "^1.8",
2828
"symfony/http-client": "^6.4 || ^7.4 || ^8.0"
2929
},

0 commit comments

Comments
 (0)