We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d04cd59 + 67356b1 commit 52185e7Copy full SHA for 52185e7
composer.json
@@ -33,11 +33,11 @@
33
"wp-cli/shell-command": "^2",
34
"wp-cli/super-admin-command": "^2",
35
"wp-cli/widget-command": "^2",
36
- "wp-cli/wp-cli": "^2"
+ "wp-cli/wp-cli": "^2.0.1"
37
},
38
"require-dev": {
39
"roave/security-advisories": "dev-master",
40
- "wp-cli/wp-cli-tests": "^2"
+ "wp-cli/wp-cli-tests": "^2.0.7"
41
42
"suggest": {
43
"psy/psysh": "Enhanced `wp shell` functionality"
@@ -66,6 +66,7 @@
66
"./utils/git-setup-pre-commit-hook"
67
],
68
"behat": "run-behat-tests",
69
+ "behat-rerun": "rerun-behat-tests",
70
"lint": "run-linter-tests",
71
"phpcs": "run-phpcs-tests",
72
"phpunit": "run-php-unit-tests",
0 commit comments