Skip to content

Instantly share code, notes, and snippets.

@frangeris
Last active February 16, 2016 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frangeris/4cf8c0a94b7c81d1ec1e to your computer and use it in GitHub Desktop.
Save frangeris/4cf8c0a94b7c81d1ec1e to your computer and use it in GitHub Desktop.
Composer basic cheet sheet
COMPOSER
========
INSTALL composer install
--ignore-platform-reqs
UPDATE composer update
DUMP composer dump-autoload [--optimize]
SELF-UPDATE composer self-update
CLASS ERRORS composer update --no-scripts
@jorwan
Copy link

jorwan commented Jul 18, 2015

// Testing a composer update to know if everything will be ok before doing a real one
composer update --dry-run --profile --verbose

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