From f25af3471c9b2fa49cae4c076b8d83bef74a05c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:11:06 +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 | league/commonmark | 2.4.2 | 2.5.3 | | packagist | monolog/monolog | 3.5.0 | 3.8.0 | | github-tags | containerbase/php-prebuild | 8.2.0 | 8.4.1 | | packagist | phpseclib/phpseclib | 3.0.37 | 3.0.42 | | 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 b8342edb..27ab31bd 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.1", "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", @@ -30,7 +30,7 @@ "laminas/laminas-servicemanager": "^3.22.1", "laminas/laminas-stdlib": "^3.19.0", "laminas/laminas-stratigility": "^3.11.0", - "league/commonmark": "^2.4.2", + "league/commonmark": "^2.5.3", "mezzio/mezzio": "^3.19.0", "mezzio/mezzio-fastroute": "^3.11.0", "mezzio/mezzio-hal": "^2.9.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", + "monolog/monolog": "^3.8.0", "phly/phly-event-dispatcher": "^1.4.0", - "phpseclib/phpseclib": "^3.0.37", + "phpseclib/phpseclib": "^3.0.42", "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",