PHPCSStandards / composer-installer

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

Rename namespace prefix from `Dealerdirect` to `PHPCSStandards` #191

Closed jrfnl closed 1 year ago

jrfnl commented 2 years ago

Proposed Changes

As discussed in issue #188.

👉🏻 Important: this needs a "breaking change" changelog entry as the command to run the plugin directly (either manually or via a script) has changed. See the README updates for the change which needs to be highlighted in the changelog.

Related Issues

Fixes #188

fredden commented 2 years ago

Is changing the package name in composer.json in-scope for this, or will that be handled separately? https://github.com/PHPCSStandards/composer-installer/blob/306335a12f6cfa98cdd0681d874f9eacfe7b652d/composer.json#L2

jrfnl commented 2 years ago

Is changing the package name in composer.json in-scope for this, or will that be handled separately?

https://github.com/PHPCSStandards/composer-installer/blob/306335a12f6cfa98cdd0681d874f9eacfe7b652d/composer.json#L2

@fredden Thanks for asking. Renaming the package is outside the scope of this PR and is being discussed in issue #159. To be honest, as the impact on end-users of a package rename is HUGE, that probably won't happen.