friendica/library/php-markdown/composer.json

27 lines
522 B
JSON
Raw Normal View History

2015-02-23 08:27:35 +01:00
{
"name": "michelf/php-markdown",
"type": "library",
"description": "PHP Markdown",
"homepage": "https://michelf.ca/projects/php-markdown/",
2015-02-23 08:27:35 +01:00
"keywords": ["markdown"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
2015-02-23 08:27:35 +01:00
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "https://daringfireball.net/"
2015-02-23 08:27:35 +01:00
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Michelf": "" }
}
}