mirror of
https://ghproxy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2025-10-03 22:54:31 +08:00
chore: add allow plugins entry to composer.json
This commit is contained in:
parent
bbeb7f28de
commit
689f911914
1 changed files with 18 additions and 13 deletions
|
@ -1,13 +1,18 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue