Skip to content

fix(composer): drop hardcoded version (let tags drive it)#26

Merged
WebTigers merged 1 commit into
mainfrom
fix/composer-drop-version
Jul 4, 2026
Merged

fix(composer): drop hardcoded version (let tags drive it)#26
WebTigers merged 1 commit into
mainfrom
fix/composer-drop-version

Conversation

@WebTigers

Copy link
Copy Markdown
Owner

Packagist warned that tags were ignored due to a composer.json version mismatch. Removing the hardcoded version field is the recommended practice for Packagist-published packages — the version is derived from each git tag, so tags can never mismatch again. v1.30.0 is already live; this is the forward-looking cleanup.

🤖 Generated with Claude Code

Packagist ignored tags whose hardcoded composer.json version didn't match the
tag name ("version mismatch"). Omitting the field is the recommended practice
for VCS-published packages — Packagist takes the version from each git tag, so
future tags can never mismatch. (v1.30.0 is already published; this prevents
recurrence and keeps the manifest in sync automatically.)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@WebTigers
WebTigers merged commit 75e3139 into main Jul 4, 2026
8 checks passed
@WebTigers
WebTigers deleted the fix/composer-drop-version branch July 4, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant