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", "name": "drupal/minimalhtml",
"version": "1.0.0", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/minimalhtml", "url": "https://git.drupal.org/project/minimalhtml",
"reference": "8.x-1.0" "reference": "8.x-1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.1.zip",
"reference": "8.x-1.0", "reference": "8.x-1.1",
"shasum": "ed64517d80e1279b24ca452fd4bdd6fec6ba0087" "shasum": "2a41c2b9d052a65ce40cc1eaf78bff4e4cdb373e"
}, },
"require": { "require": {
"drupal/core": "*", "drupal/core": "*",
"drupal/wysiwyg_linebreaks": "^1.9" "drupal/wysiwyg_linebreaks": "^1.9"
}, },
"require-dev": {
"drupal/wysiwyg_linebreaks": "*"
},
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "8.x-1.1",
"datestamp": "1516169885", "datestamp": "1541458980",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "covered",
"message": "Project has not opted into security advisory coverage!" "message": "Covered by Drupal's security advisory policy"
} }
} }
}, },