mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:02:53 +00:00
32 lines
588 B
JSON
32 lines
588 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-0": { "Michelf": "" }
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-lib": "1.4.x-dev"
|
||
|
}
|
||
|
}
|
||
|
}
|