-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 905 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "moderntribe/coding-standards",
"description": "The Modern Tribe Coding Standard for PHPCS",
"type": "phpcodesniffer-standard",
"keywords": [
"phpcs",
"coding",
"standard",
"static analysis",
"moderntribe",
"code",
"style",
"sniffer",
"rules",
"sniffs",
"checks"
],
"license": "MIT",
"require": {
"php": ">=8.0",
"automattic/vipwpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 | ^1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"slevomat/coding-standard": "^8.0",
"squizlabs/php_codesniffer": "^3.6"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}