Skip to content

Commit

Permalink
drush-ops#665: Add a note about running composer self-update to resol…
Browse files Browse the repository at this point in the history
…ve class-not-found errors.
  • Loading branch information
greg-1-anderson committed Jun 4, 2014
1 parent 52995cd commit d2ec1da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ INSTALL/UPDATE - COMPOSER

[Fuller explanation of the require command.](http://getcomposer.org/doc/03-cli.md#require)

**Tip:**
**Tips:**

If Drush cannot find an autoloaded class, run `composer self-update`. Drush often
tracks composer changes closely, so you may have some problems if you are not
running a recent version.

If composer cannot find a requirement, and suggests that *The package is not available in a stable-enough version according to your minimum-stability setting*, then place the following
in `$HOME/.composer/composer.json`:
Expand Down

0 comments on commit d2ec1da

Please sign in to comment.