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

Hotfix Version v1.1.2 not available through Packagist #41

Closed sweikenb closed 2 years ago

sweikenb commented 2 years ago

Describe the bug

The hotfix-release is not regsitered in Packagist which causes autoloading-errors.

Expected Behavior

Verison 1.1.2 should be available through Packagist.

Relevant log output

Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires benjaminhoegh/parsedown-extended 1.1.2, found benjaminhoegh/parsedown-extended[dev-main, 0.1.1, ..., 0.1.6, 1.0-beta-4, ..., v1.1.1, 2.0.x-dev] but it does not match the constraint.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Environment

Code of Conduct

BenjaminHoegh commented 2 years ago

Thats weird it should update the packages automatically. Anyways I have updated it manually so it should be there now

sweikenb commented 2 years ago

Its working now, thank you very much for your quick response!