سؤال

In order to ease future Magento upgrades, I am working to extract custom modules and put each in the its own tidy git repository.

However, many of these modules depend on Magento-agnostic code that lives in lib/. Since multiple modules depend on it, I can't very well hack together a composer.json and put the dependency in app/code/*/NameSpace/Module/vendor/.

Currently, my plan is to deploy the code using modman, but I could set up a firegento-style composer repository if that gives more flexibility.

What processes do you recommend for quick, reliable deployments? Thanks!

هل كانت مفيدة؟

المحلول

I've been using Composer with the PSR-0 autoloader project lately. Works well for modern dependencies.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top