File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2222 "wp-cli/wp-cli" : " ^2.12"
2323 },
2424 "require-dev" : {
25- "wp-cli/wp-cli-tests" : " ^4 "
25+ "wp-cli/wp-cli-tests" : " ^5 "
2626 },
2727 "config" : {
2828 "process-timeout" : 7200 ,
2929 "sort-packages" : true ,
3030 "allow-plugins" : {
3131 "dealerdirect/phpcodesniffer-composer-installer" : true ,
32- "johnpbloch/wordpress-core-installer" : true
32+ "johnpbloch/wordpress-core-installer" : true ,
33+ "phpstan/extension-installer" : true
3334 },
3435 "lock" : false
3536 },
6970 "behat-rerun" : " rerun-behat-tests" ,
7071 "lint" : " run-linter-tests" ,
7172 "phpcs" : " run-phpcs-tests" ,
73+ "phpstan" : " run-phpstan-tests" ,
7274 "phpcbf" : " run-phpcbf-cleanup" ,
7375 "phpunit" : " run-php-unit-tests" ,
7476 "prepare-tests" : " install-package-tests" ,
7577 "test" : [
7678 " @lint" ,
7779 " @phpcs" ,
80+ " @phpstan" ,
7881 " @phpunit" ,
7982 " @behat"
8083 ]
You can’t perform that action at this time.
0 commit comments