You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #871 Read recipe conflicts from index.json (nicolas-grekas)
This PR was merged into the 1.x branch.
Discussion
----------
Read recipe conflicts from index.json
Allowed by symfony-tools/recipes-checker@86f5d7f
Commits
-------
a264ffc Read recipe conflicts from index.json
if (!isset($manifests[$name]) && isset($data['conflicts'][$name])) {
758
+
$this->io->writeError(sprintf(' - Skipping recipe for %s: all versions of the recipe conflict with your package versions.', $name), true, IOInterface::VERBOSE);
759
+
continue;
760
+
}
761
+
757
762
while ($this->doesRecipeConflict($manifests[$name] ?? [], $operation)) {
0 commit comments