Skip to content

Commit 9e1ea72

Browse files
build(deps): bump the composer-production-dependencies group across 1 directory with 11 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), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [guzzlehttp/guzzle](https://github.com/guzzle/guzzle), [php-di/php-di](https://github.com/PHP-DI/PHP-DI), [php-di/slim-bridge](https://github.com/PHP-DI/Slim-Bridge), [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter), [react/http](https://github.com/reactphp/http), [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.8.1 - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](Seldaek/monolog@3.5.0...3.8.1) Updates `open-telemetry/sdk` to 1.2.0 - [Release notes](https://github.com/opentelemetry-php/sdk/releases) - [Commits](opentelemetry-php/sdk@1.0.8...1.2.0) Updates `open-telemetry/exporter-otlp` to 1.2.0 - [Release notes](https://github.com/opentelemetry-php/exporter-otlp/releases) - [Commits](opentelemetry-php/exporter-otlp@1.0.4...1.2.0) Updates `open-telemetry/opentelemetry-auto-slim` to 1.0.7 - [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases) - [Commits](opentelemetry-php/contrib-auto-slim@1.0.6...1.0.7) Updates `guzzlehttp/guzzle` to 7.9.2 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](guzzle/guzzle@7.8.1...7.9.2) Updates `php-di/php-di` to 7.0.7 - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](PHP-DI/PHP-DI@7.0.6...7.0.7) Updates `php-di/slim-bridge` to 3.4.1 - [Release notes](https://github.com/PHP-DI/Slim-Bridge/releases) - [Commits](PHP-DI/Slim-Bridge@3.4.0...3.4.1) Updates `php-http/guzzle7-adapter` to 1.1.0 - [Release notes](https://github.com/php-http/guzzle7-adapter/releases) - [Changelog](https://github.com/php-http/guzzle7-adapter/blob/1.x/CHANGELOG.md) - [Commits](php-http/guzzle7-adapter@1.0.0...1.1.0) Updates `react/http` to 1.11.0 - [Release notes](https://github.com/reactphp/http/releases) - [Changelog](https://github.com/reactphp/http/blob/v1.11.0/CHANGELOG.md) - [Commits](reactphp/http@v1.9.0...v1.11.0) Updates `slim/psr7` to 1.7.0 - [Release notes](https://github.com/slimphp/Slim-Psr7/releases) - [Commits](slimphp/Slim-Psr7@1.6.1...1.7.0) Updates `slim/slim` to 4.14.0 - [Release notes](https://github.com/slimphp/Slim/releases) - [Changelog](https://github.com/slimphp/Slim/blob/4.x/CHANGELOG.md) - [Commits](slimphp/Slim@4.12.0...4.14.0) --- updated-dependencies: - dependency-name: monolog/monolog 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: guzzlehttp/guzzle dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: php-di/php-di dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: php-di/slim-bridge dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: php-http/guzzle7-adapter dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: react/http dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: slim/psr7 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: slim/slim dependency-type: direct:production dependency-group: composer-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1efe410 commit 9e1ea72

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/quote/composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"php": ">= 8.3",
77
"ext-json": "*",
88
"ext-pcntl": "*",
9-
"monolog/monolog": "3.5.0",
9+
"monolog/monolog": "3.8.1",
1010
"open-telemetry/api": "1.0.3",
11-
"open-telemetry/sdk": "1.0.8",
12-
"open-telemetry/exporter-otlp": "1.0.4",
13-
"open-telemetry/opentelemetry-auto-slim": "1.0.6",
11+
"open-telemetry/sdk": "1.2.0",
12+
"open-telemetry/exporter-otlp": "1.2.0",
13+
"open-telemetry/opentelemetry-auto-slim": "1.0.7",
1414
"open-telemetry/detector-container": "1.0.0",
1515
"open-telemetry/opentelemetry-logger-monolog": "1.0.0",
16-
"guzzlehttp/guzzle": "7.8.1",
17-
"php-di/php-di": "7.0.6",
18-
"php-di/slim-bridge": "3.4.0",
19-
"php-http/guzzle7-adapter": "1.0.0",
20-
"react/http": "v1.9.0",
21-
"slim/psr7": "1.6.1",
22-
"slim/slim": "4.12.0"
16+
"guzzlehttp/guzzle": "7.9.2",
17+
"php-di/php-di": "7.0.7",
18+
"php-di/slim-bridge": "3.4.1",
19+
"php-http/guzzle7-adapter": "1.1.0",
20+
"react/http": "v1.11.0",
21+
"slim/psr7": "1.7.0",
22+
"slim/slim": "4.14.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)