Skip to content

Commit d48f31f

Browse files
authored
Merge pull request #463 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5.0.1
2 parents bdfec69 + 067a0da commit d48f31f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@
2525
"wp-cli/entity-command": "^1.3 || ^2",
2626
"wp-cli/language-command": "^2.0",
2727
"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"
2929
},
3030
"config": {
3131
"process-timeout": 7200,
3232
"sort-packages": true,
3333
"allow-plugins": {
3434
"dealerdirect/phpcodesniffer-composer-installer": true,
35-
"johnpbloch/wordpress-core-installer": true
35+
"johnpbloch/wordpress-core-installer": true,
36+
"phpstan/extension-installer": true
3637
},
3738
"lock": false
3839
},
@@ -92,11 +93,13 @@
9293
"lint": "run-linter-tests",
9394
"phpcs": "run-phpcs-tests",
9495
"phpcbf": "run-phpcbf-cleanup",
96+
"phpstan": "run-phpstan-tests",
9597
"phpunit": "run-php-unit-tests",
9698
"prepare-tests": "install-package-tests",
9799
"test": [
98100
"@lint",
99101
"@phpcs",
102+
"@phpstan",
100103
"@phpunit",
101104
"@behat"
102105
]

0 commit comments

Comments
 (0)