Skip to content

Fix PHP Composer install without dev-main constraint#27

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/install-vbml-package
Draft

Fix PHP Composer install without dev-main constraint#27
Copilot wants to merge 2 commits intomainfrom
copilot/install-vbml-package

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

composer require vestaboard/vbml failed because the release workflow tagged with php-v{version} — a prefix Packagist's version parser doesn't recognize — leaving no stable versions available on Packagist.

Changes

  • .github/workflows/phpPackage.yml: Changed tag format from php-v{version} to v{version} so Packagist correctly indexes releases as stable versions

With a properly formatted tag (e.g. v1.3.0), users can install without specifying a branch:

composer require vestaboard/vbml

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: jottenlips <14910912+jottenlips@users.noreply.github.com>
Copilot AI changed the title [WIP] Install VBML package using Composer Fix PHP Composer install without dev-main constraint Mar 3, 2026
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.

2 participants