
Register your Magento 2 module as a Composer package with Packagist
Managing dependencies got a little bit better in Magento 2. It uses the PHP package manager Composer to keep track of what packages are needed and installed. I highly suggest you package your custom modules so you can take advantage if it. This write-up guides you through the process of