Closed peter279k closed 4 years ago
As title, it seems that the vendor/bin/ folder is under Git version control.
vendor/bin/
And it should not be under this folder because it can be generated during composer install command running.
composer install
I think it's nice to remove this folder and define phpstan/phpstan dependency on composer.json file.
phpstan/phpstan
composer.json
As title, it seems that the
vendor/bin/
folder is under Git version control.And it should not be under this folder because it can be generated during
composer install
command running.I think it's nice to remove this folder and define
phpstan/phpstan
dependency oncomposer.json
file.