-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 589 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 589 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
{
"name": "kallookoo/phpcs-rules",
"description": "WordPress & WooCommerce sniffs",
"version": "1.0.4",
"type": "phpcodesniffer-standard",
"license": "MIT",
"keywords": [
"phpcs",
"standards",
"static analysis",
"WordPress",
"WooCommerce"
],
"require": {
"php": ">=7.0",
"woocommerce/woocommerce-sniffs": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}