Skip to content

Commit 9fa4bd6

Browse files
committed
Update README.md
1 parent 93e9e31 commit 9fa4bd6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
The Modern Tribe Coding Standard is a set of [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
44
rules for use primarily with the [SquareOne](https://github.com/moderntribe/square-one) framework.
55

6+
## Requirements
7+
8+
- PHP7.4+
9+
610
## Install
711

812
Composer v2:
913

1014
```bash
11-
composer require --dev moderntribe/coding-standards "^2.0"`
15+
composer require --dev moderntribe/coding-standards "^3.0"`
1216
```
1317

1418
Composer v1:
@@ -25,7 +29,7 @@ Add to the `repositories` object:
2529
And `require-dev`:
2630

2731
```json
28-
"moderntribe/coding-standards": "^2.0"
32+
"moderntribe/coding-standards": "^3.0"
2933
```
3034

3135
## Project ruleset

0 commit comments

Comments
 (0)