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 16
16
},
17
17
"require-dev" : {
18
18
"wp-cli/entity-command" : " ^2" ,
19
- "wp-cli/wp-cli-tests" : " ^4 "
19
+ "wp-cli/wp-cli-tests" : " ^5 "
20
20
},
21
21
"config" : {
22
22
"process-timeout" : 7200 ,
23
23
"sort-packages" : true ,
24
24
"allow-plugins" : {
25
25
"dealerdirect/phpcodesniffer-composer-installer" : true ,
26
- "johnpbloch/wordpress-core-installer" : true
26
+ "johnpbloch/wordpress-core-installer" : true ,
27
+ "phpstan/extension-installer" : true
27
28
},
28
29
"lock" : false
29
30
},
51
52
"behat-rerun" : " rerun-behat-tests" ,
52
53
"lint" : " run-linter-tests" ,
53
54
"phpcs" : " run-phpcs-tests" ,
55
+ "phpstan" : " run-phpstan-tests" ,
54
56
"phpcbf" : " run-phpcbf-cleanup" ,
55
57
"phpunit" : " run-php-unit-tests" ,
56
58
"prepare-tests" : " install-package-tests" ,
57
59
"test" : [
58
60
" @lint" ,
59
61
" @phpcs" ,
62
+ " @phpstan" ,
60
63
" @phpunit" ,
61
64
" @behat"
62
65
]
You can’t perform that action at this time.
0 commit comments