refactor: migrate from wpackagist to wp-composer#71
Open
YvetteNikolov wants to merge 1 commit intomainfrom
Open
refactor: migrate from wpackagist to wp-composer#71YvetteNikolov wants to merge 1 commit intomainfrom
YvetteNikolov wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates WordPress plugin/theme dependency sourcing from WPackagist to the Roots/wp-composer repository, aligning the project’s Composer setup with the suggested WordPress 6.9 update path.
Changes:
- Switched the Composer repository from
https://wpackagist.orgtohttps://repo.wp-composer.comand updated allowed package patterns. - Renamed required WP packages from
wpackagist-plugin/*towp-plugin/*and updated the lockfile accordingly. - Composer lockfile also includes an incidental dependency bump for
sentry/sentry.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| composer.json | Updates Composer repository configuration and WP package names to use wp-composer (wp-plugin/*, wp-theme/*). |
| composer.lock | Regenerates lockfile to reflect wp-composer package naming/metadata and updates resolved versions (including sentry/sentry). |
You can also share your feedback on Copilot code review. Take the survey.
| "prefer-stable": true, | ||
| "repositories": [ | ||
| { | ||
| "name": "wp-composer", |
Contributor
Author
There was a problem hiding this comment.
Geeft geen problemen:
❯ composer validate
./composer.json is valid
SimonvanWijhe
approved these changes
Mar 16, 2026
rivanuff
approved these changes
Mar 16, 2026
Rovasch
approved these changes
Mar 18, 2026
ictbeheer
reviewed
Mar 23, 2026
| "only": [ | ||
| "wpackagist-plugin/*", | ||
| "wpackagist-theme/*" | ||
| "wp-plugin/*", |
Member
There was a problem hiding this comment.
Het 'only' block is niet meer nodig: roots/wp-packages#43
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.
Voorstel: we kunnen deze stap gemakkelijk integreren in de update guide naar WordPress 6.9