Update composer lock file with markdown plugin
This commit is contained in:
parent
acaaf4a237
commit
60c04d74ab
1 changed files with 48 additions and 1 deletions
49
composer.lock
generated
49
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "bc5e04f7ae5c73bd21998541499be5cf",
|
"content-hash": "a4f1a059fb6277a0172c4848e95f5f9e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -2418,6 +2418,53 @@
|
||||||
"source": "http://cgit.drupalcode.org/bulma"
|
"source": "http://cgit.drupalcode.org/bulma"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/ckeditor_markdown",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupal.org/project/ckeditor_markdown",
|
||||||
|
"reference": "8.x-1.1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/ckeditor_markdown-8.x-1.1.zip",
|
||||||
|
"reference": "8.x-1.1",
|
||||||
|
"shasum": "4f18becc108f28fd2f78298b958a9398da254a00"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "*"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.1",
|
||||||
|
"datestamp": "1539699781",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "JeroenT",
|
||||||
|
"homepage": "https://www.drupal.org/user/2228934"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Enables Markdown Plugin for CKEditor.",
|
||||||
|
"homepage": "https://www.drupal.org/project/ckeditor_markdown",
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/ckeditor_markdown"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/coffee",
|
"name": "drupal/coffee",
|
||||||
"version": "1.0.0-beta2",
|
"version": "1.0.0-beta2",
|
||||||
|
|
Loading…
Reference in a new issue