Skip to content

Commit 0860d10

Browse files
authored
Merge pull request #124 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents 976d08f + 06433c8 commit 0860d10

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
"wp-cli/extension-command": "^1.2 || ^2",
2222
"wp-cli/import-command": "^1 || ^2",
2323
"wp-cli/media-command": "^1 || ^2",
24-
"wp-cli/wp-cli-tests": "^4"
24+
"wp-cli/wp-cli-tests": "^5"
2525
},
2626
"config": {
2727
"process-timeout": 7200,
2828
"sort-packages": true,
2929
"allow-plugins": {
3030
"dealerdirect/phpcodesniffer-composer-installer": true,
31-
"johnpbloch/wordpress-core-installer": true
31+
"johnpbloch/wordpress-core-installer": true,
32+
"phpstan/extension-installer": true
3233
},
3334
"lock": false
3435
},
@@ -56,12 +57,14 @@
5657
"behat-rerun": "rerun-behat-tests",
5758
"lint": "run-linter-tests",
5859
"phpcs": "run-phpcs-tests",
60+
"phpstan": "run-phpstan-tests",
5961
"phpcbf": "run-phpcbf-cleanup",
6062
"phpunit": "run-php-unit-tests",
6163
"prepare-tests": "install-package-tests",
6264
"test": [
6365
"@lint",
6466
"@phpcs",
67+
"@phpstan",
6568
"@phpunit",
6669
"@behat"
6770
]

0 commit comments

Comments
 (0)