From c663be8a66c5d107032e3631d8ba10bb7598c046 Mon Sep 17 00:00:00 2001 From: Subhojit Paul Date: Thu, 13 Apr 2017 12:16:19 +0530 Subject: [PATCH] Changed drupalextension version in instruction (#367) - `~3.0` conflicts with phpunit ^6.1 --- doc/_static/snippets/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_static/snippets/composer.json b/doc/_static/snippets/composer.json index 7843f415..67a5b38a 100644 --- a/doc/_static/snippets/composer.json +++ b/doc/_static/snippets/composer.json @@ -1,7 +1,7 @@ { "require": { - "drupal/drupal-extension": "~3.0" -}, + "drupal/drupal-extension": "^3.2" + }, "config": { "bin-dir": "bin/" }