From 656ed9316deb50c4ea1d8ea06c5c43a4a7314c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:52:32 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.2 | v6.0.3 | | packagist | psalm/plugin-phpunit | 0.19.6 | 0.20.1 | --- .github/workflows/continuous-integration.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e140553..a824ad0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,7 +14,7 @@ jobs: name: Test Coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: shivammathur/setup-php@2.37.0 with: php-version: 8.2 @@ -34,7 +34,7 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - uses: shivammathur/setup-php@2.37.0 with: php-version: 8.2 diff --git a/composer.json b/composer.json index 2e97da8..ddcfba4 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ "laminas/laminas-servicemanager": "^4.5.0", "php-http/curl-client": "^2.4.0", "phpunit/phpunit": "^11.5.52 || ^12.0.1 || ^13.0.1", - "psalm/plugin-phpunit": "^0.19.5", + "psalm/plugin-phpunit": "^0.20.0", "roave/security-advisories": "dev-master", "vimeo/psalm": "^6.15.1" },