flagbit / Magento-Packager

A simple packaging script for magento connect 2.0 based on a composer.json.
14 stars 10 forks source link

Include package dependency contents #5

Open quafzi opened 10 years ago

quafzi commented 10 years ago

If a module depends on a library, that is installed via composer, it is difficult to embed it into your Magento extension automatically. I added a from key that allows inclusion of the dependency in the defined place. To include it, the packager will just add a symlink at path, pointing to from, no further magic is required.