zanders-php-markdown/composer.json
2013-01-12 15:10:18 -05:00

28 lines
No EOL
530 B
JSON

{
"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"
},
"extra": {
"branch-alias": {
"dev-lib": "0.x-dev"
}
}
}