mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
22 lines
460 B
JSON
22 lines
460 B
JSON
{
|
|
"name": "psalm/echo-checker-plugin",
|
|
"description": "Checks echo statements",
|
|
"type": "psalm-plugin",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Matthew Brown"
|
|
}
|
|
],
|
|
"extra": {
|
|
"psalm": {
|
|
"pluginClass": "Vimeo\\CodeAnalysis\\EchoChecker\\PluginEntryPoint"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Vimeo\\CodeAnalysis\\EchoChecker\\": ["."]
|
|
}
|
|
}
|
|
}
|