task: #3621480 Require Varbase Dev Base in the profile
Issue: #3621480
Third part of the same consolidation. !81 (merged) brought the packages, !82 (merged) brought the Ultimate Cron configuration, and this brings the last varbase_* requirement that was still living only in the project template.
What changed
composer.json: added"drupal/varbase_dev_base": "1.0.x-dev"torequire.
It goes in the default require, deliberately — not require-dev. Varbase Dev Base is part of what a Varbase site is, not a development-only extra of the profile.
It is the one varbase_* package drupal/varbase_project required that the profile did not, so it is the last orphan in the set. With it here, varbase_project !99 drops every drupal/varbase_* entry and relies on vardot/varbase for all of them.
Merge this before !99. The other way round leaves varbase_dev_base required by nothing, and a Varbase Project site loses it until this lands.
Checkpoints
- Addition/Change/Update/Fix
- Testing to ensure no regression
- Reviewed by a human
- Code review by maintainers
- Release
This work was done with the help of AI, and reviewed by a human. Per the Drupal AI policy.