From 798d255fdd3bc72e53460f82b867b492cd9ffb80 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 22 Dec 2024 20:11:42 +0300 Subject: [PATCH] Issue #3484947: Start a 10.1.x branch for Varbase Core to support UI Patterns ~2.0, Varbase Components ~3.0, and VMI ~4.0 and pave the way for a smoother upgrade process to Drupal 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80b4d6b..0028292 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "drupal/core": "~10.3.0 || ~11.0.0", - "vardot/varbase-patches": "~10", + "vardot/varbase-patches": "10.1.x-dev", "vardot/entity-definition-update-manager": "~1", "vardot/module-installer-factory": "~1", "drupal/config_update": "~2", -- GitLab