Skip to content

Commit 210c869

Browse files
authored
Merge pull request #64 from PHPCSStandards/feature/doc-updates
Docs: minor updates
2 parents 080968a + ebfdea7 commit 210c869

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _Nothing yet._
2626

2727
### Changed
2828
* The `master` branch has been renamed to `stable`.
29-
* 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.
29+
* 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.
3030
* Miscellaneous updates to the development environment and CI scripts.
3131

3232

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

44-
[Dealerdirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/
44+
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,19 @@ Installation
3636

3737
Run the following from the root of your project:
3838
```bash
39+
composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
3940
composer require --dev phpcsstandards/phpcsdevtools:^1.0
4041
```
4142

4243
### Composer Global Installation
4344

4445
If you work on several different sniff repos, you may want to install this toolset globally:
4546
```bash
47+
composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
4648
composer global require --dev phpcsstandards/phpcsdevtools:^1.0
4749
```
4850

49-
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/).
51+
Composer will automatically install dependencies and register the PHPCSDebug standard with PHP_CodeSniffer using the [Composer PHPCS plugin](https://github.com/PHPCSStandards/composer-installer).
5052

5153

5254
### Stand-alone Installation

0 commit comments

Comments
 (0)