Skip to content

Commit 97d0426

Browse files
authored
Merge pull request #21 from PHPCSStandards/feature/update-refs-to-composer-plugin
Update references to the Composer plugin
2 parents a903e83 + 77ca58d commit 97d0426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ _Nothing yet._
3838
### Changed
3939
- The `Squiz.PHP.NonExecutableCode.ReturnNotRequired` code is excluded to allow for a `return` statement in an otherwise empty function (typical use: overloadable methods in an abstract class).
4040
- The `PHPCompatibility.Constants.NewConstants.t_fnFound` code is excluded as the constant is backfilled by PHPCS since PHPCS 3.5.3.
41-
- Updated the version constraints for the [Dealerdirect Composer PHPCS plugin]. The minimum supported version is now `0.4.1`, while the maximum is `^0.7` (latest release).
41+
- Updated the version constraints for the [Composer PHPCS plugin]. The minimum supported version is now `0.4.1`, while the maximum is `^0.7` (latest release).
4242
- Updated the inline ruleset documentation.
4343

4444
## 1.0.0 - 2020-02-12
4545

4646
Initial release.
4747

48-
[Dealerdirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/
48+
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
4949
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
5050
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
5151

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-instal
4444
composer global require --dev phpcsstandards/phpcsdevcs:"^1.0"
4545
```
4646

47-
Composer will automatically install dependencies and register the PHPCSDev and other external standards with PHP_CodeSniffer using the [DealerDirect Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/).
47+
Composer will automatically install dependencies and register the PHPCSDev and other external standards with PHP_CodeSniffer using the [Composer PHPCS plugin](https://github.com/PHPCSStandards/composer-installer).
4848

4949

5050
PHPCSDev ruleset for sniff repos

0 commit comments

Comments
 (0)