Created
June 21, 2019 09:25
-
-
Save pdewouters/345664139b408e1d8dc99f3899fe77c8 to your computer and use it in GitHub Desktop.
Usefule composer commands
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
// Update only a specific package with its dependencies | |
composer update --ignore-platform-reqs humanmade/coding-standards --with-dependencies | |
// Update packages (ignore platform requirements) | |
composer update --ignore-platform-reqs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment