Skip to content

Instantly share code, notes, and snippets.

@azdanov
Last active September 11, 2020 05:37
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 azdanov/b94aef7becd16cbe9b9e3da21aca4b66 to your computer and use it in GitHub Desktop.
Save azdanov/b94aef7becd16cbe9b9e3da21aca4b66 to your computer and use it in GitHub Desktop.
List all composer packages
cat composer.json | jq -r '.require | keys[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment