Skip to content

Instantly share code, notes, and snippets.

@marktopper
Created February 19, 2015 14:26
Show Gist options
  • Save marktopper/fb3ba076f1de8a322285 to your computer and use it in GitHub Desktop.
Save marktopper/fb3ba076f1de8a322285 to your computer and use it in GitHub Desktop.
Clear Composer Cache

To clear Composer Cache, run the following command in your console:

rm -rf "`composer config cache-dir`"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment