Skip to content

Commit

Permalink
Update references to the Composer plugin
Browse files Browse the repository at this point in the history
The Composer plugin has a new home.

Ref: PHPCSStandards/composer-installer#146
  • Loading branch information
jrfnl committed Feb 17, 2022
1 parent 9c90e58 commit ebfdea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -26,7 +26,7 @@ _Nothing yet._

### Changed
* The `master` branch has been renamed to `stable`.
* The version requirements for the [Dealerdirect Composer PHPCS plugin] have been widened to allow installation of releases from the `0.7.x` range, which brings compatibility with Composer 2.0.
* The version requirements for the [Composer PHPCS plugin] have been widened to allow installation of releases from the `0.7.x` range, which brings compatibility with Composer 2.0.
* Miscellaneous updates to the development environment and CI scripts.


Expand All @@ -41,4 +41,4 @@ Initial release containing:
[1.1.0]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/PHPCSStandards/PHPCSDevTools/compare/1.0.0...1.0.1

[Dealerdirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-instal
composer global require --dev phpcsstandards/phpcsdevtools:^1.0
```

Composer will automatically install dependencies and register the PHPCSDebug standard with PHP_CodeSniffer using the [DealerDirect Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/).
Composer will automatically install dependencies and register the PHPCSDebug standard with PHP_CodeSniffer using the [Composer PHPCS plugin](https://github.com/PHPCSStandards/composer-installer).


### Stand-alone Installation
Expand Down

0 comments on commit ebfdea7

Please sign in to comment.