Skip to content

Commit

Permalink
README: add information about adding permission via CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 29, 2021
1 parent 1f79444 commit d3afb2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,11 @@ When permission has been granted, the following snippet will automatically be ad
}
```

When using Composer < 2.2, you can add the permission flag ahead of the upgrade to Composer 2.2, by running:
```bash
composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
```

That's it.

### Compatibility
Expand Down

0 comments on commit d3afb2a

Please sign in to comment.