- Issue created by @wim leers
- 🇺🇸United States tedbow Ithaca, NY, USA
I searched 📌 Remove FixtureManipulator::modifyPackage() last usage Fixed and don't see the word "options" anywhere. So don't think there is enough context to work on this issue.
@Wim Leers do you remember the reason
- Assigned to wim leers
- 🇮🇳India yash.rode pune
This issue is referring to
\Drupal\fixture_manipulator\FixtureManipulator::addRepository:596
if that's helpful. - Issue was unassigned.
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Because that's what https://getcomposer.org/doc/05-repositories.md#path prescribes.
And IIRC that was necessary for multiple versions of the same package to actually work if they are served by path repositories as opposed to non-path repositories. IIRC without this, there'd be an error message from Composer pointing you to https://getcomposer.org/doc/articles/repository-priorities.md.