mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
18 lines
529 B
JSON
18 lines
529 B
JSON
{
|
|
"require-dev": {
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"sirbrillig/phpcs-variable-analysis": "^2.8",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
"php-stubs/wordpress-stubs": "^6.1"
|
|
},
|
|
"scripts": {
|
|
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
|
"phpcbf": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
|
|
"wp": "\"vendor/wp-cli/wp-cli/bin/wp\"",
|
|
"test:unit": "./vendor/bin/phpunit"
|
|
},
|
|
"config": {
|
|
"allow-plugins": true
|
|
}
|
|
}
|