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
Replace placeholder aaa-lint/* org names with the actual
GitHub repo owner now that the repo has been created.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: packages/phpcs-aaa/README.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
@@ -5,13 +5,13 @@ PHP_CodeSniffer standard that enforces the **Arrange-Act-Assert** pattern in PHP
5
5
## Install
6
6
7
7
```bash
8
-
composer require --dev aaa-lint/phpcs-aaa
8
+
composer require --dev babu-ch/phpcs-aaa
9
9
```
10
10
11
11
If you are not using the [phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer), point PHPCS at the standard manually:
0 commit comments