File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 },
2323 "require-dev" : {
2424 "roave/security-advisories" : " dev-latest" ,
25- "wp-cli/wp-cli-tests" : " ^4 "
25+ "wp-cli/wp-cli-tests" : " ^5 "
2626 },
2727 "extra" : {
2828 "branch-alias" : {
4242 "config" : {
4343 "allow-plugins" : {
4444 "dealerdirect/phpcodesniffer-composer-installer" : true ,
45- "johnpbloch/wordpress-core-installer" : true
45+ "johnpbloch/wordpress-core-installer" : true ,
46+ "phpstan/extension-installer" : true
4647 }
4748 },
4849 "scripts" : {
4950 "behat" : " run-behat-tests" ,
5051 "behat-rerun" : " rerun-behat-tests" ,
5152 "lint" : " run-linter-tests" ,
5253 "phpcs" : " run-phpcs-tests" ,
54+ "phpstan" : " run-phpstan-tests" ,
5355 "phpunit" : " run-php-unit-tests" ,
5456 "prepare-tests" : " install-package-tests" ,
5557 "test" : [
5658 " @lint" ,
5759 " @phpcs" ,
60+ " @phpstan" ,
5861 " @phpunit" ,
5962 " @behat"
6063 ]
You can’t perform that action at this time.
0 commit comments