Skip to content

Commit 4abc2a9

Browse files
authored
Merge pull request #203 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-tw-5
2 parents b7b186a + 56ae64e commit 4abc2a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
"wp-cli/db-command": "^1.3 || ^2",
1919
"wp-cli/entity-command": "^1.3 || ^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": {
24+
"lock": false,
2425
"process-timeout": 7200,
2526
"sort-packages": true,
2627
"allow-plugins": {
2728
"dealerdirect/phpcodesniffer-composer-installer": true,
28-
"johnpbloch/wordpress-core-installer": true
29+
"johnpbloch/wordpress-core-installer": true,
30+
"phpstan/extension-installer": true
2931
}
3032
},
3133
"extra": {
@@ -52,12 +54,14 @@
5254
"behat-rerun": "rerun-behat-tests",
5355
"lint": "run-linter-tests",
5456
"phpcs": "run-phpcs-tests",
57+
"phpstan": "run-phpstan-tests",
5558
"phpcbf": "run-phpcbf-cleanup",
5659
"phpunit": "run-php-unit-tests",
5760
"prepare-tests": "install-package-tests",
5861
"test": [
5962
"@lint",
6063
"@phpcs",
64+
"@phpstan",
6165
"@phpunit",
6266
"@behat"
6367
]

0 commit comments

Comments
 (0)