build: re-add wpcs package
... | ... | @@ -18,7 +18,8 @@ |
} | ||
}, | ||
"require-dev": { | ||
"szepeviktor/phpstan-wordpress": "^1.1" | ||
"szepeviktor/phpstan-wordpress": "^1.1", | ||
"wp-coding-standards/wpcs": "^2" | ||
}, | ||
"scripts": { | ||
"test:phpstan": "./tools/phpstan --configuration=phpstan.neon.dist --memory-limit=-1 analyze", | ||
... | ... |
Please register or sign in to comment