I've forked a composer package so I can fix an issue with it and submit a PR to the maintainer.
Meanwhile, while it doesn't get merged, I want to use my version of the package in my projects. I've tried adding the repository information on composer.json
but it always uses the regular package.
How can I force it to use my version? Do I have to rename the package?
Thanks in advance.