diff --git a/composer.json b/composer.json index 3b64b49e..35163f7b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "phpmailer/phpmailer": "^6.8", "chillerlan/php-qrcode": "^5.0", "survos/simple-datatables-bundle": "^1.5", - "nnnick/chartjs": "^4.4" + "nnnick/chartjs": "^4.4", + "michelf/php-markdown": "^2.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index b377620c..81ad0824 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": "d7e148c0b82082de22d59d04c8ccb4a4", + "content-hash": "d6026b69c5b8864d3db846c0728bb0a5", "packages": [ { "name": "chillerlan/php-qrcode", @@ -364,6 +364,62 @@ ], "time": "2023-11-12T22:16:48+00:00" }, + { + "name": "michelf/php-markdown", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/michelf/php-markdown.git", + "reference": "eb176f173fbac58a045aff78e55f833264b34e71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/eb176f173fbac58a045aff78e55f833264b34e71", + "reference": "eb176f173fbac58a045aff78e55f833264b34e71", + "shasum": "" + }, + "require": { + "php": ">=7.4" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "phpstan/phpstan": ">=1.0", + "phpstan/phpstan-phpunit": ">=1.0", + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Michelf\\": "Michelf/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Michel Fortin", + "email": "michel.fortin@michelf.ca", + "homepage": "https://michelf.ca/", + "role": "Developer" + }, + { + "name": "John Gruber", + "homepage": "https://daringfireball.net/" + } + ], + "description": "PHP Markdown", + "homepage": "https://michelf.ca/projects/php-markdown/", + "keywords": [ + "markdown" + ], + "support": { + "issues": "https://github.com/michelf/php-markdown/issues", + "source": "https://github.com/michelf/php-markdown/tree/2.0.0" + }, + "time": "2022-09-26T12:21:08+00:00" + }, { "name": "nnnick/chartjs", "version": "v4.4.1",