From 53fd6cd426ae898551d7f8ec6b6b9418cb2091fa Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 23 Dec 2018 12:12:04 +0200 Subject: [PATCH] Issue #3017555: Changed [Varbase] Components dependencies on install: enable or dependencies: enable of modules in the .info.yml and composer.json to have tilde Version Range (~) --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80d8af83..8dc93d60 100644 --- a/composer.json +++ b/composer.json @@ -137,6 +137,9 @@ ] }, "enable-patching": true, - "composer-exit-on-patch-failure": true + "composer-exit-on-patch-failure": true, + "patchLevel": { + "drupal/core": "-p2" + } } } -- GitLab