From 40d93f6a3259285324bc282da520cda21421fa39 Mon Sep 17 00:00:00 2001 From: Leo Gumbo Date: Thu, 8 Dec 2022 10:36:40 +0000 Subject: [PATCH] Removing Composer Version Removing the version from composer so that we can use the tags without having to update the `composer.json` as well. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 3ba7ac0..68e3e71 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "email": "b.w.kubicki@gmail.com" } ], - "version": "1.0.0", "minimum-stability": "stable", "require": { "php": "~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0",