Last active
May 22, 2026 06:03
-
-
Save vielhuber/9404f1866f872661c961107d9b613529 to your computer and use it in GitHub Desktop.
composer update all packages (equivalent of ncu in npm) #php
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 global require vildanbina/composer-upgrader | |
| composer upgrade-all | |
| composer update | |
| composer outdated -D --direct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment