diff --git a/composer.json b/composer.json index e26b102baa..ced3dafed7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require-dev": { "roave/security-advisories": "dev-master", "jakub-onderka/php-parallel-lint": "^1.0.0", - "psalm/phar": "^6.5", + "psalm/phar": "^6.13", "friendsofphp/php-cs-fixer": "^3.8", "nextcloud/coding-standard": "^1.0", "nextcloud/ocp": "dev-master", diff --git a/composer.lock b/composer.lock index 628f338a94..07e1238e31 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": "dcbc3ffeda41a52852e9331fbc2852b5", + "content-hash": "d9cac374668c268f70bd27c5c95379a6", "packages": [ { "name": "dflydev/dot-access-data", @@ -2018,20 +2018,20 @@ }, { "name": "psalm/phar", - "version": "6.5.1", + "version": "6.13.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "f7ecaf8740f32d58695cee5ac11663e02b44b223" + "reference": "e143bcacd037f1cbc5a738b76d846841e787a62f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/f7ecaf8740f32d58695cee5ac11663e02b44b223", - "reference": "f7ecaf8740f32d58695cee5ac11663e02b44b223", + "url": "https://api.github.com/repos/psalm/phar/zipball/e143bcacd037f1cbc5a738b76d846841e787a62f", + "reference": "e143bcacd037f1cbc5a738b76d846841e787a62f", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.2" }, "conflict": { "vimeo/psalm": "*" @@ -2047,9 +2047,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/6.5.1" + "source": "https://github.com/psalm/phar/tree/6.13.1" }, - "time": "2025-02-10T10:05:10+00:00" + "time": "2025-08-07T12:36:48+00:00" }, { "name": "psr/clock",