Skip to content

Comments

Composer home quiet flag#233

Draft
cursor[bot] wants to merge 1 commit intofix/composer-install-prestissimo-checkfrom
cursor/composer-home-quiet-flag-3d0c
Draft

Composer home quiet flag#233
cursor[bot] wants to merge 1 commit intofix/composer-install-prestissimo-checkfrom
cursor/composer-home-quiet-flag-3d0c

Conversation

@cursor
Copy link

@cursor cursor bot commented Feb 20, 2026

Bare minimum self-checks

  • I've updated this PR with the latest code from main
  • I've done a cursory QA pass of my code locally
  • I've ensured all automated status check and tests pass
  • I've connected this PR to an issue

Pieces of flare

  • I've written a unit or functional test for my code
  • I've updated relevant documentation it my code changes it
  • I've updated this repo's README if my code changes it
  • I've updated this repo's CHANGELOG with my change unless its a trivial change (like updating a typo in the docs)

Finally

If you have any issues or need help please join the #contributors channel in the Lando slack and someone will gladly help you out!

You can also check out the coder guide.

This PR fixes a bug where the composer global config home command was not correctly detecting the Composer home directory due to the --quiet flag suppressing its standard output.

The --quiet flag has been removed from the command in scripts/install-composer.sh to allow the Composer home path to be captured, ensuring the COMPOSER_HOME variable is correctly set and the subsequent prestissimo removal logic functions as intended. The 2>/dev/null redirection remains to suppress stderr warnings.


The --quiet flag suppresses all output including the config value itself,
causing COMPOSER_HOME detection to fail when not pre-set. Removing --quiet
while keeping 2>/dev/null allows the value to be captured while still
suppressing stderr warnings.
@cursor
Copy link
Author

cursor bot commented Feb 20, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

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