From 5f7e806a7a531de6cf882ff2283265cf012baf91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 26 Apr 2021 15:52:37 -0400 Subject: [PATCH] Add backup and migrate module though seems not needed so maybe better for security not to add this to Drutopia sites --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index dbc204b..90dc2e9 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,7 @@ "cweagans/composer-patches": "^1.7", "drupal/allowed_formats": "^1.1", "drupal/antibot": "^1.2", + "drupal/backup_migrate": "^4.1", "drupal/ckeditorheight": "^1.3", "drupal/classitup": "dev-8.x-1.x as 1.x-dev", "drupal/comment_notify": "dev-1.x",