mnsami / composer-custom-directory-installer

A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.
https://packagist.org/packages/mnsami/composer-custom-directory-installer
MIT License
138 stars 27 forks source link

Problem with install to other folder #12

Closed jbartoszek closed 8 years ago

jbartoszek commented 9 years ago

i have my package

{ "name": "ab/abc", "description": "Desc of abc, "type": "package", "authors": [ { "name": "Jacek", "email": "mail@mail.net" } ] }

and my composer.json file:

{ "repositories": [ { "type": "vcs", "url": "git@bitbucket.org:ab/abc.git" } ], "prefer-stable": false, "require": { "mnsami/composer-custom-directory-installer": "*", "ab/abc": "v1.0.8" }, "extra": { "installer-paths": { "./smothing/": ["ab/abc"] } } } . When i make a composer install i have a this package in vendor/ab/abc. Why? I would have a this package in root folder next to a composer.json

Best Regards. Jacek

mnsami commented 8 years ago

Hi @jbartoszek

I'm sorry for the late reply, can you send or paste your package's composer.json?

thanks a lot.

mnsami commented 8 years ago

Reporter is not responding, I'm closing the ticket.