From 8026cec293b1147e11685192d745a7df7381e51f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:45:41 +0000 Subject: [PATCH] Update dependency vimeo/psalm to v6.15.1 | datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | packagist | vimeo/psalm | 6.14.3 | 6.15.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6946796..6b8e74b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "laminas/laminas-coding-standard": "^3.1", "phpunit/phpunit": "^12.5", "psalm/plugin-phpunit": "^0.19.5", - "vimeo/psalm": "6.14.3", + "vimeo/psalm": "6.15.1", "amphp/parallel": "^2.3.3", "amphp/dns": "^2.4.0", "amphp/socket": "^2.3.1" diff --git a/composer.lock b/composer.lock index 5364541..15b5bf8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f350a828c68de7d7d2603d2e2b5ce95a", + "content-hash": "dd7e220066d566b1f2a0fad7746e8ed1", "packages": [ { "name": "laminas/laminas-authentication", @@ -5302,16 +5302,16 @@ }, { "name": "vimeo/psalm", - "version": "6.14.3", + "version": "6.15.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "d0b040a91f280f071c1abcb1b77ce3822058725a" + "reference": "28dc127af1b5aecd52314f6f645bafc10d0e11f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/d0b040a91f280f071c1abcb1b77ce3822058725a", - "reference": "d0b040a91f280f071c1abcb1b77ce3822058725a", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/28dc127af1b5aecd52314f6f645bafc10d0e11f9", + "reference": "28dc127af1b5aecd52314f6f645bafc10d0e11f9", "shasum": "" }, "require": { @@ -5335,7 +5335,7 @@ "netresearch/jsonmapper": "^5.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0", - "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0 || ^8.0", "symfony/filesystem": "~6.3.12 || ~6.4.3 || ^7.0.3 || ^8.0", @@ -5416,7 +5416,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2025-12-23T15:36:48+00:00" + "time": "2026-02-07T19:27:16+00:00" }, { "name": "webimpress/coding-standard",