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.

36 lines
853 B

  1. {
  2. "require": {
  3. "league/plates": "3.*",
  4. "league/route": "1.*",
  5. "mf2/mf2": "~0.3",
  6. "ezyang/htmlpurifier": "4.*",
  7. "indieweb/link-rel-parser": "0.1.*",
  8. "dg/twitter-php": "^3.6",
  9. "p3k/timezone": "*",
  10. "cebe/markdown": "~1.1.1"
  11. },
  12. "autoload": {
  13. "files": [
  14. "lib/helpers.php",
  15. "controllers/Main.php",
  16. "controllers/Parse.php",
  17. "controllers/Token.php",
  18. "controllers/Rels.php",
  19. "controllers/Certbot.php",
  20. "lib/HTTPCurl.php",
  21. "lib/HTTPStream.php",
  22. "lib/HTTP.php",
  23. "lib/Formats/Mf2.php",
  24. "lib/Formats/Instagram.php",
  25. "lib/Formats/GitHub.php",
  26. "lib/Formats/Twitter.php",
  27. "lib/Formats/XKCD.php",
  28. "lib/Formats/HTMLPurifier_AttrDef_HTML_Microformats2.php"
  29. ]
  30. },
  31. "autoload-dev": {
  32. "files": [
  33. "lib/HTTPTest.php"
  34. ]
  35. }
  36. }