v0.53.2

Latest
View on GitHub

This release adds support for mirroring Composer v2 registries and corrects how version tags with a v prefix are handled.

New Features

  • Mirror Composer v2 registries (#138): You can now mirror packages from any Composer v2-compatible registry, not just Packagist, broadening the upstream sources Pricore can proxy.

Fixes

  • Fixed package versions dropping the v prefix, which made composer outdated and composer show report duplicate versions (1.2.0 and v1.2.0) and flag phantom updates for packages already on the latest version (#146).
  • Fixed {$version} placeholders in extra.download-dist URLs resolving without the v prefix, causing installs to fail with a 404 when fetching release files (#156).

All releases