Update Composer install docs to use WP Packages#336
Open
retlehs wants to merge 1 commit intoelementor:masterfrom
Open
Update Composer install docs to use WP Packages#336retlehs wants to merge 1 commit intoelementor:masterfrom
retlehs wants to merge 1 commit intoelementor:masterfrom
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.
This PR updates the Composer install page to use WP Packages instead of WPackagist. WP Packages is a faster, independent, fully open-source alternative to WPackagist with the same purpose (mirrors WordPress.org plugins/themes as Composer packages):
Elementor is among the top-installed plugins via WP Packages: https://wp-packages.org/packages/wp-plugin/elementor
Changes
https://wpackagist.org→https://repo.wp-packages.orgwpackagist-plugin/elementor→wp-plugin/elementor3.25.0→4.0.5Happy to adjust anything.
Disclosure: I maintain WP Packages
✨ PR Description
1. Problem & Context
Documentation was outdated—referenced wpackagist.org instead of the current WP Packages service. Aligns docs with modern Composer workflow for WordPress packages.
2. What Changed (Where)
src/cli/composer.md: Replaced wpackagist.org references with WP Packages (repo.wp-packages.org), updated package naming fromwpackagist-plugin/*towp-plugin/*, bumped example versions to 4.0.5.3. How It Works
Users now configure WP Packages via
composer configcommand or manualcomposer.jsonentry, then require packages usingwp-plugin/namespace instead ofwpackagist-plugin/. Documentation provides both CLI and JSON approaches.4. Risks
None—pure documentation update. wpackagist.org still functions but WP Packages is the recommended upstream source going forward.
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how