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 25
25
"wp-cli/entity-command" : " ^1.3 || ^2" ,
26
26
"wp-cli/language-command" : " ^2.0" ,
27
27
"wp-cli/scaffold-command" : " ^1.2 || ^2" ,
28
- "wp-cli/wp-cli-tests" : " ^4.3.7 "
28
+ "wp-cli/wp-cli-tests" : " ^5.0.1 "
29
29
},
30
30
"config" : {
31
31
"process-timeout" : 7200 ,
32
32
"sort-packages" : true ,
33
33
"allow-plugins" : {
34
34
"dealerdirect/phpcodesniffer-composer-installer" : true ,
35
- "johnpbloch/wordpress-core-installer" : true
35
+ "johnpbloch/wordpress-core-installer" : true ,
36
+ "phpstan/extension-installer" : true
36
37
},
37
38
"lock" : false
38
39
},
92
93
"lint" : " run-linter-tests" ,
93
94
"phpcs" : " run-phpcs-tests" ,
94
95
"phpcbf" : " run-phpcbf-cleanup" ,
96
+ "phpstan" : " run-phpstan-tests" ,
95
97
"phpunit" : " run-php-unit-tests" ,
96
98
"prepare-tests" : " install-package-tests" ,
97
99
"test" : [
98
100
" @lint" ,
99
101
" @phpcs" ,
102
+ " @phpstan" ,
100
103
" @phpunit" ,
101
104
" @behat"
102
105
]
You can’t perform that action at this time.
0 commit comments