Version 1
[yaffs-website] / web / modules / contrib / media_entity_instagram / composer.json
diff --git a/web/modules/contrib/media_entity_instagram/composer.json b/web/modules/contrib/media_entity_instagram/composer.json
new file mode 100644 (file)
index 0000000..a44f85c
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "name": "drupal/media_entity_instagram",
+  "description": "Provides a media entity instagram.",
+  "type": "drupal-module",
+  "license": "GPL-2.0+",
+  "require": {
+    "PHP-Instagram-API/PHP-Instagram-API": "dev-master"
+  },
+  "repositories": [
+    {
+      "type": "vcs",
+      "url": "https://github.com/designesse/PHP-Instagram-API.git"
+    }
+  ]
+}