diff --git a/README.md b/README.md index 36929e3..0257749 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ wp database reset --author= ## Installing -Installing this package requires WP-CLI v2.9 or greater. Update to the latest stable release with `wp cli update`. +Installing this package requires WP-CLI v2.11 or greater. Update to the latest stable release with `wp cli update`. Once you've done so, you can install the latest stable version of this package with: diff --git a/composer.json b/composer.json index 0efdfc2..8954bee 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ ], "homepage": "https://github.com/ernilambar/database-command", "require": { - "wp-cli/wp-cli": "^2.9" + "wp-cli/wp-cli": "^2.11" }, "require-dev": { - "wp-cli/entity-command": "2.5", + "wp-cli/entity-command": "^2", "wp-cli/scaffold-package-command": "^2", "wp-cli/wp-cli-tests": "^4" },