diff --git a/composer.json b/composer.json index 2af28a0..b1d8106 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Application that eases release management in the Laminas organisation through GitHub actions", "license": "BSD-3-Clause", "require": { - "php": "~8.3.12", + "php": "~8.3.13", "azjezz/psl": "^3.0.2", "jwage/changelog-generator": "^1.4.0", "laminas/laminas-diactoros": "^2.26.0", @@ -12,13 +12,13 @@ "monolog/monolog": "^3.7.0", "ocramius/package-versions": "^2.9.0", "phly/keep-a-changelog": "^2.12.1", - "php-http/curl-client": "^2.3.2", + "php-http/curl-client": "^2.3.3", "php-http/discovery": "^1.20.0", "php-http/httplug": "^2.4.1", "psr/http-client": "^1.0.3", "psr/http-message": "^1.1", "psr/log": "^3.0.2", - "symfony/console": "^6.4.12" + "symfony/console": "^6.4.13" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", diff --git a/composer.lock b/composer.lock index 0202e4a..f14644b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "59b2389a717781722b52c11a0a444eee", + "content-hash": "0c80f1a5275dbedd7b90ffc35e2a60c5", "packages": [ { "name": "azjezz/psl", @@ -1230,16 +1230,16 @@ }, { "name": "php-http/curl-client", - "version": "2.3.2", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/php-http/curl-client.git", - "reference": "0b869922458b1cde9137374545ed4fff7ac83623" + "reference": "f3eb48d266341afec0229a7a37a03521d3646b81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/curl-client/zipball/0b869922458b1cde9137374545ed4fff7ac83623", - "reference": "0b869922458b1cde9137374545ed4fff7ac83623", + "url": "https://api.github.com/repos/php-http/curl-client/zipball/f3eb48d266341afec0229a7a37a03521d3646b81", + "reference": "f3eb48d266341afec0229a7a37a03521d3646b81", "shasum": "" }, "require": { @@ -1259,7 +1259,7 @@ }, "require-dev": { "guzzlehttp/psr7": "^2.0", - "laminas/laminas-diactoros": "^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", "php-http/client-integration-tests": "^3.0", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^7.5 || ^9.4" @@ -1289,9 +1289,9 @@ ], "support": { "issues": "https://github.com/php-http/curl-client/issues", - "source": "https://github.com/php-http/curl-client/tree/2.3.2" + "source": "https://github.com/php-http/curl-client/tree/2.3.3" }, - "time": "2024-03-03T08:21:07+00:00" + "time": "2024-10-31T07:36:58+00:00" }, { "name": "php-http/discovery", @@ -7325,7 +7325,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.3.12" + "php": "~8.3.13" }, "platform-dev": {}, "plugin-api-version": "2.6.0"