Skip to content

Commit

Permalink
Merge pull request #4 from wp-cli/clarify-bundled
Browse files Browse the repository at this point in the history
Clarify this command as a bundled command
  • Loading branch information
danielbachhuber authored May 30, 2017
2 parents fb51fea + a4e8f6c commit fd90b81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,11 @@ wp cap remove <role> <cap>...

## Installing

Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with `wp cli update`.
This package is included with WP-CLI itself, no additional installation necessary.

Once you've done so, you can install this package with `wp package install wp-cli/role-command`.
To install the latest version of this package over what's included in WP-CLI, run:

wp package install [email protected]:wp-cli/role-command.git

## Contributing

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"psr-4": {
"": "src/"
},
"files": [ "role-command.php" ]
"files": [
"role-command.php"
]
},
"require": {},
"require-dev": {
Expand All @@ -40,6 +42,7 @@
"cap add",
"cap list",
"cap remove"
]
],
"bundled": true
}
}

0 comments on commit fd90b81

Please sign in to comment.