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 2020 "wp-cli/extension-command" : " ^1.2 || ^2" ,
2121 "wp-cli/media-command" : " ^1.1 || ^2" ,
2222 "wp-cli/super-admin-command" : " ^1 || ^2" ,
23- "wp-cli/wp-cli-tests" : " ^4 "
23+ "wp-cli/wp-cli-tests" : " ^5 "
2424 },
2525 "config" : {
2626 "process-timeout" : 7200 ,
2727 "sort-packages" : true ,
2828 "allow-plugins" : {
2929 "dealerdirect/phpcodesniffer-composer-installer" : true ,
30- "johnpbloch/wordpress-core-installer" : true
30+ "johnpbloch/wordpress-core-installer" : true ,
31+ "phpstan/extension-installer" : true
3132 },
3233 "lock" : false
3334 },
232233 "phpcs" : " run-phpcs-tests" ,
233234 "phpunit" : " run-php-unit-tests" ,
234235 "phpcbf" : " run-phpcbf-cleanup" ,
236+ "phpstan" : " run-phpstan-tests" ,
235237 "prepare-tests" : " install-package-tests" ,
236238 "test" : [
237239 " @lint" ,
238240 " @phpcs" ,
241+ " @phpstan" ,
239242 " @phpunit" ,
240243 " @behat"
241244 ]
You can’t perform that action at this time.
0 commit comments