Skip to content

Commit e556954

Browse files
authored
Merge pull request #203 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents 3bca5a5 + 9618d05 commit e556954

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
@@ -22,14 +22,15 @@
2222
"wp-cli/wp-cli": "^2.12"
2323
},
2424
"require-dev": {
25-
"wp-cli/wp-cli-tests": "^4"
25+
"wp-cli/wp-cli-tests": "^5"
2626
},
2727
"config": {
2828
"process-timeout": 7200,
2929
"sort-packages": true,
3030
"allow-plugins": {
3131
"dealerdirect/phpcodesniffer-composer-installer": true,
32-
"johnpbloch/wordpress-core-installer": true
32+
"johnpbloch/wordpress-core-installer": true,
33+
"phpstan/extension-installer": true
3334
},
3435
"lock": false
3536
},
@@ -69,12 +70,14 @@
6970
"behat-rerun": "rerun-behat-tests",
7071
"lint": "run-linter-tests",
7172
"phpcs": "run-phpcs-tests",
73+
"phpstan": "run-phpstan-tests",
7274
"phpcbf": "run-phpcbf-cleanup",
7375
"phpunit": "run-php-unit-tests",
7476
"prepare-tests": "install-package-tests",
7577
"test": [
7678
"@lint",
7779
"@phpcs",
80+
"@phpstan",
7881
"@phpunit",
7982
"@behat"
8083
]

0 commit comments

Comments
 (0)