diff --git a/composer.json b/composer.json index 5e37da9a4..e3411af6d 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,13 @@ "2652138 - ImageFormatter does not support SVGs": "https://www.drupal.org/files/issues/2652138-41.patch", "1356276 - Allow profiles to provide a base/parent profile and load them in the correct order": - "https://www.drupal.org/files/issues/1356276-303.patch" + "https://www.drupal.org/files/issues/1356276-303.patch", + "2880374 - Experimental modules should not have warnings after being installed": + "https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch", + "2880445 - Config sync should not throw a warning when not being writable": + "https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch", + "2869592 - Disabled update module shouldn't produce a status report warning": + "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch" }, "drupal/entity_embed": { "2832504 - Send the CKEditor instance ID to the embed.preview route": diff --git a/composer.lock b/composer.lock index fe0a981cd..66e538f49 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "428e719984b296678db1dfd4b847b5b9", + "content-hash": "de8d957127f528ee2d034e9bf2200971", "packages": [ { "name": "asm89/stack-cors", @@ -1132,7 +1132,10 @@ "extra": { "patches_applied": { "2652138 - ImageFormatter does not support SVGs": "https://www.drupal.org/files/issues/2652138-41.patch", - "1356276 - Allow profiles to provide a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/1356276-303.patch" + "1356276 - Allow profiles to provide a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/1356276-303.patch", + "2880374 - Experimental modules should not have warnings after being installed": "https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch", + "2880445 - Config sync should not throw a warning when not being writable": "https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch", + "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch" } }, "autoload": { diff --git a/drupal-org-core.make b/drupal-org-core.make index a85d20dfd..00de31cd3 100644 --- a/drupal-org-core.make +++ b/drupal-org-core.make @@ -3,4 +3,7 @@ core = 8.x projects[drupal][type] = core projects[drupal][version] = 8.3.2 projects[drupal][patch][] = https://www.drupal.org/files/issues/2652138-41.patch -projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch \ No newline at end of file +projects[drupal][patch][] = https://www.drupal.org/files/issues/1356276-303.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2880445-remove-config-write-warning-2.patch +projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch \ No newline at end of file