Added Entity and Entity Reference Revisions which got dropped somewhere along the...
[yaffs-website] / web / modules / contrib / entity / composer.json
diff --git a/web/modules/contrib/entity/composer.json b/web/modules/contrib/entity/composer.json
new file mode 100644 (file)
index 0000000..ab1420a
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "name": "drupal/entity",
+  "type": "drupal-module",
+  "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
+  "homepage": "http://drupal.org/project/entity",
+  "license": "GPL-2.0+",
+  "require": {
+    "drupal/core": "^8.6"
+  }
+}