We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e9e31 commit 9fa4bd6Copy full SHA for 9fa4bd6
README.md
@@ -3,12 +3,16 @@
3
The Modern Tribe Coding Standard is a set of [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
4
rules for use primarily with the [SquareOne](https://github.com/moderntribe/square-one) framework.
5
6
+## Requirements
7
+
8
+- PHP7.4+
9
10
## Install
11
12
Composer v2:
13
14
```bash
-composer require --dev moderntribe/coding-standards "^2.0"`
15
+composer require --dev moderntribe/coding-standards "^3.0"`
16
```
17
18
Composer v1:
@@ -25,7 +29,7 @@ Add to the `repositories` object:
25
29
And `require-dev`:
26
30
27
31
```json
28
- "moderntribe/coding-standards": "^2.0"
32
+ "moderntribe/coding-standards": "^3.0"
33
34
35
## Project ruleset
0 commit comments