From e47d0bc5b322b79c9b844e1ee265d2bfb386e05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 15:36:44 +0000 Subject: [PATCH] Bump psalm/phar from 6.10.0 to 6.12.0 Bumps [psalm/phar](https://github.com/psalm/phar) from 6.10.0 to 6.12.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/6.10.0...6.12.0) --- updated-dependencies: - dependency-name: psalm/phar dependency-version: 6.12.0 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..9498b80 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.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "17ae70dd523f392966b60210e67708a3a5df129b" + "reference": "0668b277200a19122f9a9d7e3ce4125b0d42b040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/17ae70dd523f392966b60210e67708a3a5df129b", - "reference": "17ae70dd523f392966b60210e67708a3a5df129b", + "url": "https://api.github.com/repos/psalm/phar/zipball/0668b277200a19122f9a9d7e3ce4125b0d42b040", + "reference": "0668b277200a19122f9a9d7e3ce4125b0d42b040", "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.0" }, - "time": "2025-03-31T10:19:54+00:00" + "time": "2025-05-29T19:53:46+00:00" }, { "name": "psr/container",