From 18ffbf697d9e05e43ebe31dc3519f6df47fee576 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 3 Jun 2025 15:24:09 +0200 Subject: [PATCH] chore: update Psalm to v6 Signed-off-by: Christoph Wurst --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index fd01c21bc1..dee7262bfc 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "require-dev": { "fig/log-test": "^1.1", - "psalm/phar": "^5.26.1", + "psalm/phar": "~6.7.1", "roave/security-advisories": "dev-master" }, "autoload": { diff --git a/composer.lock b/composer.lock index 372ccf2fcf..b6865483fd 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": "e0c2b9568aeafdee62434d744187894d", + "content-hash": "ffa797cfe15439ebebdb008df378ddba", "packages": [ { "name": "amphp/amp", @@ -3543,16 +3543,16 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.7.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "a7112d33cfd48d857c2eb730ea642046d21bbdf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/a7112d33cfd48d857c2eb730ea642046d21bbdf5", + "reference": "a7112d33cfd48d857c2eb730ea642046d21bbdf5", "shasum": "" }, "require": { @@ -3572,9 +3572,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/5.26.1" + "source": "https://github.com/psalm/phar/tree/6.7.1" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2025-02-17T10:54:35+00:00" }, { "name": "roave/security-advisories",