-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use WP.org repo ZIP-s #26
Comments
Hi @szepeviktor thanks for starting the conversation! That approach was the first approach I attempted before I created As far as building such a plugin, I'm not really able to spend the time that would be required to build something like that. That being said, something (almost) there already exists. The roots team has a WP core repo that uses the official github repo's zip files for their dist/src values: https://github.com/roots/wordpress/blob/5.3.2/composer.json for example. Finally, I'm not sure I understand what you mean by
The plugin would have to live somewhere and be part of a package that gets installed, and most likely would need to be on packagist, which means probably hosting on GitHub. I think the only way we're going to see a truly native WordPress core package that has no need of intermediate packages and could use WP.org's zips is if core adds a composer.json manifest in the core repo itself. To which I say: I'd love to see it happen. Good luck. |
Thank you for your lengthy response!
I've meant without hosting WordPress core on GitHub.
I see! "Opened 7 years ago" |
BTW I've just released a Composer plugin that makes Envato/ThemeForest themes a package. |
https://github.com/roots/wordpress/releases |
@johnpbloch How about writing a Composer plugin that returns the ZIP URL-s from WP.org when
wordpress/wordpress-core
is required.Without a repo here on GitHub.
What do you think?
The text was updated successfully, but these errors were encountered: