Switch dev dependencies from WPackagist to WP Packages#1858
Open
retlehs wants to merge 1 commit intoxwp:developfrom
Open
Switch dev dependencies from WPackagist to WP Packages#1858retlehs wants to merge 1 commit intoxwp:developfrom
retlehs wants to merge 1 commit intoxwp:developfrom
Conversation
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.
Switches dev dependencies from WPackagist to WP Packages β a faster, independent alternative that mirrors the same wp.org plugins and themes.
Why this is a natural fit
This repo already uses
roots/wordpressfor WordPress core, so it's already partially in the Roots Composer ecosystem. Adopting WP Packages for the wp.org-mirrored dev fixtures keeps everything wp.org-sourced under the same ecosystem.Why WP Packages
Changes
repositories[0].url:https://wpackagist.orgβhttps://repo.wp-packages.orgwpackagist-plugin/{name}βwp-plugin/{name}(9 packages: ACF, BuddyPress, Classic Editor, EDD, Jetpack, Two Factor, User Switching, Yoast SEO, WP Crontrol)wpackagist-theme/twentytwentythreeβwp-theme/twentytwentythreeLock file
Scoped the
composer updateto only the renamed packages, so the lock diff is minimal β 10 removals + 10 additions, nothing else touched. Same pinned versions; both repos pull the same wp.org-built zips so output is byte-identical.Happy to adjust anything.
PS. Stream is one of the most downloaded packages on WP Packages https://wp-packages.org/packages/wp-plugin/stream π
Disclosure: I maintain WP Packages and Bedrock.