mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
add remaining dev packages for codeception
This commit is contained in:
parent
df524d651e
commit
11cb4dad25
@ -30,6 +30,7 @@
|
||||
"codeception/codeception": "^5.0",
|
||||
"codeception/module-asserts": "*@dev",
|
||||
"codeception/module-cli": "^2.0",
|
||||
"codeception/module-filesystem": "^3.0",
|
||||
"codeception/module-phpbrowser": "*@dev",
|
||||
"slevomat/coding-standard": "^6.2",
|
||||
"squizlabs/php_codesniffer": "*"
|
||||
|
@ -50,7 +50,7 @@ class Module extends BaseModule
|
||||
* @var array<string,string>
|
||||
* @psalm-suppress NonInvariantDocblockPropertyType
|
||||
*/
|
||||
protected $config = [
|
||||
protected array $config = [
|
||||
'psalm_path' => 'vendor/bin/psalm',
|
||||
'default_dir' => 'tests/_run/',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user