From e12694f1631b123f9fd5e5651304f4f1e4491d95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 5 Nov 2018 18:08:45 -0500 Subject: [PATCH] Update to new release of Minimal HTML with title format --- composer.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index 55c7e48..e39961e 100644 --- a/composer.lock +++ b/composer.lock @@ -6365,33 +6365,36 @@ }, { "name": "drupal/minimalhtml", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupal.org/project/minimalhtml", - "reference": "8.x-1.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "ed64517d80e1279b24ca452fd4bdd6fec6ba0087" + "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "2a41c2b9d052a65ce40cc1eaf78bff4e4cdb373e" }, "require": { "drupal/core": "*", "drupal/wysiwyg_linebreaks": "^1.9" }, + "require-dev": { + "drupal/wysiwyg_linebreaks": "*" + }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0", - "datestamp": "1516169885", + "version": "8.x-1.1", + "datestamp": "1541458980", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } },