PHPCSStandards / composer-installer

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

Rename references to `master` branch #199

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

Proposed Changes

This PR is to be merged in conjunction with the branch rename to main as discussed in #160

Related Issues

Fixes #160

jrfnl commented 1 year ago

I've checked the code, I didn't find other instances that the ones changed here.

The only other reference is https://github.com/PHPCSStandards/composer-installer/blob/master/tests/PHPCSVersions.php#L23 but if I understand correctly that is the branch on PHPCS not this project.

100% correct. That's the PHPCS branch, not a reference to a branch in this project. Only thing we could do there, would maybe be to update line 19 to make it crystal clear that is a PHPCS branch reference: https://github.com/PHPCSStandards/composer-installer/blob/fcae46579e2f44e713f18d3643b0322387e2a3b2/tests/PHPCSVersions.php#L19

Potherca commented 1 year ago

I have renamed branch master to main. These changes have been merged into main via https://github.com/PHPCSStandards/composer-installer/pull/201