- Issue created by @malcomio
- Merge request !51Issue #3529633: Explain Unknown parsers more clearly β (Open) created by malcomio
- π¬π§United Kingdom malcomio
\Drupal\markdown\Annotation\ComposerPackage::getAvailableVersions
is using a deprecated URL to check for known packages.See https://github.com/thephpleague/commonmark/discussions/1082#discussionco... for more info.
- π¬π§United Kingdom malcomio
This change doesn't explain what to do about unknown parsers, but it does:
1. fix the packagist API URL
2. only check enabled parsers
3. make the messaging a bit easier to read - Status changed to RTBC
20 days ago 4:21pm 2 September 2025 - π¨π¦Canada RobLoach Earth
As an added bonus, this fixes the Guzzle 403 error...
GuzzleHttp\Exception\ClientException: Client error: `GET https://repo.packagist.org/p/michelf/php-markdown.json` resulted in a `403 Forbidden` response: 403 Forbidden
- πΊπΈUnited States z3cka
Yes! This fixed the 403 for me. Thanks for the work on this, can we get this in a new release?