From 6181fbf755ac3f92f5ef8c981513b8978c921703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 21:03:22 +0000 Subject: [PATCH] Bump league/commonmark from 0.17.0 to 0.18.3 Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 0.17.0 to 0.18.3. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/master/CHANGELOG-0.x.md) - [Commits](https://github.com/thephpleague/commonmark/compare/0.17.0...0.18.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 52 ++++++++++++++++++++++++++------------------------- 2 files changed, 28 insertions(+), 26 deletions(-) mode change 100755 => 100644 composer.json mode change 100755 => 100644 composer.lock diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index b1e003d..609eb03 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "kraken-io/kraken-php": "^1.6", "laravel/framework": "5.5.*", "laravel/tinker": "~1.0", - "league/commonmark": "^0.17.0", + "league/commonmark": "^0.18.3", "league/flysystem-aws-s3-v3": "^1.0", "mthaml/mthaml": "*", "opis/closure": "^3.0.0", diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 15de305..47b57ce --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1ec20a6ec30b05423059215ecd320270", + "content-hash": "f6db2fa9880b66a5bc64553d383f414d", "packages": [ { "name": "aws/aws-sdk-php", @@ -832,13 +832,13 @@ "version": "v3.6.1", "source": { "type": "git", - "url": "https://github.com/google/protobuf.git", - "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2" + "url": "https://github.com/protocolbuffers/protobuf-php.git", + "reference": "c39346815303f63ad295d6499e11d914c40040e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/protobuf/zipball/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", - "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/c39346815303f63ad295d6499e11d914c40040e6", + "reference": "c39346815303f63ad295d6499e11d914c40040e6", "shasum": "" }, "require": { @@ -853,8 +853,8 @@ "type": "library", "autoload": { "psr-4": { - "Google\\Protobuf\\": "php/src/Google/Protobuf", - "GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf" + "Google\\Protobuf\\": "src/Google/Protobuf", + "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" } }, "notification-url": "https://packagist.org/downloads/", @@ -866,7 +866,7 @@ "keywords": [ "proto" ], - "time": "2018-07-27T20:30:28+00:00" + "time": "2019-02-25T22:48:21+00:00" }, { "name": "grpc/grpc", @@ -1413,16 +1413,16 @@ }, { "name": "league/commonmark", - "version": "0.17.0", + "version": "0.18.3", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "3b4c2224524776a584de663c7a04bc8eb2e1544d" + "reference": "b1ec41ce15c3bd6f7cbe86a645b3efc78d927446" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3b4c2224524776a584de663c7a04bc8eb2e1544d", - "reference": "3b4c2224524776a584de663c7a04bc8eb2e1544d", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b1ec41ce15c3bd6f7cbe86a645b3efc78d927446", + "reference": "b1ec41ce15c3bd6f7cbe86a645b3efc78d927446", "shasum": "" }, "require": { @@ -1437,10 +1437,10 @@ "commonmark/commonmark.js": "0.28", "erusev/parsedown": "~1.0", "michelf/php-markdown": "~1.4", - "mikehaertl/php-shellcommand": "~1.2.0", - "phpunit/phpunit": "~5.7|~6.5", - "scrutinizer/ocular": "~1.1", - "symfony/finder": "~3.0|~4.0" + "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" @@ -1451,7 +1451,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.18-dev" + "dev-master": "0.19-dev" } }, "autoload": { @@ -1471,14 +1471,14 @@ "role": "Lead Developer" } ], - "description": "Markdown parser for PHP based on the CommonMark spec", + "description": "PHP Markdown parser based on the CommonMark spec", "homepage": "https://github.com/thephpleague/commonmark", "keywords": [ "commonmark", "markdown", "parser" ], - "time": "2017-12-30T22:08:48+00:00" + "time": "2019-03-21T22:47:25+00:00" }, { "name": "league/flysystem", @@ -1731,6 +1731,7 @@ "cron", "schedule" ], + "abandoned": "dragonmantank/cron-expression", "time": "2017-01-23T04:29:33+00:00" }, { @@ -2538,6 +2539,11 @@ "MIT" ], "authors": [ + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + }, { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" @@ -2545,11 +2551,6 @@ { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" - }, - { - "name": "Ben Ramsey", - "email": "ben@benramsey.com", - "homepage": "https://benramsey.com" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", @@ -4821,6 +4822,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2018-01-06T05:45:45+00:00" }, {