additional_plugins/serendipity_event_markdown/lib/composer.json
Thomas Hochstein bc07cb91e2 [markdown] Update Markdown Lib to 1.8.0.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-11-10 22:23:40 +01:00

26 lines
532 B
JSON

{
"name": "michelf/php-markdown",
"type": "library",
"description": "PHP Markdown",
"homepage": "https://michelf.ca/projects/php-markdown/",
"keywords": ["markdown"],
"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/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": { "Michelf\\": "Michelf/" }
}
}