Skip to content

Commit f2e40fa

Browse files
authored
Merge pull request #257 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents e6b60a8 + 9576145 commit f2e40fa

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
@@ -31,14 +31,15 @@
3131
"wp-cli/wp-cli": "^2.12"
3232
},
3333
"require-dev": {
34-
"wp-cli/wp-cli-tests": "^4"
34+
"wp-cli/wp-cli-tests": "^5"
3535
},
3636
"config": {
3737
"process-timeout": 7200,
3838
"sort-packages": true,
3939
"allow-plugins": {
4040
"dealerdirect/phpcodesniffer-composer-installer": true,
41-
"johnpbloch/wordpress-core-installer": true
41+
"johnpbloch/wordpress-core-installer": true,
42+
"phpstan/extension-installer": true
4243
},
4344
"lock": false
4445
},
@@ -58,12 +59,14 @@
5859
"behat-rerun": "rerun-behat-tests",
5960
"lint": "run-linter-tests",
6061
"phpcs": "run-phpcs-tests",
62+
"phpstan": "run-phpstan-tests",
6163
"phpcbf": "run-phpcbf-cleanup",
6264
"phpunit": "run-php-unit-tests",
6365
"prepare-tests": "install-package-tests",
6466
"test": [
6567
"@lint",
6668
"@phpcs",
69+
"@phpstan",
6770
"@phpunit",
6871
"@behat"
6972
]

0 commit comments

Comments
 (0)