You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
596 B
31 lines
596 B
{
|
|
"name": "michelf/php-markdown",
|
|
"type": "library",
|
|
"description": "PHP Markdown",
|
|
"homepage": "http://michelf.ca/projects/php-markdown/",
|
|
"keywords": ["markdown"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "http://michelf.ca/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "http://daringfireball.net/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Michelf": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-lib": "1.3.x-dev"
|
|
}
|
|
}
|
|
}
|
|
|