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