Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / media_entity / composer.json
diff --git a/web/modules/contrib/media_entity/composer.json b/web/modules/contrib/media_entity/composer.json
deleted file mode 100644 (file)
index 151f925..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "name": "drupal/media_entity",
-  "type": "drupal-module",
-  "description": "Provides a lean and simple way to store media on Drupal 8 sites.",
-  "keywords": ["Drupal"],
-  "license": "GPL-2.0+",
-  "homepage": "https://www.drupal.org/project/media_entity",
-  "minimum-stability": "dev",
-  "support": {
-    "issues": "https://www.drupal.org/project/issues/media_entity",
-    "source": "https://www.drupal.org/project/media_entity"
-  },
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packagist.drupal-composer.org"
-    }
-  ],
-  "require": {
-    "drupal/core": "~8.1"
-  }
-}