From 60c04d74abd39a66a03b90ee2e530b7fbfd10a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 20 Oct 2018 22:47:43 -0400 Subject: [PATCH] Update composer lock file with markdown plugin --- composer.lock | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index f98d5ff..2f648e1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bc5e04f7ae5c73bd21998541499be5cf", + "content-hash": "a4f1a059fb6277a0172c4848e95f5f9e", "packages": [ { "name": "asm89/stack-cors", @@ -2418,6 +2418,53 @@ "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", "version": "1.0.0-beta2",