Last active
February 16, 2016 19:12
-
-
Save frangeris/4cf8c0a94b7c81d1ec1e to your computer and use it in GitHub Desktop.
Composer basic cheet sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// Testing a composer update to know if everything will be ok before doing a real one
composer update --dry-run --profile --verbose