From 90df05161dfd436999991ea2be9fa955bbd7a055 Mon Sep 17 00:00:00 2001 From: "Peter J. Herrel" Date: Thu, 15 Feb 2018 21:18:45 +0100 Subject: [PATCH] require wp-cli 1.5.0 --- command.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command.php b/command.php index 11103c9..2447fc8 100644 --- a/command.php +++ b/command.php @@ -13,8 +13,8 @@ WP_CLI::error( sprintf( 'This WP-CLI package requires PHP version %s or higher.', '5.5' ) ); } - if ( version_compare( WP_CLI_VERSION, '1.4.0', '<' ) ) { - WP_CLI::error( sprintf( 'This WP-CLI package requires WP-CLI version %s or higher. Please visit %s', '1.4.0', 'https://wp-cli.org/#updating' ) ); + if ( version_compare( WP_CLI_VERSION, '1.5.0', '<' ) ) { + WP_CLI::error( sprintf( 'This WP-CLI package requires WP-CLI version %s or higher. Please visit %s', '1.5.0', 'https://wp-cli.org/#updating' ) ); } # api, cli