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 },
5455 "behat-rerun" : " rerun-behat-tests" ,
5556 "lint" : " run-linter-tests" ,
5657 "phpcs" : " run-phpcs-tests" ,
58+ "phpstan" : " run-phpstan-tests" ,
5759 "phpcbf" : " run-phpcbf-cleanup" ,
5860 "phpunit" : " run-php-unit-tests" ,
5961 "prepare-tests" : " install-package-tests" ,
6062 "test" : [
6163 " @lint" ,
6264 " @phpcs" ,
65+ " @phpstan" ,
6366 " @phpunit" ,
6467 " @behat"
6568 ]
You can’t perform that action at this time.
0 commit comments