Does composer have any built in way to display a list of plugins in the current project? Or is the only option for finding composer plugins some sort of text search through the composer.json
files in vendor
with something like
$ find vendor -name composer.json | xargs grep -i -r 'composer-plugin'