From aad6caea77f2396c252680e21cea72c865328d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:40:18 +0000 Subject: [PATCH] Bump erusev/parsedown from 1.6.1 to 1.8.0-beta-7 Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.1 to 1.8.0-beta-7. - [Release notes](https://github.com/erusev/parsedown/releases) - [Commits](https://github.com/erusev/parsedown/compare/1.6.1...1.8.0-beta-7) --- updated-dependencies: - dependency-name: erusev/parsedown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 79d2cbe..a7d4a4b 100644 --- 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": "c6f4a0f7fdb3b760eb1051e0915e1400", + "content-hash": "956fb28977968f498400ef5597842ca8", "packages": [ { "name": "dnoegel/php-xdg-base-dir", @@ -162,21 +162,25 @@ }, { "name": "erusev/parsedown", - "version": "1.6.1", + "version": "1.8.0-beta-7", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb" + "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb", - "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", + "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, "type": "library", "autoload": { "psr-0": { @@ -200,7 +204,11 @@ "markdown", "parser" ], - "time": "2016-11-02T15:56:58+00:00" + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.8.0-beta-7" + }, + "time": "2019-03-17T18:47:21+00:00" }, { "name": "guzzlehttp/guzzle", @@ -713,7 +721,7 @@ "laravel", "testing" ], - "time": "2017-01-26 13:52:19" + "time": "2017-01-26T13:52:19+00:00" }, { "name": "laravel/framework", @@ -4250,7 +4258,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.6.4" + "php": ">=7.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }