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 1515 "wp-cli/wp-cli" : " ^2.12"
1616 },
1717 "require-dev" : {
18- "wp-cli/wp-cli-tests" : " ^4 "
18+ "wp-cli/wp-cli-tests" : " ^5 "
1919 },
2020 "config" : {
2121 "process-timeout" : 7200 ,
2222 "sort-packages" : true ,
2323 "allow-plugins" : {
2424 "dealerdirect/phpcodesniffer-composer-installer" : true ,
25- "johnpbloch/wordpress-core-installer" : true
25+ "johnpbloch/wordpress-core-installer" : true ,
26+ "phpstan/extension-installer" : true
2627 },
2728 "lock" : false
2829 },
5051 "behat-rerun" : " rerun-behat-tests" ,
5152 "lint" : " run-linter-tests" ,
5253 "phpcs" : " run-phpcs-tests" ,
54+ "phpstan" : " run-phpstan-tests" ,
5355 "phpunit" : " run-php-unit-tests" ,
5456 "phpcbf" : " run-phpcbf-cleanup" ,
5557 "prepare-tests" : " install-package-tests" ,
5658 "test" : [
5759 " @lint" ,
5860 " @phpcs" ,
61+ " @phpstan" ,
5962 " @phpunit" ,
6063 " @behat"
6164 ]
You can’t perform that action at this time.
0 commit comments