reflect stubs

and ensure compatibility with PhpStorm
This commit is contained in:
Ilian Ranguelov 2020-04-03 21:58:54 +02:00
parent 049de92c15
commit 7989d190ed
No known key found for this signature in database
GPG Key ID: A5A3FC7EA12C7942

View File

@ -33,7 +33,8 @@
},
"autoload": {
"psr-4": {
"Psalm\\PhpUnitPlugin\\": "src"
"Psalm\\PhpUnitPlugin\\": "src",
"PHPUnit\\Framework\\": "stubs"
}
},
"autoload-dev": {