composer list all installed packages
# You can run:
$> composer show -i # (short for --installed).
# In the latest version just use:
$> composer show
# The -i options has been deprecated.
# You can also use the global instalation of composer:
$> composer global show