File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -114,9 +114,11 @@ change primary key values.
114114
115115## Installing
116116
117- Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
117+ This package is included with WP-CLI itself, no additional installation necessary .
118118
119- Once you've done so, you can install this package with ` wp package install wp-cli/search-replace-command ` .
119+ To install the latest version of this package over what's included in WP-CLI, run:
120+
121+ wp package install [email protected] :wp-cli/search-replace-command.git 120122
121123## Contributing
122124
Original file line number Diff line number Diff line change 2121 "" : " src/" ,
2222 "WP_CLI\\ " : " src/WP_CLI"
2323 },
24- "files" : [ " search-replace-command.php" ]
24+ "files" : [
25+ " search-replace-command.php"
26+ ]
2527 },
2628 "require" : {
2729 "wp-cli/wp-cli" : " *"
3537 },
3638 "commands" : [
3739 " search-replace"
38- ]
40+ ],
41+ "bundled" : true
3942 }
4043}
You can’t perform that action at this time.
0 commit comments