From 93c2ce6c2523239745a03ab7689fd1d3e82f4050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:50:33 +0000 Subject: [PATCH] Update dependency psalm/phar to v5 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 43a0f0b..89cfd83 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,6 @@ "squizlabs/php_codesniffer": "3.6.2", "mockery/mockery": "1.6.7", "php-coveralls/php-coveralls": "2.7.0", - "psalm/phar": "4.10.0" + "psalm/phar": "5.22.1" } } diff --git a/composer.lock b/composer.lock index 0846f3c..fae9048 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": "74e948534bd814b621aad966917c2a3e", + "content-hash": "31d30133cf33d8dbc7b7c5c1aaacff3d", "packages": [ { "name": "nikic/php-parser", @@ -1627,16 +1627,16 @@ }, { "name": "psalm/phar", - "version": "4.10.0", + "version": "5.22.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "79c5b2210e1a1cabeee671db1160c96869572d08" + "reference": "e69b15968ed39a66bd1a8ed1b7cbb07857d1cd1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/79c5b2210e1a1cabeee671db1160c96869572d08", - "reference": "79c5b2210e1a1cabeee671db1160c96869572d08", + "url": "https://api.github.com/repos/psalm/phar/zipball/e69b15968ed39a66bd1a8ed1b7cbb07857d1cd1f", + "reference": "e69b15968ed39a66bd1a8ed1b7cbb07857d1cd1f", "shasum": "" }, "require": { @@ -1656,9 +1656,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/4.10.0" + "source": "https://github.com/psalm/phar/tree/5.22.1" }, - "time": "2021-09-05T00:07:08+00:00" + "time": "2024-02-15T22:59:35+00:00" }, { "name": "psr/container",