From a64a332877e112f0c0a12f6731bd55e1fd4c6b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:02:32 +0000 Subject: [PATCH] Update psalm/phar requirement from 6.16.* to 6.17.* Updates the requirements on [psalm/phar](https://github.com/psalm/phar) to permit the latest version. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/6.16.0...6.17.2) --- updated-dependencies: - dependency-name: psalm/phar dependency-version: 6.17.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6176de5..4b220b6 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "ext-json": "*", "phpunit/phpunit": "^9", "jetbrains/phpstorm-stubs": "^2019.3", - "psalm/phar": "6.16.*" + "psalm/phar": "6.17.*" }, "autoload": { "psr-4": {