diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fefe2572a3669ef084fe13a0a2acf205b4885c0..43b54a71aeb35268cb949493b87a5cb0fdf145d6 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 fdcf9465c30bb62a1862467eda2296776bea9f69..e21d3c0c02b3889c9245f80e1f4df4ae83e50d9c 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 29fa1884a3516c6c87383fa6ccd9e70728e4f84b..a7f7bc3bac122b4558f565b70d5a654d267f78ef 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": {