Skip to content

Commit fd4481d

Browse files
authored
Merge pull request #93 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents 202d736 + cccc86f commit fd4481d

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
@@ -18,14 +18,15 @@
1818
"wp-cli/entity-command": "^1.3 || ^2",
1919
"wp-cli/export-command": "^1 || ^2",
2020
"wp-cli/extension-command": "^1.2 || ^2",
21-
"wp-cli/wp-cli-tests": "^4"
21+
"wp-cli/wp-cli-tests": "^5"
2222
},
2323
"config": {
2424
"process-timeout": 7200,
2525
"sort-packages": true,
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true,
28-
"johnpbloch/wordpress-core-installer": true
28+
"johnpbloch/wordpress-core-installer": true,
29+
"phpstan/extension-installer": true
2930
},
3031
"lock": false
3132
},
@@ -53,12 +54,14 @@
5354
"behat-rerun": "rerun-behat-tests",
5455
"lint": "run-linter-tests",
5556
"phpcs": "run-phpcs-tests",
57+
"phpstan": "run-phpstan-tests",
5658
"phpcbf": "run-phpcbf-cleanup",
5759
"phpunit": "run-php-unit-tests",
5860
"prepare-tests": "install-package-tests",
5961
"test": [
6062
"@lint",
6163
"@phpcs",
64+
"@phpstan",
6265
"@phpunit",
6366
"@behat"
6467
]

0 commit comments

Comments
 (0)