webguys-de / EasyTemplate

42 stars 13 forks source link

Increased compatibility to magento-composer-installer #10

Closed riker09 closed 8 years ago

riker09 commented 8 years ago

If type is magento-module the module can be automatically deployed to a modman folder instead of being linked to vendor/composer/... when you have these lines in your projects composer.json:

// [...]
"extra": {
    "installer-paths": {
      ".modman/{$name}/": [
        "type:magento-module"
      ]
    }
  }```