fix: #3610645 Update the Drupal core constraint to ~11.4.0 so the theme installs on Drupal 11.4

Fixes #3610645: https://www.drupal.org/project/vartheme_bs5_educare/issues/3610645

composer.json pinned "drupal/core": "~11.3.0", which conflicts with a Drupal 11.4 root project (e.g. Varbase 11, drupal/varbase_project ~11.4.0) and blocks composer require drupal/educare:1.0.x-dev -W. The theme's own vartheme_bs5_educare.info.yml already requires core_version_requirement: ~11.4.1, so this was purely a composer.json mismatch.

Change: "drupal/core": "~11.3.0" -> "drupal/core": "~11.4.0".

AI-Generated: Yes (Reproduced the composer conflict, filed the issue, and authored this one-line fix with Claude Code; reviewed by rajab-natshah.)

Checkpoints

  • File an issue about this project
  • Addition/Change/Update/Fix to this project
  • Testing to ensure no regression
  • Automated unit/functional testing coverage
  • Developer Documentation support on feature change/addition
  • User Guide Documentation support on feature change/addition
  • UX/UI designer responsibilities
  • Accessibility and Readability
  • Reviewed by a human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Update Release Notes
  • Release
Edited by Rajab Natshah

Merge request reports

Loading