diff --git a/composer.json b/composer.json index 0996bb927..3e44af317 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "nextcloud/ocp": "dev-stable33", "phan/phan": "^6", "php-cs-fixer/shim": "3.95.3", - "psalm/phar": "^5.26", + "psalm/phar": "^6.16", "squizlabs/php_codesniffer": "^4", "staabm/annotate-pull-request-from-checkstyle": "^1.1.0" }, diff --git a/composer.lock b/composer.lock index 42b45acec..d83958de2 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": "c5d2b96ae5f4e7a626560239a3c11a14", + "content-hash": "a844cfa45cf4abaeba622c4061b17885", "packages": [], "packages-dev": [ { @@ -1319,20 +1319,20 @@ }, { "name": "psalm/phar", - "version": "5.26.1", + "version": "6.16.1", "source": { "type": "git", "url": "https://github.com/psalm/phar.git", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547" + "reference": "11c6b55449667837fc07bb2a456c45a137c05ecd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", - "reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547", + "url": "https://api.github.com/repos/psalm/phar/zipball/11c6b55449667837fc07bb2a456c45a137c05ecd", + "reference": "11c6b55449667837fc07bb2a456c45a137c05ecd", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.2" }, "conflict": { "vimeo/psalm": "*" @@ -1348,9 +1348,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.16.1" }, - "time": "2024-09-09T16:22:43+00:00" + "time": "2026-03-19T11:11:23+00:00" }, { "name": "psr/clock",