Skip to content

Commit 8db332d

Browse files
Merge pull request #11 from wp-cli/clarify-bundled
Clarify this command as a bundled command
2 parents dc4be1b + 92ffcbf commit 8db332d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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 git@github.com:wp-cli/search-replace-command.git
120122

121123
## Contributing
122124

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
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": "*"
@@ -35,6 +37,7 @@
3537
},
3638
"commands": [
3739
"search-replace"
38-
]
40+
],
41+
"bundled": true
3942
}
4043
}

0 commit comments

Comments
 (0)