From ba4e8c55ed150da31b92ce68ac93659926d8b3a4 Mon Sep 17 00:00:00 2001 From: William Hall Date: Tue, 10 May 2022 13:33:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20don't=20need=20version=20number?= =?UTF-8?q?=20in=20composer.json=20#90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 3109f9e..75aa507 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "robthree/twofactorauth", "description": "Two Factor Authentication", - "version": "1.8.2", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth",