From 53389e2637e8b1d27b1196704fa7a415165bddda Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 25 Aug 2021 13:52:06 +0200 Subject: [PATCH] remove version number from composer.json --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index c6e37a1..a138256 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "d3/oxid-wysiwyg-replacement", "description": "Empty replacement for the WYSIWYG + VisualCMS module if it is not used and should be removed from the installation.", - "version": "1.0.0", "require": { "oxid-esales/oxideshop-metapackage-ce": "^6.0" },