erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.76k stars 1.12k forks source link

Why the version of parsedown on packagist/composer is so old? #781

Closed hamedgasemi200 closed 4 years ago

hamedgasemi200 commented 4 years ago

When I require parsedown using composer it installs Parsedown version 1.7 whereas the latest version is 1.8. How can I install the latest version using the composer?!

hamedgasemi200 commented 4 years ago

It seems I had to change the version inside the composer.json file manually, but why its default version is 1.7?!