Last active
September 11, 2020 05:37
-
-
Save azdanov/b94aef7becd16cbe9b9e3da21aca4b66 to your computer and use it in GitHub Desktop.
List all composer packages
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
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