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.
114
114
115
115
## Installing
116
116
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 .
118
118
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 git@github.com:wp-cli/search-replace-command.git
120
122
121
123
## Contributing
122
124
Original file line number Diff line number Diff line change 21
21
"" : " src/" ,
22
22
"WP_CLI\\ " : " src/WP_CLI"
23
23
},
24
- "files" : [ " search-replace-command.php" ]
24
+ "files" : [
25
+ " search-replace-command.php"
26
+ ]
25
27
},
26
28
"require" : {
27
29
"wp-cli/wp-cli" : " *"
35
37
},
36
38
"commands" : [
37
39
" search-replace"
38
- ]
40
+ ],
41
+ "bundled" : true
39
42
}
40
43
}
You can’t perform that action at this time.
0 commit comments