diff --git a/composer.lock b/composer.lock index 4a34d4b8..274c28b8 100644 --- a/composer.lock +++ b/composer.lock @@ -5648,11 +5648,16 @@ }, { "name": "symfony/http-client", - "version": "v6.4.12", + "version": "v6.4.15", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "cb4073c905cd12b8496d24ac428a9228c1750670" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56", - "reference": "fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56", + "url": "https://api.github.com/repos/symfony/http-client/zipball/cb4073c905cd12b8496d24ac428a9228c1750670", + "reference": "cb4073c905cd12b8496d24ac428a9228c1750670", "shasum": "" }, "require": { @@ -5672,6 +5677,21 @@ "psr/http-client-implementation": "1.0", "symfony/http-client-implementation": "3.0" }, + "require-dev": { + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4|^2.0", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0" + }, "type": "library", "autoload": { "psr-4": { @@ -5681,6 +5701,7 @@ "/Tests/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -5699,7 +5720,24 @@ "keywords": [ "http" ], - "time": "2024-09-20T08:21:33+00:00" + "support": { + "source": "https://github.com/symfony/http-client/tree/v6.4.15" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-11-13T13:40:18+00:00" }, { "name": "symfony/http-client-contracts", @@ -8781,6 +8819,6 @@ "php": ">=8.2", "ext-json": "*" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }