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 20
20
"wp-cli/extension-command" : " ^1.2 || ^2" ,
21
21
"wp-cli/media-command" : " ^1.1 || ^2" ,
22
22
"wp-cli/super-admin-command" : " ^1 || ^2" ,
23
- "wp-cli/wp-cli-tests" : " ^4 "
23
+ "wp-cli/wp-cli-tests" : " ^5 "
24
24
},
25
25
"config" : {
26
26
"process-timeout" : 7200 ,
27
27
"sort-packages" : true ,
28
28
"allow-plugins" : {
29
29
"dealerdirect/phpcodesniffer-composer-installer" : true ,
30
- "johnpbloch/wordpress-core-installer" : true
30
+ "johnpbloch/wordpress-core-installer" : true ,
31
+ "phpstan/extension-installer" : true
31
32
},
32
33
"lock" : false
33
34
},
232
233
"phpcs" : " run-phpcs-tests" ,
233
234
"phpunit" : " run-php-unit-tests" ,
234
235
"phpcbf" : " run-phpcbf-cleanup" ,
236
+ "phpstan" : " run-phpstan-tests" ,
235
237
"prepare-tests" : " install-package-tests" ,
236
238
"test" : [
237
239
" @lint" ,
238
240
" @phpcs" ,
241
+ " @phpstan" ,
239
242
" @phpunit" ,
240
243
" @behat"
241
244
]
You can’t perform that action at this time.
0 commit comments