-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 884 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (29 loc) · 884 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": "nullvariable/gdpr-sanitizer",
"description": "Rewrites personally identifying information (PII) in user profiles and comments.",
"type": "wp-cli-package",
"homepage": "https://github.com/nullvariable/wpcli-gdpr-sanitizer",
"license": "MIT",
"authors": [
{
"name": "Doug Cone",
"homepage": "https://dougcone.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"files": [ "gdpr-sanitizer.php" ]
},
"require": {
"fzaninotto/faker": "^1.7"
},
"require-dev": {
"wp-cli/wp-cli": "^1.1.0",
"behat/behat": "~2.5",
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wimg/php-compatibility": "*",
"wp-coding-standards/wpcs": "^0.14.1"
}
}