diff --git a/composer.json b/composer.json index 621488ae..bb486caf 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require-dev": { "nextcloud/ocp": "dev-master", "roave/security-advisories": "dev-latest", - "psalm/phar": "6.7.x", + "psalm/phar": "6.15.1", "nextcloud/coding-standard": "^1.1", "friendsofphp/php-cs-fixer": "3.94.1" }, diff --git a/composer.lock b/composer.lock index 29860a31..ba58a68f 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": "13e6f091625fde7d442c643eb82219d9", + "content-hash": "7040672e68b9b0ea954e006a43eb3e37", "packages": [], "packages-dev": [ { @@ -207,20 +207,20 @@ }, { "name": "psalm/phar", - "version": "6.7.1", + "version": "6.15.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "a7112d33cfd48d857c2eb730ea642046d21bbdf5" + "reference": "636e7017196934b4e2a0da6f7a3eff8faf84c9ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/a7112d33cfd48d857c2eb730ea642046d21bbdf5", - "reference": "a7112d33cfd48d857c2eb730ea642046d21bbdf5", + "url": "https://api.github.com/repos/psalm/phar/zipball/636e7017196934b4e2a0da6f7a3eff8faf84c9ce", + "reference": "636e7017196934b4e2a0da6f7a3eff8faf84c9ce", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.2" }, "conflict": { "vimeo/psalm": "*" @@ -236,9 +236,9 @@ "description": "Composer-based Psalm Phar", "support": { "issues": "https://github.com/psalm/phar/issues", - "source": "https://github.com/psalm/phar/tree/6.7.1" + "source": "https://github.com/psalm/phar/tree/6.15.1" }, - "time": "2025-02-17T10:54:35+00:00" + "time": "2026-02-08T08:29:24+00:00" }, { "name": "psr/clock",