From 3870d63a82a2b8a6a8880e817601ea2ad90a9bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:35:39 +0000 Subject: [PATCH] Bump spiral/roadrunner-http from 3.5.2 to 3.6.0 Bumps [spiral/roadrunner-http](https://github.com/roadrunner-php/http) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/roadrunner-php/http/releases) - [Commits](https://github.com/roadrunner-php/http/compare/v3.5.2...v3.6.0) --- updated-dependencies: - dependency-name: spiral/roadrunner-http dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 6a0babbf..2842d430 100644 --- a/composer.lock +++ b/composer.lock @@ -7657,16 +7657,16 @@ }, { "name": "spiral/roadrunner-http", - "version": "v3.5.2", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/roadrunner-php/http.git", - "reference": "c00ab7afd289df7a6b49f9ef07ce57dcb8020df1" + "reference": "a44a5f7d54d4ee8a14fe99cd22dcd128db270c88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/roadrunner-php/http/zipball/c00ab7afd289df7a6b49f9ef07ce57dcb8020df1", - "reference": "c00ab7afd289df7a6b49f9ef07ce57dcb8020df1", + "url": "https://api.github.com/repos/roadrunner-php/http/zipball/a44a5f7d54d4ee8a14fe99cd22dcd128db270c88", + "reference": "a44a5f7d54d4ee8a14fe99cd22dcd128db270c88", "shasum": "" }, "require": { @@ -7682,9 +7682,11 @@ "require-dev": { "jetbrains/phpstorm-attributes": "^1.0", "nyholm/psr7": "^1.3", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.5", + "spiral/code-style": "^2.3", + "spiral/dumper": "^3.3", "symfony/process": "^6.2 || ^7.0", - "vimeo/psalm": "^5.9" + "vimeo/psalm": "^6.13" }, "suggest": { "ext-protobuf": "Provides Protocol Buffers support. Without it, performance will be lower.", @@ -7733,7 +7735,7 @@ "docs": "https://docs.roadrunner.dev", "forum": "https://forum.roadrunner.dev/", "issues": "https://github.com/roadrunner-server/roadrunner/issues", - "source": "https://github.com/roadrunner-php/http/tree/v3.5.2" + "source": "https://github.com/roadrunner-php/http/tree/v3.6.0" }, "funding": [ { @@ -7741,7 +7743,7 @@ "type": "github" } ], - "time": "2025-05-13T09:40:10+00:00" + "time": "2025-08-31T12:42:23+00:00" }, { "name": "spiral/roadrunner-worker", @@ -8664,16 +8666,16 @@ }, { "name": "symfony/http-client", - "version": "v7.3.2", + "version": "v7.3.3", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "1c064a0c67749923483216b081066642751cc2c7" + "reference": "333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/1c064a0c67749923483216b081066642751cc2c7", - "reference": "1c064a0c67749923483216b081066642751cc2c7", + "url": "https://api.github.com/repos/symfony/http-client/zipball/333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019", + "reference": "333b9bd7639cbdaecd25a3a48a9d2dcfaa86e019", "shasum": "" }, "require": { @@ -8681,6 +8683,7 @@ "psr/log": "^1|^2|^3", "symfony/deprecation-contracts": "^2.5|^3", "symfony/http-client-contracts": "~3.4.4|^3.5.2", + "symfony/polyfill-php83": "^1.29", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -8739,7 +8742,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v7.3.2" + "source": "https://github.com/symfony/http-client/tree/v7.3.3" }, "funding": [ { @@ -8759,7 +8762,7 @@ "type": "tidelift" } ], - "time": "2025-07-15T11:36:08+00:00" + "time": "2025-08-27T07:45:05+00:00" }, { "name": "symfony/http-client-contracts",