mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-17 11:37:00 +08:00
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"name": "bracketspace/wpadminreference",
|
|
"type": "wordpress-theme",
|
|
"scripts": {
|
|
"phpcs": "phpcs",
|
|
"phpcbf": "phpcbf"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
|
"phpcompatibility/php-compatibility": "^9.1",
|
|
"wp-coding-standards/wpcs": "^2.0"
|
|
}
|
|
}
|