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.
 
 

28 lines
594 B

{
"require": {
"league/plates": "3.*",
"league/route": "1.*",
"mf2/mf2": "~0.3",
"ezyang/htmlpurifier": "4.*",
"indieweb/link-rel-parser": "0.1.*"
},
"autoload": {
"files": [
"config.php",
"lib/helpers.php",
"controllers/Main.php",
"controllers/Parse.php",
"controllers/Token.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"
]
}
}