-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 745 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 745 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
{
"name": "pluginkollektiv/blacklist-updater",
"description": "Automatic updating of the comment block list in WordPress with antispam keys from GitHub.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=5.2"
},
"require-dev": {
"php": ">=7.3",
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"squizlabs/php_codesniffer": "^3.10",
"wp-coding-standards/wpcs": "^3.1"
},
"scripts": {
"cs": [
"phpcs --standard=phpcs.xml -s"
],
"csfix": [
"phpcbf --standard=phpcs.xml"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}