File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "wp-cli/extension-command" : " ^1.2 || ^2" ,
2222 "wp-cli/import-command" : " ^1 || ^2" ,
2323 "wp-cli/media-command" : " ^1 || ^2" ,
24- "wp-cli/wp-cli-tests" : " ^4 "
24+ "wp-cli/wp-cli-tests" : " ^5 "
2525 },
2626 "config" : {
2727 "process-timeout" : 7200 ,
2828 "sort-packages" : true ,
2929 "allow-plugins" : {
3030 "dealerdirect/phpcodesniffer-composer-installer" : true ,
31- "johnpbloch/wordpress-core-installer" : true
31+ "johnpbloch/wordpress-core-installer" : true ,
32+ "phpstan/extension-installer" : true
3233 },
3334 "lock" : false
3435 },
5657 "behat-rerun" : " rerun-behat-tests" ,
5758 "lint" : " run-linter-tests" ,
5859 "phpcs" : " run-phpcs-tests" ,
60+ "phpstan" : " run-phpstan-tests" ,
5961 "phpcbf" : " run-phpcbf-cleanup" ,
6062 "phpunit" : " run-php-unit-tests" ,
6163 "prepare-tests" : " install-package-tests" ,
6264 "test" : [
6365 " @lint" ,
6466 " @phpcs" ,
67+ " @phpstan" ,
6568 " @phpunit" ,
6669 " @behat"
6770 ]
You can’t perform that action at this time.
0 commit comments