adding phpstan stuff

This commit is contained in:
2022-09-30 13:10:10 -06:00
parent 6f8e86c319
commit 89af62623d
3 changed files with 253 additions and 2 deletions

View File

@@ -16,14 +16,19 @@
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"szepeviktor/phpstan-wordpress": "^1.1",
"wp-cli/i18n-command": "^2.4.0",
"wp-coding-standards/wpcs": "^2.3.0"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
},
"autoload": {
"psr-4": {