* [New] Added before_read_file_meta and get_page_data plugin hooks to customize page meta data * [Changed] Make get_files() ignore dotfiles * [Changed] Make get_pages() ignore Emacs and temp files * [Changed] Use composer version of Markdown * [Changed] Other small tweaks * [Fixed] Date warnings and other small bugs
32 lines
596 B
JSON
32 lines
596 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"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Michelf": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-lib": "1.3.x-dev"
|
|
}
|
|
}
|
|
}
|