From 067902f964161528260f4cd8634d06b49e46d080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 03:55:42 +0000 Subject: [PATCH] Chore(deps-dev): Bump psalm/phar from 5.26.1 to 6.5.0 Bumps [psalm/phar](https://github.com/psalm/phar) from 5.26.1 to 6.5.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/5.26.1...6.5.0) --- 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 d6381e3de..06d5134db 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "nextcloud/coding-standard": "^1.0.0", - "psalm/phar": "^5.22", + "psalm/phar": "^6.5", "nextcloud/ocp": "dev-master" }, "scripts": { diff --git a/composer.lock b/composer.lock index 53af080a6..9a5bb668d 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": "409a783da4a75a1035ad149af7a8f017", + "content-hash": "c8c77c6f2dca123bea73c3a119b21dc9", "packages": [], "packages-dev": [ { @@ -921,16 +921,16 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.5.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "0d398e433a1016da46629053ef5d066618d3c34a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/0d398e433a1016da46629053ef5d066618d3c34a", + "reference": "0d398e433a1016da46629053ef5d066618d3c34a", "shasum": "" }, "require": { @@ -950,9 +950,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.5.0" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2025-02-07T21:08:20+00:00" }, { "name": "psr/clock", @@ -2181,5 +2181,5 @@ "platform-overrides": { "php": "8.0.2" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }