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 2525 "wp-cli/entity-command" : " ^1.3 || ^2" ,
2626 "wp-cli/language-command" : " ^2.0" ,
2727 "wp-cli/scaffold-command" : " ^1.2 || ^2" ,
28- "wp-cli/wp-cli-tests" : " ^4.3.7 "
28+ "wp-cli/wp-cli-tests" : " ^5.0.1 "
2929 },
3030 "config" : {
3131 "process-timeout" : 7200 ,
3232 "sort-packages" : true ,
3333 "allow-plugins" : {
3434 "dealerdirect/phpcodesniffer-composer-installer" : true ,
35- "johnpbloch/wordpress-core-installer" : true
35+ "johnpbloch/wordpress-core-installer" : true ,
36+ "phpstan/extension-installer" : true
3637 },
3738 "lock" : false
3839 },
9293 "lint" : " run-linter-tests" ,
9394 "phpcs" : " run-phpcs-tests" ,
9495 "phpcbf" : " run-phpcbf-cleanup" ,
96+ "phpstan" : " run-phpstan-tests" ,
9597 "phpunit" : " run-php-unit-tests" ,
9698 "prepare-tests" : " install-package-tests" ,
9799 "test" : [
98100 " @lint" ,
99101 " @phpcs" ,
102+ " @phpstan" ,
100103 " @phpunit" ,
101104 " @behat"
102105 ]
You can’t perform that action at this time.
0 commit comments