diff --git a/composer.json b/composer.json index 016453ac..70841a26 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,6 @@ "composer/semver": "^1.5", "doctrine/dbal": "^2.10", "doctrine/inflector": "^1.3", - "erusev/parsedown": "^1.7", "facade/ignition": "^2.0", "gregwar/captcha": "1.*", "guzzlehttp/guzzle": "^7.0", diff --git a/composer.lock b/composer.lock index 47d19ff5..1348cb3a 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": "ee267a786a1a9a0c93991abead0718f7", + "content-hash": "50bab9404d1d997ba8fca033deddd6dd", "packages": [ { "name": "blessing/filter", @@ -917,52 +917,6 @@ ], "time": "2020-06-16T20:11:17+00:00" }, - { - "name": "erusev/parsedown", - "version": "1.7.4", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown.git", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", - "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35" - }, - "type": "library", - "autoload": { - "psr-0": { - "Parsedown": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "Parser for Markdown.", - "homepage": "http://parsedown.org", - "keywords": [ - "markdown", - "parser" - ], - "time": "2019-12-30T22:54:17+00:00" - }, { "name": "facade/flare-client-php", "version": "1.3.2", @@ -7758,6 +7712,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, {