From 12faca43a0e5236ba84ca04477bce0536e858763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 15:53:32 +0000 Subject: [PATCH] Bump psalm/phar from 6.10.0 to 6.12.1 Bumps [psalm/phar](https://github.com/psalm/phar) from 6.10.0 to 6.12.1. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/6.10.0...6.12.1) --- updated-dependencies: - dependency-name: psalm/phar dependency-version: 6.12.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 4032571..1a5e7de 100644 --- a/composer.json +++ b/composer.json @@ -30,6 +30,6 @@ "require-dev": { "infection/infection": "~0", "phpunit/phpunit": "~12", - "psalm/phar": "^6.10" + "psalm/phar": "^6.12" } } diff --git a/composer.lock b/composer.lock index ed78209..716a5d6 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": "00c37665d3641378cba67a845f39e93c", + "content-hash": "115d1672a7f109cc49f996f003769ff7", "packages": [], "packages-dev": [ { @@ -1657,16 +1657,16 @@ }, { "name": "psalm/phar", - "version": "6.10.0", + "version": "6.12.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "17ae70dd523f392966b60210e67708a3a5df129b" + "reference": "01e9d74bff77b2ec3312d9725ffe58b5537cfd30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/17ae70dd523f392966b60210e67708a3a5df129b", - "reference": "17ae70dd523f392966b60210e67708a3a5df129b", + "url": "https://api.github.com/repos/psalm/phar/zipball/01e9d74bff77b2ec3312d9725ffe58b5537cfd30", + "reference": "01e9d74bff77b2ec3312d9725ffe58b5537cfd30", "shasum": "" }, "require": { @@ -1686,9 +1686,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/6.10.0" + "source": "https://github.com/psalm/phar/tree/6.12.1" }, - "time": "2025-03-31T10:19:54+00:00" + "time": "2025-07-04T10:12:05+00:00" }, { "name": "psr/container",