From bd911479225a65df02abda402c21e12c9a91c9e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:04:48 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | azjezz/psl | 3.0.2 | 3.0.2 | | github-tags | containerbase/php-prebuild | 8.3.0 | 8.3.11 | | packagist | psr/log | 3.0.2 | 3.0.2 | | packagist | symfony/console | 6.4.12 | 6.4.12 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 8 ++++---- composer.lock | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 029a553..fd10615 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "Application that eases release management in the Laminas organisation through GitHub actions", "license": "BSD-3-Clause", "require": { - "php": "~8.3.0", - "azjezz/psl": "^3.0.0", + "php": "~8.3.11", + "azjezz/psl": "^3.0.2", "jwage/changelog-generator": "^1.4.0", "laminas/laminas-diactoros": "^2.26.0", "lcobucci/clock": "^3.2.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.2", + "symfony/console": "^6.4.12" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", diff --git a/composer.lock b/composer.lock index 8700388..4274d1d 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": "d05950fbc6952911258ee60c89770fb8", "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"