-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
33 lines (33 loc) · 1 KB
/
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
{
"name": "wpzoom/customizer-reset",
"description": "Reset theme customizations (theme_mods) made via WordPress Customizer",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WPZOOM",
"email": "support@wpzoom.com"
},
{
"name": "nvartolomei",
"email": "nv@nvartolomei.com"
},
{
"name": "Clayton Collie",
"email": "clayton.collie@gmail.com"
}
],
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "^2.3.0",
"phpcompatibility/phpcompatibility-wp": "2.1.0",
"squizlabs/php_codesniffer": "^3.5.8",
"phpstan/phpstan": "^0.12.51",
"szepeviktor/phpstan-wordpress": "^0.6.6"
},
"scripts": {
"phpcbf": "@php ./vendor/bin/phpcbf",
"phpcs": "@php ./vendor/bin/phpcs",
"phpstan": "@php vendor/bin/phpstan analyse"
}
}