Issue #3247479: Allow LockFileValidator results to carry multiple messages, and improve their text
Closed
requested to merge issue/automatic_updates-3247479:3247479-allow-lockfilevalidator-results into 8.x-2.x
Compare changes
Files
8@@ -4,7 +4,7 @@ declare(strict_types = 1);
@@ -13,29 +13,28 @@ use Drupal\package_manager\Event\PreApplyEvent;
@@ -55,48 +54,49 @@ final class ComposerPluginsValidator implements EventSubscriberInterface {
@@ -114,9 +114,14 @@ final class ComposerPluginsValidator implements EventSubscriberInterface {
@@ -133,17 +138,6 @@ final class ComposerPluginsValidator implements EventSubscriberInterface {
@@ -160,44 +154,76 @@ final class ComposerPluginsValidator implements EventSubscriberInterface {