Skip to content

Commit 4a11bfd

Browse files
authored
Merge pull request #766 from wp-cli/dependabot/composer/wp-cli/wp-cli-tests-5.0.0
2 parents 8c8e5aa + 70e53ad commit 4a11bfd

File tree

3 files changed

+516
-56
lines changed

3 files changed

+516
-56
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@
3838
},
3939
"require-dev": {
4040
"roave/security-advisories": "dev-latest",
41-
"wp-cli/wp-cli-tests": "^4"
41+
"wp-cli/wp-cli-tests": "^5"
4242
},
4343
"suggest": {
4444
"psy/psysh": "Enhanced `wp shell` functionality"
4545
},
4646
"config": {
4747
"allow-plugins": {
4848
"dealerdirect/phpcodesniffer-composer-installer": true,
49-
"johnpbloch/wordpress-core-installer": true
49+
"johnpbloch/wordpress-core-installer": true,
50+
"phpstan/extension-installer": true
5051
},
5152
"autoloader-suffix": "WpCliBundle",
5253
"platform": {
@@ -72,7 +73,9 @@
7273
"behat-rerun": "rerun-behat-tests",
7374
"lint": "run-linter-tests",
7475
"phpcs": "run-phpcs-tests",
76+
"phpstan": "run-phpstan-tests",
7577
"phpunit": "run-php-unit-tests",
78+
"phpcbf": "run-phpcbf-cleanup",
7679
"placeholder": "value",
7780
"prepare-tests": "install-package-tests",
7881
"test": [

0 commit comments

Comments
 (0)