Cotya/magento-composer-installer

Not Symlinking all Required Repos..

brandontamm opened this issue · 3 comments

Problem: Composer clones my “require”d repos to the vendor directory, but is not symlinking them into the Magento core files.

Background: I am using the setup at https://github.com/andreaskoch/dockerized-magento. The modules that Andreas had listed there are correctly symlinking. The magento core that i added installs correctly and works just fine, but the three other repos I added are not. The repos are connected to packagist via github. My Magento core is installing correctly, but the two modules and the one theme repo is not. My composer.json is here: http://pastebin.com/gTpKQy8K#

Solution: Can you help? :-)

A quick look at https://github.com/brandontamm/ceg-quickattach shows you have no module mappings and also not the correct package type. Package type is magento-module not magento-theme.

Please check the documentation:

Feel free to come back with any more questions after you have read and tried the docs, but all of your questions should be answered there 😄

Also please note that https://github.com/andreaskoch/dockerized-magento is using an old version of the installer, which has many missing features and bug fixes.

EDIT - I didn't realize that the packagist actually pulls from this repo (the different names confused me) I realize that now and I realize you were just referring to the version number being outdated above, not the actual packagist repo. Closing thread :)