Percentage of users for whom the command worked.
Created on Mar 16, 2020 by pablo
composer show package/name
$ composer show
Will show all the currently installed packages and their version information.
This was shown in previous versions of Composer only when using the now-deprecated -i
option.
To see more details, specify the name of the package as well:
$ composer show monolog/monolog
That will show many things, including commit MD5 hash, source URL, license type, etc.
composer - Composer command line interface
composer command [options] [arguments]