From 344ebdcce05774059a0b6d472d0a34c50c93b02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:02:52 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------- | ------ | | packagist | composer/composer | 2.10.3 | 2.10.3 | | github-tags | laminas/laminas-ci-matrix-action | 1.33.0 | v1.34 | | github-tags | laminas/laminas-continuous-integration-action | 1.43.0 | v1.46 | | packagist | phpunit/phpunit | 13.1.14 | 13.3.2 | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.2 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cb55004..911de9d 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@6383012fc66934b529727af575aa783bd82a4c03 # v1.33 + uses: laminas/laminas-ci-matrix-action@f48577eff9adecadd922d623be015e39ded8a972 # v1.34 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@5f4512e23ab587455e9f0a39e4616dad4550de4f # 1.43.0 + uses: laminas/laminas-continuous-integration-action@757a62736b25b11240101d3c616fff4cbc707cfd # v1.46 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} diff --git a/composer.json b/composer.json index f1da390..be10ba1 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "composer-runtime-api": "^2.2.0" }, "require-dev": { - "composer/composer": "^2.9.8", + "composer/composer": "^2.10.3", "doctrine/coding-standard": "^14.0.0", "ext-zip": "^1.15.0", "roave/infection-static-analysis-plugin": "^1.44.0", - "phpunit/phpunit": "^13.1.11", - "psalm/plugin-phpunit": "^0.19.7", + "phpunit/phpunit": "^13.3.2", + "psalm/plugin-phpunit": "^0.20.2", "vimeo/psalm": "^6.16.1" }, "replace": {