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 3131 "wp-cli/wp-cli" : " ^2.12"
3232 },
3333 "require-dev" : {
34- "wp-cli/wp-cli-tests" : " ^4 "
34+ "wp-cli/wp-cli-tests" : " ^5 "
3535 },
3636 "config" : {
3737 "process-timeout" : 7200 ,
3838 "sort-packages" : true ,
3939 "allow-plugins" : {
4040 "dealerdirect/phpcodesniffer-composer-installer" : true ,
41- "johnpbloch/wordpress-core-installer" : true
41+ "johnpbloch/wordpress-core-installer" : true ,
42+ "phpstan/extension-installer" : true
4243 },
4344 "lock" : false
4445 },
5859 "behat-rerun" : " rerun-behat-tests" ,
5960 "lint" : " run-linter-tests" ,
6061 "phpcs" : " run-phpcs-tests" ,
62+ "phpstan" : " run-phpstan-tests" ,
6163 "phpcbf" : " run-phpcbf-cleanup" ,
6264 "phpunit" : " run-php-unit-tests" ,
6365 "prepare-tests" : " install-package-tests" ,
6466 "test" : [
6567 " @lint" ,
6668 " @phpcs" ,
69+ " @phpstan" ,
6770 " @phpunit" ,
6871 " @behat"
6972 ]
You can’t perform that action at this time.
0 commit comments