-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 984 Bytes
/
composer.json
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
36
37
38
39
{
"name": "oblak/wordpress-coding-standard",
"type": "phpcodesniffer-standard",
"keywords": [
"phpcs",
"standards",
"static analysis",
"WordPress"
],
"license": "MIT",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/oblakstudio/wordpress-cofing-standard/graphs/contributors"
}
],
"require": {
"php": ">=7.4",
"ext-filter": "*",
"squizlabs/php_codesniffer": "3.8.1",
"phpcsstandards/phpcsutils": "1.0.8",
"phpcsstandards/phpcsextra": "1.1.0",
"wp-coding-standards/wpcs": "^3",
"phpcompatibility/php-compatibility": "9.3.5",
"phpcompatibility/phpcompatibility-wp": "2.1.4",
"slevomat/coding-standard": "^8.14"
},
"require-dev": {
"phpcsstandards/phpcsdevtools": "^1.2.0"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}