Updated from some -dev modules to alpha, beta or full releases
[yaffs-website] / web / modules / contrib / media_entity_image / composer.json
diff --git a/web/modules/contrib/media_entity_image/composer.json b/web/modules/contrib/media_entity_image/composer.json
deleted file mode 100644 (file)
index 62b5c9d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "name": "drupal/media_entity_image",
-  "type": "drupal-module",
-  "description": "Local images integration for Drupal Media entity.",
-  "keywords": ["Drupal", "media", "image"],
-  "license": "GPL-2.0+",
-  "homepage": "https://www.drupal.org/project/media_entity_image",
-  "minimum-stability": "dev",
-  "support": {
-    "issues": "https://www.drupal.org/project/issues/media_entity_image",
-    "source": "https://www.drupal.org/project/media_entity_image"
-  },
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    }
-  ],
-  "require": {
-    "drupal/core": "~8.1",
-    "drupal/media_entity": "~1.0 || ~8.1.0 || ~2.0"
-  }
-}