Skip to content

Commit 63f1022

Browse files
authored
Merge pull request #145 from wp-cli/use-later
Use a later default minimum WP-CLI version
2 parents a673313 + 439a486 commit 63f1022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ files include:
269269

270270
## Installing
271271

272-
Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
272+
Installing this package requires WP-CLI v1.3.0 or greater. Update to the latest stable release with `wp cli update`.
273273

274274
Once you've done so, you can install this package with:
275275

src/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function package_readme( $args, $assoc_args ) {
229229
'package_short_name' => $bits[1],
230230
'package_name_border' => str_pad( '', strlen( $composer_obj['name'] ), '=' ),
231231
'package_description' => isset( $composer_obj['description'] ) ? $composer_obj['description'] : '',
232-
'required_wp_cli_version' => ! empty( $composer_obj['require']['wp-cli/wp-cli'] ) ? str_replace( array( '~', '^', '>=' ), 'v', $composer_obj['require']['wp-cli/wp-cli'] ) : 'v0.23.0',
232+
'required_wp_cli_version' => ! empty( $composer_obj['require']['wp-cli/wp-cli'] ) ? str_replace( array( '~', '^', '>=' ), 'v', $composer_obj['require']['wp-cli/wp-cli'] ) : 'v1.3.0',
233233
'shields' => '',
234234
'has_commands' => false,
235235
'wp_cli_update_to_instructions' => 'the latest stable release with `wp cli update`',

0 commit comments

Comments
 (0)