-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Do you support the packagist
v2
metadata format?
#479
Comments
Hi @jeffwidman, I think that summary matches my understanding of what Wpackagist is doing. Certainly the source code has to come via SVN because that's how the WordPress repository keeps it. I'm not aware of imminent plans to add v2-specific properties, but I'm not against it if there is some benefit. This is why I made #408 where this was discussed blocked I think, as I am not clear what particular properties would be helpful to add in terms of use alongside Dependabot. I think it's safe to say that if nobody with a deeper understanding proposes specific additions, we'll probably stick to v1 metadata for right now. |
Sticking with For v2, the two primary benefit we saw on Dependabot were:
|
Thanks for confirming @jeffwidman. I'll close this for now, but certainly open to any more thoughts anyone has on this. |
Hi @NoelLH , I am facing the requirement to use JFrog Artifactory to mirror Wordpress Packagist. However Artifactory does not support composer v1 repository format; it needs Are there any plans to support this format or are there any blockers? I have the resources to implement this feature myself, would you be open to a PR? |
IF this endpoint does get implemented, please let us over in |
While working on:
I was updating our test fixtures to match what the new
packagist
v2
metadata API returned, and noticed that we have several test fixtures forwpackagist
responses:As far as I can tell, these responses don't have an equivalent
v1
->v2
metadata response, so I don't need to update them at all... Is there any plans for that in the future?Also, my apologies if I misunderstand how
wpackagist
works... I'm a bit unclear as it seems like it's trying to match thepackagist
interface for wordpress plugins that are only available via SVN and not viarepo.packagist.org
, but maybe that's not the intent?The text was updated successfully, but these errors were encountered: