From 4a845a67331b5ff769f8809e3c51bea3cf7ad4c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:16:52 +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 | containerbase/php-prebuild | 8.2.23 | 8.3.11 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 | --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ab85a25..65df9df 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 diff --git a/composer.json b/composer.json index 41efe95..5a56652 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } }, "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" }, @@ -35,6 +35,6 @@ "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" + "vimeo/psalm": "^5.26.1" } }