From 55db73e4da026928c0fe2397d18babb8cfc6f223 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Sun, 18 Aug 2024 15:50:35 +0545 Subject: [PATCH] Update version --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },