linter-phpcs icon indicating copy to clipboard operation
linter-phpcs copied to clipboard

Serach for executables in composer-bin

Open d0niek opened this issue 8 years ago • 0 comments

You have nice options which automatically serach for bin file phpcs in directory vendor/bin. But my composer.json file has this entry:

"config": {
    "bin-dir": "bin"
}

and it would by nice to that the plugin first read composer.json file to determinate where composer-bin directory is and after is looking for phpcs

d0niek avatar Nov 08 '17 07:11 d0niek