Update to new release of Minimal HTML with title format

This commit is contained in:
benjamin melançon 2018-11-05 18:08:45 -05:00
parent 102439cd96
commit e12694f163

21
composer.lock generated
View file

@ -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"
}
}
},