Problem/Motivation
Steps to reproduce
Environment is drupal 8.9.8 and paragraph_view_mode 1.6.0 is used.
I was prompted to update to 1.7.0, but I have updated to 2.0.0.
I ran composer require 'drupal/paragraph_view_mode:^2.0'
The results of the conposer are as follows
Gathering patches for dependencies. This might take a minute.
- Updating drupal/paragraph_view_mode (1.6.0 => 2.0.0): Downloading (100%)
The website displays the following error
The website encountered an unexpected error. Please try again later.
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^8.9 || ^9) requires the 'core' key not be set in modules/contrib/paragraph_view_mode/paragraph_view_mode.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 91 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Thank you.
Comments
Comment #3
sayco commentedThe issue was solved on the develop branch. I have created a new release containing a fix as this is critical issue.
Thanks for reporting.
Comment #4
sayco commented