File tree Expand file tree Collapse file tree 3 files changed +516
-56
lines changed Expand file tree Collapse file tree 3 files changed +516
-56
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"require-dev" : {
40
40
"roave/security-advisories" : " dev-latest" ,
41
- "wp-cli/wp-cli-tests" : " ^4 "
41
+ "wp-cli/wp-cli-tests" : " ^5 "
42
42
},
43
43
"suggest" : {
44
44
"psy/psysh" : " Enhanced `wp shell` functionality"
45
45
},
46
46
"config" : {
47
47
"allow-plugins" : {
48
48
"dealerdirect/phpcodesniffer-composer-installer" : true ,
49
- "johnpbloch/wordpress-core-installer" : true
49
+ "johnpbloch/wordpress-core-installer" : true ,
50
+ "phpstan/extension-installer" : true
50
51
},
51
52
"autoloader-suffix" : " WpCliBundle" ,
52
53
"platform" : {
72
73
"behat-rerun" : " rerun-behat-tests" ,
73
74
"lint" : " run-linter-tests" ,
74
75
"phpcs" : " run-phpcs-tests" ,
76
+ "phpstan" : " run-phpstan-tests" ,
75
77
"phpunit" : " run-php-unit-tests" ,
78
+ "phpcbf" : " run-phpcbf-cleanup" ,
76
79
"placeholder" : " value" ,
77
80
"prepare-tests" : " install-package-tests" ,
78
81
"test" : [
You can’t perform that action at this time.
0 commit comments