Problem/Motivation
Drupal 11.2.0-rc1 was released on: 11 Jun 2025 by:
catch →
https://www.drupal.org/project/drupal/releases/11.2.0-rc1 →
Current development cycle →
Week of June 16, 2025 (UTC) Drupal 11.2.0 and 10.5.0 released.
End of security support for 10.3.x.
Maybe in a week we can switch to start using Drupal ~11.2.0 in Varbase 10.1.x
Facing the following issue
When testing to upgrade to Drupal ~11.2.0
with "drupal/core": "~11.2.0",
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires vardot/varbase 10.1.x-dev -> satisfiable by vardot/varbase[10.1.x-dev].
- drupal/varbase_ai dev-2.0.x requires drupal/core ~10.4.0 || ~11.1.0 -> found drupal/core[10.4.0-beta1, 10.4.0-rc1, 10.4.0, 10.4.1, 10.4.2, 10.4.3, 10.4.4, 10.4.5, 10.4.6, 10.4.7, 10.4.8, 10.4.x-dev, 11.1.0-beta1, 11.1.0-rc1, 11.1.0, 11.1.1, 11.1.2, 11.1.3, 11.1.4, 11.1.5, 11.1.6, 11.1.7, 11.1.8, 11.1.x-dev] but it conflicts with your root composer.json require (~11.2.0).
- vardot/varbase 10.1.x-dev requires drupal/varbase_ai 2.0.x-dev -> satisfiable by drupal/varbase_ai[2.0.x-dev (alias of dev-2.0.x)].
- drupal/varbase_ai 2.0.x-dev is an alias of drupal/varbase_ai dev-2.0.x and thus requires it to be installed too.
Proposed resolution
- Change
drupal/core
to >=10.4 || >=11.2
in the composer.json
file.
- Change that in the
varbase_ai.info.yml
file too.
Remaining tasks
- ✅ 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
- ❌ Code review from 1 Varbase core team member
- ❌ Full testing and approval
- ❌ Credit contributors
- ❌ Review with the product owner
- ❌ Update Release Notes and Update Helper on new feature change/addition
- ❌ Release
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
API changes
Data model changes
Release notes snippet