Skip to content

Commit

Permalink
update PHP dependencies to 1.0.0 (open-telemetry#1236)
Browse files Browse the repository at this point in the history
* update PHP dependencies to 1.0.0

* update changelog

---------

Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
3 people committed Nov 6, 2023
1 parent f3f820c commit b53d5bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ release.

## Unreleased

* update PHP quoteservice to use 1.0.0
([#1236](https://github.com/open-telemetry/opentelemetry-demo/pull/1236))

## 1.6.0

* update PHP quoteservice to use RC1
Expand Down
15 changes: 7 additions & 8 deletions src/quoteservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
"name": "openteletry-demo/quoteservice",
"description": "Quote Service part of OpenTelemetry Demo",
"license": "Apache-2.0",
"minimum-stability": "beta",
"require": {
"php": ">= 8.2",
"ext-json": "*",
"ext-pcntl": "*",
"monolog/monolog": "3.5.0",
"open-telemetry/api": "1.0.0RC1",
"open-telemetry/sdk": "1.0.0RC1",
"open-telemetry/exporter-otlp": "1.0.0RC1",
"open-telemetry/opentelemetry-auto-slim": "1.0.0beta10",
"open-telemetry/detector-container": "0.0.3",
"open-telemetry/opentelemetry-logger-monolog": "0.0.5",
"monolog/monolog": "3.4.0",
"open-telemetry/api": "1.0.0",
"open-telemetry/sdk": "1.0.0",
"open-telemetry/exporter-otlp": "1.0.0",
"open-telemetry/opentelemetry-auto-slim": "1.0.0",
"open-telemetry/detector-container": "1.0.0",
"open-telemetry/opentelemetry-logger-monolog": "1.0.0",
"guzzlehttp/guzzle": "7.8.0",
"php-di/php-di": "7.0.6",
"php-di/slim-bridge": "3.4.0",
Expand Down

0 comments on commit b53d5bf

Please sign in to comment.