mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 20:15:08 +01:00
reflect stubs
and ensure compatibility with PhpStorm
This commit is contained in:
parent
049de92c15
commit
7989d190ed
@ -33,7 +33,8 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psalm\\PhpUnitPlugin\\": "src"
|
||||
"Psalm\\PhpUnitPlugin\\": "src",
|
||||
"PHPUnit\\Framework\\": "stubs"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
Loading…
Reference in New Issue
Block a user