From 911652c94124e718c22eb397c9ea9d35bbfca77e Mon Sep 17 00:00:00 2001
From: Joshua Sedler <55201-Grevil@users.noreply.drupalcode.org>
Date: Wed, 17 Apr 2024 14:50:59 +0000
Subject: [PATCH] Issue #3441562 by Grevil, Anybody: 4.1.7 .info.yml
 incompatible with drowl_media ^3

---
 composer.json | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 composer.json

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..02c239e
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,37 @@
+{
+  "name": "drupal/drowl_header_slides",
+  "type": "drupal-module",
+  "description": "Provides a flexible header slideshow based on custom block type and media type 'Slide'",
+  "keywords": [
+    "Drupal"
+  ],
+  "license": "GPL-2.0+",
+  "homepage": "https://www.drupal.org/project/drowl_header_slides",
+  "authors": [
+    {
+      "name": "Anybody",
+      "homepage": "https://www.drupal.org/u/anybody",
+      "role": "Maintainer"
+    },
+    {
+      "name": "thomas.frobieter",
+      "homepage": "https://www.drupal.org/u/thomasfrobieter",
+      "role": "Maintainer"
+    },
+    {
+      "name": "Grevil",
+      "homepage": "https://www.drupal.org/u/grevil",
+      "role": "Maintainer"
+    }
+  ],
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/drowl_header_slides",
+    "source": "http://cgit.drupalcode.org/drowl_header_slides"
+  },
+  "require": {
+    "drupal/fences": "^3",
+    "drupal/slick": "^3",
+    "drupal/drowl_media": "^3 || ^4",
+    "drupal/menu_item_extras": "^3"
+  }
+}
-- 
GitLab