Skip to content

Instantly share code, notes, and snippets.

@guillemcanal
Created July 24, 2017 16:33
Show Gist options
  • Save guillemcanal/586242008dee1e3d37e4340f35e6791b to your computer and use it in GitHub Desktop.
Save guillemcanal/586242008dee1e3d37e4340f35e6791b to your computer and use it in GitHub Desktop.
Show required PHP extensions
composer show -t | grep -o "\-\-ext-.\+" | sort | uniq | cut -d- -f3-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment