Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed Aug 11, 2022
1 parent 93e9e31 commit 9fa4bd6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
The Modern Tribe Coding Standard is a set of [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
rules for use primarily with the [SquareOne](https://github.com/moderntribe/square-one) framework.

## Requirements

- PHP7.4+

## Install

Composer v2:

```bash
composer require --dev moderntribe/coding-standards "^2.0"`
composer require --dev moderntribe/coding-standards "^3.0"`
```

Composer v1:
Expand All @@ -25,7 +29,7 @@ Add to the `repositories` object:
And `require-dev`:

```json
"moderntribe/coding-standards": "^2.0"
"moderntribe/coding-standards": "^3.0"
```

## Project ruleset
Expand Down

0 comments on commit 9fa4bd6

Please sign in to comment.