Skip to content

Commit

Permalink
Fix package dependency in SDK Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tidal committed Jun 21, 2022
1 parent af03123 commit 4fe94e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/OtelSdkBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"open-telemetry/contrib-sdk": "^0.0.11",
"open-telemetry/sdk-contrib": "^0.0.11",
"open-telemetry/sdk": "^0.0.11",
"php-http/message": "^1.12",
"php-http/discovery": "^1.14",
Expand Down

0 comments on commit 4fe94e2

Please sign in to comment.