mirror of
https://github.com/friendica/friendica
synced 2026-02-11 11:04:11 +01:00
New versions.
This commit is contained in:
parent
4a6a6ca937
commit
70615d7f78
9 changed files with 83 additions and 5 deletions
25
library/html-to-markdown/composer.json
Normal file
25
library/html-to-markdown/composer.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "nickcernis/html-to-markdown",
|
||||
"type": "library",
|
||||
"description": "An HTML-to-markdown conversion helper for PHP",
|
||||
"keywords": ["markdown", "html"],
|
||||
"homepage": "https://github.com/nickcernis/html-to-markdown",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Nick Cernis",
|
||||
"email": "nick@cern.is",
|
||||
"homepage": "http://modernnerd.net"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": [ "HTML_To_Markdown.php" ]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"php": ">=5.3.3",
|
||||
"phpunit/phpunit": "4.*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue