From ee25bdc8cdb48510d199a1fb53e0216f9536cfd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:24:42 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.27.0 | 1.27.2 | | github-tags | laminas/laminas-continuous-integration-action | 1.40.0 | 1.40.1 | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.3.14 | | packagist | phpunit/phpunit | 9.6.20 | 9.6.21 | | packagist | squizlabs/php_codesniffer | 3.10.2 | 3.11.1 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ab85a25..badd264 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@38e146b542b4952fea583408acff8dcddf20b427 # 1.27.0 + uses: laminas/laminas-ci-matrix-action@b08a9a088a397b72af093f865e1f67f9e5072867 # 1.27.2 qa: name: QA Checks @@ -27,7 +27,7 @@ jobs: matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} steps: - name: ${{ matrix.name }} - uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.0 + uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.1 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} diff --git a/composer.json b/composer.json index 41efe95..6f9d33e 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ } }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", - "phpunit/phpunit": "^9.6.20" + "phpunit/phpunit": "^9.6.21" }, "config": { "allow-plugins": { @@ -34,7 +34,7 @@ "doctrine/coding-standard": "^12.0.0", "roave/infection-static-analysis-plugin": "^1.35.0", "psalm/plugin-phpunit": "^0.19.0", - "squizlabs/php_codesniffer": "^3.10.2", - "vimeo/psalm": "^5.25.0" + "squizlabs/php_codesniffer": "^3.11.1", + "vimeo/psalm": "^5.26.1" } }