Skip to content

Instantly share code, notes, and snippets.

@jgskin
Last active August 29, 2015 14:04
Show Gist options
  • Save jgskin/dc40e69a8fe4c86fc500 to your computer and use it in GitHub Desktop.
Save jgskin/dc40e69a8fe4c86fc500 to your computer and use it in GitHub Desktop.
Dump composer extension dependencies
# dump composer extension dependencies
#
# how to use:
# curl -s https://gist.githubusercontent.com/jgskin/dc40e69a8fe4c86fc500/raw/55b550e590839bc68398085937e4029d6607a7bd/composer_ext_dump.sh | bash
cat composer.lock | grep -o -e 'ext\-[^"]*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment