WordPress – attempt to look for all `wpackagist.org` packages for each plugin and theme
# Plugins
for n in *; do printf '%s \ \n' "\"wpackagist-plugin/$n\":\"*\""; done
# Themes
for n in *; do printf '%s \ \n' "\"wpackagist-theme/$n\":\"*\""; done