{ "name": "psalm/plugin-laravel", "description": "A Laravel plugin for Psalm", "type": "psalm-plugin", "require": { "php": "^7.1.3|^8", "ext-simplexml": "*", "barryvdh/laravel-ide-helper": "^2.7", "illuminate/container": "5.8.* || ^6.0 || ^7.0", "illuminate/contracts": "5.8.* || ^6.0 || ^7.0", "illuminate/database": "5.8.* || ^6.0 || ^7.0", "illuminate/http": "5.8.* || ^6.0 || ^7.0", "illuminate/support": "5.8.* || ^6.0 || ^7.0", "vimeo/psalm": "^3.11.4 || dev-master", "orchestra/testbench": "^3.8 || ^4.0 || ^5.0" }, "license": "MIT", "authors": [ { "name": "Matthew Brown", "email": "github@muglug.com" } ], "extra": { "psalm": { "pluginClass": "Psalm\\LaravelPlugin\\Plugin" } }, "autoload": { "psr-4": { "Psalm\\LaravelPlugin\\": "src" } }, "autoload-dev": { "psr-4": { "Tests\\Psalm\\LaravelPlugin\\": "tests" } }, "scripts": { "check": [ "@analyze", "@lint", "@test" ], "analyze": "psalm", "lint": "phpcs", "test": "codecept run" }, "require-dev": { "codeception/codeception": "4.1.x-dev#93a699972a8578bb463d8687b6c87ed7ebadf38a as 4.1.6", "codeception/module-phpbrowser": "^1.0.0", "codeception/module-asserts": "^1.0.0", "weirdan/codeception-psalm-module": "^0.7.2", "squizlabs/php_codesniffer": "*", "slevomat/coding-standard": "^6.2" } }