From eb19f20734d14c58b935af747eff879c5611da3b Mon Sep 17 00:00:00 2001 From: Clay Griffiths Date: Thu, 20 Jun 2024 20:39:18 -0500 Subject: [PATCH] Added Parsedown as a dependency. --- composer.json | 3 ++- composer.lock | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index db1ecb2..1c4b416 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,8 @@ }, "require": { "inc2734/wp-github-plugin-updater": "^3.1", - "automattic/jetpack-autoloader": "^3.0" + "automattic/jetpack-autoloader": "^3.0", + "erusev/parsedown": "^1.7" }, "scripts": { "lint": "phpcs", diff --git a/composer.lock b/composer.lock index e5718f1..7289a62 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": "0f12b42ede629ab237d512f224c54cef", + "content-hash": "f99a41cbe6be624517d1e6fc28afd016", "packages": [ { "name": "automattic/jetpack-autoloader",