-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.01 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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": "bulk-wp/bulk-delete",
"description": "Bulk Delete WordPress plugin",
"license": "GPL-2.0-or-later",
"type": "wordpress-plugin",
"config": {
"sort-packages": true
},
"repositories":[
{
"type": "vcs",
"url" : "https://github.com/sudar/wp-plugin-test-tools"
},
{
"type": "vcs",
"url": "https://github.com/sudar/wp-system-info"
}
],
"require": {
"php": ">=5.6",
"sudar/wp-system-info": "^1.0.0"
},
"require-dev": {
"codacy/coverage": "dev-master",
"squizlabs/php_codesniffer": "<4.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"wp-coding-standards/wpcs": "^2.0",
"codedungeon/phpunit-result-printer": "<=1.0",
"phpunit/phpcov": "^5.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"10up/wp_mock": "^0.4.0",
"phpunit/phpunit": "^7.0",
"sudar/wp-plugin-test-tools": "dev-master"
}
}