From 6d1c8003e6cfb5aea717e4c3b8e82b7aca7ca060 Mon Sep 17 00:00:00 2001 From: George A Heimel Date: Thu, 4 Jun 2026 16:14:41 -0400 Subject: [PATCH] fix: remove hardcoded version field from composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A stale version field makes Composer's VCS driver skip any tag whose name doesn't match it, so new tags silently never publish to Satis (bit square360/pantheon-lando-defaults on v0.2.0, 2026-06-04). VCS-tagged packages must omit the field — the tag is the version. Co-Authored-By: Claude Opus 4.8 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 4e15803..a124259 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "./vendor/bin/phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md --ignore=node_modules,bower_components,vendor,.out,dist ." ] }, - "version": "1.0.1", "require-dev": { "drupal/coder": "^8.3", "squizlabs/php_codesniffer": "3.*",