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.

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