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

Discuss how to get previously released versions on Packagist #17

Open
asgrim opened this issue May 27, 2024 · 1 comment
Open

Discuss how to get previously released versions on Packagist #17

asgrim opened this issue May 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@asgrim
Copy link
Collaborator

asgrim commented May 27, 2024

Since already released versions of an ext don't have a composer.json , they don't list on Packagist, naturally:

One approach may be for Packagist to process package.xml content for old versions where composer.json does not exist. Need to have a think and see if it is plausible, or if there are other better approaches.

@asgrim
Copy link
Collaborator Author

asgrim commented Aug 26, 2024

Note: since php/pie#24 was merged, it is now possible to install specific commits, therefore if you want to install a pre-PIE version, you could refer to the commit for the tag.

e.g. if you wanted to install Xdebug 3.3.0 instead of the latest, you could use:

$ bin/pie install xdebug/xdebug:dev-master#15d672e84caa6015d1b2b509aa13a0528d6e9a7e

Not as clean, but it's something at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant