Open
Conversation
Composer v2 reads `available-package-patterns` from repo's `/packages.json`.
There was a problem hiding this comment.
Pull request overview
Updates repository configuration examples to reflect Composer v2 behavior (reading available-package-patterns from /packages.json), removing the now-unnecessary only filter from usage instructions and related helper scripts.
Changes:
- Remove
onlyfromcomposer.jsonusage examples in README and HTML templates. - Update the WPackagist migration script to generate a wp-packages repository entry without
only. - Adjust benchmark and canary workflow generated
composer.jsonto omitonly.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
scripts/migrate-from-wpackagist.sh |
Stops injecting only into the wp-packages repository entry during migration. |
internal/http/templates/roots_wordpress.html |
Removes only from the displayed composer.json example. |
internal/http/templates/index.html |
Removes only from the displayed composer.json usage snippet. |
benchmarks/resolve.sh |
Removes only from generated benchmark composer.json and drops the unused pattern variable. |
README.md |
Updates documented composer.json examples to omit only. |
.github/workflows/canary.yml |
Updates the smoke-test composer.json stub to omit only. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 19, 2026
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.
Composer v2 reads
available-package-patternsfrom repo's/packages.json.