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?
|
Beta Was this translation helpful? Give feedback.
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) |
Beta Was this translation helpful? Give feedback.
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)