diff --git a/composer.json b/composer.json index 7c215eea2..960db2560 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.3", "nextcloud/ocp": "dev-stable27" }, "require": { diff --git a/composer.lock b/composer.lock index 2c0a6053c..f646670a7 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": "4ca83723c7a2e03fe09e8a82ce587f20", "packages": [ { "name": "cweagans/composer-patches", @@ -1139,16 +1139,16 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "5a7c1fb6660ee1313a109f6564df6e9223e3643a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/5a7c1fb6660ee1313a109f6564df6e9223e3643a", + "reference": "5a7c1fb6660ee1313a109f6564df6e9223e3643a", "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.3.0" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2025-02-04T21:08:50+00:00" }, { "name": "psr/clock",