Skip to content

Commit

Permalink
Merge pull request #70 from tidal/versions
Browse files Browse the repository at this point in the history
Update dependencies on main library for release
  • Loading branch information
bobstrecansky authored Jun 22, 2022
2 parents 8c85847 + 1276c2a commit e7d3eb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"open-telemetry/opentelemetry": "^0.0.11",
"open-telemetry/opentelemetry": "^0.0.12",
"php-http/discovery": "^1.14",
"php-http/message": "^1.12"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/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/sdk": "^0.0.11"
"open-telemetry/sdk": "self.version"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/OtelSdkBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"open-telemetry/sdk-contrib": "^0.0.11",
"open-telemetry/sdk": "^0.0.11",
"open-telemetry/sdk-contrib": "self.version",
"open-telemetry/sdk": "self.version",
"php-http/message": "^1.12",
"php-http/discovery": "^1.14",
"symfony/config": "^4.4|^5.3|^6.0",
Expand Down

0 comments on commit e7d3eb8

Please sign in to comment.