From 65ad41de923f30bef8f7b1b4f9f1e1fa395d852d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 14 Jun 2023 09:48:10 -0400 Subject: [PATCH] Drop explicit dependency on WYSIWYG Linebreaks; it's in Drutopia Site Prevents this Problem 1 - drupal/drutopia_site[dev-1.x, 1.x-dev] require drupal/wysiwyg_linebreaks ^2 -> found drupal/wysiwyg_linebreaks[dev-2.0.x, 2.0.0, 2.0.x-dev (alias of dev-2.0.x)] but it conflicts with your root composer.json require (^1.10). --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 40d2974..de133a9 100644 --- a/composer.json +++ b/composer.json @@ -162,7 +162,6 @@ "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", - "drupal/wysiwyg_linebreaks": "^1.10", "drush/drush": "^11", "drutopia/drutopia": "dev-8.x-1.x", "league/commonmark": "^1.0",