mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
initial commit
This commit is contained in:
commit
1fc59be401
38 changed files with 31653 additions and 0 deletions
18
composer.json
Normal file
18
composer.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue