mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 02:48:41 +08:00
19 lines
562 B
JSON
19 lines
562 B
JSON
{
|
|
"require-dev": {
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"sirbrillig/phpcs-variable-analysis": "^2.8",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
"wp-cli/i18n-command": "^2.4",
|
|
"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
|
|
}
|
|
}
|