We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/
composer install
The text was updated successfully, but these errors were encountered:
This hasn't yet been implemented yet, #21. Currently only the consumer can override the name/path with the installer-paths extra.
Sorry, something went wrong.
Thanks @shama. Got confused there.
No branches or pull requests
Not too sure if it's a bug, or there's something wrong in my config.
My root composer.json:
composer.json for uzyn/cakephp-opauth under dev-composer branch included this:
After running
composer install
, package gets installed to Plugin/CakephpOpauth/ instead of the expected Plugin/Opauth/The text was updated successfully, but these errors were encountered: