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.

40 lines
930 B

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