Add old package name to "replace" in composer.json#79
Add old package name to "replace" in composer.json#79koehnlein wants to merge 2 commits intoCodeception:masterfrom
Conversation
|
Hey @koehnlein, good idea, |
|
@ggiak Interesting. I thought, the renaming would only happend after the release of 5.0.0 - but you are right, the renaming already was part of the 5.0.0 tag here on GitHub. But then I wondered, why I have installed So the first step to fix this confusing situation, I would suggest to stop the GitHub/packagist sync to the old package "codeception/visualception". |
In c5b02cd the composer package was renamed from "codeception/visualception" into "codeception/module-visualception".
This pull requests adds the old name to "replace" section in composer.json. With this change, composer knows that the new package "codeception/module-visualception" (new) must not be installed together with "codeception/visualception" (old)