The release of 2.0.0 was 3 days ago, but installing this plug-in through composer installs version 1.0.9.
Trying to
composer require k-community/markdown-field "^2.0"
gives following error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires k-community/markdown-field ^2.0, found k-community/markdown-field[2.0.0-beta-1, 2.0.0-rc1, 2.0.0-rc2, 2.0.0-rc3] but it does not match your minimum-stability.
Looking at https://packagist.org/packages/k-community/markdown-field it shows last release 2.0.0-rc3 which was released on 2022-06-08 at 10:11 UTC . Github release of 2.0.0-rc3 was on 2022-06-08T10:12:56Z. Pretty much the same time.
The composer.json in main branch is still at version 2.0.0-rc3.
The release of 2.0.0 was 3 days ago, but installing this plug-in through composer installs version 1.0.9.
Trying to
composer require k-community/markdown-field "^2.0"
gives following error
Looking at https://packagist.org/packages/k-community/markdown-field it shows last release 2.0.0-rc3 which was released on 2022-06-08 at 10:11 UTC . Github release of 2.0.0-rc3 was on 2022-06-08T10:12:56Z. Pretty much the same time.
The composer.json in main branch is still at version 2.0.0-rc3.
Kind regards Eteo