Update to new release of Minimal HTML with title format
This commit is contained in:
parent
102439cd96
commit
e12694f163
1 changed files with 12 additions and 9 deletions
21
composer.lock
generated
21
composer.lock
generated
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue