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 @@ -251,9 +251,11 @@ wp cap remove <role> <cap>...
251251
252252## Installing
253253
254- Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with ` wp cli update ` .
254+ This package is included with WP-CLI itself, no additional installation necessary .
255255
256- Once you've done so, you can install this package with ` wp package install wp-cli/role-command ` .
256+ To install the latest version of this package over what's included in WP-CLI, run:
257+
258+ wp package install [email protected] :wp-cli/role-command.git 257259
258260## Contributing
259261
Original file line number Diff line number Diff line change 2020 "psr-4" : {
2121 "" : " src/"
2222 },
23- "files" : [ " role-command.php" ]
23+ "files" : [
24+ " role-command.php"
25+ ]
2426 },
2527 "require" : {},
2628 "require-dev" : {
4042 " cap add" ,
4143 " cap list" ,
4244 " cap remove"
43- ]
45+ ],
46+ "bundled" : true
4447 }
4548}
You can’t perform that action at this time.
0 commit comments