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.

32 lines
718 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. },
  10. "autoload": {
  11. "files": [
  12. "config.php",
  13. "lib/helpers.php",
  14. "controllers/Main.php",
  15. "controllers/Parse.php",
  16. "controllers/Token.php",
  17. "lib/Timezone.php",
  18. "lib/HTTPCurl.php",
  19. "lib/HTTPStream.php",
  20. "lib/HTTP.php",
  21. "lib/Formats/Mf2.php",
  22. "lib/Formats/Instagram.php",
  23. "lib/Formats/Twitter.php",
  24. "lib/Formats/HTMLPurifier_AttrDef_HTML_Microformats2.php"
  25. ]
  26. },
  27. "autoload-dev": {
  28. "files": [
  29. "lib/HTTPTest.php"
  30. ]
  31. }
  32. }