From 2b3ad1a3890ea977904c2de7a7b1e674899cb4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 7 Sep 2020 15:19:09 +0200 Subject: [PATCH] Update composer.json Drop the oauth extensions, see https://github.com/flarum/core/issues/2006 --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 51010e0..31201a1 100644 --- a/composer.json +++ b/composer.json @@ -41,9 +41,6 @@ "require": { "flarum/core": "^0.1.0", "flarum/approval": "^0.1.0", - "flarum/auth-facebook": "^0.1.0", - "flarum/auth-github": "^0.1.0", - "flarum/auth-twitter": "^0.1.0", "flarum/bbcode": "^0.1.0", "flarum/emoji": "^0.1.0", "flarum/lang-english": "^0.1.0",