Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / composer.json
diff --git a/web/modules/contrib/search_api_synonym/composer.json b/web/modules/contrib/search_api_synonym/composer.json
new file mode 100644 (file)
index 0000000..af1c05b
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "name": "drupal/search_api_synonym",
+  "type": "drupal-module",
+  "description": "Managing of search synonyms in Drupal.",
+  "keywords": ["Drupal"],
+  "license": "GPL-2.0+",
+  "homepage": "https://www.drupal.org/project/search_api_synonym",
+  "minimum-stability": "dev",
+  "support": {
+    "issues": "http://drupal.org/project/issues/search_api_synonym",
+    "source": "http://cgit.drupalcode.org/search_api_synonym"
+  },
+  "require": { }
+}