From b2f8b19150861ae9354aa499af0a3625e2fe182b Mon Sep 17 00:00:00 2001
From: "M.A.S.K" <M.A.S.K>
Date: Fri, 13 Jan 2017 23:52:10 +0400
Subject: [PATCH] Updated composer.json

---
 composer.json | 23 ++++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index f8534e7..77602be 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,22 @@
 {
-  "name": "drupal/social_api",
-  "require" : {
-    "hybridauth/hybridauth" : "^2.6.0"
-  }
+    "name": "drupal/social_api",
+    "description": "Harmonizes social networking services in Drupal",
+    "type": "drupal-module",
+    "homepage": "https://www.drupal.org/project/social_api",
+    "authors": [
+        {
+            "name": "Getulio Sánchez (gvso)",
+            "homepage": "https://www.drupal.org/u/gvso",
+            "role": "Maintainer"
+        }
+    ],
+    "support": {
+        "issues": "https://www.drupal.org/project/issues/social_api",
+        "source": "http://cgit.drupalcode.org/social_api"
+    },
+    "license": "GPL-2.0+",
+    "require" : {
+        "hybridauth/hybridauth" : "^2.6.0"
+    }
 }
--
2.11.0.windows.1
