Skip to content

Commit 56b1ffc

Browse files
authored
Merge pull request #539 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents b61308b + b9ab0cd commit 56b1ffc

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
@@ -20,14 +20,15 @@
2020
"wp-cli/extension-command": "^1.2 || ^2",
2121
"wp-cli/media-command": "^1.1 || ^2",
2222
"wp-cli/super-admin-command": "^1 || ^2",
23-
"wp-cli/wp-cli-tests": "^4"
23+
"wp-cli/wp-cli-tests": "^5"
2424
},
2525
"config": {
2626
"process-timeout": 7200,
2727
"sort-packages": true,
2828
"allow-plugins": {
2929
"dealerdirect/phpcodesniffer-composer-installer": true,
30-
"johnpbloch/wordpress-core-installer": true
30+
"johnpbloch/wordpress-core-installer": true,
31+
"phpstan/extension-installer": true
3132
},
3233
"lock": false
3334
},
@@ -232,10 +233,12 @@
232233
"phpcs": "run-phpcs-tests",
233234
"phpunit": "run-php-unit-tests",
234235
"phpcbf": "run-phpcbf-cleanup",
236+
"phpstan": "run-phpstan-tests",
235237
"prepare-tests": "install-package-tests",
236238
"test": [
237239
"@lint",
238240
"@phpcs",
241+
"@phpstan",
239242
"@phpunit",
240243
"@behat"
241244
]

0 commit comments

Comments
 (0)