From ce4340ea031999cb9b1d8c3aa73855ca6ecc2a04 Mon Sep 17 00:00:00 2001 From: Marcus Povey Date: Tue, 20 Aug 2019 21:41:54 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7e85c3f..d7b4389 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "idno/known2fa", + "name": "mapkyca/known2fa", "type": "known-plugin", "description": "Implement 2FA using a method compatible with the google authenticator", - "version": "1.1.1", + "version": "1.1.2", "require": { "composer/installers": "~1.0" },