fix: use explicit package name for PaaS composer install#2268
Open
Vincent ROBERT (vrobert78) wants to merge 2 commits intoshopware:mainfrom
Open
fix: use explicit package name for PaaS composer install#2268Vincent ROBERT (vrobert78) wants to merge 2 commits intoshopware:mainfrom
Vincent ROBERT (vrobert78) wants to merge 2 commits intoshopware:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
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 paaswithcomposer req shopware/paas-metain the repository setup guide. - Replaces
composer req paaswithcomposer req shopware/paas-metain 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.
Micha Hobert (Isengo1989)
approved these changes
Apr 28, 2026
Contributor
Micha Hobert (Isengo1989)
left a comment
There was a problem hiding this comment.
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>
df66893 to
f973b9a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
composer req paaswithcomposer req shopware/paas-metainproducts/paas/shopware-paas/repository.mdandproducts/paas/shopware-paas/index.mdTest plan
composer req paashave been replaced withcomposer req shopware/paas-metacomposer req shopware/paas-metaon a fresh Shopware install🤖 Generated with Claude Code