diff --git a/composer.json b/composer.json index fe1a4773..2348f1c4 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", "bamarni/composer-bin-plugin": "^1.9" diff --git a/composer.lock b/composer.lock index 294bed5a..4a5e784a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,9 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2b2210fb407c8bbed4fee93452b1b1ba", - "packages": [ + "content-hash": "11228b19100f9746e21712519fe8fcf0", + "packages": [], + "packages-dev": [ { "name": "bamarni/composer-bin-plugin", "version": "1.9.1", @@ -62,9 +63,7 @@ "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.9.1" }, "time": "2026-02-04T10:18:12+00:00" - } - ], - "packages-dev": [ + }, { "name": "kubawerlos/php-cs-fixer-custom-fixers", "version": "v3.36.0", @@ -265,20 +264,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": "*" @@ -294,9 +293,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",