v-wordpress-plugin-updater/composer.json
copilot-swe-agent[bot] bd87399377
Changes before error encountered
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>
2026-04-06 00:48:51 +00:00

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
}
}
}