mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"phpstan/phpstan": "1.11",
|
|
"php-stubs/wp-cli-stubs": "^2",
|
|
"szepeviktor/phpstan-wordpress": "^1",
|
|
"php-stubs/wordpress-stubs": "^6",
|
|
"phpstan/extension-installer": "1.3",
|
|
"phpunit/phpunit": "^11.5"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|