Skip to content

Commit 881a162

Browse files
authored
Merge pull request #36 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents 72c1d3b + 57a9bea commit 881a162

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
@@ -15,14 +15,15 @@
1515
"wp-cli/wp-cli": "^2.12"
1616
},
1717
"require-dev": {
18-
"wp-cli/wp-cli-tests": "^4"
18+
"wp-cli/wp-cli-tests": "^5"
1919
},
2020
"config": {
2121
"process-timeout": 7200,
2222
"sort-packages": true,
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true,
25-
"johnpbloch/wordpress-core-installer": true
25+
"johnpbloch/wordpress-core-installer": true,
26+
"phpstan/extension-installer": true
2627
},
2728
"lock": false
2829
},
@@ -54,12 +55,14 @@
5455
"behat-rerun": "rerun-behat-tests",
5556
"lint": "run-linter-tests",
5657
"phpcs": "run-phpcs-tests",
58+
"phpstan": "run-phpstan-tests",
5759
"phpcbf": "run-phpcbf-cleanup",
5860
"phpunit": "run-php-unit-tests",
5961
"prepare-tests": "install-package-tests",
6062
"test": [
6163
"@lint",
6264
"@phpcs",
65+
"@phpstan",
6366
"@phpunit",
6467
"@behat"
6568
]

0 commit comments

Comments
 (0)