Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active May 19, 2021 21:31
Show Gist options
  • Save robdecker/74d740d80d92ad929b9783110043cf25 to your computer and use it in GitHub Desktop.
Save robdecker/74d740d80d92ad929b9783110043cf25 to your computer and use it in GitHub Desktop.
[Show outdated projects] #composer
# -D: Shows only packages that are directly required by the root package
composer outdated -D

# -o: Show the latest version but only for packages that are outdated
# -D: Shows only packages that are directly required by the root package
composer show -oD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment