From 963679268dcff0f610834ec31aba210cb974ec93 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 20 Mar 2018 12:03:46 +0200 Subject: [PATCH] Issue #2954474: Updated [composer/installers] from 1.4.0 to 1.5.0 in require and development tools in require-dev --- CHANGELOG.md | 6 ++++++ README.md | 2 +- composer.json | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fefe257..43b54a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,12 @@ Planned to have *Varbase 8.x-5.x* branch to use the *media* module 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 + in require and development tools in require-dev +* Updated [drush/drush] from 8.1.15 to 8.1.16 +* Updated [drupal/drupal-extension] from 3.4.0 to 3.4.1 +* Updated [phing/phing from] 2.16.0 to 2.16.1 +* Updated [behat/mink-extension] from 2.3.0 to 2.3.1 +* Updated [behatch/contexts] from 3.0.1 to 3.1.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/README.md b/README.md index fdcf9465..e21d3c0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://travis-ci.org/Vardot/varbase) Varbase 8.4.17 +[](https://travis-ci.org/Vardot/varbase/builds/355759877) Varbase 8.4.17 [](https://www.drupal.org/project/varbase) diff --git a/composer.json b/composer.json index 29fa1884..a7f7bc3b 100644 --- a/composer.json +++ b/composer.json @@ -171,17 +171,17 @@ "vardot/ace": "1.2.8.1" }, "require-dev": { - "drush/drush": "8.1.15", + "drush/drush": "8.1.16", "drupal/coder": "8.2.12", - "drupal/drupal-extension": "3.4.0", - "phing/phing": "2.16.0", + "drupal/drupal-extension": "3.4.1", + "phing/phing": "2.16.1", "behat/behat": "3.4.3", "behat/mink": "1.7.1", - "behat/mink-extension": "2.3.0", + "behat/mink-extension": "2.3.1", "behat/mink-goutte-driver": "1.2.1", "behat/mink-zombie-driver": "1.4.0", "behat/mink-selenium2-driver": "1.3.1", - "behatch/contexts": "3.0.1", + "behatch/contexts": "3.1.0", "emuse/behat-html-formatter": "0.1.0" }, "config": { -- GitLab