You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add command packages that are needed for Behat tests as --dev dependencies.
The following commands are already available, anything else needs to be explicitly required:
cli *
config *
core *
eval
eval-file
help
Update all dependencies:
composer update
Optional - Add PHPCS rule set to enable CS & compatibility sniffing:
The following changes need to be made to move the command over to the v2 structure:
.travis.yml
file fromwp-cli/wp-cli
:--dev
dependencies.The following commands are already available, anything else needs to be explicitly required:
cli *
config *
core *
eval
eval-file
help
The text was updated successfully, but these errors were encountered: