From 7651213d867d0164ddca6fd918b08849b978d84c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:56:19 +0000 Subject: [PATCH] Update dependency vimeo/psalm to ^6.4.1 | datasource | package | from | to | | ---------- | ----------- | ----- | ----- | | packagist | vimeo/psalm | 6.4.0 | 6.4.1 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ebeb41e..dc58d90 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpunit/phpunit": "^10.5.45", "psalm/plugin-phpunit": "^0.19.2", "symfony/yaml": "^7.2.3", - "vimeo/psalm": "^6.4.0" + "vimeo/psalm": "^6.4.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 136bf36..b28ed4e 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": "c67d64eaad96f6047c02f9f23cc5b577", + "content-hash": "2a4e472c36ba9281793682a25a497a55", "packages": [ { "name": "doctrine/collections", @@ -6101,16 +6101,16 @@ }, { "name": "vimeo/psalm", - "version": "6.4.0", + "version": "6.4.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "04f312ac6ea48ba1c3e5db4d815bf6d74641c0ee" + "reference": "09a200c15910905ddc49e5edd37b73f9c78f7580" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/04f312ac6ea48ba1c3e5db4d815bf6d74641c0ee", - "reference": "04f312ac6ea48ba1c3e5db4d815bf6d74641c0ee", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/09a200c15910905ddc49e5edd37b73f9c78f7580", + "reference": "09a200c15910905ddc49e5edd37b73f9c78f7580", "shasum": "" }, "require": { @@ -6134,7 +6134,7 @@ "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.17 || ~8.2.4 || ~8.3.0 || ~8.4.0", - "sebastian/diff": "^4.0 || ^5.0 || ^6.0", + "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0", "symfony/filesystem": "^6.0 || ^7.0" @@ -6213,7 +6213,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2025-02-05T12:31:01+00:00" + "time": "2025-02-07T09:31:21+00:00" }, { "name": "webmozart/assert",