From 2a4780dff663d27c9ceb21c99e144ca7403ba7a6 Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Fri, 7 Jun 2024 15:17:41 -0600 Subject: [PATCH] remove version that should not be there, according to composer docs --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 059c075..b45c8b4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "fusionauth/fusionauth-client", "type": "library", - "version": "2.0.0", "description": "FusionAuth Client written in PHP", "keywords": ["rest","api", "fusionauth"], "homepage": "https://github.com/FusionAuth/fusionauth-php-client",