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 1818 "wp-cli/entity-command" : " ^1.3 || ^2" ,
1919 "wp-cli/export-command" : " ^1 || ^2" ,
2020 "wp-cli/extension-command" : " ^1.2 || ^2" ,
21- "wp-cli/wp-cli-tests" : " ^4 "
21+ "wp-cli/wp-cli-tests" : " ^5 "
2222 },
2323 "config" : {
2424 "process-timeout" : 7200 ,
2525 "sort-packages" : true ,
2626 "allow-plugins" : {
2727 "dealerdirect/phpcodesniffer-composer-installer" : true ,
28- "johnpbloch/wordpress-core-installer" : true
28+ "johnpbloch/wordpress-core-installer" : true ,
29+ "phpstan/extension-installer" : true
2930 },
3031 "lock" : false
3132 },
5354 "behat-rerun" : " rerun-behat-tests" ,
5455 "lint" : " run-linter-tests" ,
5556 "phpcs" : " run-phpcs-tests" ,
57+ "phpstan" : " run-phpstan-tests" ,
5658 "phpcbf" : " run-phpcbf-cleanup" ,
5759 "phpunit" : " run-php-unit-tests" ,
5860 "prepare-tests" : " install-package-tests" ,
5961 "test" : [
6062 " @lint" ,
6163 " @phpcs" ,
64+ " @phpstan" ,
6265 " @phpunit" ,
6366 " @behat"
6467 ]
You can’t perform that action at this time.
0 commit comments