I'm creating my first PHP Composer package (following these instructions). I've run
$ composer init
and am filling in the details, it is now asking me for
Package Type (e.g. library, project, metapackage, composer-plugin) []:
I assume this is just a human-decipherable label for categorising the different packages?
I wondered if there is a definition of package types somewhere?
composer-plugin
type are installed first, so if you plan to have a package of composer patches for the third-party packages you use, it becomes pretty useful – Boccie