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",