From 9de32f9a7749152e7a9433dacd5c0776c4089a7e Mon Sep 17 00:00:00 2001
From: Marco Villegas <mvillegas@isovera.com>
Date: Fri, 23 Feb 2018 18:37:19 -0500
Subject: [PATCH] Issue #2947460: Use official php library via composer

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index f842181..f9031d9 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
     "homepage": "http://drupal.org/project/disqus",
     "license": "GPL-2.0+",
     "require": {
-        "drexarj/disqus-php": "dev-master"
+        "disqus/disqus-php": "dev-master"
     },
     "minimum-stability": "dev"
 }
-- 
2.11.0

