Problem/Motivation
After the updates for D10 compatibility in #3287166: Automated Drupal 10 compatibility fixes, this error appears when running database updates:
The 'core_version_requirement' constraint (^8.9 || ^9 || ^10) requires the 'core' key not be set in modules/contrib/eloqua_api_redux/eloqua_api_redux.info.yml
Steps to reproduce
Drupal core 9.5.3
Drush version 11.4.0
Eloqua API Redux version 2.0.0-rc1
After updating to 2.0.0-rc1 and running drush updb, this error appears: The 'core_version_requirement' constraint (^8.9 || ^9 || ^10) requires the 'core' key not be set in modules/contrib/eloqua_api_redux/eloqua_api_redux.info.yml
Proposed resolution
Remove 'core' key from eloqua_api_redux/eloqua_api_redux.info.yml
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork eloqua_api_redux-3338688
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3338688-remove-core-key
changes, plain diff MR !1
Comments
Comment #3
godotislateComment #4
godotislateComment #5
godotislateComment #7
papagrandeThanks, @godotislate
For documentation: This is because of
in https://www.drupal.org/node/3070687.