mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-05-26 21:06:12 +08:00
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "bracketspace/wpadminreference",
|
|
"type": "wordpress-theme",
|
|
"scripts": {
|
|
"phpcs": "phpcs",
|
|
"phpcbf": "phpcbf"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
|
|
"phpcompatibility/php-compatibility": "^9.1",
|
|
"wp-coding-standards/wpcs": "^2.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|