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
$this->logger->warning(sprintf('Root package patches have changed but cannot reinstall it, will apply only new patches. You should reinstall the whole project to be safe.',
259
+
$package->getName(),
260
+
$package->getPrettyVersion()
261
+
));
262
+
263
+
continue;
264
+
}
265
+
257
266
$this->logger->notice(sprintf('Reinstalling <info>%s</info> (<comment>%s</comment>) for re-patch',
258
267
$package->getName(),
259
268
$package->getPrettyVersion()
@@ -293,6 +302,16 @@ private function applyPatches()
0 commit comments