From efcc345c4d6097920b8ce5949aaa7fa124d7705e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 02:10:31 +0000 Subject: [PATCH] Update erusev/parsedown to version 1.7.4 --- server/composer.lock | 116 ++++--------------------------------------- 1 file changed, 11 insertions(+), 105 deletions(-) diff --git a/server/composer.lock b/server/composer.lock index 341705b..371ddb2 100644 --- a/server/composer.lock +++ b/server/composer.lock @@ -331,16 +331,16 @@ }, { "name": "erusev/parsedown", - "version": "1.7.1", + "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { @@ -373,7 +373,11 @@ "markdown", "parser" ], - "time": "2018-03-08T01:11:30+00:00" + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, + "time": "2019-12-30T22:54:17+00:00" }, { "name": "fideloper/proxy", @@ -4482,55 +4486,6 @@ ], "time": "2016-01-20T08:20:44+00:00" }, - { - "name": "laravel/envoy", - "version": "v1.5.0", - "source": { - "type": "git", - "url": "https://github.com/laravel/envoy.git", - "reference": "c48d82185097419e0461b57ab49b6eddaf0561e6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/envoy/zipball/c48d82185097419e0461b57ab49b6eddaf0561e6", - "reference": "c48d82185097419e0461b57ab49b6eddaf0561e6", - "shasum": "" - }, - "require": { - "illuminate/support": "~4.1 || ~5.0", - "nategood/httpful": "~0.2", - "symfony/console": "~3.0 || ~4.0", - "symfony/process": "~3.0 || ~4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8" - }, - "bin": [ - "envoy" - ], - "type": "library", - "autoload": { - "classmap": [ - "src" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com" - } - ], - "description": "Elegant SSH tasks for PHP.", - "keywords": [ - "laravel", - "ssh" - ], - "time": "2018-10-29T14:54:26+00:00" - }, { "name": "mockery/mockery", "version": "1.2.0", @@ -4644,56 +4599,6 @@ ], "time": "2018-06-11T23:09:50+00:00" }, - { - "name": "nategood/httpful", - "version": "0.2.20", - "source": { - "type": "git", - "url": "https://github.com/nategood/httpful.git", - "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6", - "reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-0": { - "Httpful": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nate Good", - "email": "me@nategood.com", - "homepage": "http://nategood.com" - } - ], - "description": "A Readable, Chainable, REST friendly, PHP HTTP Client", - "homepage": "http://github.com/nategood/httpful", - "keywords": [ - "api", - "curl", - "http", - "requests", - "rest", - "restful" - ], - "time": "2015-10-26T16:11:30+00:00" - }, { "name": "nunomaduro/collision", "version": "v2.1.1", @@ -6074,5 +5979,6 @@ "platform": { "php": "^7.1.3" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }