{
|
|
"require": {
|
|
"league/plates": "3.*",
|
|
"league/route": "1.*",
|
|
"mf2/mf2": "dev-master#bb02f0ee92de17975da1eec738d75ed0dfb68027",
|
|
"ezyang/htmlpurifier": "4.*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/helpers.php",
|
|
"controllers/Main.php",
|
|
"controllers/Parse.php",
|
|
"lib/HTTPCurl.php",
|
|
"lib/HTTPStream.php",
|
|
"lib/HTTP.php",
|
|
"lib/Formats/Mf2.php",
|
|
"lib/Formats/HTMLPurifier_AttrDef_HTML_Microformats2.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"files": [
|
|
"lib/HTTPTest.php"
|
|
]
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "http://github.com/aaronpk/php-mf2"
|
|
}
|
|
]
|
|
}
|