{ "name": "psalm/plugin-laravel", "description": "A Laravel plugin for Psalm", "type": "psalm-plugin", "require": { "barryvdh/laravel-ide-helper": "^2.6", "vimeo/psalm": "3.2.*|3.3.*|3.4.*|3.5.*|3.6.*", "orchestra/testbench": "^3.5 || ^4.0" }, "license": "MIT", "authors": [ { "name": "Matthew Brown", "email": "github@muglug.com" } ], "extra": { "psalm": { "pluginClass": "Psalm\\LaravelPlugin\\Plugin" } }, "autoload": { "psr-4": { "Psalm\\LaravelPlugin\\": "src" } }, "scripts" : { "check": [ "@analyze" ], "analyze": "psalm" } }