From 330268375a353900a1168cb78d1c336dca308d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:12:37 +0000 Subject: [PATCH] build(deps): bump the composer-production-dependencies group across 1 directory with 5 updates Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [slim/psr7](https://github.com/slimphp/Slim-Psr7) and [slim/slim](https://github.com/slimphp/Slim) to permit the latest version. Updates `monolog/monolog` to 3.10.0 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/compare/3.9.0...3.10.0) Updates `open-telemetry/sdk` to 1.12.0 - [Release notes](https://github.com/opentelemetry-php/sdk/releases) - [Commits](https://github.com/opentelemetry-php/sdk/compare/1.9.0...1.12.0) Updates `open-telemetry/exporter-otlp` to 1.3.4 - [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases) - [Commits](https://github.com/opentelemetry-php/exporter-otlp/compare/1.3.2...1.3.4) Updates `slim/psr7` to 1.8.0 - [Release notes](https://github.com/slimphp/Slim-Psr7/releases) - [Commits](https://github.com/slimphp/Slim-Psr7/compare/1.7.1...1.8.0) Updates `slim/slim` to 4.15.1 - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/slimphp/Slim/compare/4.15.0...4.15.1) --- updated-dependencies: - dependency-name: monolog/monolog dependency-version: 3.10.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/sdk dependency-version: 1.12.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/exporter-otlp dependency-version: 1.3.4 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: slim/psr7 dependency-version: 1.8.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: slim/slim dependency-version: 4.15.1 dependency-type: direct:production dependency-group: composer-production-dependencies ... Signed-off-by: dependabot[bot] --- src/quote/composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/quote/composer.json b/src/quote/composer.json index 7b4c8d04..27f3e6fe 100644 --- a/src/quote/composer.json +++ b/src/quote/composer.json @@ -6,10 +6,10 @@ "php": ">= 8.3", "ext-json": "*", "ext-pcntl": "*", - "monolog/monolog": "3.9.0", + "monolog/monolog": "3.10.0", "open-telemetry/api": "1.7.0", - "open-telemetry/sdk": "1.9.0", - "open-telemetry/exporter-otlp": "1.3.2", + "open-telemetry/sdk": "1.12.0", + "open-telemetry/exporter-otlp": "1.3.4", "open-telemetry/opentelemetry-auto-slim": "1.3.0", "open-telemetry/detector-container": "1.1.0", "open-telemetry/opentelemetry-logger-monolog": "1.1.0", @@ -18,8 +18,8 @@ "php-di/slim-bridge": "3.4.1", "php-http/guzzle7-adapter": "1.1.0", "react/http": "v1.11.0", - "slim/psr7": "1.7.1", - "slim/slim": "4.15.0" + "slim/psr7": "1.8.0", + "slim/slim": "4.15.1" }, "autoload": { "psr-4": {