From 391d35530a3b680f2540efcf44563e0584c6c20e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:19:33 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | packagist | azjezz/psl | 3.0.2 | 3.0.2 | | packagist | lcobucci/clock | 3.3.1 | 3.3.1 | | github-tags | containerbase/php-prebuild | 8.3.0 | 8.3.12 | | packagist | php-http/discovery | 1.20.0 | 1.20.0 | | packagist | php-http/httplug | 2.4.1 | 2.4.1 | | 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 | 14 +++++++------- composer.lock | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 029a553..2af28a0 100644 --- a/composer.json +++ b/composer.json @@ -4,21 +4,21 @@ "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.12", + "azjezz/psl": "^3.0.2", "jwage/changelog-generator": "^1.4.0", "laminas/laminas-diactoros": "^2.26.0", - "lcobucci/clock": "^3.2.0", + "lcobucci/clock": "^3.3.1", "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/discovery": "^1.19.4", - "php-http/httplug": "^2.4.0", + "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.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 ce63ec5..d98cf22 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": "59b2389a717781722b52c11a0a444eee", "packages": [ { "name": "azjezz/psl", @@ -7325,7 +7325,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.3.0" + "php": "~8.3.12" }, "platform-dev": {}, "plugin-api-version": "2.6.0"