Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / paragraphs / composer.json
diff --git a/web/modules/contrib/paragraphs/composer.json b/web/modules/contrib/paragraphs/composer.json
new file mode 100644 (file)
index 0000000..5cb745e
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "name": "drupal/paragraphs",
+  "description": "Enables the creation of Paragraphs entities.",
+  "type": "drupal-module",
+  "license": "GPL-2.0",
+  "require": {
+    "drupal/core": "~8",
+    "drupal/entity_reference_revisions": "~1.3"
+  },
+  "require-dev": {
+    "drupal/diff": "~1.0",
+    "drupal/replicate": "~1.0",
+    "drupal/inline_entity_form": "~1.0",
+    "drupal/field_group": "~1.0",
+    "drupal/block_field": "~1.0"
+  }
+}