File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22wp-cli.local.yml
33node_modules /
44vendor /
5+ build /
56* .zip
67* .tar.gz
78composer.lock
Original file line number Diff line number Diff line change 1616 },
1717 "require-dev" : {
1818 "wp-cli/entity-command" : " ^1.3 || ^2" ,
19- "wp-cli/wp-cli-tests" : " ^4 "
19+ "wp-cli/wp-cli-tests" : " ^5 "
2020 },
2121 "config" : {
2222 "process-timeout" : 7200 ,
2323 "sort-packages" : true ,
2424 "allow-plugins" : {
2525 "dealerdirect/phpcodesniffer-composer-installer" : true ,
26- "johnpbloch/wordpress-core-installer" : true
26+ "johnpbloch/wordpress-core-installer" : true ,
27+ "phpstan/extension-installer" : true
2728 },
2829 "lock" : false
2930 },
5455 "behat-rerun" : " rerun-behat-tests" ,
5556 "lint" : " run-linter-tests" ,
5657 "phpcs" : " run-phpcs-tests" ,
58+ "phpstan" : " run-phpstan-tests" ,
5759 "phpcbf" : " run-phpcbf-cleanup" ,
5860 "phpunit" : " run-php-unit-tests" ,
5961 "prepare-tests" : " install-package-tests" ,
6062 "test" : [
6163 " @lint" ,
6264 " @phpcs" ,
65+ " @phpstan" ,
6366 " @phpunit" ,
6467 " @behat"
6568 ]
You can’t perform that action at this time.
0 commit comments