From b73c61c44bda5e2f8fa53d655c7b221d65f993b1 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 20 Mar 2018 11:23:04 +0200 Subject: [PATCH] Issue #2954474: Updated [composer/installers] from 1.4.0 to 1.5.0 --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44a6623..6fefe257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ Planned to have *Varbase 8.x-5.x* branch to use the *media* module ### Updates since Varbase 8.4.16 * Issue [#2950672](https://www.drupal.org/node/2950672): Updated [Drupal core] from 8.4.5 to 8.5.0 +* Issue [#2954474](https://www.drupal.org/node/2954474): + Updated [composer/installers] from 1.4.0 to 1.5.0 * Issue [#2953276](https://www.drupal.org/node/2953276): Updated [Bootstrap] theme from 8.3.10 to 8.3.11 * Issue [#2954241](https://www.drupal.org/node/2954241): diff --git a/composer.json b/composer.json index de13d937..29fa1884 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "composer/installers": "1.4.0", + "composer/installers": "1.5.0", "cweagans/composer-patches": "1.6.4", "drupal-composer/drupal-scaffold": "2.4.0", "drupal/drupal-library-installer-plugin": "0.3", -- GitLab