diff --git a/composer.json b/composer.json index 7c215eea2..f7734dfb6 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "nextcloud/coding-standard": "^1.1", "phpunit/phpunit": "^9", - "psalm/phar": "^5.13", + "psalm/phar": "^6.5", "nextcloud/ocp": "dev-stable27" }, "require": { diff --git a/composer.lock b/composer.lock index 2c0a6053c..a452e8972 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": "b1cd4b5ad93074160e21a303ae198b6c", + "content-hash": "4757dedf2f0701b311d17700b9bdb97c", "packages": [ { "name": "cweagans/composer-patches", @@ -1139,16 +1139,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": { @@ -1168,9 +1168,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",