From 7a0ec286d412265071d1ffb130c6452167ba938d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:29:21 +0000 Subject: [PATCH] chore(deps): bump psalm/phar from 5.23.1 to ^5.25.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6ed06fe5..ac95514d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "bamarni/composer-bin-plugin": "^1.8.2", "christian-riesen/otp": "2.7.0", "christophwurst/nextcloud_testing": "^1.0", - "psalm/phar": "^5.23" + "psalm/phar": "^5.25.0" }, "scripts": { "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", diff --git a/composer.lock b/composer.lock index 2634d136..a12e2244 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": "39273ce7313de5bbf4a6067fa1ea6ffe", + "content-hash": "4e29676302b45e2098becc64814965e5", "packages": [ { "name": "christian-riesen/base32", @@ -1192,16 +1192,16 @@ }, { "name": "psalm/phar", - "version": "5.23.1", + "version": "5.25.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "07bb50acefdaf7b663087186f86d47542a9b1622" + "reference": "d42708449bd2d99ec6509924332fd94263974b20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/07bb50acefdaf7b663087186f86d47542a9b1622", - "reference": "07bb50acefdaf7b663087186f86d47542a9b1622", + "url": "https://api.github.com/repos/psalm/phar/zipball/d42708449bd2d99ec6509924332fd94263974b20", + "reference": "d42708449bd2d99ec6509924332fd94263974b20", "shasum": "" }, "require": { @@ -1221,9 +1221,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/5.23.1" + "source": "https://github.com/psalm/phar/tree/5.25.0" }, - "time": "2024-03-11T20:43:33+00:00" + "time": "2024-06-19T20:02:02+00:00" }, { "name": "sebastian/cli-parser",