diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index eaf7c8413..92cf94e3d 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "nextcloud/ocp": "dev-master", - "vimeo/psalm": "^6.16.1" + "vimeo/psalm": "^7.0.0-beta19" }, "config": { "platform": { diff --git a/vendor-bin/psalm/composer.lock b/vendor-bin/psalm/composer.lock index f9ed3e039..14876fcad 100644 --- a/vendor-bin/psalm/composer.lock +++ b/vendor-bin/psalm/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": "7a0556b080b4746bbd33c3c0463cb6ec", + "content-hash": "33636914b3d212e0dc056614fc2395dc", "packages": [], "packages-dev": [ { @@ -1963,6 +1963,41 @@ }, "time": "2026-01-25T14:56:51+00:00" }, + { + "name": "psalm/psalm-plugin-api", + "version": "0.1.0", + "source": { + "type": "git", + "url": "https://github.com/psalm/psalm-plugin-api.git", + "reference": "a995ad2c44df828f5333cb37b0ced92bb4b74b5b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/psalm/psalm-plugin-api/zipball/a995ad2c44df828f5333cb37b0ced92bb4b74b5b", + "reference": "a995ad2c44df828f5333cb37b0ced92bb4b74b5b", + "shasum": "" + }, + "conflict": { + "vimeo/psalm": "<7.0.0" + }, + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Daniil Gentili", + "email": "daniil@daniil.it" + } + ], + "description": "Stable, semantically versioned API for Psalm plugins", + "support": { + "issues": "https://github.com/psalm/psalm-plugin-api/issues", + "source": "https://github.com/psalm/psalm-plugin-api/tree/0.1.0" + }, + "time": "2026-03-19T15:12:37+00:00" + }, { "name": "psr/clock", "version": "1.0.0", @@ -3365,16 +3400,16 @@ }, { "name": "vimeo/psalm", - "version": "6.16.1", + "version": "7.0.0-beta19", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac" + "reference": "7e751c06a756fa64dc4c759c09fe4a173afcb433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", - "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/7e751c06a756fa64dc4c759c09fe4a173afcb433", + "reference": "7e751c06a756fa64dc4c759c09fe4a173afcb433", "shasum": "" }, "require": { @@ -3398,6 +3433,7 @@ "netresearch/jsonmapper": "^5.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0", + "psalm/psalm-plugin-api": "0.1.0", "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0 || ^8.0", @@ -3420,7 +3456,7 @@ "phpstan/phpdoc-parser": "^1.6", "phpunit/phpunit": "^9.6", "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.19", + "psalm/plugin-phpunit": "^0.20.1", "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "^3.6", "symfony/process": "^6.0 || ^7.0 || ^8.0" @@ -3479,7 +3515,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2026-03-19T10:56:09+00:00" + "time": "2026-04-15T20:48:24+00:00" }, { "name": "webmozart/assert", @@ -3551,7 +3587,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "nextcloud/ocp": 20 + "nextcloud/ocp": 20, + "vimeo/psalm": 10 }, "prefer-stable": false, "prefer-lowest": false,