From 7341e8b4adf23f74d5bd4d3e7883c49d5830ef48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:51:23 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------------- | ------- | ------- | | packagist | azjezz/psl | 6.1.1 | 6.1.1 | | packagist | composer/composer | 2.9.7 | 2.9.7 | | github-tags | laminas/laminas-ci-matrix-action | 1.32.0 | v1.33 | | packagist | monolog/monolog | 3.10.0 | 3.10.0 | | github-tags | containerbase/php-prebuild | 8.4.1 | 8.5.5 | | packagist | php-standard-library/psalm-plugin | 2.4.0 | 2.4.0 | | packagist | phpunit/phpunit | 12.5.23 | 12.5.23 | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.1 | | packagist | roave/infection-static-analysis-plugin | 1.43.0 | 1.43.0 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 | | packagist | symfony/yaml | 8.0.8 | 8.0.8 | | packagist | vimeo/psalm | 6.16.1 | 6.16.1 | --- .github/workflows/build_on_merge.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/scheduled_build.yml | 2 +- composer.json | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_on_merge.yml b/.github/workflows/build_on_merge.yml index 59104e4f..b3aa2e31 100644 --- a/.github/workflows/build_on_merge.yml +++ b/.github/workflows/build_on_merge.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.0" with: coverage: "pcov" php-version: "8.4" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2f7d05d1..cb550047 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Gather CI configuration id: matrix - uses: laminas/laminas-ci-matrix-action@88c5cfdb863459ae01e3adec73d1dd4530983843 # 1.32.0 + uses: laminas/laminas-ci-matrix-action@6383012fc66934b529727af575aa783bd82a4c03 # v1.33 qa: name: QA Checks diff --git a/.github/workflows/scheduled_build.yml b/.github/workflows/scheduled_build.yml index 0c15889a..0f4eb130 100644 --- a/.github/workflows/scheduled_build.yml +++ b/.github/workflows/scheduled_build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v6 - name: "Install PHP" - uses: "shivammathur/setup-php@2.36.0" + uses: "shivammathur/setup-php@2.37.0" with: coverage: "pcov" php-version: "8.4" diff --git a/composer.json b/composer.json index 4f955c26..f029649a 100644 --- a/composer.json +++ b/composer.json @@ -16,30 +16,30 @@ } ], "require": { - "php": "~8.4.1", + "php": "~8.5.5", "ext-bcmath": "*", "ext-json": "*", "ext-pcre": "*", - "azjezz/psl": "^6.1.0", - "composer/composer": "^2.9.2", + "azjezz/psl": "^6.1.1", + "composer/composer": "^2.9.7", "composer/semver": "^3.4.4", - "monolog/monolog": "^3.9.0", + "monolog/monolog": "^3.10.0", "nyholm/psr7": "^1.8.2", "ocramius/package-versions": "^2.11.0", "php-http/curl-client": "^2.4.0", "psr/http-client": "^1.0.3", "psr/http-message": "^2.0.0", "psr/log": "^3.0.2", - "symfony/yaml": "^8.0.1" + "symfony/yaml": "^8.0.8" }, "require-dev": { "doctrine/coding-standard": "^14.0.0", - "php-standard-library/psalm-plugin": "^2.3.0", - "phpunit/phpunit": "^12.5.3", - "psalm/plugin-phpunit": "^0.19.5", - "roave/infection-static-analysis-plugin": "^1.42.0", + "php-standard-library/psalm-plugin": "^2.4.0", + "phpunit/phpunit": "^12.5.23", + "psalm/plugin-phpunit": "^0.20.1", + "roave/infection-static-analysis-plugin": "^1.43.0", "squizlabs/php_codesniffer": "^4.0.1", - "vimeo/psalm": "^6.14.2" + "vimeo/psalm": "^6.16.1" }, "replace": { "symfony/polyfill-ctype": "*",