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.
 
 

24 lines
438 B

{
"require": {
"league/plates": "3.*",
"league/route": "1.*",
"mf2/mf2": "0.2.*",
"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"
]
},
"autoload-dev": {
"files": [
"lib/HTTPTest.php"
]
}
}