diff --git a/composer.json b/composer.json index abf56cb..f1390a2 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "mockery/mockery": "1.6.12", "nunomaduro/collision": "8.9.4", "phan/phan": "6.0.5", - "psalm/plugin-laravel": "4.7.0", + "psalm/plugin-laravel": "4.10.1", "slevomat/coding-standard": "8.27.1", "spatie/laravel-ignition": "2.12.0", "spatie/ray": "1.48.0", diff --git a/composer.lock b/composer.lock index 72e4397..04d7e71 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": "28b487f1b36869046b43469f2856b025", + "content-hash": "fb252a21d31a06ab347c3d09c5054c2b", "packages": [ { "name": "ans-group/laravel-health-check", @@ -11885,16 +11885,16 @@ }, { "name": "psalm/plugin-laravel", - "version": "v4.7.0", + "version": "v4.10.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-laravel.git", - "reference": "a3dc07a26a4637f5d38d1d12e331f836fe919e37" + "reference": "9304208713a57542c08b14ed12e073cddbef978f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-laravel/zipball/a3dc07a26a4637f5d38d1d12e331f836fe919e37", - "reference": "a3dc07a26a4637f5d38d1d12e331f836fe919e37", + "url": "https://api.github.com/repos/psalm/psalm-plugin-laravel/zipball/9304208713a57542c08b14ed12e073cddbef978f", + "reference": "9304208713a57542c08b14ed12e073cddbef978f", "shasum": "" }, "require": { @@ -11912,17 +11912,21 @@ "orchestra/testbench-core": "^10.0 || ^11.0", "php": "^8.2", "psalm/psalm-plugin-api": "^0.1.0", - "vimeo/psalm": "^7.0.0-beta17 || dev-master" + "symfony/console": "^7.4 || ^8.0", + "vimeo/psalm": "^7.0.0-beta19 || dev-master" }, "require-dev": { + "alies-dev/psalm-tester": "dev-feature/parallel-batch", "friendsofphp/php-cs-fixer": "^3.94", "laravel/framework": "^12.0 || ^13.0", "phpunit/phpunit": "^11.5 || ^12.5 || ^13.0", - "phpyh/psalm-tester": "dev-batch", "ramsey/collection": "^1.3", "rector/rector": "^2.3", "symfony/http-foundation": "^7.1 || ^8.0" }, + "bin": [ + "bin/psalm-laravel" + ], "type": "psalm-plugin", "extra": { "psalm": { @@ -11941,7 +11945,13 @@ "authors": [ { "name": "Matthew Brown", - "email": "github@muglug.com" + "email": "github@muglug.com", + "role": "Original Author" + }, + { + "name": "Alies Lapatsin", + "email": "github@alies.dev", + "role": "Maintainer" } ], "description": "Psalm plugin for Laravel", @@ -11954,7 +11964,7 @@ ], "support": { "issues": "https://github.com/psalm/psalm-plugin-laravel/issues", - "source": "https://github.com/psalm/psalm-plugin-laravel/tree/v4.7.0" + "source": "https://github.com/psalm/psalm-plugin-laravel/tree/v4.10.1" }, "funding": [ { @@ -11962,7 +11972,7 @@ "type": "github" } ], - "time": "2026-04-12T10:54:22+00:00" + "time": "2026-05-11T07:04:22+00:00" }, { "name": "psalm/psalm-plugin-api",