2015-02-23 08:27:35 +01:00
|
|
|
{
|
|
|
|
"name": "michelf/php-markdown",
|
|
|
|
"type": "library",
|
|
|
|
"description": "PHP Markdown",
|
2017-03-24 02:19:24 +01:00
|
|
|
"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",
|
2017-03-24 02:19:24 +01:00
|
|
|
"homepage": "https://michelf.ca/",
|
2015-02-23 08:27:35 +01:00
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "John Gruber",
|
2017-03-24 02:19:24 +01:00
|
|
|
"homepage": "https://daringfireball.net/"
|
2015-02-23 08:27:35 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "Michelf": "" }
|
|
|
|
}
|
|
|
|
}
|