Skip to content

Commit

Permalink
Do not bump API dependency
Browse files Browse the repository at this point in the history
Not required, SDK will continue to work with lower API versions, only `::batchObserve()` won't be usable.
  • Loading branch information
Nevay committed Jan 1, 2024
1 parent 247c97f commit 5afd2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"open-telemetry/api": "^1.0.2",
"open-telemetry/api": "^1.0",
"open-telemetry/context": "^1.0",
"open-telemetry/sem-conv": "^1.0",
"php-http/discovery": "^1.14",
Expand Down

0 comments on commit 5afd2bc

Please sign in to comment.