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.

26 lines
522 B

  1. {
  2. "require": {
  3. "league/plates": "3.*",
  4. "league/route": "1.*",
  5. "mf2/mf2": "~0.3",
  6. "ezyang/htmlpurifier": "4.*"
  7. },
  8. "autoload": {
  9. "files": [
  10. "config.php",
  11. "lib/helpers.php",
  12. "controllers/Main.php",
  13. "controllers/Parse.php",
  14. "lib/HTTPCurl.php",
  15. "lib/HTTPStream.php",
  16. "lib/HTTP.php",
  17. "lib/Formats/Mf2.php",
  18. "lib/Formats/HTMLPurifier_AttrDef_HTML_Microformats2.php"
  19. ]
  20. },
  21. "autoload-dev": {
  22. "files": [
  23. "lib/HTTPTest.php"
  24. ]
  25. }
  26. }