If I have a complete application, and I want to make it very easy to install, is it appropriate to publish it as a package on packagist.org? Or is packagist intended only for the dependencies you use for putting together other applications?
The objective is to make the most of Composer to make installation easy.