From bd40235e9d3245f898069ed151957a421aa16a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:45:23 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | beberlei/assert | 3.3.2 | 3.3.3 | | packagist | guzzlehttp/guzzle | 7.8.1 | 7.9.2 | | packagist | monolog/monolog | 3.5.0 | 3.8.1 | | packagist | phly/phly-event-dispatcher | 1.4.0 | 1.5.0 | | github-tags | containerbase/php-prebuild | 8.2.0 | 8.4.3 | | packagist | phpseclib/phpseclib | 3.0.37 | 3.0.43 | | packagist | psr/http-factory | 1.0.2 | 1.1.0 | | packagist | psr/log | 3.0.0 | 3.0.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b8342ed..9408047 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "rss": "https://github.com/laminas/laminas.dev/releases.atom" }, "require": { - "php": "~8.2.0", + "php": "~8.4.3", "ext-curl": "*", "ext-hash": "*", "ext-json": "*", "ext-openswoole": "*", - "beberlei/assert": "^3.3.2", + "beberlei/assert": "^3.3.3", "colorfield/mastodon-api": "^0.1.5", - "guzzlehttp/guzzle": "^7.8.1", + "guzzlehttp/guzzle": "^7.9.2", "laminas/laminas-cli": "^1.10.0", "laminas/laminas-component-installer": "^3.4.0", "laminas/laminas-config-aggregator": "^1.14.0", @@ -39,16 +39,16 @@ "mezzio/mezzio-problem-details": "^1.14.0", "mezzio/mezzio-swoole": "^4.9.0", "mezzio/mezzio-template": "^2.10.0", - "monolog/monolog": "^3.5.0", - "phly/phly-event-dispatcher": "^1.4.0", - "phpseclib/phpseclib": "^3.0.37", + "monolog/monolog": "^3.8.1", + "phly/phly-event-dispatcher": "^1.5.0", + "phpseclib/phpseclib": "^3.0.43", "psr/container": "^1.1.2 || ^2.0.2", "psr/event-dispatcher": "^1.0", - "psr/http-factory": "^1.0.2", + "psr/http-factory": "^1.1.0", "psr/http-message": "^2.0.0", "psr/http-server-handler": "^1.0.2", "psr/http-server-middleware": "^1.0.2", - "psr/log": "^3.0" + "psr/log": "^3.0.2" }, "require-dev": { "filp/whoops": "^2.15.3",