Skip to content
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

Download artifact repositories #670

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

edpittol
Copy link

@edpittol edpittol commented Jan 2, 2024

This PR is a fix to #453.

The artifact repository does not have references such as VCS and Path. Currently shasum is considered a reference, but it is not necessary. For artifacts, the value of the reference property must be empty because an artifact does not have a reference to some point.

This code allows you to download VCS repositories and artifacts. But I believe the architecture can evolve so that each dist definition in the repository has its own specification to represent the composer specification.

I believe the Composer specification is just in the code. I didn't find any public reference documents about packages.json. The settings are at:

@edpittol edpittol marked this pull request as draft January 2, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant