Update composer lock file

This commit is contained in:
benjamin melançon 2019-02-20 11:25:22 -05:00
parent 004db16e1c
commit 7f7e0b4a6d

175
composer.lock generated
View file

@ -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": "577780153fce8a33a72ad2165283ce92",
"content-hash": "aad7399cf996c6cdc9d24296e40bc8d4",
"packages": [
{
"name": "asm89/stack-cors",
@ -7013,6 +7013,64 @@
},
"time": "2019-02-18T13:15:50+00:00"
},
{
"name": "drupal/markdown",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/markdown",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/markdown-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "c236d097312b8140db5711645c491bcf938dca78"
},
"require": {
"drupal/core": "~8.0",
"league/commonmark": "^0.15.0",
"michelf/php-markdown": "^1.6"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.2",
"datestamp": "1496237343",
"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": "drupal/menu_trail_by_path",
"version": "1.1.0",
@ -9974,6 +10032,75 @@
],
"time": "2018-11-11T12:22:26+00:00"
},
{
"name": "league/commonmark",
"version": "0.15.7",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/36d82f166e441dfa28643f8d01dd8bdd3a579adf",
"reference": "36d82f166e441dfa28643f8d01dd8bdd3a579adf",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.4.8"
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
"cebe/markdown": "~1.0",
"erusev/parsedown": "~1.0",
"jgm/commonmark": "0.28",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "~1.2.0",
"phpunit/phpunit": "~4.3|~5.0",
"scrutinizer/ocular": "~1.1",
"symfony/finder": "~2.3|~3.0"
},
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.16-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": "Markdown parser for PHP based on the CommonMark spec",
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
"time": "2017-10-26T15:41:07+00:00"
},
{
"name": "league/container",
"version": "2.4.1",
@ -10162,6 +10289,52 @@
],
"time": "2018-08-24T14:47:04+00:00"
},
{
"name": "michelf/php-markdown",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-markdown.git",
"reference": "01ab082b355bf188d907b9929cd99b2923053495"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/01ab082b355bf188d907b9929cd99b2923053495",
"reference": "01ab082b355bf188d907b9929cd99b2923053495",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"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": "2018-01-15T00:49:33+00:00"
},
{
"name": "mkalkbrenner/php-htmldiff-advanced",
"version": "0.0.8",