Skip to content

Commit 5dab2f2

Browse files
chore: bump the composer-production-dependencies group across 1 directory with 8 updates
Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [open-telemetry/api](https://github.com/opentelemetry-php/api), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [open-telemetry/detector-container](https://github.com/opentelemetry-php/contrib-detector-container), [open-telemetry/opentelemetry-logger-monolog](https://github.com/opentelemetry-php/contrib-logger-monolog) and [php-di/php-di](https://github.com/PHP-DI/PHP-DI) to permit the latest version. Updates `monolog/monolog` to 3.9.0 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](Seldaek/monolog@3.8.1...3.9.0) Updates `open-telemetry/api` to 1.2.3 - [Release notes](https://github.com/opentelemetry-php/api/releases) - [Commits](opentelemetry-php/api@1.1.1...1.2.3) Updates `open-telemetry/sdk` to 1.2.2 - [Release notes](https://github.com/opentelemetry-php/sdk/releases) - [Commits](opentelemetry-php/sdk@1.1.2...1.2.2) Updates `open-telemetry/exporter-otlp` to 1.2.1 - [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases) - [Commits](opentelemetry-php/exporter-otlp@1.1.0...1.2.1) Updates `open-telemetry/opentelemetry-auto-slim` to 1.1.0 - [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases) - [Commits](opentelemetry-php/contrib-auto-slim@1.0.7...1.1.0) Updates `open-telemetry/detector-container` to 1.1.0 - [Release notes](https://github.com/opentelemetry-php/contrib-detector-container/releases) - [Commits](opentelemetry-php/contrib-detector-container@1.0.0...1.1.0) Updates `open-telemetry/opentelemetry-logger-monolog` to 1.1.0 - [Release notes](https://github.com/opentelemetry-php/contrib-logger-monolog/releases) - [Commits](opentelemetry-php/contrib-logger-monolog@1.0.0...1.1.0) Updates `php-di/php-di` to 7.0.9 - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](PHP-DI/PHP-DI@7.0.7...7.0.9) --- updated-dependencies: - dependency-name: monolog/monolog dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/api dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/sdk dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/exporter-otlp dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/opentelemetry-auto-slim dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/detector-container dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/opentelemetry-logger-monolog dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: php-di/php-di dependency-type: direct:production dependency-group: composer-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0135ace commit 5dab2f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/quoteservice/composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"php": ">= 8.3",
77
"ext-json": "*",
88
"ext-pcntl": "*",
9-
"monolog/monolog": "3.8.1",
10-
"open-telemetry/api": "1.1.1",
11-
"open-telemetry/sdk": "1.1.2",
12-
"open-telemetry/exporter-otlp": "1.1.0",
13-
"open-telemetry/opentelemetry-auto-slim": "1.0.7",
14-
"open-telemetry/detector-container": "1.0.0",
15-
"open-telemetry/opentelemetry-logger-monolog": "1.0.0",
9+
"monolog/monolog": "3.9.0",
10+
"open-telemetry/api": "1.2.3",
11+
"open-telemetry/sdk": "1.2.2",
12+
"open-telemetry/exporter-otlp": "1.2.1",
13+
"open-telemetry/opentelemetry-auto-slim": "1.1.0",
14+
"open-telemetry/detector-container": "1.1.0",
15+
"open-telemetry/opentelemetry-logger-monolog": "1.1.0",
1616
"guzzlehttp/guzzle": "7.9.2",
17-
"php-di/php-di": "7.0.7",
17+
"php-di/php-di": "7.0.9",
1818
"php-di/slim-bridge": "3.4.1",
1919
"php-http/guzzle7-adapter": "1.1.0",
2020
"react/http": "v1.11.0",

0 commit comments

Comments
 (0)