From dda8f79bb721285fcbc5167d7d9b1f1f4f16e094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:33:04 +0000 Subject: [PATCH] Bump the composer-production-dependencies group across 1 directory with 5 updates Updates the requirements on [open-telemetry/exporter-otlp](https://github.com/opentelemetry-php/exporter-otlp), [guzzlehttp/guzzle](https://github.com/guzzle/guzzle), [php-di/php-di](https://github.com/PHP-DI/PHP-DI), [slim/psr7](https://github.com/slimphp/Slim-Psr7) and [slim/slim](https://github.com/slimphp/Slim) to permit the latest version. Updates `open-telemetry/exporter-otlp` to 1.3.3 - [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases) - [Commits](https://github.com/opentelemetry-php/exporter-otlp/compare/1.3.2...1.3.3) Updates `guzzlehttp/guzzle` to 7.10.0 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.3...7.10.0) Updates `php-di/php-di` to 7.1.1 - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](https://github.com/PHP-DI/PHP-DI/compare/7.0.11...7.1.1) 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.14.0...4.15.1) --- updated-dependencies: - dependency-name: open-telemetry/exporter-otlp dependency-version: 1.3.3 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: guzzlehttp/guzzle dependency-version: 7.10.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: php-di/php-di dependency-version: 7.1.1 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 345d1f9..f6ff827 100644 --- a/src/quote/composer.json +++ b/src/quote/composer.json @@ -9,17 +9,17 @@ "monolog/monolog": "3.9.0", "open-telemetry/api": "1.4.0", "open-telemetry/sdk": "1.6.0", - "open-telemetry/exporter-otlp": "1.3.2", + "open-telemetry/exporter-otlp": "1.3.3", "open-telemetry/opentelemetry-auto-slim": "1.1.1", "open-telemetry/detector-container": "1.1.0", "open-telemetry/opentelemetry-logger-monolog": "1.1.0", - "guzzlehttp/guzzle": "7.9.3", - "php-di/php-di": "7.0.11", + "guzzlehttp/guzzle": "7.10.0", + "php-di/php-di": "7.1.1", "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.14.0" + "slim/psr7": "1.8.0", + "slim/slim": "4.15.1" }, "autoload": { "psr-4": {