Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / paragraphs / composer.json
diff --git a/web/modules/contrib/paragraphs/composer.json b/web/modules/contrib/paragraphs/composer.json
deleted file mode 100644 (file)
index 5cb745e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "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"
-  }
-}