Skip to content

Commit 2b7af95

Browse files
authored
Merge pull request #68 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents 3912d15 + 39b70c2 commit 2b7af95

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
@@ -16,14 +16,15 @@
1616
},
1717
"require-dev": {
1818
"wp-cli/extension-command": "^1.2 || ^2",
19-
"wp-cli/wp-cli-tests": "^4"
19+
"wp-cli/wp-cli-tests": "^5"
2020
},
2121
"config": {
2222
"process-timeout": 7200,
2323
"sort-packages": true,
2424
"allow-plugins": {
2525
"dealerdirect/phpcodesniffer-composer-installer": true,
26-
"johnpbloch/wordpress-core-installer": true
26+
"johnpbloch/wordpress-core-installer": true,
27+
"phpstan/extension-installer": true
2728
},
2829
"lock": false
2930
},
@@ -60,12 +61,14 @@
6061
"behat-rerun": "rerun-behat-tests",
6162
"lint": "run-linter-tests",
6263
"phpcs": "run-phpcs-tests",
64+
"phpstan": "run-phpstan-tests",
6365
"phpcbf": "run-phpcbf-cleanup",
6466
"phpunit": "run-php-unit-tests",
6567
"prepare-tests": "install-package-tests",
6668
"test": [
6769
"@lint",
6870
"@phpcs",
71+
"@phpstan",
6972
"@phpunit",
7073
"@behat"
7174
]

0 commit comments

Comments
 (0)