Skip to content

fix: support no-dev installs in production#140

Merged
vitormattos merged 1 commit into
mainfrom
fix/no-dev-production-installs
Jul 2, 2026
Merged

fix: support no-dev installs in production#140
vitormattos merged 1 commit into
mainfrom
fix/no-dev-production-installs

Conversation

@vitormattos

Copy link
Copy Markdown
Member

Summary

  • make the post-install flow production-safe when Composer runs with --no-dev
  • avoid relying on composer bin ... in production installs where the bin plugin is not available
  • keep the scoped runtime build working in both development and production modes

How to test

  • run composer install --no-dev
  • confirm the install no longer fails with Command "bin" is not defined
  • run composer install in development mode and confirm the scoped runtime toolchain still builds correctly

Checklist

  • Tests added or updated
  • Documentation updated if needed
  • No deprecated APIs used

AI disclosure

  • AI assistance was used to help prepare this change.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos vitormattos merged commit f755292 into main Jul 2, 2026
9 checks passed
@vitormattos vitormattos deleted the fix/no-dev-production-installs branch July 2, 2026 17:30
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