From b23d316148804e2fd94ddce0a5df392dbc477144 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:11:01 +0000 Subject: [PATCH] Update dependency psalm/plugin-symfony to v5.2.3 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index cca9621e8..3d9167c8f 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "phpstan/phpstan-symfony": "1.4.4", "phpunit/phpunit": "9.6.19", "psalm/plugin-phpunit": "0.19.0", - "psalm/plugin-symfony": "5.2.2", + "psalm/plugin-symfony": "5.2.3", "rector/rector": "1.1.0", "runroom-packages/testing": "0.17.2", "symfony/debug-bundle": "6.4.8", diff --git a/composer.lock b/composer.lock index fec0ac52e..26223b7b1 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": "4e69135b15ea9d88baca7e96dc98d3b1", + "content-hash": "8789bbd9a94a78a4e9afdce39920b190", "packages": [ { "name": "a2lix/auto-form-bundle", @@ -14178,23 +14178,23 @@ }, { "name": "psalm/plugin-symfony", - "version": "v5.2.2", + "version": "v5.2.3", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-symfony.git", - "reference": "58e109257764e8e7eab10a43a4212bbd70435f67" + "reference": "d107a4c1ad164aa7da2b039525410a71f095b950" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/58e109257764e8e7eab10a43a4212bbd70435f67", - "reference": "58e109257764e8e7eab10a43a4212bbd70435f67", + "url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/d107a4c1ad164aa7da2b039525410a71f095b950", + "reference": "d107a4c1ad164aa7da2b039525410a71f095b950", "shasum": "" }, "require": { "ext-simplexml": "*", "php": "^8.1", "symfony/framework-bundle": "^5.0 || ^6.0 || ^7.0", - "vimeo/psalm": "^5.24" + "vimeo/psalm": "^5.16" }, "require-dev": { "doctrine/annotations": "^1.8|^2", @@ -14237,9 +14237,9 @@ "description": "Psalm Plugin for Symfony", "support": { "issues": "https://github.com/psalm/psalm-plugin-symfony/issues", - "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v5.2.2" + "source": "https://github.com/psalm/psalm-plugin-symfony/tree/v5.2.3" }, - "time": "2024-06-06T15:34:33+00:00" + "time": "2024-06-20T15:19:20+00:00" }, { "name": "react/cache",