Problem/Motivation
When trying to install the latest rc2, users receive the following installation error:
The 'core_version_requirement' constraint (^8.7.7 || ^9) requires the 'core' key not be set in modules/contrib/visual_website_optimizer/visual_website_optimizer.info.yml
Small sidenote: the module's name is name: Visual Website Opimizer -- this is spelled incorrectly. It should be name: Visual Website Optimizer
Steps to reproduce
- Download 8.x-1.1-rc2 in a vanilla Drupal install.
- Try and enable the module. You will receive the error.
Comments
Comment #2
wim leersConfirmed. #3189383: The 'core_version_requirement' constraint (^8.7.7 || ^9) requires the 'core' key not be set was committed, but without a new release, that bugfix does not have any effect.
Comment #4
elc commentedMinimum version has been bumped and the name fixed.
Release of 1.1 incoming should fix the issues with installing and D9 support.
Comment #5
wim leersWonderful — thanks! :)