Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / composer.json
index 09f3fb7129b581d2b6cdc8ff5dcc33c638a578c4..63bf22789df0476cce7215c445df2e030136f4dd 100644 (file)
@@ -3,7 +3,10 @@
   "description": "Manage meta tags for all entities.",
   "type": "drupal-module",
   "license": "GPL-2.0+",
-  "keywords": ["php", "seo"],
+  "keywords": [
+    "Drupal",
+    "seo"
+  ],
   "homepage": "https://www.drupal.org/project/metatag",
   "authors": [
     {
     }
   ],
   "support": {
-    "issues": "http://drupal.org/project/issues/metatag"
+    "issues": "http://drupal.org/project/issues/metatag",
+    "source": "http://cgit.drupalcode.org/metatag"
+  },
+  "require": {
+    "drupal/token": "^1.0"
+  },
+  "require-dev": {
+    "drupal/devel": "^1.0",
+    "drupal/redirect": "^1.0",
+    "drupal/restui": "^1.0"
   }
-}
\ No newline at end of file
+}