Skip to content

fix: use explicit package name for PaaS composer install#2268

Open
Vincent ROBERT (vrobert78) wants to merge 2 commits intoshopware:mainfrom
vrobert78:fix/composer-paas-explicit-package-name
Open

fix: use explicit package name for PaaS composer install#2268
Vincent ROBERT (vrobert78) wants to merge 2 commits intoshopware:mainfrom
vrobert78:fix/composer-paas-explicit-package-name

Conversation

@vrobert78
Copy link
Copy Markdown
Contributor

Summary

  • Replace composer req paas with composer req shopware/paas-meta in products/paas/shopware-paas/repository.md and products/paas/shopware-paas/index.md
  • Since Composer 2.8+, ambiguous short package names that match multiple packages trigger an interactive prompt instead of resolving automatically — using the fully qualified name avoids this

Test plan

  • Verify both occurrences of composer req paas have been replaced with composer req shopware/paas-meta
  • Confirm the command works non-interactively with composer req shopware/paas-meta on a fresh Shopware install

🤖 Generated with Claude Code

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Shopware PaaS documentation to avoid Composer’s interactive prompt caused by ambiguous short package names by using the fully qualified package name.

Changes:

  • Replaces composer req paas with composer req shopware/paas-meta in the repository setup guide.
  • Replaces composer req paas with composer req shopware/paas-meta in the main Shopware PaaS getting-started page.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
products/paas/shopware-paas/repository.md Updates the repository setup instructions to require the fully qualified Composer package name.
products/paas/shopware-paas/index.md Updates the getting-started installation step to use the fully qualified Composer package name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread products/paas/shopware-paas/repository.md
Copy link
Copy Markdown
Contributor

@Isengo1989 Micha Hobert (Isengo1989) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the PR Vincent ROBERT (@vrobert78) 👍

Composer 2.8+ prompts when a short package name matches multiple packages.
Replace `composer req paas` with `composer req shopware/paas-meta` to avoid
the ambiguity and ensure a non-interactive install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Isengo1989 Micha Hobert (Isengo1989) force-pushed the fix/composer-paas-explicit-package-name branch from df66893 to f973b9a Compare April 28, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement PR created to append/modify info in the existing article

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants