Why does packagist not reflect the latest version of commonmark? #1082
|
https://repo.packagist.org/p/league/commonmark.json does not include 2.7.0, although it does display on https://packagist.org/packages/league/commonmark Why is that?
|
Answered by
colinodell
Jun 12, 2025
Replies: 1 comment 1 reply
|
Hey! It looks like that URL belongs to their v1 API which has been deprecated and no longer receives data updates. It looks like 2.7.0 is present in their v2 API though: https://repo.packagist.org/p2/league/commonmark.json I'd recommend using that (or reaching out to Packagist if you have further questions) |
1 reply
Answer selected by
colinodell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! It looks like that URL belongs to their v1 API which has been deprecated and no longer receives data updates. It looks like 2.7.0 is present in their v2 API though: https://repo.packagist.org/p2/league/commonmark.json I'd recommend using that (or reaching out to Packagist if you have further questions)