From 233558a1855ae0cb99956debc8fc0e7d26e730d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:34:28 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.3.0 | 8.3.11 | | packagist | psr/log | 3.0.1 | 3.0.1 | | packagist | symfony/console | 6.4.11 | 6.4.11 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 6 +++--- composer.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 029a553..a51cb7b 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.0", + "php": "~8.3.11", "azjezz/psl": "^3.0.0", "jwage/changelog-generator": "^1.4.0", "laminas/laminas-diactoros": "^2.26.0", @@ -17,8 +17,8 @@ "php-http/httplug": "^2.4.0", "psr/http-client": "^1.0.3", "psr/http-message": "^1.1", - "psr/log": "^3.0.0", - "symfony/console": "^6.4.10" + "psr/log": "^3.0.1", + "symfony/console": "^6.4.11" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", diff --git a/composer.lock b/composer.lock index 171b23f..8ec959b 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": "b3a750673f7d5baf2d9d6726d2fc2aaa", + "content-hash": "436995abfa87ba8451ace238be6fbc8d", "packages": [ { "name": "azjezz/psl", @@ -7325,7 +7325,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.3.0" + "php": "~8.3.11" }, "platform-dev": [], "plugin-api-version": "2.6.0"