From 2e9c948a07f3663d735e7a4bd15d7bf2e5a29347 Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 29 Jan 2026 19:18:34 +0100 Subject: [PATCH] Remove version field from composer.json The version field causes composer validate --strict to fail with a warning. Version is determined by git tags instead. Co-Authored-By: Claude Opus 4.5 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 671a6a6..32a162c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "magdev/wc-tier-package-prices", "description": "WooCommerce plugin for tier pricing and package prices with Twig templates", - "version": "1.4.0", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "authors": [