Skip to content

Instantly share code, notes, and snippets.

@Krettis
Last active January 9, 2017 15:02
Show Gist options
  • Save Krettis/37ff7456429ff052b1e4 to your computer and use it in GitHub Desktop.
Save Krettis/37ff7456429ff052b1e4 to your computer and use it in GitHub Desktop.
Handy composer Shizzle

Only update composer lock hash

composer update nothing 

or

composer update --lock

More clean way

composer update nothing --no-scripts --no-autoloader

Remove file from repo without deleting it

git rm --cached composer.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment