BenjaminHoegh / ParsedownExtended

ParsedownExtended is an extention for Parsedown, offering additional features and functionalities.
https://benjaminhoegh.github.io/ParsedownExtended
MIT License
37 stars 7 forks source link

Fix a typo causing composer autoloader to fail. #40

Closed supernovus closed 2 years ago

supernovus commented 2 years ago

Description

I corrected a single-character capitalization typo that causes the autoloader to fail on any case-sensitive filesystem.

Types of changes

Contributing guidelines

Change to the documentation

Code of Conduct

By submitting this pull request, you agree to follow our Code of Conduct

BenjaminHoegh commented 2 years ago

Thank you very much :)

supernovus commented 2 years ago

You're welcome! Thanks for writing this great extension library!

You may want to add a v1.1.2 tag so composer will install the version with the patch, as the production version in composer is still using the broken autoloader rules (which can be worked-around by depending on dev-main as the version, but that has its own issues.)

kuenzign commented 2 years ago

Please release a new version with this fix in it. The version v1.1.1 on packagist makes it such that the autoloading fails to find the ParsedownExtended class.