You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ _Nothing yet._
26
26
27
27
### Changed
28
28
* 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.
30
30
* Miscellaneous updates to the development environment and CI scripts.
If you work on several different sniff repos, you may want to install this toolset globally:
45
46
```bash
47
+
composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
46
48
composer global require --dev phpcsstandards/phpcsdevtools:^1.0
47
49
```
48
50
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).
0 commit comments