Skip to content

Commit

Permalink
relax composer version requirements (#918)
Browse files Browse the repository at this point in the history
using self.version does not work when we have different components being released individually. ^1.0 seems like a sensible initial setting now that we have reached beta.
  • Loading branch information
brettmc authored Feb 15, 2023
1 parent ae31895 commit 0295e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": "^7.4 || ^8.0",
"ext-grpc": "*",
"grpc/grpc": "*",
"open-telemetry/sdk": "self.version"
"open-telemetry/sdk": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0295e27

Please sign in to comment.