-
Notifications
You must be signed in to change notification settings - Fork 172
Correct namespace containing hyphen #327
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
Conversation
This pull request has been made to the wrong branch. Please review the contributing guidelines as all PRs need to be made to the develop branch. I'll fix it for you this time, but please ensure you make any future PRs to the develop branch, not the master branch. |
@harmenjanssen can you provide an example of a plugin that causes this issue to occur? |
Certainly, it's this one: https://packagist.org/packages/grrr-amsterdam/oc-styleguide-plugin (note that it's WIP) |
@harmenjanssen ah, I see. The more robust fix to apply here is to add a filter to |
@LukeTowers Ah, right, that would be the better solution. It's |
@harmenjanssen I'm not sure tbh, play around with it and see if you can figure it out. |
I finally got around to proposing a pull request over at Composer Installers, see composer/installers#397. So I'm closing this one, hopefully the issue will be resolved soon. |
@LukeTowers Composer Installers has merged the PR, but I still also need this feature to ensure the PHP namespace resolves correctly. 🙂 Will you |
@harmenjanssen then you've done your PR wrong. Your PR was supposed to remove the |
Argh, you're absolutely right, I misinterpreted a colleague's bug report. Anyways, sorry for bothering, I will close this for good now. 🙂 |
To allow vendors with dashes in their name, such as "grrr-amsterdam".
Right now, this fails silently, the plugin just isn't recognized by the
PluginManager
.