From f6e10d4c49939c7f82905f9755f1cbbf1575ede3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 7 Feb 2020 07:50:16 +0000 Subject: [PATCH] Add drupal/markdown --- composer.json | 1 + composer.lock | 178 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 178 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9578c98..af7055f 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "drupal/core-composer-scaffold": "^8.8", "drupal/core-project-message": "^8.8", "drupal/core-recommended": "^8.8", + "drupal/markdown": "^1.3", "drush/drush": "^10.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 65e39d1..7abe2f0 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": "1197c6ac5497287e329c619ec66bb0b5", + "content-hash": "2d40a6c4acdc2b3f02d8c57729dbc4ec", "packages": [ { "name": "asm89/stack-cors", @@ -2030,6 +2030,64 @@ "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", "time": "2019-12-18T10:34:03+00:00" }, + { + "name": "drupal/markdown", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/markdown.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/markdown-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "599f3f4dfe3c3d3f3b6d301f940a1125e437a2b0" + }, + "require": { + "drupal/core": "~8.0", + "league/commonmark": "^0.18.3", + "michelf/php-markdown": "^1.6" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.3", + "datestamp": "1568908385", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "frjo", + "homepage": "https://www.drupal.org/user/5546" + }, + { + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "markcarver", + "homepage": "https://www.drupal.org/user/501638" + } + ], + "description": "Allows content to be submitted using Markdown, a simple plain-text syntax that is transformed into valid HTML.", + "homepage": "https://www.drupal.org/project/markdown", + "support": { + "source": "https://cgit.drupalcode.org/markdown", + "issues": "https://www.drupal.org/project/markdown" + } + }, { "name": "drush/drush", "version": "10.2.0", @@ -2650,6 +2708,75 @@ "description": "Highlight PHP code in terminal", "time": "2018-09-29T18:48:56+00:00" }, + { + "name": "league/commonmark", + "version": "0.18.5", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "f94e18d68260f43a7d846279cad88405854b1306" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/f94e18d68260f43a7d846279cad88405854b1306", + "reference": "f94e18d68260f43a7d846279cad88405854b1306", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.6.5" + }, + "replace": { + "colinodell/commonmark-php": "*" + }, + "require-dev": { + "cebe/markdown": "~1.0", + "commonmark/commonmark.js": "0.28", + "erusev/parsedown": "~1.0", + "michelf/php-markdown": "~1.4", + "mikehaertl/php-shellcommand": "^1.2", + "phpunit/phpunit": "^5.7.27|^6.5.14", + "scrutinizer/ocular": "^1.1", + "symfony/finder": "^3.0|^4.0" + }, + "suggest": { + "league/commonmark-extras": "Library of useful extensions including smart punctuation" + }, + "bin": [ + "bin/commonmark" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.19-dev" + } + }, + "autoload": { + "psr-4": { + "League\\CommonMark\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "PHP Markdown parser based on the CommonMark spec", + "homepage": "https://github.com/thephpleague/commonmark", + "keywords": [ + "commonmark", + "markdown", + "parser" + ], + "time": "2019-03-28T13:52:31+00:00" + }, { "name": "league/container", "version": "2.4.1", @@ -2780,6 +2907,55 @@ ], "time": "2017-09-04T12:26:28+00:00" }, + { + "name": "michelf/php-markdown", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c", + "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": ">=4.3 <5.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Michelf\\": "Michelf/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" + }, + { + "name": "John Gruber", + "homepage": "https://daringfireball.net/" + } + ], + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ], + "time": "2019-12-02T02:32:27+00:00" + }, { "name": "nikic/php-parser", "version": "v4.3.0",