mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
Agent-Logs-Url: https://github.com/djav1985/v-wordpress-plugin-updater/sessions/e0bca9e8-bb5b-4d60-be44-ce2a80dc273a Co-authored-by: djav1985 <174835544+djav1985@users.noreply.github.com>
19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"phpstan/phpstan": "^2.0",
|
|
"php-stubs/wp-cli-stubs": "^2",
|
|
"szepeviktor/phpstan-wordpress": "^2.0",
|
|
"php-stubs/wordpress-stubs": "^6",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpunit/phpunit": "^11.5"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|