Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer-paths bug #35

Closed
uzyn opened this issue Sep 7, 2012 · 2 comments
Closed

installer-paths bug #35

uzyn opened this issue Sep 7, 2012 · 2 comments

Comments

@uzyn
Copy link
Contributor

uzyn commented Sep 7, 2012

Not too sure if it's a bug, or there's something wrong in my config.

My root composer.json:

{
    "require": {
        "uzyn/cakephp-opauth": "dev-composer"
    },
    "minimum-stability": "dev"
}

composer.json for uzyn/cakephp-opauth under dev-composer branch included this:

    "extra": {
        "installer-paths": {
            "Plugin/Opauth/": ["uzyn/cakephp-opauth"]
        }
    }

After running composer install, package gets installed to Plugin/CakephpOpauth/ instead of the expected Plugin/Opauth/

@shama
Copy link
Contributor

shama commented Sep 7, 2012

This hasn't yet been implemented yet, #21. Currently only the consumer can override the name/path with the installer-paths extra.

@uzyn
Copy link
Contributor Author

uzyn commented Sep 8, 2012

Thanks @shama. Got confused there.

@uzyn uzyn closed this as completed Sep 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants