PHPCSStandards / composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
552 stars 36 forks source link

Add support for a string phpcodesniffer-search-depth config value set via `composer config` #85

Closed TravisCarden closed 4 years ago

TravisCarden commented 5 years ago

Proposed Changes

Add support for a string value of the extra.phpcodesniffer-search-depth config value so it can be set from the command line (composer config).

Related Issues

https://github.com/Dealerdirect/phpcodesniffer-composer-installer/issues/82

Potherca commented 5 years ago

To get Travis passing MR #86 needs to be merged.

Potherca commented 5 years ago

Awaiting MR #86, these changes can be seen to pass the build in Travis.

mjrider commented 4 years ago

Could you please rebase this on master, because the build issues have been resolved

TravisCarden commented 4 years ago

Rebased, @mjrider.