Skip to content

Commit ab5a0e6

Browse files
authored
Merge pull request #36 from PHPCompatibility/feature/readme-update-for-composer-2.2
README: update for Composer 2.2
2 parents 80cb451 + 52174dd commit ab5a0e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ The only supported installation method is via [Composer](https://getcomposer.org
3333

3434
If you don't have a Composer plugin installed to manage the `installed_paths` setting for PHP_CodeSniffer, run the following from the command-line:
3535
```bash
36+
composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
3637
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-wp:"*"
37-
composer install
3838
```
3939

4040
If you already have a Composer PHP_CodeSniffer plugin installed, run:
4141
```bash
4242
composer require --dev phpcompatibility/phpcompatibility-wp:"*"
43-
composer install
4443
```
4544

4645
Next, run:

0 commit comments

Comments
 (0)