From b8c88f82672a7cb1ccdbedf1759c3d7dc9aa2414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:38:52 +0000 Subject: [PATCH] Bump psalm/phar from 5.26.1 to 6.6.2 Bumps [psalm/phar](https://github.com/psalm/phar) from 5.26.1 to 6.6.2. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/5.26.1...6.6.2) --- updated-dependencies: - dependency-name: psalm/phar dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 8105049b..3e8daf3a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan-mockery": "^1.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", - "psalm/phar": "^5.26" + "psalm/phar": "^5.26 || ^6.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 42972192..b2eb1e22 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": "7980f2ec05f5b526fd14283b3ff34b2a", + "content-hash": "01d15c70c68b99b3e4a0964489944d49", "packages": [ { "name": "doctrine/deprecations", @@ -1326,16 +1326,16 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.6.2", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "86e0f6d0887ae78e1596aca6576f092ace79453e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/86e0f6d0887ae78e1596aca6576f092ace79453e", + "reference": "86e0f6d0887ae78e1596aca6576f092ace79453e", "shasum": "" }, "require": { @@ -1355,9 +1355,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.6.2" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2025-02-17T09:33:00+00:00" }, { "name": "sebastian/cli-parser", @@ -2387,5 +2387,5 @@ "platform-overrides": { "php": "7.4.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }